summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2019-07-02memremap: pass a struct dev_pagemap to ->kill and ->cleanupChristoph Hellwig1-5/+5
2019-07-02memremap: move dev_pagemap callbacks into a separate structureChristoph Hellwig1-3/+7
2019-07-02mm: factor out a devm_request_free_mem_region helperChristoph Hellwig1-29/+4
2019-07-02mm: export alloc_pages_vmaChristoph Hellwig1-0/+1
2019-07-02mm: don't clear ->mapping in hmm_devmem_freeChristoph Hellwig1-2/+0
2019-07-02mm: remove MEMORY_DEVICE_PUBLIC supportChristoph Hellwig9-155/+17
2019-07-02mm: remove the struct hmm_device infrastructureChristoph Hellwig1-80/+0
2019-07-02mm: remove the unused ARCH_HAS_HMM_DEVICE Kconfig optionChristoph Hellwig1-10/+0
2019-07-02mm/swap: fix release_pages() when releasing devmap pagesIra Weiny1-4/+9
2019-06-29mm, swap: fix THP swap outHuang Ying1-5/+2
2019-06-29mm/vmalloc.c: avoid bogus -Wmaybe-uninitialized warningArnd Bergmann1-2/+2
2019-06-29mm/page_idle.c: fix oops because end_pfn is larger than max_pfnColin Ian King1-2/+2
2019-06-29mm/oom_kill.c: fix uninitialized oc->constraintYafang Shao1-7/+5
2019-06-29mm: hugetlb: soft-offline: dissolve_free_huge_page() return zero on !PageHugeNaoya Horiguchi2-13/+21
2019-06-29mm: soft-offline: return -EBUSY if set_hwpoison_free_buddy_page() failsNaoya Horiguchi1-0/+2
2019-06-29mm/mempolicy.c: fix an incorrect rebind node in mpol_rebind_nodemaskzhong jiang1-1/+1
2019-06-27mm/hmm: Fix error flows in hmm_invalidate_range_startJason Gunthorpe1-29/+40
2019-06-24mm/hmm: Remove confusing comment and logic from hmm_releaseJason Gunthorpe1-19/+9
2019-06-24mm/hmm: Poison hmm_range during unregisterJason Gunthorpe1-6/+8
2019-06-24mm/hmm: Remove racy protection against double-unregistrationJason Gunthorpe1-7/+1
2019-06-24arm64/mm: wire up CONFIG_ARCH_HAS_SET_DIRECT_MAPArd Biesheuvel1-11/+0
2019-06-23Merge 5.2-rc6 into char-misc-nextGreg Kroah-Hartman17-68/+78
2019-06-21mm: add filemap_fdatawait_range_keep_errors()Ross Zwisler1-0/+22
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2-9/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner3-9/+3
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/ker...Linus Torvalds1-6/+8
2019-06-14Merge tag 'v5.2-rc4' into mauroJonathan Corbet47-121/+67
2019-06-14mm/devm_memremap_pages: fix final page put raceDan Williams1-11/+3
2019-06-14mm/vmscan.c: fix trying to reclaim unevictable LRU pageMinchan Kim1-1/+1
2019-06-14coredump: fix race condition between collapse_huge_page() and core dumpingAndrea Arcangeli1-0/+3
2019-06-14mm/mlock.c: change count_mm_mlocked_page_nr return typeswkhack1-2/+2
2019-06-14mm: mmu_gather: remove __tlb_reset_range() for force flushYang Shi1-5/+19
2019-06-14mm/vmscan.c: fix recent_rotated historyKirill Tkhai1-2/+2
2019-06-14mm/mlock.c: mlockall error for flag MCL_ONFAULTPotyra, Stefan1-1/+2
2019-06-14mm/list_lru.c: fix memory leak in __memcg_init_list_lru_nodeShakeel Butt1-1/+1
2019-06-14mm: 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