]> www.infradead.org Git - users/jedix/linux-maple.git/shortlog
users/jedix/linux-maple.git
2025-02-28 Anshuman Khandualarch/powerpc: drop GENERIC_PTDUMP from mpc885_ads_defconfig
2025-02-28 Anshuman Khandualconfigs: drop GENERIC_PTDUMP from debug.config
2025-02-28 David Hildenbrandmm/mmu_notifier: use MMU_NOTIFY_CLEAR in remove_device_...
2025-02-28 David Hildenbrandmm/memory: document restore_exclusive_pte()
2025-02-28 David Hildenbrandmm/memory: pass folio and pte to restore_exclusive_pte()
2025-02-28 David Hildenbrandmm/memory: remove PageAnonExclusive sanity-check in...
2025-02-28 David Hildenbrandlib/test_hmm: make dmirror_atomic_map() consume a singl...
2025-02-28 Matthew Wilcox... mm: assert the folio is locked in folio_start_writeback()
2025-02-28 Seongjun Kimsamples/damon: a typo in the kconfig - sameple
2025-02-28 Qi Zhengmm: pgtable: remove tlb_remove_page_ptdesc()
2025-02-28 Qi Zhengx86: pgtable: convert to use tlb_remove_ptdesc()
2025-02-28 Qi Zhengriscv: pgtable: unconditionally use tlb_remove_ptdesc()
2025-02-28 Qi Zhengmm: pgtable: convert some architectures to use tlb_remo...
2025-02-28 Qi Zhengmm: pgtable: change pt parameter of tlb_remove_ptdesc...
2025-02-28 Qi Zhengmm: pgtable: make generic tlb_remove_table() use struct...
2025-02-28 Rik van Rielx86/mm: make MMU_GATHER_RCU_TABLE_FREE unconditional
2025-02-28 Jinjiang Tumm/hugetlb: fix set_max_huge_pages() when there are...
2025-02-28 Brendan Jackmanmm/page_alloc: clarify should_claim_block() commentary
2025-02-28 Brendan Jackmanmm/page_alloc: clarify terminology in migratetype fallb...
2025-02-28 Brendan Jackmanmm/page_alloc: warn on nr_reserved_highatomic underflow
2025-02-28 Christoph Hellwigvmalloc: drop Christoph from Reviewers
2025-02-28 Stephen Rothwellfix up for "mm, swap: simplify folio swap allocation"
2025-02-28 Kairui Songmm, swap: simplify folio swap allocation
2025-02-28 Kairui Songmm, swap: remove swap slot cache
2025-02-28 Kairui Songmm, swap: use percpu cluster as allocation fast path
2025-02-28 Kairui Songmm, swap: don't update the counter up-front
2025-02-28 Kairui Songmm, swap: avoid redundant swap device pinning
2025-02-28 Kairui Songmm, swap: drop the flag TTRS_DIRECT
2025-02-28 Kairui Songmm, swap: avoid reclaiming irrelevant swap cache
2025-02-28 Jane Chumm: make page_mapped_in_vma() hugetlb walk aware
2025-02-28 Johannes Weinermm: page_alloc: group fallback functions together
2025-02-28 Johannes Weinermm: page_alloc: remove remnants of unlocked migratetype...
2025-02-28 Johannes Weinermm: page_alloc: don't steal single pages from biggest...
2025-02-28 Lorenzo Stoakesfixup define name
2025-02-28 Lorenzo Stoakestools/selftests: add guard region test for /proc/$pid...
2025-02-28 Lorenzo Stoakesfs/proc/task_mmu: add guard region bit to pagemap
2025-02-28 Kemeng Shimm: swap: remove stale comment of swap_reclaim_full_clu...
2025-02-28 Kemeng Shimm, swap: correct comment in swap_usage_sub()
2025-02-28 Kemeng Shimm, swap: remove setting SWAP_MAP_BAD for discard cluster
2025-02-28 Brendan Jackmanselftests/mm: skip gup_longerm tests on weird filesystems
2025-02-28 Brendan Jackmanselftests/mm: skip map_populate on weird filesystems
2025-02-28 Brendan Jackmanselftests/mm: don't fail uffd-stress if too many CPUs
2025-02-28 Brendan Jackmanselftests/mm: print some details when uffd-stress gets...
2025-02-28 Brendan Jackmanselftests/mm/uffd: rename nr_cpus -> nr_threads
2025-02-28 Brendan Jackmanselftests/mm: skip uffd-wp-mremap if userfaultfd not...
2025-02-28 Brendan Jackmanselftests/mm: skip uffd-stress if userfaultfd not available
2025-02-28 Brendan Jackmanselftests/mm: fix assumption that sudo is present
2025-02-28 Brendan Jackmanselftests/mm: report errno when things fail in gup_longterm
2025-02-28 Sergey Senozhatskyzram: add might_sleep to zcomp API
2025-02-28 Sergey Senozhatskyzram: do not leak page on writeback_store error path
2025-02-28 Sergey Senozhatskyzram: do not leak page on recompress_store error path
2025-02-28 Sergey Senozhatskyzram: permit reclaim in zstd custom allocator
2025-02-28 Sergey Senozhatskyzram: switch to new zsmalloc object mapping API
2025-02-28 Sergey Senozhatskyzsmalloc: introduce new object mapping API
2025-02-28 Sergey Senozhatskyzsmalloc: make zspage lock preemptible
2025-02-28 Sergey Senozhatskyzsmalloc: rename pool lock
2025-02-28 Sergey Senozhatskyzram: rework recompression loop
2025-02-28 Sergey Senozhatskyzram: filter out recomp targets based on priority
2025-02-28 Sergey Senozhatskyzram: limit max recompress prio to num_active_comps
2025-02-28 Sergey Senozhatskyzram: remove writestall zram_stats member
2025-02-28 Sergey Senozhatskyzram: remove second stage of handle allocation
2025-02-28 Sergey Senozhatskyzram: remove max_comp_streams device attr
2025-02-28 Sergey Senozhatskyzram: remove unused crypto include
2025-02-28 Sergey Senozhatskyzram: permit preemption with active compression stream
2025-02-28 Sergey Senozhatskyzram: sleepable entry locking
2025-02-28 Liu Yemm/folio_queue: delete __folio_order and use folio_orde...
2025-02-28 Colin Ian Kingmm/mincore: improve performance by adding an unlikely...
2025-02-28 SeongJae ParkDocs/mm/damon/design: document unmapped DAMOS filter...
2025-02-28 SeongJae Parkmm/damon: implement a new DAMOS filter type for unmappe...
2025-02-28 Thorsten Blumarm/pgtable: remove duplicate included header file
2025-02-28 Zi Yanmm/shmem: use xas_try_split() in shmem_split_large_entry()
2025-02-28 Zi Yanmm/filemap: use xas_try_split() in __filemap_add_folio()
2025-02-28 Zi Yanselftests/mm: add tests for folio_split(), buddy alloca...
2025-02-28 Zi Yanmm/truncate: use buddy allocator like folio split for...
2025-02-28 Zi Yanmm/huge_memory: add folio_split() to debugfs testing...
2025-02-28 Zi Yanmm/huge_memory: remove the old, unused __split_huge_page()
2025-02-28 Zi Yanmm/huge_memory: add buddy allocator like (non-uniform...
2025-02-28 Zi Yanmm/huge_memory: move folio split common code to __folio...
2025-02-28 Zi Yanmm/huge_memory: add two new (not yet used) functions...
2025-02-28 Andrew Mortonxarray-add-xas_try_split-to-split-a-multi-index-entry-fix
2025-02-28 Zi Yanxarray: add xas_try_split() to split a multi-index...
2025-02-28 SeongJae ParkDocs/mm/damon/design: categorize DAMOS filter types...
2025-02-28 SeongJae ParkDocs/mm/damon/design: clarify handling layer based...
2025-02-28 SeongJae ParkDocs/damon: move DAMOS filter type names and meaning...
2025-02-28 SeongJae ParkDocs/mm/damon/design: document hugepage_size filter
2025-02-28 SeongJae ParkDocs/mm/damon/design: fix typo on DAMOS filters usage...
2025-02-28 Ryan Robertsmm/ioremap: pass pgprot_t to ioremap_prot() instead...
2025-02-28 Alistair Poppledevice/dax: properly refcount device dax pages when...
2025-02-28 Alistair Popplefs/dax: properly refcount fs dax pages
2025-02-28 Dan Williamsdcssblk: mark DAX broken, remove FS_DAX_LIMITED support
2025-02-28 Alistair Popplemm/gup: don't allow FOLL_LONGTERM pinning of FS DAX...
2025-02-28 Alistair Popplemm/huge_memory: add vmf_insert_folio_pmd()
2025-02-28 Alistair Popplemm/huge_memory: add vmf_insert_folio_pud()
2025-02-28 Alistair Popplemm/rmap: add support for PUD sized mappings to rmap
2025-02-28 Alistair Popplemm/memory: add vmf_insert_page_mkwrite()
2025-02-28 Alistair Popplemm/memory: enhance insert_page_into_pte_locked() to...
2025-02-28 Balbir Singhmm-allow-compound-zone-device-pages-fix-fix
2025-02-28 Balbir Singhmm/migrate_device: do not access pgmap for non zone...
2025-02-28 Alistair Popplemm: allow compound zone device pages
2025-02-28 Alistair Popplemm/mm_init: move p2pdma page refcount initialisation...
next