Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | percpu: implement kernel memory based chunk allocation | Tejun Heo | 2010-05-01 | 2 | -0/+108 | |
| | * | | | | | | | percpu: move vmalloc based chunk management into percpu-vm.c | Tejun Heo | 2010-05-01 | 2 | -428/+475 | |
| | * | | | | | | | percpu: misc preparations for nommu support | Tejun Heo | 2010-05-01 | 1 | -55/+56 | |
| | * | | | | | | | percpu: reorganize chunk creation and destruction | Tejun Heo | 2010-05-01 | 1 | -24/+46 | |
| | * | | | | | | | percpu: factor out pcpu_addr_in_first/reserved_chunk() and update per_cpu_ptr... | Tejun Heo | 2010-05-01 | 1 | -8/+24 | |
| | | |_|/ / / / | | |/| | | | | | ||||||
| * | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-05-18 | 1 | -41/+0 | |
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | ||||||
| | * | | | | | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2010-05-07 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | Merge commit 'v2.6.34-rc6' into perf/core | Ingo Molnar | 2010-04-30 | 6 | -14/+53 | |
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | | | ||||||
| | * | | | | | | | Merge branch 'linus' into perf/core | Ingo Molnar | 2010-04-23 | 6 | -56/+118 | |
| | |\ \ \ \ \ \ \ | | | | |_|_|/ / / | | | |/| | | | | | ||||||
| | * | | | | | | | Merge branch 'linus' into perf/core | Ingo Molnar | 2010-04-08 | 32 | -48/+155 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2010-04-02 | 7 | -63/+67 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | x86, perf, bts, mm: Delete the never used BTS-ptrace code | Peter Zijlstra | 2010-03-26 | 1 | -41/+0 | |
| | | |_|_|_|_|_|/ / | | |/| | | | | | | | ||||||
| * | | | | | | | | | memcg: fix css_is_ancestor() RCU locking | KAMEZAWA Hiroyuki | 2010-05-11 | 1 | -4/+0 | |
| * | | | | | | | | | memcg: fix css_id() RCU locking for real | KAMEZAWA Hiroyuki | 2010-05-11 | 1 | -14/+5 | |
| * | | | | | | | | | rmap: remove anon_vma check in page_address_in_vma() | Naoya Horiguchi | 2010-05-11 | 1 | -5/+4 | |
| * | | | | | | | | | hugetlbfs: kill applications that use MAP_NORESERVE with SIGBUS instead of OO... | Mel Gorman | 2010-05-11 | 1 | -1/+1 | |
| * | | | | | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-05-07 | 1 | -5/+16 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | memcg: css_id() must be called under rcu_read_lock() | Paul E. McKenney | 2010-05-04 | 1 | -5/+16 | |
| | | |_|_|/ / / / | | |/| | | | | | | ||||||
| * | | | | | | | | slub: Fix bad boundary check in init_kmem_cache_nodes() | Zhang, Yanmin | 2010-05-05 | 1 | -1/+1 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | writeback: fix mixed up arguments to bdi_start_writeback() | Jens Axboe | 2010-05-21 | 1 | -1/+1 | |
* | | | | | | | | writeback: fix problem with !CONFIG_BLOCK compilation | Jens Axboe | 2010-05-21 | 1 | -0/+2 | |
* | | | | | | | | writeback: fixups for !dirty_writeback_centisecs | Jens Axboe | 2010-05-21 | 2 | -5/+11 | |
* | | | | | | | | writeback: fix WB_SYNC_NONE writeback from umount | Jens Axboe | 2010-05-17 | 1 | -2/+2 | |
* | | | | | | | | Merge branch 'master' into for-2.6.35 | Jens Axboe | 2010-04-29 | 6 | -25/+69 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-04-28 | 1 | -0/+34 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Catch filesystems lacking s_bdi | Jörn Engel | 2010-04-25 | 1 | -0/+5 | |
| | * | | | | | | | bdi: add helper function for doing init and register of a bdi for a file system | Jens Axboe | 2010-04-22 | 1 | -0/+29 | |
| | |/ / / / / / | ||||||
| * | | | | | | | mmap: check ->vm_ops before dereferencing | Rik van Riel | 2010-04-27 | 1 | -1/+2 | |
| * | | | | | | | ksm: check for ERR_PTR from follow_page() | Dan Carpenter | 2010-04-24 | 1 | -6/+6 | |
| * | | | | | | | rmap: anon_vma_prepare() can leak anon_vma_chain | Oleg Nesterov | 2010-04-24 | 1 | -4/+5 | |
| * | | | | | | | hugetlb: fix infinite loop in get_futex_key() when backed by huge pages | Mel Gorman | 2010-04-24 | 1 | -1/+4 | |
| * | | | | | | | memcg: fix prepare migration | Andrea Arcangeli | 2010-04-24 | 1 | -2/+2 | |
| |/ / / / / / | ||||||
| * | | | | | | rmap: add exclusively owned pages to the newest anon_vma | Rik van Riel | 2010-04-19 | 1 | -11/+16 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | blkdev: generalize flags for blkdev_issue_fn functions | Dmitry Monakhov | 2010-04-28 | 1 | -3/+6 | |
* | | | | | | Merge branch 'master' into for-2.6.35 | Jens Axboe | 2010-04-13 | 37 | -103/+267 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | anonvma: when setting up page->mapping, we need to pick the _oldest_ anonvma | Linus Torvalds | 2010-04-12 | 1 | -2/+13 | |
| * | | | | | anon_vma: clone the anon_vma chain in the right order | Linus Torvalds | 2010-04-12 | 1 | -1/+1 | |
| * | | | | | vma_adjust: fix the copying of anon_vma chains | Linus Torvalds | 2010-04-12 | 1 | -16/+8 | |
| * | | | | | Simplify and comment on anon_vma re-use for anon_vma_prepare() | Linus Torvalds | 2010-04-12 | 1 | -24/+62 | |
| * | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-04-09 | 1 | -0/+3 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | backing-dev: Handle class_create() failure | Anton Blanchard | 2010-04-02 | 1 | -0/+3 | |
| * | | | | | | slub: Fix kmem_ptr_validate() for non-kernel pointers | Pekka Enberg | 2010-04-09 | 1 | -0/+3 | |
| * | | | | | | slab: Generify kernel pointer validation | Pekka Enberg | 2010-04-09 | 2 | -12/+22 | |
| | |_|_|/ / | |/| | | | | ||||||
| * | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-04-07 | 1 | -2/+15 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | bootmem, x86: Fix 32bit numa system without RAM on node 0 | Yinghai Lu | 2010-04-01 | 1 | -1/+7 | |
| | * | | | | | nobootmem, x86: Fix 32bit numa system without RAM on node 0 | Yinghai Lu | 2010-04-01 | 1 | -1/+8 | |
| | | |_|/ / | | |/| | | | ||||||
| * | | | | | memcg: fix race in file_mapped accounting | KAMEZAWA Hiroyuki | 2010-04-07 | 1 | -9/+9 | |
| * | | | | | pagemap: fix pfn calculation for hugepage | Naoya Horiguchi | 2010-04-07 | 1 | -10/+37 | |
| * | | | | | mm: revert "vmscan: get_scan_ratio() cleanup" | KOSAKI Motohiro | 2010-04-07 | 1 | -14/+9 | |
| * | | | | | readahead: fix NULL filp dereference | Wu Fengguang | 2010-04-07 | 1 | -1/+1 |