summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | mm: kasan: Skip unpoisoning of user pagesCatalin Marinas2022-07-071-2/+5
| | * | | | | | mm: kasan: Ensure the tags are visible before the tag in page->flagsCatalin Marinas2022-07-071-1/+2
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge branch 'for-next/mm' into for-next/coreWill Deacon2022-07-251-1/+1
| |\ \ \ \ \ \
| | * | | | | | arm64: enable THP_SWAP for arm64Barry Song2022-07-201-1/+1
| | |/ / / / /
| * | | | | | mm: ioremap: Add ioremap/iounmap_allowed()Kefeng Wang2022-06-271-1/+10
| * | | | | | mm: ioremap: Setup phys_addr of struct vm_structKefeng Wang2022-06-271-0/+1
| * | | | | | mm: ioremap: Use more sensible name in ioremap_prot()Kefeng Wang2022-06-271-6/+8
| |/ / / / /
* | | | | | Merge tag 'mm-hotfixes-stable-2022-07-29' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-07-302-15/+16
|\ \ \ \ \ \
| * | | | | | mm/hmm: fault non-owner device private entriesRalph Campbell2022-07-291-11/+8
| * | | | | | page_alloc: fix invalid watermark check on a negative valueJaewon Kim2022-07-291-4/+8
* | | | | | | Merge tag 'mm-hotfixes-stable-2022-07-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-07-277-30/+57
|\| | | | | |
| * | | | | | hugetlb: fix memoryleak in hugetlb_mcopy_atomic_pteMiaohe Lin2022-07-191-0/+1
| * | | | | | secretmem: fix unhandled fault in truncateMike Rapoport2022-07-191-7/+26
| * | | | | | mm/hugetlb: separate path for hwpoison entry in copy_hugetlb_page_range()Naoya Horiguchi2022-07-191-2/+7
| * | | | | | mm: fix missing wake-up event for FSDAX pagesMuchun Song2022-07-192-5/+7
| * | | | | | mm: fix page leak with multiple threads mapping the same pageJosef Bacik2022-07-191-2/+5
| * | | | | | tmpfs: fix the issue that the mount and remount results are inconsistent.ZhaoLong Wang2022-07-191-5/+2
| * | | | | | mm: kfence: apply kmemleak_ignore_phys on early allocated poolYee Lee2022-07-191-9/+9
| | |_|/ / / | |/| | | |
* / | | | | mm: fix NULL pointer dereference in wp_page_reuse()Qi Zheng2022-07-261-1/+1
|/ / / / /
* | | | | mm: split huge PUD on wp_huge_pud fallbackGowans, James2022-07-041-13/+14
* | | | | mm/rmap: fix dereferencing invalid subpage pointer in try_to_migrate_one()David Hildenbrand2022-07-041-10/+17
* | | | | mm: sparsemem: fix missing higher order allocation splittingMuchun Song2022-07-041-0/+8
* | | | | mm/damon: use set_huge_pte_at() to make huge pte oldBaolin Wang2022-07-041-2/+1
* | | | | mm: userfaultfd: fix UFFDIO_CONTINUE on fallocated shmem pagesAxel Rasmussen2022-07-041-1/+4
| |/ / / |/| | |
* | | | Merge tag 'mm-hotfixes-stable-2022-06-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-268-6/+31
|\ \ \ \ | |_|_|/ |/| | |
| * | | mm/memory-failure: disable unpoison once hw error happenszhenwei pi2022-06-173-2/+14
| * | | mm: memcontrol: reference to tools/cgroup/memcg_slabinfo.pyYang Yang2022-06-171-1/+1
| * | | mm/kfence: select random number before taking raw lockJason A. Donenfeld2022-06-171-2/+5
| * | | mm/damon/reclaim: schedule 'damon_reclaim_timer' only after 'system_wq' is in...SeongJae Park2022-06-171-0/+8
| * | | mm: lru_cache_disable: use synchronize_rcu_expeditedMarcelo Tosatti2022-06-171-1/+1
| * | | mm/page_isolation.c: fix one kernel-doc commentYang Li2022-06-171-0/+2
* | | | filemap: Fix serialization adding transparent huge pages to page cacheAlistair Popple2022-06-231-0/+2
* | | | mm: Clear page->private when splitting or migrating a pageMatthew Wilcox (Oracle)2022-06-232-0/+2
* | | | filemap: Handle sibling entries in filemap_get_read_batch()Matthew Wilcox (Oracle)2022-06-201-0/+2
* | | | filemap: Correct the conditions for marking a folio as accessedMatthew Wilcox (Oracle)2022-06-201-3/+10
* | | | Merge tag 'slab-for-5.19-fixup' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-06-201-7/+36
|\ \ \ \ | |_|/ / |/| | |
| * | | mm/slub: add missing TID updates on slab deactivationJann Horn2022-06-131-0/+2
| * | | mm/slub: Move the stackdepot related allocation out of IRQ-off section.Sebastian Andrzej Siewior2022-06-131-7/+34
| |/ /
* | | Merge tag 'fs_for_v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-06-171-9/+2
|\ \ \
| * | | init: Initialize noop_backing_dev_info earlyJan Kara2022-06-161-9/+2
| |/ /
* | | usercopy: Make usercopy resilient against ridiculously large copiesMatthew Wilcox (Oracle)2022-06-131-10/+9
* | | usercopy: Cast pointer to an integer onceMatthew Wilcox (Oracle)2022-06-131-5/+6
* | | usercopy: Handle vm_map_ram() areasMatthew Wilcox (Oracle)2022-06-132-7/+5
|/ /
* | mm/huge_memory: Fix xarray node memory leakMatthew Wilcox (Oracle)2022-06-091-2/+1
* | filemap: Cache the value of vm_flagsMatthew Wilcox (Oracle)2022-06-091-4/+5
* | filemap: Don't release a locked folioMatthew Wilcox (Oracle)2022-06-091-0/+2
|/
* Merge tag 'mm-hotfixes-stable-2022-06-05' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-064-32/+32
|\
| * mm/oom_kill.c: fix vm_oom_kill_table[] ifdefferyAndrew Morton2022-06-021-29/+29
| * mm/memremap: fix missing call to untrack_pfn() in pagemap_range()Miaohe Lin2022-06-021-1/+1
| * mm: page_isolation: use compound_nr() correctly in isolate_single_pageblock()Zi Yan2022-06-021-1/+1