aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner3-6/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 248Thomas Gleixner1-2/+1
2019-06-18mm/hmm: Use lockdep instead of commentsJason Gunthorpe1-2/+2
2019-06-18mm/hmm: Hold on to the mmget for the lifetime of the rangeJason Gunthorpe1-21/+11
2019-06-18mm/hmm: Do not use list*_rcu() for hmm->rangesJason Gunthorpe1-2/+2
2019-06-18mm/hmm: Simplify hmm_get_or_create and make it reliableJason Gunthorpe1-47/+30
2019-06-16Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+8
2019-06-14Merge tag 'v5.2-rc4' into mauroJonathan Corbet47-121/+67
2019-06-13mm/devm_memremap_pages: fix final page put raceDan Williams1-11/+3
2019-06-13mm/vmscan.c: fix trying to reclaim unevictable LRU pageMinchan Kim1-1/+1
2019-06-13coredump: fix race condition between collapse_huge_page() and core dumpingAndrea Arcangeli1-0/+3
2019-06-13mm/mlock.c: change count_mm_mlocked_page_nr return typeswkhack1-2/+2
2019-06-13mm: mmu_gather: remove __tlb_reset_range() for force flushYang Shi1-5/+19
2019-06-13mm/vmscan.c: fix recent_rotated historyKirill Tkhai1-2/+2
2019-06-13mm/mlock.c: mlockall error for flag MCL_ONFAULTPotyra, Stefan1-1/+2
2019-06-13mm/list_lru.c: fix memory leak in __memcg_init_list_lru_nodeShakeel Butt1-1/+1
2019-06-13mm: memcontrol: don't batch updates of local VM stats and eventsJohannes Weiner1-13/+28
2019-06-10mm/hmm: Hold a mmgrab from hmm to mmJason Gunthorpe1-18/+4
2019-06-10mm/hmm: Use hmm_mirror not mm as an argument for hmm_range_registerJason Gunthorpe1-9/+4
2019-06-09vfs: add missing checks to copy_file_rangeAmir Goldstein1-0/+53
2019-06-09vfs: remove redundant checks from generic_remap_checks()Amir Goldstein1-21/+12
2019-06-09vfs: introduce generic_file_rw_checks()Amir Goldstein1-0/+24
2019-06-09Merge 5.2-rc4 into char-misc-nextGreg Kroah-Hartman47-121/+67
2019-06-08docs: fix broken documentation linksMauro Carvalho Chehab1-1/+1
2019-06-07mm/hmm: fix use after free with struct hmm in the mmu notifiersJason Gunthorpe1-6/+17
2019-06-06mm/hmm: Only set FAULT_FLAG_ALLOW_RETRY for non-blockingKuehling, Felix1-1/+1
2019-06-06mm/hmm: support automatic NUMA balancingPhilip Yang1-1/+1
2019-06-06mm/hmm: clean up some coding style and commentsRalph Campbell1-30/+32
2019-06-06mm/hmm.c: suppress compilation warnings when CONFIG_HUGETLB_PAGE is not setJason Gunthorpe1-7/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-5/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner4-8/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 403Thomas Gleixner1-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2-27/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 263Thomas Gleixner1-4/+1
2019-06-05mm/zsmalloc.c: remove unused variableAnders Roxell1-2/+0
2019-06-03backing-dev: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-19/+5
2019-06-03mm: cleancache: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-2/+1
2019-06-03hwpoison-inject: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-39/+16
2019-06-03mm: kmemleak: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-6/+1
2019-06-03zsmalloc: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-17/+3
2019-06-03zswap: ignore debugfs_create_dir() return valueGreg Kroah-Hartman1-2/+0
2019-06-03mm/vmalloc: Avoid rare case of flushing TLB with weird argumentsRick Edgecombe1-1/+3
2019-06-03mm/vmalloc: Fix calculation of direct map addr rangeRick Edgecombe1-5/+5
2019-06-01mm, compaction: make sure we isolate a valid PFNSuzuki K Poulose1-1/+1
2019-06-01kasan: initialize tag to 0xff in __kasan_kmallocNathan Chancellor1-1/+1
2019-06-01z3fold: fix sheduling while atomicVitaly Wool1-5/+6
2019-06-01mm/gup: continue VM_FAULT_RETRY processing even for pre-faultsMike Rapoport1-7/+8
2019-06-01memcg: make it work on sparse non-0-node systemsJiri Slaby1-5/+3
2019-06-01prctl_set_mm: downgrade mmap_sem to read lockMichal Koutný1-2/+2
2019-06-01mm/vmalloc.c: fix typo in commentAndrew Morton1-1/+1