summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorLines
2015-08-21mm: make page pfmemalloc check more robustMichal Hocko-6/+9
2015-08-14mm: cma: mark cma_bitmap_maxno() inline in headerGregory Fong-1/+1
2015-08-14memory-hotplug: fix wrong edge when hot add a new nodeXishi Qiu-0/+11
2015-08-14.mailmap: Andrey Ryabinin has movedAndrey Ryabinin-2/+2
2015-08-14mm/hwpoison: fix panic due to split huge zero pageWanpeng Li-2/+5
2015-08-14mm/hwpoison: fix fail isolate hugetlbfs page w/ refcount heldWanpeng Li-7/+6
2015-08-14mm/hwpoison: fix page refcount of unknown non LRU pageWanpeng Li-0/+2
2015-08-07writeback: fix initial dirty limitRabin Vincent-2/+2
2015-08-07mm/memory-failure: set PageHWPoison before migrate_pages()Naoya Horiguchi-4/+6
2015-08-07mm: check __PG_HWPOISON separately from PAGE_FLAGS_CHECK_AT_*Naoya Horiguchi-7/+9
2015-08-07mm/memory-failure: give up error handling for non-tail-refcounted thpNaoya Horiguchi-9/+12
2015-08-07mm/memory-failure: fix race in counting num_poisoned_pagesNaoya Horiguchi-2/+2
2015-08-07mm/memory-failure: unlock_page before put_pageNaoya Horiguchi-2/+2
2015-08-07ipc: use private shmem or hugetlbfs inodes for shm segments.Stephen Smalley-2/+2
2015-08-07mm: initialize hotplugged pages as reservedMel Gorman-1/+9
2015-08-07mm/slub: allow merging when SLAB_DEBUG_FREE is setKonstantin Khlebnikov-2/+1
2015-08-07fs, file table: reinit files_stat.max_files after deferred memory initialisationMel Gorman-0/+3
2015-08-07mm, meminit: replace rwsem with completionNicolai Stange-7/+15
2015-08-07mm, meminit: allow early_pfn_to_nid to be used during runtimeMel Gorman-8/+8
2015-08-05mm, vmscan: Do not wait for page writeback for GFP_NOFS allocationsMichal Hocko-10/+6
2015-07-17mm/cma_debug: correct size input to bitmap functionJoonsoo Kim-3/+4
2015-07-17mm/cma_debug: fix debugging alloc/free interfaceJoonsoo Kim-2/+2
2015-07-17mm/page_owner: set correct gfp_mask on page_ownerJoonsoo Kim-3/+12
2015-07-17mm/page_owner: fix possible access violationJoonsoo Kim-1/+3
2015-07-17mm, meminit: suppress unused memory variable warningMel Gorman-3/+1
2015-07-09mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov-7/+13
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-3/+3
2015-07-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-47/+62
2015-07-02Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...Linus Torvalds-3/+3
2015-07-02writeback: don't drain bdi_writeback_congested on bdi destructionTejun Heo-6/+16
2015-07-02writeback: don't embed root bdi_writeback_congested in bdi_writebackTejun Heo-41/+46
2015-07-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds-81/+453
2015-07-01Add __init attribute to new_kmalloc_cacheChristoph Lameter-1/+1
2015-06-30mm: meminit: finish initialisation of struct pages before basic setupMel Gorman-37/+39
2015-06-30mm: meminit: remove mminit_verify_page_linksMel Gorman-17/+0
2015-06-30mm: meminit: reduce number of times pageblocks are set during struct page initMel Gorman-22/+24
2015-06-30mm: meminit: free pages in large chunks where possibleMel Gorman-6/+49
2015-06-30mm: meminit: minimise number of pfn->page lookups during initialisationMel Gorman-5/+24
2015-06-30mm: meminit: initialise remaining struct pages in parallel with kswapdMel Gorman-6/+130
2015-06-30mm: meminit: initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PA...Mel Gorman-3/+111
2015-06-30mm: meminit: inline some helper functionsMel Gorman-37/+52
2015-06-30mm: meminit: make __early_pfn_to_nid SMP-safe and introduce meminit_pfn_in_nidMel Gorman-15/+25
2015-06-30mm: page_alloc: pass PFN to __free_pages_bootmemMel Gorman-11/+14
2015-06-30mm: meminit: only set page reserved in the memblock regionNathan Zimmer-1/+19
2015-06-30mm: meminit: move page initialization into a separate functionRobin Holt-33/+46
2015-06-30memblock: introduce a for_each_reserved_mem_region iteratorRobin Holt-0/+32
2015-06-29Fix kmalloc slab creation sequenceChristoph Lameter-16/+16
2015-06-26Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-1/+1
2015-06-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds-58/+30
2015-06-25kasan: remove duplicate definition of the macro KASAN_FREE_PAGEWang Long-1/+0