summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2011-01-06mm, x86: Saving vmcore with non-lazy freeing of vmasCliff Wickman
2011-01-06mm: Move vma_stack_continue into mm.hStefan Bader
2011-01-06guard page for stacks that grow upwardsLuck, Tony
2011-01-06mm: page allocator: update free page counters after pages are placed on the f...Mel Gorman
2011-01-06mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory ...Christoph Lameter
2011-01-06mm: page allocator: drain per-cpu lists after direct reclaim allocation failsMel Gorman
2011-01-06percpu: fix pcpu_last_unit_cpuTejun Heo
2011-01-06memory hotplug: fix next block calculation in is_removableKAMEZAWA Hiroyuki
2011-01-06bounce: call flush_dcache_page() after bounce_copy_vec()Gary King
2010-08-26vmscan: raise the bar to PAGEOUT_IO_SYNC stallsWu Fengguang
2010-08-26slab: fix object alignmentCarsten Otte
2010-08-26mm: make stack guard page logic use vm_prev pointerLinus Torvalds
2010-08-26mm: make the mlock() stack guard page checks stricterLinus Torvalds
2010-08-26mm: make the vma list be doubly linkedLinus Torvalds
2010-08-20mm: fix up some user-visible effects of the stack guard pageLinus Torvalds
2010-08-20mm: fix page table unmap for stack guard page properlyLinus Torvalds
2010-08-13mm: fix missing page table unmap for stack guard page failure caseLinus Torvalds
2010-08-13mm: keep a guard page below a grow-down stack segmentLinus Torvalds
2010-08-13mm: fix corruption of hibernation caused by reusing swap during image savingKAMEZAWA Hiroyuki
2010-08-10mm: fix ia64 crash when gcore reads gate areaHugh Dickins
2010-08-02x86,nobootmem: make alloc_bootmem_node fall back to other node when 32bit num...Yinghai Lu
2010-08-02kmemleak: Add support for NO_BOOTMEM configurationsCatalin Marinas
2010-07-05do_generic_file_read: clear page errors when issuing a fresh read of the pageJeff Moyer
2010-07-05slub: move kmem_cache_node into it's own cachelineAlexander Duyck
2010-07-05tmpfs: insert tmpfs cache pages to inactive list at firstKOSAKI Motohiro
2010-05-11memcg: fix css_is_ancestor() RCU lockingKAMEZAWA Hiroyuki
2010-05-11memcg: fix css_id() RCU locking for realKAMEZAWA Hiroyuki
2010-05-11rmap: remove anon_vma check in page_address_in_vma()Naoya Horiguchi
2010-05-11hugetlbfs: kill applications that use MAP_NORESERVE with SIGBUS instead of OO...Mel Gorman
2010-05-07Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-05-05slub: Fix bad boundary check in init_kmem_cache_nodes()Zhang, Yanmin
2010-05-04memcg: css_id() must be called under rcu_read_lock()Paul E. McKenney
2010-04-28Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-04-27mmap: check ->vm_ops before dereferencingRik van Riel
2010-04-25Catch filesystems lacking s_bdiJörn Engel
2010-04-24ksm: check for ERR_PTR from follow_page()Dan Carpenter
2010-04-24rmap: anon_vma_prepare() can leak anon_vma_chainOleg Nesterov
2010-04-24hugetlb: fix infinite loop in get_futex_key() when backed by huge pagesMel Gorman
2010-04-24memcg: fix prepare migrationAndrea Arcangeli
2010-04-22bdi: add helper function for doing init and register of a bdi for a file systemJens Axboe
2010-04-19rmap: add exclusively owned pages to the newest anon_vmaRik van Riel
2010-04-12anonvma: when setting up page->mapping, we need to pick the _oldest_ anonvmaLinus Torvalds
2010-04-12anon_vma: clone the anon_vma chain in the right orderLinus Torvalds
2010-04-12vma_adjust: fix the copying of anon_vma chainsLinus Torvalds
2010-04-12Simplify and comment on anon_vma re-use for anon_vma_prepare()Linus Torvalds
2010-04-09Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-04-09slub: Fix kmem_ptr_validate() for non-kernel pointersPekka Enberg
2010-04-09slab: Generify kernel pointer validationPekka Enberg
2010-04-07Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-04-07memcg: fix race in file_mapped accountingKAMEZAWA Hiroyuki