summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: make page pfmemalloc check more robustMichal Hocko2015-08-213-6/+9
* mm: cma: mark cma_bitmap_maxno() inline in headerGregory Fong2015-08-141-1/+1
* memory-hotplug: fix wrong edge when hot add a new nodeXishi Qiu2015-08-142-0/+11
* .mailmap: Andrey Ryabinin has movedAndrey Ryabinin2015-08-142-2/+2
* mm/hwpoison: fix panic due to split huge zero pageWanpeng Li2015-08-141-2/+5
* mm/hwpoison: fix fail isolate hugetlbfs page w/ refcount heldWanpeng Li2015-08-141-7/+6
* mm/hwpoison: fix page refcount of unknown non LRU pageWanpeng Li2015-08-141-0/+2
* writeback: fix initial dirty limitRabin Vincent2015-08-071-2/+2
* mm/memory-failure: set PageHWPoison before migrate_pages()Naoya Horiguchi2015-08-072-4/+6
* mm: check __PG_HWPOISON separately from PAGE_FLAGS_CHECK_AT_*Naoya Horiguchi2015-08-073-7/+9
* mm/memory-failure: give up error handling for non-tail-refcounted thpNaoya Horiguchi2015-08-071-9/+12
* mm/memory-failure: fix race in counting num_poisoned_pagesNaoya Horiguchi2015-08-071-2/+2
* mm/memory-failure: unlock_page before put_pageNaoya Horiguchi2015-08-071-2/+2
* ipc: use private shmem or hugetlbfs inodes for shm segments.Stephen Smalley2015-08-071-2/+2
* mm: initialize hotplugged pages as reservedMel Gorman2015-08-071-1/+9
* mm/slub: allow merging when SLAB_DEBUG_FREE is setKonstantin Khlebnikov2015-08-071-2/+1
* fs, file table: reinit files_stat.max_files after deferred memory initialisationMel Gorman2015-08-071-0/+3
* mm, meminit: replace rwsem with completionNicolai Stange2015-08-071-7/+15
* mm, meminit: allow early_pfn_to_nid to be used during runtimeMel Gorman2015-08-071-8/+8
* mm, vmscan: Do not wait for page writeback for GFP_NOFS allocationsMichal Hocko2015-08-051-10/+6
* mm/cma_debug: correct size input to bitmap functionJoonsoo Kim2015-07-171-3/+4
* mm/cma_debug: fix debugging alloc/free interfaceJoonsoo Kim2015-07-171-2/+2
* mm/page_owner: set correct gfp_mask on page_ownerJoonsoo Kim2015-07-172-3/+12
* mm/page_owner: fix possible access violationJoonsoo Kim2015-07-171-1/+3
* mm, meminit: suppress unused memory variable warningMel Gorman2015-07-171-3/+1
* mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov2015-07-091-7/+13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-043-3/+3
|\
| * fs: Rename file_remove_suid() to file_remove_privs()Jan Kara2015-06-231-1/+1
| * vfs: add seq_file_path() helperMiklos Szeredi2015-06-231-1/+1
| * vfs: add file_path() helperMiklos Szeredi2015-06-231-1/+1
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-07-031-47/+62
|\ \
| * | writeback: don't drain bdi_writeback_congested on bdi destructionTejun Heo2015-07-021-6/+16
| * | writeback: don't embed root bdi_writeback_congested in bdi_writebackTejun Heo2015-07-021-41/+46
* | | Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...Linus Torvalds2015-07-022-3/+3
|\ \ \ | |/ / |/| |
| * | mm/page_owner.c: use late_initcall to hook in enablingPaul Gortmaker2015-06-161-1/+1
| * | mm: replace module_init usages with subsys_initcall in nommu.cPaul Gortmaker2015-06-161-2/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-07-017-81/+453
|\ \ \
| * | | mm: meminit: finish initialisation of struct pages before basic setupMel Gorman2015-06-303-37/+39
| * | | mm: meminit: remove mminit_verify_page_linksMel Gorman2015-06-303-17/+0
| * | | mm: meminit: reduce number of times pageblocks are set during struct page initMel Gorman2015-06-301-22/+24
| * | | mm: meminit: free pages in large chunks where possibleMel Gorman2015-06-301-6/+49
| * | | mm: meminit: minimise number of pfn->page lookups during initialisationMel Gorman2015-06-301-5/+24
| * | | mm: meminit: initialise remaining struct pages in parallel with kswapdMel Gorman2015-06-304-6/+130
| * | | mm: meminit: initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PA...Mel Gorman2015-06-303-3/+111
| * | | mm: meminit: inline some helper functionsMel Gorman2015-06-301-37/+52
| * | | mm: meminit: make __early_pfn_to_nid SMP-safe and introduce meminit_pfn_in_nidMel Gorman2015-06-301-15/+25
| * | | mm: page_alloc: pass PFN to __free_pages_bootmemMel Gorman2015-06-305-11/+14
| * | | mm: meminit: only set page reserved in the memblock regionNathan Zimmer2015-06-302-1/+19
| * | | mm: meminit: move page initialization into a separate functionRobin Holt2015-06-301-33/+46
| * | | memblock: introduce a for_each_reserved_mem_region iteratorRobin Holt2015-06-301-0/+32