summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2013-01-16export __get_user_pages_fast() functionXiao Guangrong
2013-01-16percpu: fix chunk range calculationTejun Heo
2013-01-16percpu: fix first chunk match in per_cpu_ptr_to_phys()Tejun Heo
2012-08-17mm: vmalloc: check for page allocation failure before vmlist insertionMel Gorman
2012-08-17mm: avoid null pointer access in vm_struct via /proc/vmallocinfoMitsuo Hayasaka
2012-08-17vm: fix vm_pgoff wrap in upward expansionHugh Dickins
2012-08-17vm: fix vm_pgoff wrap in stack expansionLinus Torvalds
2012-08-17fs: assign sb->s_bdi to default_backing_dev_info if the bdi is going awayJens Axboe
2012-05-17mm: fix wrong vmap address calculations with odd NR_CPUS valuesClemens Ladisch
2012-05-17mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi
2012-05-17mm: fix negative commitlimit when gigantic hugepages are allocatedRafael Aquini
2012-05-17migrate: don't account swapcache as shmemAndrea Arcangeli
2012-05-17ksm: fix NULL pointer dereference in scan_get_next_rmap_item()Hugh Dickins
2012-05-17mm: fix ENOSPC returned by handle_mm_fault()Hugh Dickins
2012-05-17mm/page_alloc.c: prevent unending loop in __alloc_pages_slowpath()Andrew Barry
2012-05-17kmemleak: Do not return a pointer to an object that kmemleak did not getCatalin Marinas
2012-03-14mm: avoid wrapping vm_pgoff in mremap()Linus Torvalds
2012-03-14shmem: let shared anonymous be nonlinear againHugh Dickins
2011-06-26mm: fix possible cause of a page_mapped BUGHugh Dickins
2011-04-17install_special_mapping skips security_file_mmap check.Tavis Ormandy
2011-04-17perf_events: Fix perf_counter_mmap() hook in mprotect()Pekka Enberg
2011-04-17nommu: yield CPU while disposing VMSteven J. Magnani
2011-04-17mm/vfs: revalidate page->mapping in do_generic_file_read()Dave Hansen
2011-04-17mm: fix is_mem_section_removable() page_order BUG_ON checkKAMEZAWA Hiroyuki
2011-04-17mm: fix return value of scan_lru_pages in memory unplugKAMEZAWA Hiroyuki
2011-04-17numa: fix slab_node(MPOL_BIND)Eric Dumazet
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