platform/kernel/linux-rpi.git
2022-11-30 David HildenbrandRDMA/umem: remove FOLL_FORCE usage
2022-11-30 David Hildenbrandmm/gup: reliable R/O long-term pinning in COW mappings
2022-11-30 David Hildenbrandmm: extend FAULT_FLAG_UNSHARE support to anything in...
2022-11-30 David Hildenbrandmm: don't call vm_ops->huge_fault() in wp_huge_pmd...
2022-11-30 David Hildenbrandmm: rework handling in do_wp_page() based on private...
2022-11-30 David Hildenbrandmm: add early FAULT_FLAG_WRITE consistency checks
2022-11-30 David Hildenbrandmm: add early FAULT_FLAG_UNSHARE consistency checks
2022-11-30 David Hildenbrandselftests/vm: cow: R/O long-term pinning reliability...
2022-11-30 David Hildenbrandselftests/vm: cow: basic COW tests for non-anonymous...
2022-11-30 David Hildenbrandselftests/vm: anon_cow: prepare for non-anonymous COW...
2022-11-30 Lukas Bulwahnmm: Kconfig: make config SECRETMEM visible with EXPERT
2022-11-30 Jason Gunthorpemm/gup: remove the restriction on locked with FOLL_LONGTERM
2022-11-30 Rong Taoselftests/damon: fix unnecessary compilation warnings
2022-11-30 Li zeminghugetlbfs: inode: remove unnecessary (void*) conversions
2022-11-30 Jan Karamm: make drop_caches keep reclaiming on all nodes
2022-11-30 Pasha Tatashinmm: anonymous shared memory naming
2022-11-30 T.J. Merciermm: shrinkers: add missing includes for undeclared...
2022-11-30 Mike Kravetzhugetlb: remove duplicate mmu notifications
2022-11-30 Peter Xumm/uffd: sanity check write bit for uffd-wp protected...
2022-11-30 Yixuan Caomm/kmemleak.c: fix a comment
2022-11-30 Jian Wendocs: admin-guide: cgroup-v1: update description of...
2022-11-30 Miaoqian Linmm/demotion: fix NULL vs IS_ERR checking in memory_tier...
2022-11-30 Huang Yingmigrate: convert migrate_pages() to use folios
2022-11-30 Huang Yingmigrate: convert unmap_and_move() to use folios
2022-11-30 Baolin WangRevert "mm: migration: fix the FOLL_GET failure on...
2022-11-30 Pavankumar... mm/kfence: remove hung_task cruft
2022-11-30 Sergey SenozhatskyDocs/ABI/zram: document zram recompress sysfs knobs
2022-11-30 Sergey Senozhatskyzram: add incompressible flag to read_block_state()
2022-11-30 Sergey Senozhatskyzram: add incompressible writeback
2022-11-30 Sergey Senozhatskydocumentation: add zram recompression documentation
2022-11-30 Sergey Senozhatskyzram: add algo parameter support to zram_recompress()
2022-11-30 Sergey Senozhatskyzram: remove redundant checks from zram_recompress()
2022-11-30 Alexey Romanovzram: add size class equals check into recompression
2022-11-30 Sergey Senozhatskyzram: use IS_ERR_VALUE() to check for zs_malloc() errors
2022-11-30 Sergey Senozhatskyzram: clarify writeback_store() comment
2022-11-30 Sergey Senozhatskyzram: add recompress flag to read_block_state()
2022-11-30 Sergey Senozhatskyzram: introduce recompress sysfs knob
2022-11-30 Sergey Senozhatskyzram: factor out WB and non-WB zram read functions
2022-11-30 Sergey Senozhatskyzram: add recompression algorithm sysfs knob
2022-11-30 Sergey Senozhatskyzram: preparation for multi-zcomp support
2022-11-30 Alexander Gordeevmm: mmu_gather: do not expose delayed_rmap flag
2022-11-30 Linus Torvaldsmm: delay page_remove_rmap() until after the TLB has...
2022-11-30 Linus Torvaldsmm: mmu_gather: prepare to gather encoded page pointers...
2022-11-30 Linus Torvaldsmm: teach release_pages() to take an array of encoded...
2022-11-30 Linus Torvaldsmm: introduce 'encoded' page pointers with embedded...
2022-11-30 David Hildenbrandselftests/vm: anon_cow: add mprotect() optimization...
2022-11-30 David Hildenbrandmm: remove unused savedwrite infrastructure
2022-11-30 David Hildenbrandmm/autonuma: use can_change_(pte|pmd)_writable() to...
2022-11-30 David Hildenbrandmm/mprotect: factor out check whether manual PTE write...
2022-11-30 David Hildenbrandmm/huge_memory: try avoiding write faults when changing...
2022-11-30 David Hildenbrandmm/mprotect: minor can_change_pte_writable() cleanups
2022-11-30 Nadav Amitmm/mprotect: allow clean exclusive anon pages to be...
2022-11-30 Rong Taotools/vm/page_owner: ignore page_owner_sort binary
2022-11-30 Hugh Dickinsmm,thp,rmap: clean up the end of __split_huge_pmd_locked()
2022-11-30 Hugh Dickinsmm,thp,rmap: subpages_mapcount COMPOUND_MAPPED if PMD...
2022-11-30 Hugh Dickinsmm,thp,rmap: subpages_mapcount of PTE-mapped subpages
2022-11-30 Joao Martinsmm/hugetlb_vmemmap: remap head page to newly allocated...
2022-11-30 SeongJae Parkselftests/damon: test non-context inputs to rm_contexts...
2022-11-30 Hugh Dickinsmm,thp,rmap: handle the normal !PageCompound case first
2022-11-30 Hugh Dickinsmm,thp,rmap: lock_compound_mapcounts() on THP mapcounts
2022-11-30 Hugh Dickinsmm,thp,rmap: simplify compound page mapcount handling
2022-11-30 Hugh Dickinsmm,hugetlb: use folio fields in second tail page
2022-11-30 Mike Kravetzselftests/vm: update hugetlb madvise
2022-11-30 Deming Wangzsmalloc: replace IS_ERR() with IS_ERR_VALUE()
2022-11-30 Peter Xumm: use pte markers for swap errors
2022-11-30 Peter Xumm: always compile in pte markers
2022-11-30 Christophe... mm: use kstrtobool() instead of strtobool()
2022-11-30 Christophe... mm/damon: use kstrtobool() instead of strtobool()
2022-11-30 SeongJae ParkDocs/ABI/damon: document 'schemes/<s>/tried_regions...
2022-11-30 SeongJae ParkDocs/admin-guide/mm/damon/usage: document schemes/...
2022-11-30 SeongJae Parktools/selftets/damon/sysfs: test tried_regions director...
2022-11-30 SeongJae Parkmm/damon/sysfs-schemes: implement DAMOS-tried regions...
2022-11-30 SeongJae Parkmm/damon/sysfs: implement DAMOS tried regions update...
2022-11-30 SeongJae Parkmm/damon/sysfs-schemes: implement scheme region directory
2022-11-30 SeongJae Parkmm/damon/sysfs-schemes: implement schemes/tried_regions...
2022-11-30 SeongJae Parkmm/damon/core: add a callback for scheme target regions...
2022-11-30 Sidhartha Kumarmm/hugetlb: convert move_hugetlb_state() to folios
2022-11-30 Sidhartha Kumarmm/hugeltb_cgroup: convert hugetlb_cgroup_commit_charge...
2022-11-30 Sidhartha Kumarmm/hugetlb_cgroup: convert hugetlb_cgroup_uncharge_page...
2022-11-30 Sidhartha Kumarmm/hugetlb: convert free_huge_page to folios
2022-11-30 Sidhartha Kumarmm/hugetlb: convert isolate_or_dissolve_huge_page to...
2022-11-30 Sidhartha Kumarmm/hugetlb_cgroup: convert hugetlb_cgroup_migrate to...
2022-11-30 Sidhartha Kumarmm/hugetlb_cgroup: convert set_hugetlb_cgroup*() to...
2022-11-30 Sidhartha Kumarmm/hugetlb_cgroup: convert hugetlb_cgroup_from_page...
2022-11-30 Sidhartha Kumarmm/hugetlb_cgroup: convert __set_hugetlb_cgroup() to...
2022-11-30 Kees Cookmempool: do not use ksize() for poisoning
2022-11-30 Liam Howlettmaple_tree: mte_set_full() and mte_clear_full() clang...
2022-11-30 Johannes Weinermm: vmscan: split khugepaged stats from direct reclaim...
2022-11-30 SeongJae ParkDocs/admin-guide/mm/damon/usage: fix wrong usage exampl...
2022-11-30 SeongJae ParkDocs/admin-guide/mm/damon/usage: describe the rules...
2022-11-30 Muchun Songmm: hugetlb_vmemmap: remove redundant list_del()
2022-11-30 Tony Luckmm, hwpoison: when copy-on-write hits poison, take...
2022-11-30 Tony Luckmm, hwpoison: try to recover from copy-on write faults
2022-11-30 Shakeel Buttpercpu_counter: add percpu_counter_sum_all interface
2022-11-30 Shakeel Buttmm: convert mm's rss stats into percpu_counter
2022-11-30 SeongJae Parkselftests/damon: add tests for DAMON_LRU_SORT's enabled...
2022-11-30 SeongJae Parkmm/damon/lru_sort: enable and disable synchronously
2022-11-30 SeongJae Parkselftests/damon: add tests for DAMON_RECLAIM's enabled...
2022-11-30 SeongJae Parkmm/damon/reclaim: enable and disable synchronously
2022-11-30 SeongJae Parkmm/damon/{reclaim,lru_sort}: remove unnecessarily inclu...
next