aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2019-07-22Merge branch 'master-5.2'Bruce Ashfield
2019-07-05Revert "mm: page cache: store only head pages in i_pages"Linus Torvalds
2019-07-05swap_readpage(): avoid blk_wake_io_task() if !synchronousOleg Nesterov
2019-07-05mm/vmscan.c: prevent useless kswapd loopsShakeel Butt
2019-07-05mm/page_alloc.c: fix regression with deferred struct page initJuergen Gross
2019-06-29mm, swap: fix THP swap outHuang Ying
2019-06-29mm/vmalloc.c: avoid bogus -Wmaybe-uninitialized warningArnd Bergmann
2019-06-29mm/page_idle.c: fix oops because end_pfn is larger than max_pfnColin Ian King
2019-06-29mm/oom_kill.c: fix uninitialized oc->constraintYafang Shao
2019-06-29mm: hugetlb: soft-offline: dissolve_free_huge_page() return zero on !PageHugeNaoya Horiguchi
2019-06-29mm: soft-offline: return -EBUSY if set_hwpoison_free_buddy_page() failsNaoya Horiguchi
2019-06-29mm/mempolicy.c: fix an incorrect rebind node in mpol_rebind_nodemaskzhong jiang
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 248Thomas Gleixner
2019-06-16Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-06-13mm/devm_memremap_pages: fix final page put raceDan Williams
2019-06-13mm/vmscan.c: fix trying to reclaim unevictable LRU pageMinchan Kim
2019-06-13coredump: fix race condition between collapse_huge_page() and core dumpingAndrea Arcangeli
2019-06-13mm/mlock.c: change count_mm_mlocked_page_nr return typeswkhack
2019-06-13mm: mmu_gather: remove __tlb_reset_range() for force flushYang Shi
2019-06-13mm/vmscan.c: fix recent_rotated historyKirill Tkhai
2019-06-13mm/mlock.c: mlockall error for flag MCL_ONFAULTPotyra, Stefan
2019-06-13mm/list_lru.c: fix memory leak in __memcg_init_list_lru_nodeShakeel Butt
2019-06-13mm: memcontrol: don't batch updates of local VM stats and eventsJohannes Weiner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 403Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 263Thomas Gleixner
2019-06-03mm/vmalloc: Avoid rare case of flushing TLB with weird argumentsRick Edgecombe
2019-06-03mm/vmalloc: Fix calculation of direct map addr rangeRick Edgecombe
2019-06-01mm, compaction: make sure we isolate a valid PFNSuzuki K Poulose
2019-06-01kasan: initialize tag to 0xff in __kasan_kmallocNathan Chancellor
2019-06-01z3fold: fix sheduling while atomicVitaly Wool
2019-06-01mm/gup: continue VM_FAULT_RETRY processing even for pre-faultsMike Rapoport
2019-06-01memcg: make it work on sparse non-0-node systemsJiri Slaby
2019-06-01prctl_set_mm: downgrade mmap_sem to read lockMichal Koutný
2019-06-01mm/vmalloc.c: fix typo in commentAndrew Morton
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 225Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 98Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-05-19Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-05-18mm/compaction.c: correct zone boundary handling when isolating pages from a p...Mel Gorman