summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* writeback: remove unused nonblocking and congestion checksWu Fengguang2009-12-031-12/+0
* flusher: Fix PF_FROZEN raceOGAWA Hirofumi2009-12-031-1/+1
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-11-301-2/+6
|\
| * Thaw refrigerated bdi flusher threads before invoking kthread_stop on themRomit Dasgupta2009-11-121-2/+6
* | mm: allow memory hotplug and hibernation in the same kernelAndi Kleen2009-11-172-8/+18
* | mm/memory_hotplug: fix section mismatchHidetoshi Seto2009-11-171-1/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-11-141-40/+81
|\ \
| * | percpu: restructure pcpu_extend_area_map() to fix bugs and improve readabilityTejun Heo2009-11-131-40/+81
* | | memcg: fix wrong pointer initialization at page migration when memcg is disab...KAMEZAWA Hiroyuki2009-11-121-1/+1
* | | page allocator: Do not allow interrupts to use ALLOC_HARDERMel Gorman2009-11-121-1/+1
* | | page allocator: always wake kswapd when restarting an allocation attempt afte...Mel Gorman2009-11-121-1/+1
| |/ |/|
* | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-11-111-5/+12
|\ \
| * | highmem: Fix debug_kmap_atomic() to also handle KM_IRQ_PTE, KM_NMI, and KM_NM...Soeren Sandmann2009-11-101-3/+10
| * | 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