summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2011-02-06install_special_mapping skips security_file_mmap check.Tavis Ormandy1-4/+12
2010-12-14PM / Hibernate: Fix memory corruption related to swapRafael J. Wysocki1-7/+12
2010-12-14perf_events: Fix perf_counter_mmap() hook in mprotect()Pekka Enberg1-1/+1
2010-12-14nommu: yield CPU while disposing VMSteven J. Magnani1-0/+1
2010-12-14mm/vfs: revalidate page->mapping in do_generic_file_read()Dave Hansen1-0/+3
2010-12-14radix-tree: fix RCU bugNick Piggin1-16/+10
2010-12-14mm: fix is_mem_section_removable() page_order BUG_ON checkKAMEZAWA Hiroyuki1-1/+1
2010-12-14mm, page-allocator: do not check the state of a non-existant buddy during freeMel Gorman1-1/+1
2010-12-14mm: fix return value of scan_lru_pages in memory unplugKAMEZAWA Hiroyuki1-1/+1
2010-12-14numa: fix slab_node(MPOL_BIND)Eric Dumazet1-1/+1
2010-11-22mm, x86: Saving vmcore with non-lazy freeing of vmasCliff Wickman1-0/+9
2010-10-28mm: Move vma_stack_continue into mm.hStefan Bader1-6/+0
2010-10-28ksm: fix bad user data when swappingHugh Dickins1-2/+4
2010-09-26guard page for stacks that grow upwardsLuck, Tony2-7/+11
2010-09-26mm: page allocator: update free page counters after pages are placed on the f...Mel Gorman1-4/+5
2010-09-26mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory ...Christoph Lameter3-3/+37
2010-09-26mm: page allocator: drain per-cpu lists after direct reclaim allocation failsMel Gorman1-4/+16
2010-09-26percpu: fix pcpu_last_unit_cpuTejun Heo1-1/+1
2010-09-26vmscan: check all_unreclaimable in direct reclaim pathMinchan Kim1-8/+35
2010-09-26mmap: call unlink_anon_vmas() in __split_vma() in case of errorAndrea Arcangeli1-0/+1
2010-09-26bdi: Initialize noop_backing_dev_info properlyJan Kara1-0/+2
2010-09-26mm: further fix swapin race conditionHugh Dickins1-3/+5
2010-09-26mm: fix swapin race conditionAndrea Arcangeli2-8/+34
2010-09-20memory hotplug: fix next block calculation in is_removableKAMEZAWA Hiroyuki1-8/+8
2010-09-20mm: compaction: handle active and inactive fairly in too_many_isolatedMinchan Kim1-3/+4
2010-09-20bounce: call flush_dcache_page() after bounce_copy_vec()Gary King1-1/+1
2010-09-20swap: do not send discards as barriersChristoph Hellwig1-6/+3
2010-09-20swap: discard while swapping only if SWAP_FLAG_DISCARDHugh Dickins1-1/+1
2010-09-20swap: prevent reuse during hibernationHugh Dickins1-4/+20
2010-09-20writeback: write_cache_pages doesn't terminate at nr_to_write <= 0Dave Chinner1-16/+10
2010-08-26slab: fix object alignmentCarsten Otte1-2/+2
2010-08-26mm: make stack guard page logic use vm_prev pointerLinus Torvalds1-4/+11
2010-08-26mm: make the mlock() stack guard page checks stricterLinus Torvalds1-5/+16
2010-08-26mm: make the vma list be doubly linkedLinus Torvalds2-6/+22
2010-08-20mm: fix up some user-visible effects of the stack guard pageLinus Torvalds1-0/+8
2010-08-20mm: fix page table unmap for stack guard page properlyLinus Torvalds1-7/+6
2010-08-13mm: fix missing page table unmap for stack guard page failure caseLinus Torvalds1-1/+3
2010-08-13mm: keep a guard page below a grow-down stack segmentLinus Torvalds1-0/+23
2010-08-13mm: fix corruption of hibernation caused by reusing swap during image savingKAMEZAWA Hiroyuki1-2/+4
2010-07-30mm: fix ia64 crash when gcore reads gate areaHugh Dickins1-3/+13
2010-07-20x86,nobootmem: make alloc_bootmem_node fall back to other node when 32bit num...Yinghai Lu2-4/+23
2010-07-20mm/vmscan.c: fix mapping use after freeNick Piggin1-1/+1
2010-07-19mm: add context argument to shrinker callbackDave Chinner1-3/+5
2010-07-19Merge branch 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...Linus Torvalds2-0/+12
2010-07-19kmemleak: Add support for NO_BOOTMEM configurationsCatalin Marinas1-0/+5
2010-07-19kmemleak: Annotate false positive in init_section_page_cgroup()Catalin Marinas1-0/+7
2010-07-14lmb: rename to memblockYinghai Lu3-0/+546
2010-07-08Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-15/+5
2010-07-06writeback: simplify the write back thread queueChristoph Hellwig1-11/+3
2010-07-06writeback: remove writeback_inodes_wbcChristoph Hellwig2-4/+2