platform/kernel/linux-rpi.git
2022-12-12 David Hildenbrandselftests/vm: madv_populate: fix missing MADV_POPULATE_...
2022-12-12 David Hildenbrandmm/gup_test: fix PIN_LONGTERM_TEST_READ with highmem
2022-12-12 Hugh Dickinsmm,thp,rmap: fix races between updates of subpages_mapcount
2022-12-12 Hugh Dickinsmm: memcg: fix swapcached stat accounting
2022-12-12 Mina Almasrymm: add nodes= arg to memory.reclaim
2022-12-12 Mina Almasrymm: disable top-tier fallback to reclaim on proactive...
2022-12-12 Yosry Ahmedselftests: cgroup: make sure reclaim target memcg is...
2022-12-12 Yosry Ahmedselftests: cgroup: refactor proactive reclaim code...
2022-12-12 Yosry Ahmedmm: memcg: fix stale protection of reclaim target memcg
2022-12-12 Alistair Popplemm/mmap: properly unaccount memory on mas_preallocate...
2022-12-12 Christoph Hellwigomfs: remove ->writepage
2022-12-12 Christoph Hellwigjfs: remove ->writepage
2022-12-12 Christoph Hellwighpfs: remove ->writepage
2022-12-12 Christoph Hellwighfsplus: remove ->writepage
2022-12-12 Christoph Hellwighfs: remove ->writepage
2022-12-12 Christoph Hellwigfat: remove ->writepage
2022-12-12 Christoph Hellwigextfat: remove ->writepage
2022-12-12 Deyan Wangmm/page_alloc: update comments in __free_pages_ok()
2022-12-12 Shiyang Ruanxfs: remove restrictions for fsdax and reflink
2022-12-12 Shiyang Ruanfsdax,xfs: port unshare to fsdax
2022-12-12 Shiyang Ruanxfs: use dax ops for zero and truncate in fsdax mode
2022-12-12 Shiyang Ruanfsdax: dedupe: iter two files at the same time
2022-12-12 Shiyang Ruanfsdax,xfs: set the shared flag when file extent is...
2022-12-12 Shiyang Ruanfsdax: zero the edges if source is HOLE or UNWRITTEN
2022-12-12 Shiyang Ruanfsdax: invalidate pages when CoW
2022-12-12 Shiyang Ruanfsdax: introduce page->share for fsdax in reflink mode
2022-12-12 SeongJae Parkselftests/damon: test removed scheme sysfs dir access bug
2022-12-12 Andrey Konovalovkasan: fail non-kasan KUnit tests on KASAN reports
2022-12-12 Sidhartha Kumarmm/hugetlb: change hugetlb allocation functions to...
2022-12-12 Sidhartha Kumarmm/hugetlb: convert hugetlb prep functions to folios
2022-12-12 Sidhartha Kumarmm/hugetlb: convert free_gigantic_page() to folios
2022-12-12 Sidhartha Kumarmm/hugetlb: convert enqueue_huge_page() to folios
2022-12-12 Sidhartha Kumarmm/hugetlb: convert add_hugetlb_page() to folios and...
2022-12-12 Sidhartha Kumarmm/hugetlb: convert update_and_free_page() to folios
2022-12-12 Sidhartha Kumarmm/hugetlb: convert remove_hugetlb_page() to folios
2022-12-12 Sidhartha Kumarmm/hugetlb: convert dissolve_free_huge_page() to folios
2022-12-12 Sidhartha Kumarmm/hugetlb: convert destroy_compound_gigantic_page...
2022-12-12 Sidhartha Kumarmm: add folio dtor and order setter functions
2022-12-12 Vishal Moola... folio-compat: remove lru_cache_add()
2022-12-12 Vishal Moola... khugepage: replace lru_cache_add() with folio_add_lru()
2022-12-12 Vishal Moola... userfaultfd: replace lru_cache functions with folio_add...
2022-12-12 Vishal Moola... fuse: convert fuse_try_move_page() to use folios
2022-12-12 Vishal Moola... filemap: convert replace_page_cache_page() to replace_p...
2022-12-12 Feiyang ChenLoongArch: enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP
2022-12-12 Feiyang Chenmm/sparse-vmemmap: generalise vmemmap_populate_hugepages()
2022-12-12 Feiyang ChenLoongArch: add sparse memory vmemmap support
2022-12-12 Feiyang ChenMIPS&LoongArch&NIOS2: adjust prototypes of p?d_init()
2022-12-12 Alexander Potapenkokmsan: allow using __msan_instrument_asm_store() inside...
2022-12-12 Alexander Potapenkolockdep: allow instrumenting lockdep.c with KMSAN
2022-12-12 zhang songyiinclude/linux/pgtable.h: : remove redundant pte variable
2022-12-12 Brian Fostermm/fadvise: use LLONG_MAX instead of -1 for eof
2022-12-12 Brian Fosterfilemap: skip write and wait if end offset precedes...
2022-12-12 Nhat Phamzsmalloc: implement writeback mechanism for zsmalloc
2022-12-12 Nhat Phamzsmalloc: add zpool_ops field to zs_pool to store evict...
2022-12-12 Nhat Phamzsmalloc: add a LRU to zs_pool to keep track of zspages...
2022-12-12 Nhat Phamzsmalloc: consolidate zs_pool's migrate_lock and size_c...
2022-12-12 Johannes Weinerzpool: clean out dead code
2022-12-12 Johannes Weinerzswap: fix writeback lock ordering for zsmalloc
2022-12-12 Pavankumar... mm/madvise: fix madvise_pageout for private file mappings
2022-12-12 Gautam Menghanimm/khugepaged: add tracepoint to collapse_file()
2022-12-12 David Hildenbrandmm/gup: remove FOLL_MIGRATION
2022-12-12 David Hildenbrandmm/ksm: convert break_ksm() to use walk_page_range_vma()
2022-12-12 David Hildenbrandmm/pagewalk: add walk_page_range_vma()
2022-12-12 David Hildenbrandmm/ksm: fix KSM COW breaking with userfaultfd-wp via...
2022-12-12 David Hildenbrandmm: remove VM_FAULT_WRITE
2022-12-12 David Hildenbrandmm/ksm: simplify break_ksm() to not rely on VM_FAULT_WRITE
2022-12-12 David Hildenbrandselftests/vm: add test to measure MADV_UNMERGEABLE...
2022-12-12 David Hildenbrandmm/pagewalk: don't trigger test_walk() in walk_page_vma()
2022-12-12 David Hildenbrandselftests/vm: add KSM unmerge tests
2022-12-12 Joel Savitzselftests/vm: enable running select groups of tests
2022-12-10 Andrew MortonMerge branch 'mm-hotfixes-stable' into mm-stable
2022-12-10 Tejun Heomemcg: fix possible use-after-free in memcg_write_event...
2022-12-10 Muchun SongMAINTAINERS: update Muchun Song's email
2022-12-10 John Starksmm/gup: fix gup_pud_range() for dax
2022-12-10 Liam Howlettmmap: fix do_brk_flags() modifying obviously incorrect...
2022-12-10 David Hildenbrandmm/swap: fix SWP_PFN_BITS with CONFIG_PHYS_ADDR_T_64BIT...
2022-12-10 Hugh Dickinstmpfs: fix data loss from failed fallocate
2022-12-10 Michal Hockokselftests: cgroup: update kmem test precision tolerance
2022-12-10 Jason A. Donenfeldmm: do not BUG_ON missing brk mapping, because userspac...
2022-12-10 Matti Vaittinenmailmap: update Matti Vaittinen's email address
2022-11-30 Ma Wupengmm/memory-failure.c: cleanup in unpoison_memory
2022-11-30 Peter Xumm/thp: re-apply mkdirty for small pages after split
2022-11-30 Xu Pandamm: vmscan: use sysfs_emit() to instead of scnprintf()
2022-11-30 Anshuman Khanduals390/mm: use pmd_pgtable_page() helper in __gmap_segmen...
2022-11-30 Anshuman Khandualmm/thp: rename pmd_to_page() as pmd_pgtable_page()
2022-11-30 Sergey Senozhatskyzswap: do not allocate from atomic pool
2022-11-30 Anshuman Khandualdocumentation/mm: update pmd_present() in arch_pgtable_...
2022-11-30 NARIBAYASHI... mm, compaction: fix fast_isolate_around() to stay withi...
2022-11-30 Stefan Roeschmm: document /sys/class/bdi/<bdi>/min_ratio_fine knob
2022-11-30 Stefan Roeschmm: add /sys/class/bdi/<bdi>/min_ratio_fine knob
2022-11-30 Stefan Roeschmm: add bdi_set_min_ratio_no_scale() function
2022-11-30 Stefan Roeschmm: document /sys/class/bdi/<bdi>/max_ratio_fine knob
2022-11-30 Stefan Roeschmm: add /sys/class/bdi/<bdi>/max_ratio_fine knob
2022-11-30 Stefan Roeschmm: add bdi_set_max_ratio_no_scale() function
2022-11-30 Stefan Roeschmm: document /sys/class/bdi/<bdi>/min_bytes knob
2022-11-30 Stefan Roeschmm: add /sys/class/bdi/<bdi>/min_bytes knob
2022-11-30 Stefan Roeschmm: add bdi_set_min_bytes() function
2022-11-30 Stefan Roeschmm: split off __bdi_set_min_ratio() function
2022-11-30 Stefan Roeschmm: add bdi_get_min_bytes() function
2022-11-30 Stefan Roeschmm: document /sys/class/bdi/<bdi>/max_bytes knob
next