Age | Commit message (Expand) | Author | Files | Lines |
2009-11-02 | mm: remove incorrect swap_count() from try_to_unuse() | Bo Liu | 1 | -2/+1 |
2009-10-31 | NOMMU: Don't pass NULL pointers to fput() in do_mmap_pgoff() | David Howells | 1 | -2/+4 |
2009-10-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 1 | -13/+17 |
2009-10-29 | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -0/+16 |
2009-10-29 | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 1 | -1/+1 |
2009-10-29 | Merge branch 'hwpoison-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -28/+31 |
2009-10-29 | mm: don't call pte_unmap() against an improper pte | Daisuke Nishimura | 1 | -4/+7 |
2009-10-29 | mm: fix sparsemem configuration | Russell King | 1 | -1/+1 |
2009-10-29 | vmscan: order evictable rescue in LRU putback | Johannes Weiner | 1 | -0/+10 |
2009-10-29 | do_mbind(): fix memory leak | KOSAKI Motohiro | 1 | -5/+5 |
2009-10-29 | mbind(): fix leak of never putback pages | KOSAKI Motohiro | 1 | -1/+2 |
2009-10-29 | vmscan: limit VM_EXEC protection to file pages | Wu Fengguang | 1 | -1/+1 |
2009-10-29 | revert "mm: oom analysis: add buffer cache information to show_free_areas()" | Andrew Morton | 1 | -2/+1 |
2009-10-29 | congestion_wait(): don't use WRITE | KOSAKI Motohiro | 1 | -1/+1 |
2009-10-29 | hwpoison: fix oops on ksm pages | Hugh Dickins | 1 | -1/+2 |
2009-10-29 | backing-dev: ensure that a removed bdi no longer has super_block referencing it | Jens Axboe | 1 | -0/+16 |
2009-10-29 | percpu: allow pcpu_alloc() to be called with IRQs off | Jiri Kosina | 1 | -13/+17 |
2009-10-27 | powerpc: Limit memory hotplug support to PPC64 Book-3S machines | Kumar Gala | 1 | -1/+1 |
2009-10-19 | HWPOISON: fix invalid page count in printk output | Wu Fengguang | 1 | -2/+5 |
2009-10-19 | HWPOISON: fix oops on ksm pages | Hugh Dickins | 1 | -1/+2 |
2009-10-19 | HWPOISON: Fix page count leak in hwpoison late kill in do_swap_page | Andi Kleen | 1 | -1/+2 |
2009-10-19 | HWPOISON: return early on non-LRU pages | Wu Fengguang | 1 | -25/+24 |
2009-10-13 | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2 | -2/+3 |
2009-10-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 1 | -2/+3 |
2009-10-12 | percpu: fix compile warnings | Tejun Heo | 1 | -2/+3 |
2009-10-11 | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 1 | -0/+1 |
2009-10-09 | kmemleak: Check for NULL pointer returned by create_object() | Catalin Marinas | 1 | -0/+3 |
2009-10-09 | kmemleak: Use GFP_ATOMIC for early_alloc(). | Tetsuo Handa | 1 | -1/+1 |
2009-10-09 | writeback: kill space in debugfs item name | Wu Fengguang | 1 | -1/+1 |
2009-10-09 | writeback: account IO throttling wait as iowait | Wu Fengguang | 1 | -1/+2 |
2009-10-08 | Merge branch 'sparc-perf-events-fixes-for-linus' of git://git.kernel.org/pub/... | Linus Torvalds | 1 | -22/+26 |
2009-10-08 | mm, perf_event: Make vmalloc_user() align base kernel virtual address to SHMLBA | David Miller | 1 | -22/+26 |
2009-10-08 | mm: includecheck fix: vmalloc.c | Jaswinder Singh Rajput | 1 | -1/+0 |
2009-10-08 | ksm: more on default values | Hugh Dickins | 2 | -7/+7 |
2009-10-04 | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -5/+7 |
2009-10-01 | memcg: reduce check for softlimit excess | KAMEZAWA Hiroyuki | 1 | -16/+15 |
2009-10-01 | memcg: some modification to softlimit under hierarchical memory reclaim. | KAMEZAWA Hiroyuki | 1 | -63/+50 |
2009-10-01 | memcg: fix refcnt going negative | KAMEZAWA Hiroyuki | 1 | -1/+2 |
2009-10-01 | mm/rmap.c: fix comment | Huang Shijie | 1 | -2/+2 |
2009-10-01 | swapfile: avoid NULL pointer dereference in swapon when s_bdev is NULL | Suresh Jayaraman | 1 | -5/+7 |
2009-09-29 | percpu: make allocation failures more verbose | Tejun Heo | 1 | -2/+18 |
2009-09-29 | percpu: make pcpu_setup_first_chunk() failures more verbose | Tejun Heo | 1 | -11/+26 |
2009-09-29 | percpu: make embedding first chunk allocator check vmalloc space size | Tejun Heo | 1 | -2/+18 |
2009-09-29 | percpu: make pcpu_build_alloc_info() clear static buffers | Tejun Heo | 1 | -0/+4 |
2009-09-29 | percpu: fix unit_map[] verification in pcpu_setup_first_chunk() | Tejun Heo | 1 | -3/+3 |
2009-09-27 | const: mark struct vm_struct_operations | Alexey Dobriyan | 6 | -7/+7 |
2009-09-27 | x86: Fix hwpoison code related build failure on 32-bit NUMAQ | Linus Torvalds | 1 | -1/+3 |
2009-09-26 | writeback: pass in super_block to bdi_start_writeback() | Jens Axboe | 1 | -1/+1 |
2009-09-25 | Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 3 | -19/+24 |
2009-09-25 | writeback: get rid to incorrect references to pdflush in comments | Jens Axboe | 3 | -10/+11 |