- 98e2474 Merge tag 'for-5.20/io_uring-buffered-writes-2022-07-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 2 years, 6 months ago
- 0dd1cab Merge tag 'slab-for-5.20_or_6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab by Linus Torvalds · 2 years, 6 months ago
- 0cec3f2 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 2 years, 6 months ago
- 6207252 Merge tag 'mm-hotfixes-stable-2022-07-29' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 6 months ago
- 8a295db mm/hmm: fault non-owner device private entries by Ralph Campbell · 2 years, 6 months ago
- 9282012 page_alloc: fix invalid watermark check on a negative value by Jaewon Kim · 2 years, 6 months ago
- 39c3c39 Merge tag 'mm-hotfixes-stable-2022-07-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 6 months ago
- cdb281e mm: fix NULL pointer dereference in wp_page_reuse() by Qi Zheng · 2 years, 6 months ago
- c436500 Merge branch 'for-next/mte' into for-next/core by Will Deacon · 2 years, 6 months ago
- 03939cf Merge branch 'for-next/mm' into for-next/core by Will Deacon · 2 years, 6 months ago
- 0dd316b mm: honor FGP_NOWAIT for page cache page allocation by Jens Axboe · 2 years, 7 months ago
- fe6c9c6 mm: Add balance_dirty_pages_ratelimited_flags() function by Jan Kara · 2 years, 7 months ago
- e92eebb mm: Move updates of dirty_exceeded into one place by Jan Kara · 2 years, 7 months ago
- ea6813b mm: Move starting of background writeback into the main balancing loop by Jan Kara · 2 years, 7 months ago
- 3041808b mm/slab_common: move generic bulk alloc/free functions to SLOB by Hyeonggon Yoo · 2 years, 7 months ago
- 2055e67 mm/sl[au]b: use own bulk free function when bulk alloc failed by Hyeonggon Yoo · 2 years, 7 months ago
- d0637c5 arm64: enable THP_SWAP for arm64 by Barry Song · 2 years, 6 months ago
- da9a298 hugetlb: fix memoryleak in hugetlb_mcopy_atomic_pte by Miaohe Lin · 2 years, 7 months ago
- 84ac0130 secretmem: fix unhandled fault in truncate by Mike Rapoport · 2 years, 7 months ago
- c2cb0dc mm/hugetlb: separate path for hwpoison entry in copy_hugetlb_page_range() by Naoya Horiguchi · 2 years, 7 months ago
- f4f451a mm: fix missing wake-up event for FSDAX pages by Muchun Song · 2 years, 7 months ago
- 3fe2895c mm: fix page leak with multiple threads mapping the same page by Josef Bacik · 2 years, 7 months ago
- 0c98c8e tmpfs: fix the issue that the mount and remount results are inconsistent. by ZhaoLong Wang · 2 years, 7 months ago
- 07313a2 mm: kfence: apply kmemleak_ignore_phys on early allocated pool by Yee Lee · 2 years, 7 months ago
- 6d05141 mm: kasan: Skip page unpoisoning only if __GFP_SKIP_KASAN_UNPOISON by Catalin Marinas · 2 years, 8 months ago
- 70c248a mm: kasan: Skip unpoisoning of user pages by Catalin Marinas · 2 years, 8 months ago
- ed0a6d1 mm: kasan: Ensure the tags are visible before the tag in page->flags by Catalin Marinas · 2 years, 8 months ago
- b77d5b1 mm: slab: optimize memcg_slab_free_hook() by Muchun Song · 2 years, 9 months ago
- b347aa7 mm/tracing: add 'accounted' entry into output of allocation tracepoints by Vasily Averin · 2 years, 8 months ago
- efb9352 mm/slub: Simplify __kmem_cache_alias() by Xiongwei Song · 2 years, 8 months ago
- d1ca263 mm, slab: fix bad alignments by Jiapeng Chong · 2 years, 8 months ago
- 14c99d6 mm: split huge PUD on wp_huge_pud fallback by Gowans, James · 2 years, 7 months ago
- 1118234 mm/rmap: fix dereferencing invalid subpage pointer in try_to_migrate_one() by David Hildenbrand · 2 years, 7 months ago
- 39d35ed mm: sparsemem: fix missing higher order allocation splitting by Muchun Song · 2 years, 7 months ago
- ed1523a mm/damon: use set_huge_pte_at() to make huge pte old by Baolin Wang · 2 years, 7 months ago
- 73f37db mm: userfaultfd: fix UFFDIO_CONTINUE on fallocated shmem pages by Axel Rasmussen · 2 years, 8 months ago
- 18e780b mm: ioremap: Add ioremap/iounmap_allowed() by Kefeng Wang · 2 years, 8 months ago
- a14fff1 mm: ioremap: Setup phys_addr of struct vm_struct by Kefeng Wang · 2 years, 8 months ago
- abc5992 mm: ioremap: Use more sensible name in ioremap_prot() by Kefeng Wang · 2 years, 8 months ago
- 413c1f1 Merge tag 'mm-hotfixes-stable-2022-06-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 7 months ago
- 00fa15e filemap: Fix serialization adding transparent huge pages to page cache by Alistair Popple · 2 years, 7 months ago
- b653db7 mm: Clear page->private when splitting or migrating a page by Matthew Wilcox (Oracle) · 2 years, 7 months ago
- cb995f4 filemap: Handle sibling entries in filemap_get_read_batch() by Matthew Wilcox (Oracle) · 2 years, 7 months ago
- 5ccc944 filemap: Correct the conditions for marking a folio as accessed by Matthew Wilcox (Oracle) · 2 years, 8 months ago
- 59b785f Merge tag 'slab-for-5.19-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab by Linus Torvalds · 2 years, 7 months ago
- 5c0cd3d Merge tag 'fs_for_v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 2 years, 7 months ago
- 67f22ba mm/memory-failure: disable unpoison once hw error happens by zhenwei pi · 2 years, 7 months ago
- df4ae28 mm: memcontrol: reference to tools/cgroup/memcg_slabinfo.py by Yang Yang · 2 years, 8 months ago
- 327b18b mm/kfence: select random number before taking raw lock by Jason A. Donenfeld · 2 years, 8 months ago
- 2949282 mm/damon/reclaim: schedule 'damon_reclaim_timer' only after 'system_wq' is initialized by SeongJae Park · 2 years, 8 months ago
- 3173346 mm: lru_cache_disable: use synchronize_rcu_expedited by Marcelo Tosatti · 2 years, 8 months ago
- 0429993 mm/page_isolation.c: fix one kernel-doc comment by Yang Li · 2 years, 8 months ago
- 4bca7e8 init: Initialize noop_backing_dev_info early by Jan Kara · 2 years, 7 months ago
- 1dfbe9f usercopy: Make usercopy resilient against ridiculously large copies by Matthew Wilcox (Oracle) · 2 years, 7 months ago
- 35fb9ae usercopy: Cast pointer to an integer once by Matthew Wilcox (Oracle) · 2 years, 7 months ago
- 993d0b2 usercopy: Handle vm_map_ram() areas by Matthew Wilcox (Oracle) · 2 years, 7 months ago
- eeaa345 mm/slub: add missing TID updates on slab deactivation by Jann Horn · 2 years, 8 months ago
- c4cf678 mm/slub: Move the stackdepot related allocation out of IRQ-off section. by Sebastian Andrzej Siewior · 2 years, 8 months ago
- 69a37a8 mm/huge_memory: Fix xarray node memory leak by Matthew Wilcox (Oracle) · 2 years, 8 months ago
- dcfa24b filemap: Cache the value of vm_flags by Matthew Wilcox (Oracle) · 2 years, 8 months ago
- 6bf74cd filemap: Don't release a locked folio by Matthew Wilcox (Oracle) · 2 years, 8 months ago
- 815b196 Merge tag 'mm-hotfixes-stable-2022-06-05' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 8 months ago
- e17fee8 Merge tag 'mm-nonmm-stable-2022-06-05' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 8 months ago
- d0e60d46 Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linux by Linus Torvalds · 2 years, 8 months ago
- b55032f mm/vmstat: replace cpumask_weight with cpumask_empty where appropriate by Yury Norov · 3 years ago
- a19cad0 mm/oom_kill.c: fix vm_oom_kill_table[] ifdeffery by Andrew Morton · 2 years, 8 months ago
- a04e192 mm/memremap: fix missing call to untrack_pfn() in pagemap_range() by Miaohe Lin · 2 years, 8 months ago
- 547be96 mm: page_isolation: use compound_nr() correctly in isolate_single_pageblock() by Zi Yan · 2 years, 8 months ago
- 0111def mm: hugetlb_vmemmap: fix CONFIG_HUGETLB_PAGE_FREE_VMEMMAP_DEFAULT_ON by Muchun Song · 2 years, 8 months ago
- 662ce1d delayacct: track delays from write-protect copy by Yang Yang · 2 years, 8 months ago
- 35b51af Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 2 years, 8 months ago
- 6112bd0 Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 2 years, 8 months ago
- 8291eaa Merge tag 'mm-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 8 months ago
- 77fb622 Merge tag 'mm-hotfixes-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 8 months ago
- fa020a2 mm/shmem.c: suppress shift warning by Andrew Morton · 2 years, 8 months ago
- 0710d01 mm: Kconfig: reorganize misplaced mm options by Vlastimil Babka · 2 years, 8 months ago
- fbf4df0 mm: kasan: fix input of vmalloc_to_page() by Kefeng Wang · 2 years, 8 months ago
- 1c56343 mm: fix is_pinnable_page against a cma page by Minchan Kim · 2 years, 8 months ago
- ba6851b mm: filter out swapin error entry in shmem mapping by Miaohe Lin · 2 years, 8 months ago
- 6cec2b9 mm/shmem: fix infinite loop when swap in shmem error at swapoff time by Miaohe Lin · 2 years, 8 months ago
- 7b49514f mm/madvise: free hwpoison and swapin error entry in madvise_free_pte_range by Miaohe Lin · 2 years, 8 months ago
- 14a762dd mm/swapfile: fix lost swap bits in unuse_pte() by Miaohe Lin · 2 years, 8 months ago
- 9f186f9 mm/swapfile: unuse_pte can map random data if swap read fails by Miaohe Lin · 2 years, 8 months ago
- 943fb61 mm/z3fold: fix z3fold_page_migrate races with z3fold_map by Miaohe Lin · 2 years, 9 months ago
- 0409422 mm/z3fold: fix z3fold_reclaim_page races with z3fold_free by Miaohe Lin · 2 years, 9 months ago
- 4a1c383 mm/z3fold: always clear PAGE_CLAIMED under z3fold page lock by Miaohe Lin · 2 years, 9 months ago
- 6cf9a34 mm/z3fold: put z3fold page back into unbuddied list when reclaim or migration fails by Miaohe Lin · 2 years, 9 months ago
- f4bad64 revert "mm/z3fold.c: allow __GFP_HIGHMEM in z3fold_alloc" by Miaohe Lin · 2 years, 9 months ago
- 2c0f351 mm/z3fold: throw warning on failure of trylock_page in z3fold_alloc by Miaohe Lin · 2 years, 9 months ago
- df6f0f1 mm/z3fold: remove buggy use of stale list for allocation by Miaohe Lin · 2 years, 9 months ago
- 7c61c35 mm/z3fold: fix possible null pointer dereferencing by Miaohe Lin · 2 years, 9 months ago
- 4c6bdb3 mm/z3fold: fix sheduling while atomic by Miaohe Lin · 2 years, 9 months ago
- 86d28b07 mm: split free page with properly free memory accounting and without race by Zi Yan · 2 years, 8 months ago
- 9b209e5 mm: page-isolation: skip isolated pageblock in start_isolate_page_range() by Zi Yan · 2 years, 8 months ago
- 24c8e27 mm/page_table_check: fix accessing unmapped ptep by Miaohe Lin · 2 years, 8 months ago
- c572e48 mm/page_alloc: always attempt to allocate at least one page during bulk allocation by Mel Gorman · 2 years, 8 months ago
- 4838127 hugetlb: fix huge_pmd_unshare address update by Mike Kravetz · 2 years, 8 months ago
- 44d3572 Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux by Linus Torvalds · 2 years, 8 months ago
- 98931dd Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 8 months ago
- 64e34b5 Merge tag 'linux-kselftest-kunit-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 2 years, 8 months ago