summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm/damon/core: initialize damon_target->list in damon_new_target()SeongJae Park2022-10-121-0/+1
* mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb pageBaolin Wang2022-10-122-15/+26
* damon/sysfs: fix possible memleak on damon_sysfs_add_targetLevi Yun2022-10-011-1/+1
* mm: fix BUG splat with kvmalloc + GFP_ATOMICFlorian Westphal2022-10-011-0/+4
* mm/page_isolation: fix isolate_single_pageblock() isolation behaviorZi Yan2022-09-261-11/+14
* mm,hwpoison: check mm when killing accessing processShuai Xue2022-09-261-0/+3
* mm/hugetlb: correct demote page offset logicDoug Berger2022-09-261-6/+8
* mm: prevent page_frag_alloc() from corrupting the memoryMaurizio Lombardi2022-09-261-0/+12
* mm: bring back update_mmu_cache() to finish_fault()Sergei Antonov2022-09-261-4/+10
* frontswap: don't call ->init if no ops are registeredChristoph Hellwig2022-09-261-0/+3
* mm/huge_memory: use pfn_to_online_page() in split_huge_pages_all()Naoya Horiguchi2022-09-261-4/+2
* mm: fix madivse_pageout mishandling on non-LRU pageMinchan Kim2022-09-261-2/+5
* mm: gup: fix the fast GUP race against THP collapseYang Shi2022-09-262-10/+34
* mm: fix dereferencing possible ERR_PTRBinyi Han2022-09-121-1/+1
* vmscan: check folio_test_private(), not folio_get_private()Matthew Wilcox (Oracle)2022-09-121-2/+2
* mm: fix VM_BUG_ON in __delete_from_swap_cache()Matthew Wilcox (Oracle)2022-09-121-1/+1
* mm/damon/dbgfs: fix memory leak when using debugfs_lookup()Greg Kroah-Hartman2022-09-121-5/+14
* mm/migrate_device.c: copy pte dirty bit to pageAlistair Popple2022-09-121-2/+7
* mm/migrate_device.c: add missing flush_cache_page()Alistair Popple2022-09-121-1/+1
* mm/migrate_device.c: flush TLB while holding PTLAlistair Popple2022-09-121-2/+3
* mm/memory-failure: fall back to vma_address() when ->notify_failure() failsDan Williams2022-09-121-10/+12
* mm/memory-failure: fix detection of memory_failure() handlersDan Williams2022-09-121-1/+1
* mm/page_alloc: fix race condition between build_all_zonelists and page alloca...Mel Gorman2022-09-121-10/+43
* mm/mprotect: only reference swap pfn page if type matchPeter Xu2022-08-281-1/+2
* mm/damon/dbgfs: avoid duplicate context directory creationBadari Pulavarty2022-08-281-0/+3
* bootmem: remove the vmemmap pages from kmemleak in put_page_bootmemLiu Shixin2022-08-281-0/+2
* mm/zsmalloc: do not attempt to free IS_ERR handleSergey Senozhatsky2022-08-281-1/+1
* writeback: avoid use-after-free after removing deviceKhazhismel Kumykov2022-08-282-6/+10
* shmem: update folio if shmem_replace_page() updates the pageMatthew Wilcox (Oracle)2022-08-281-0/+1
* mm/hugetlb: avoid corrupting page->mapping in hugetlb_mcopy_atomic_pteMiaohe Lin2022-08-281-1/+1
* mm/shmem: shmem_replace_page() remember NR_SHMEMHugh Dickins2022-08-211-0/+2
* mm/shmem: tmpfs fallocate use file_modified()Hugh Dickins2022-08-211-1/+2
* mm/shmem: fix chattr fsflags support in tmpfsHugh Dickins2022-08-211-23/+31
* mm/hugetlb: support write-faults in shared mappingsDavid Hildenbrand2022-08-211-7/+19
* mm/hugetlb: fix hugetlb not supporting softdirty trackingDavid Hildenbrand2022-08-211-2/+5
* mm/uffd: reset write protection when unregister with wp-modePeter Xu2022-08-211-11/+18
* mm: add DEVICE_ZONE to FOR_ALL_ZONESHao Lee2022-08-211-1/+8
* mm/gup: fix FOLL_FORCE COW security issue and remove FOLL_COWDavid Hildenbrand2022-08-212-43/+89
* Merge tag 'mm-stable-2022-08-09' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-105-601/+684
|\
| * mm, hwpoison: enable memory error handling on 1GB hugepageNaoya Horiguchi2022-08-091-16/+0
| * mm, hwpoison: skip raw hwpoison page in freeing 1GB hugepageNaoya Horiguchi2022-08-091-4/+6
| * mm, hwpoison: make __page_handle_poison returns intNaoya Horiguchi2022-08-091-5/+11
| * mm, hwpoison: set PG_hwpoison for busy hugetlb pagesNaoya Horiguchi2022-08-091-4/+4
| * mm, hwpoison: make unpoison aware of raw error info in hwpoisoned hugepageNaoya Horiguchi2022-08-091-5/+47
| * mm, hwpoison, hugetlb: support saving mechanism of raw error pagesNaoya Horiguchi2022-08-092-12/+100
| * mm/hugetlb: make pud_huge() and follow_huge_pud() aware of non-present pud entryNaoya Horiguchi2022-08-091-2/+30
| * mm/hugetlb: check gigantic_page_runtime_supported() in return_unused_surplus_...Naoya Horiguchi2022-08-091-2/+1
| * mm: hugetlb_vmemmap: use PTRS_PER_PTE instead of PMD_SIZE / PAGE_SIZEMuchun Song2022-08-091-1/+1
| * mm: hugetlb_vmemmap: improve hugetlb_vmemmap code readabilityMuchun Song2022-08-093-103/+96
| * mm: hugetlb_vmemmap: replace early_param() with core_param()Muchun Song2022-08-091-8/+2