| Commit message (Expand) | Author | Age |
* | memcg: fix oom killing a child process in an other cgroup | KAMEZAWA Hiroyuki | 2010-02-22 |
* | mm: Make copy_from_user() in migrate.c statically predictable | H. Peter Anvin | 2010-02-21 |
* | Fix potential crash with sys_move_pages | Linus Torvalds | 2010-02-06 |
* | hugetlb: fix section mismatches | Jeff Mahoney | 2010-02-02 |
* | mm: flush dcache before writing into page to avoid alias | anfei zhou | 2010-02-02 |
* | mm: purge fragmented percpu vmap blocks | Nick Piggin | 2010-02-02 |
* | mm: percpu-vmap fix RCU list walking | Nick Piggin | 2010-02-02 |
* | mm: fix migratetype bug which slowed swapping | Hugh Dickins | 2010-01-29 |
* | mm: add new 'read_cache_page_gfp()' helper function | Linus Torvalds | 2010-01-27 |
* | vmalloc: remove BUG_ON due to racy counting of VM_LAZY_FREE | Yongseok Koh | 2010-01-21 |
* | page allocator: update NR_FREE_PAGES only when necessary | KOSAKI Motohiro | 2010-01-16 |
* | nommu: fix shared mmap after truncate shrinkage problems | David Howells | 2010-01-16 |
* | nommu: don't need get_unmapped_area() for NOMMU | David Howells | 2010-01-16 |
* | nommu: remove a superfluous check of vm_region::vm_usage | David Howells | 2010-01-16 |
* | nommu: struct vm_region's vm_usage count need not be atomic | David Howells | 2010-01-16 |
* | memcg: ensure list is empty at rmdir | Daisuke Nishimura | 2010-01-16 |
* | vmscan: kswapd: don't retry balance_pgdat() if all zones are unreclaimable | KOSAKI Motohiro | 2010-01-16 |
* | mm/page_alloc: fix the range check for backward merging | Kazuhisa Ichikawa | 2010-01-16 |
* | vfs: Fix vmtruncate() regression | OGAWA Hirofumi | 2010-01-13 |
* | mm: hugetlb: fix clear_huge_page() | Andrea Arcangeli | 2010-01-11 |
* | percpu: avoid calling __pcpu_ptr_to_addr(NULL) | Andrew Morton | 2010-01-11 |
* | maccess,probe_kernel: Allow arch specific override probe_kernel_(read|write) | Jason Wessel | 2010-01-07 |
* | NOMMU: Use copy_*_user_page() in access_process_vm() | Jie Zhang | 2010-01-06 |
* | NOMMU: Avoiding duplicate icache flushes of shared maps | Mike Frysinger | 2010-01-06 |
* | Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2009-12-30 |
|\ |
|
| * | SLAB: Fix lockdep annotation breakage | Pekka Enberg | 2009-12-28 |
* | | mm: move sys_mmap_pgoff from util.c | Hugh Dickins | 2009-12-30 |
|/ |
|
* | Merge branch 'sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/lin... | Linus Torvalds | 2009-12-24 |
|\ |
|
| * | SYSCTL: Add a mutex to the page_alloc zone order sysctl | Andi Kleen | 2009-12-23 |
* | | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l... | Linus Torvalds | 2009-12-24 |
|\ \
| |/
|/| |
|
| * | HWPOISON: Add PROC_FS dependency to hwpoison injector v2 | Andi Kleen | 2009-12-21 |
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2009-12-22 |
|\ \
| |/
|/| |
|
| * | mm: Add notifier in pageblock isolation for balloon drivers | Robert Jennings | 2009-12-17 |
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-12-19 |
|\ \
| |/
|/| |
|
| * | x86: Fix checking of SRAT when node 0 ram is not from 0 | Yinghai Lu | 2009-12-16 |
* | | Merge branch 'cpumask-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2009-12-17 |
|\ \ |
|
| * | | cpumask: avoid deprecated function in mm/slab.c | Rusty Russell | 2009-12-16 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2009-12-17 |
|\ \ \ |
|
| * | | | NOMMU: Optimise away the {dac_,}mmap_min_addr tests | David Howells | 2009-12-16 |
| |/ / |
|
* | | | Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6 | Linus Torvalds | 2009-12-17 |
|\ \ \ |
|
| * | | | kmemleak: Reduce the false positives by checking for modified objects | Catalin Marinas | 2009-10-28 |
| * | | | kmemleak: Show the age of an unreferenced object | Catalin Marinas | 2009-10-28 |
| * | | | kmemleak: Release the object lock before calling put_object() | Catalin Marinas | 2009-10-28 |
| * | | | kmemleak: Simplify the kmemleak_scan_area() function prototype | Catalin Marinas | 2009-10-28 |
| * | | | kmemleak: Do not use off-slab management with SLAB_NOLEAKTRACE | Catalin Marinas | 2009-10-28 |
* | | | | readahead: add blk_run_backing_dev | Hisashi Hifumi | 2009-12-17 |
* | | | | Fix breakage in shmem.c | Al Viro | 2009-12-16 |
| |/ /
|/| | |
|
* | | | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l... | Linus Torvalds | 2009-12-16 |
|\ \ \ |
|
| * | | | HWPOISON: Remove stray phrase in a comment | Andi Kleen | 2009-12-16 |
| * | | | HWPOISON: Try to allocate migration page on the same node | Andi Kleen | 2009-12-16 |