summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/memory_hotplug.c: check for missing sections in test_pages_in_a_zone()Andrew Banman2016-01-291-12/+19
* mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a faultMel Gorman2015-12-061-0/+8
* mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov2015-09-181-4/+9
* mm: kmemleak: allow safe memory scanning during kmemleak disablingCatalin Marinas2015-09-181-1/+13
* mm: try_to_unmap_cluster() should lock_page() before mlockingVlastimil Babka2014-11-232-2/+14
* vm: add vm_iomap_memory() helper functionLinus Torvalds2014-05-191-0/+47
* tmpfs: fix use-after-free of mempolicy objectGreg Thelen2013-06-101-2/+8
* mempolicy: fix a race in shared_policy_replace()Mel Gorman2013-06-101-21/+16
* mm: fix invalidate_complete_page2() lock orderingHugh Dickins2013-06-101-1/+2
* mm: bugfix: set current->reclaim_state to NULL while returning from kswapd()Takamori Yamaguchi2013-06-101-0/+2
* mm: fix vma_resv_map() NULL pointerDave Hansen2013-06-101-1/+2
* hugetlb: fix resv_map leak in error pathDave Hansen2013-06-101-6/+22
* Remove user-triggerable BUG from mpol_to_strDave Jones2012-10-071-1/+1
* mm: mmu_notifier: fix freed page still mapped in secondary MMUXiao Guangrong2012-10-071-22/+23
* mm: Hold a file reference in madvise_removeAndy Lutomirski2012-10-071-3/+13
* hugepages: fix use after free bug in "quota" handlingDavid Gibson2012-10-071-27/+108
* writeback: fixups for !dirty_writeback_centisecsJens Axboe2012-03-172-5/+11
* mm/filemap_xip.c: fix race condition in xip_file_fault()Carsten Otte2012-02-131-1/+6
* vfs: __read_cache_page should use gfp argument rather than GFP_KERNELDave Kleikamp2012-01-061-5/+2
* export __get_user_pages_fast() functionXiao Guangrong2011-12-211-0/+13
* percpu: fix chunk range calculationTejun Heo2011-12-211-13/+19
* mm: avoid null pointer access in vm_struct via /proc/vmallocinfoMitsuo Hayasaka2011-11-261-17/+50
* vm: fix vm_pgoff wrap in upward expansionHugh Dickins2011-11-071-3/+6
* vm: fix vm_pgoff wrap in stack expansionLinus Torvalds2011-11-071-4/+7
* mm: fix wrong vmap address calculations with odd NR_CPUS valuesClemens Ladisch2011-08-291-3/+4
* mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi2011-07-131-0/+2
* mm: fix negative commitlimit when gigantic hugepages are allocatedRafael Aquini2011-07-131-0/+8
* migrate: don't account swapcache as shmemAndrea Arcangeli2011-07-131-1/+1
* ksm: fix NULL pointer dereference in scan_get_next_rmap_item()Hugh Dickins2011-07-131-0/+6
* mm: fix ENOSPC returned by handle_mm_fault()Hugh Dickins2011-06-231-2/+2
* mm/page_alloc.c: prevent unending loop in __alloc_pages_slowpath()Andrew Barry2011-06-231-1/+1
* kmemleak: Do not return a pointer to an object that kmemleak did not getCatalin Marinas2011-06-231-2/+5
* mm: avoid wrapping vm_pgoff in mremap()Linus Torvalds2011-04-141-2/+9
* shmem: let shared anonymous be nonlinear againHugh Dickins2011-03-271-0/+1
* mm: fix possible cause of a page_mapped BUGHugh Dickins2011-03-141-3/+1
* install_special_mapping skips security_file_mmap check.Tavis Ormandy2011-01-071-4/+12
* perf_events: Fix perf_counter_mmap() hook in mprotect()Pekka Enberg2010-12-091-1/+1
* nommu: yield CPU while disposing VMSteven J. Magnani2010-12-091-0/+1
* mm/vfs: revalidate page->mapping in do_generic_file_read()Dave Hansen2010-12-091-0/+3
* mm: fix is_mem_section_removable() page_order BUG_ON checkKAMEZAWA Hiroyuki2010-12-091-1/+1
* mm: fix return value of scan_lru_pages in memory unplugKAMEZAWA Hiroyuki2010-12-091-1/+1
* numa: fix slab_node(MPOL_BIND)Eric Dumazet2010-12-091-1/+1
* mm, x86: Saving vmcore with non-lazy freeing of vmasCliff Wickman2010-11-221-0/+9
* mm: Move vma_stack_continue into mm.hStefan Bader2010-10-281-6/+0
* guard page for stacks that grow upwardsLuck, Tony2010-09-262-7/+11
* mm: page allocator: update free page counters after pages are placed on the f...Mel Gorman2010-09-261-4/+5
* mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory ...Christoph Lameter2010-09-263-3/+37
* mm: page allocator: drain per-cpu lists after direct reclaim allocation failsMel Gorman2010-09-261-4/+16
* percpu: fix pcpu_last_unit_cpuTejun Heo2010-09-261-1/+1
* memory hotplug: fix next block calculation in is_removableKAMEZAWA Hiroyuki2010-09-201-8/+8