summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | highmem: Fix race in debug_kmap_atomic() which could cause warn_count to unde...Soeren Sandmann2009-11-101-2/+2
| * | | | | | | | ksm: cond_resched in unstable treeHugh Dickins2009-11-091-0/+1
| | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-11-031-1/+2
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | backing-dev: bdi sb prune should be in the unregister path, not destroyJens Axboe2009-11-031-1/+2
| * | | | | | | mm: remove incorrect swap_count() from try_to_unuse()Bo Liu2009-11-021-2/+1
| |/ / / / / /
| * | | | | | NOMMU: Don't pass NULL pointers to fput() in do_mmap_pgoff()David Howells2009-10-311-2/+4
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-10-291-13/+17
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | percpu: allow pcpu_alloc() to be called with IRQs offJiri Kosina2009-10-291-13/+17
| | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-10-291-0/+16
| |\ \ \ \ \
| | * | | | | backing-dev: ensure that a removed bdi no longer has super_block referencing itJens Axboe2009-10-291-0/+16
| * | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-10-291-1/+1
| |\ \ \ \ \ \
| | * | | | | | powerpc: Limit memory hotplug support to PPC64 Book-3S machinesKumar Gala2009-10-271-1/+1
| | |/ / / / /
| * | | | | | Merge branch 'hwpoison-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2009-10-292-28/+31
| |\ \ \ \ \ \
| | * | | | | | HWPOISON: fix invalid page count in printk outputWu Fengguang2009-10-191-2/+5
| | * | | | | | HWPOISON: fix oops on ksm pagesHugh Dickins2009-10-191-1/+2
| | * | | | | | HWPOISON: Fix page count leak in hwpoison late kill in do_swap_pageAndi Kleen2009-10-191-1/+2
| | * | | | | | HWPOISON: return early on non-LRU pagesWu Fengguang2009-10-191-25/+24
| | | |_|_|_|/ | | |/| | | |
| * | | | | | mm: don't call pte_unmap() against an improper pteDaisuke Nishimura2009-10-291-4/+7
| * | | | | | mm: fix sparsemem configurationRussell King2009-10-291-1/+1
| * | | | | | vmscan: order evictable rescue in LRU putbackJohannes Weiner2009-10-291-0/+10
| * | | | | | do_mbind(): fix memory leakKOSAKI Motohiro2009-10-291-5/+5
| * | | | | | mbind(): fix leak of never putback pagesKOSAKI Motohiro2009-10-291-1/+2
| * | | | | | vmscan: limit VM_EXEC protection to file pagesWu Fengguang2009-10-291-1/+1
| * | | | | | revert "mm: oom analysis: add buffer cache information to show_free_areas()"Andrew Morton2009-10-291-2/+1
| * | | | | | congestion_wait(): don't use WRITEKOSAKI Motohiro2009-10-291-1/+1
| * | | | | | hwpoison: fix oops on ksm pagesHugh Dickins2009-10-291-1/+2
| | |/ / / / | |/| | | |
| * | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-10-132-2/+3
| |\ \ \ \ \
| | * | | | | writeback: kill space in debugfs item nameWu Fengguang2009-10-091-1/+1
| | * | | | | writeback: account IO throttling wait as iowaitWu Fengguang2009-10-091-1/+2
| | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-10-131-2/+3
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | percpu: fix compile warningsTejun Heo2009-10-121-2/+3
| * | | | | headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
| * | | | | kmemleak: Check for NULL pointer returned by create_object()Catalin Marinas2009-10-091-0/+3
| * | | | | kmemleak: Use GFP_ATOMIC for early_alloc().Tetsuo Handa2009-10-091-1/+1
| | |_|_|/ | |/| | |
| * | | | Merge branch 'sparc-perf-events-fixes-for-linus' of git://git.kernel.org/pub/...Linus Torvalds2009-10-081-22/+26
| |\ \ \ \
| | * | | | mm, perf_event: Make vmalloc_user() align base kernel virtual address to SHMLBADavid Miller2009-10-081-22/+26
| * | | | | mm: includecheck fix: vmalloc.cJaswinder Singh Rajput2009-10-081-1/+0
| * | | | | ksm: more on default valuesHugh Dickins2009-10-082-7/+7
| | |_|/ / | |/| | |
| * | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-10-041-5/+7
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | swapfile: avoid NULL pointer dereference in swapon when s_bdev is NULLSuresh Jayaraman2009-10-011-5/+7
| | |/ /
| * | | memcg: reduce check for softlimit excessKAMEZAWA Hiroyuki2009-10-011-16/+15
| * | | memcg: some modification to softlimit under hierarchical memory reclaim.KAMEZAWA Hiroyuki2009-10-011-63/+50
| * | | memcg: fix refcnt going negativeKAMEZAWA Hiroyuki2009-10-011-1/+2
| * | | mm/rmap.c: fix commentHuang Shijie2009-10-011-2/+2
| | |/ | |/|
| * | percpu: make allocation failures more verboseTejun Heo2009-09-291-2/+18
| * | percpu: make pcpu_setup_first_chunk() failures more verboseTejun Heo2009-09-291-11/+26
| * | percpu: make embedding first chunk allocator check vmalloc space sizeTejun Heo2009-09-291-2/+18
| * | percpu: make pcpu_build_alloc_info() clear static buffersTejun Heo2009-09-291-0/+4
| * | percpu: fix unit_map[] verification in pcpu_setup_first_chunk()Tejun Heo2009-09-291-3/+3
| |/
* / LSM: imbed ima calls in the security hooksMimi Zohar2009-10-251-4/+0
|/