[PATCH v4 00/12] Direct Map Removal for guest_memfd
2025-02-21 16:07 UTC
[PATCH v10 00/18] reimplement per-vma lock as a refcount
2025-02-21 15:44 UTC (14+ messages)
` [PATCH v10 04/18] mm: introduce vma_iter_store_attached() to use with attached vmas
` [PATCH v10 07/18] mm: allow vma_start_read_locked/vma_start_read_locked_nested to fail
` [PATCH v10 12/18] mm: replace vm_lock and detached flag with a reference count
` [PATCH v10 13/18] mm: move lesser used vma_area_struct members into the last cacheline
` [PATCH v10 18/18] docs/mm: document latest changes to vm_lock
[PATCH mm-unstable v2] mm/hugetlb_vmemmap: fix memory loads ordering
2025-02-21 15:41 UTC (2+ messages)
[PATCH *-next 00/18] Remove weird and needless 'return' for void APIs
2025-02-21 15:40 UTC (24+ messages)
` [PATCH *-next 01/18] mm/mmu_gather: Remove needless return in void API tlb_remove_page()
` [PATCH *-next 02/18] cpu: Remove needless return in void API suspend_enable_secondary_cpus()
` [PATCH *-next 03/18] crypto: api - Remove needless return in void API crypto_free_tfm()
` [PATCH *-next 04/18] crypto: scomp - Remove needless return in void API crypto_scomp_free_ctx()
` [PATCH *-next 05/18] sysfs: Remove needless return in void API sysfs_enable_ns()
` [PATCH *-next 06/18] skbuff: Remove needless return in void API consume_skb()
` [PATCH *-next 07/18] wifi: mac80211: Remove needless return in void API _ieee80211_hw_set()
` [PATCH *-next 08/18] net: sched: Remove needless return in void API qdisc_watchdog_schedule_ns()
` [PATCH *-next 09/18] ipv4/igmp: Remove needless return in void API ip_mc_dec_group()
` [PATCH *-next 10/18] IB/rdmavt: Remove needless return in void API rvt_mod_retry_timer()
` [PATCH *-next 11/18] ratelimit: Remove needless return in void API ratelimit_default_init()
` [PATCH *-next 12/18] siox: Remove needless return in void API siox_driver_unregister()
` [PATCH *-next 13/18] gpiolib: Remove needless return in two void APIs
` [PATCH *-next 14/18] PM: wakeup: Remove needless return in three "
` [PATCH *-next 15/18] mfd: db8500-prcmu: "
` [PATCH *-next 16/18] rhashtable: "
` [PATCH *-next 17/18] dma-mapping: Remove needless return in five "
` [PATCH *-next 18/18] mtd: nand: Do not return void function in void function
[PATCH v2 0/4] Fixes for hugetlb and vmalloc on arm64
2025-02-21 15:35 UTC (10+ messages)
` [PATCH v2 2/4] arm64: hugetlb: Fix huge_ptep_get_and_clear() for non-present ptes
[PATCH -next v2] uprobes: fix two zero old_folio bugs in __replace_page()
2025-02-21 15:28 UTC (3+ messages)
[PATCH v2 00/14] kasan: x86: arm64: KASAN tag-based mode for x86
2025-02-21 15:27 UTC (20+ messages)
` [PATCH v2 01/14] kasan: sw_tags: Use arithmetic shift for shadow computation
` [PATCH v2 02/14] kasan: sw_tags: Check kasan_flag_enabled at runtime
` [PATCH v2 06/14] x86: Add arch specific kasan functions
` [PATCH v2 12/14] x86: Minimal SLAB alignment
` [PATCH v2 13/14] x86: runtime_const used for KASAN_SHADOW_END
` [PATCH v2 14/14] x86: Make software tag-based kasan available
[bpf-next v8 1/3] mm: add copy_remote_vm_str
2025-02-21 15:00 UTC (3+ messages)
` [bpf-next v8 3/3] selftests/bpf: Add tests for bpf_copy_from_user_task_str
[PATCH] slub: Fix Off-By-One in the While condition in on_freelist()
2025-02-21 14:57 UTC (4+ messages)
[syzbot] possible deadlock in page_cache_ra_unbounded
2025-02-21 14:56 UTC (3+ messages)
` [syzbot] [mm] [fs] "
[PATCH 0/4] Some uses of folio_mk_pte()
2025-02-21 14:31 UTC (5+ messages)
` [PATCH 1/4] hugetlb: Simplify make_huge_pte()
` [PATCH 2/4] mm: Remove mk_huge_pte()
` [PATCH 3/4] mm: Add folio_mk_pmd()
` [PATCH 4/4] arch: Remove mk_pmd()
[tip: x86/mm] mm/memremap: Pass down MEMREMAP_* flags to arch_memremap_wb()
2025-02-21 14:28 UTC
[tip: x86/mm] x86/mm: Make memremap(MEMREMAP_WB) map memory as encrypted by default
2025-02-21 14:28 UTC
[PATCH 0/2] Add a command line option that enables control of how many threads per NUMA node should be used to allocate huge pages
2025-02-21 14:16 UTC (5+ messages)
` [PATCH 1/2] mm: hugetlb: add hugetlb_alloc_threads cmdline option
` [PATCH 2/2] mm: hugetlb: log time needed to allocate hugepages
[PATCH 0/2] fs/proc/task_mmu: add guard region bit to pagemap
2025-02-21 13:51 UTC (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] tools/selftests: add guard region test for /proc/$pid/pagemap
[syzbot] [v9fs?] BUG: stack guard page was hit in sys_openat
2025-02-21 13:20 UTC (2+ messages)
` [syzbot] [mm?] "
[PATCH 0/2] fixes for uncached IO
2025-02-21 13:10 UTC (3+ messages)
[RFC PATCH v5 0/4] Add NUMA mempolicy support for KVM guest-memfd
2025-02-21 11:30 UTC (2+ messages)
[PATCH 0/4] mm: permit guard regions for file-backed/shmem mappings
2025-02-21 11:04 UTC (11+ messages)
[PATCH] mm, percpu: do not consider sleepable allocations atomic
2025-02-21 9:48 UTC (10+ messages)
[PATCH v7 00/17] zsmalloc/zram: there be preemption
2025-02-21 9:38 UTC (18+ messages)
` [PATCH v7 01/17] zram: sleepable entry locking
` [PATCH v7 02/17] zram: permit preemption with active compression stream
` [PATCH v7 03/17] zram: remove unused crypto include
` [PATCH v7 04/17] zram: remove max_comp_streams device attr
` [PATCH v7 05/17] zram: remove two-staged handle allocation
` [PATCH v7 06/17] zram: remove writestall zram_stats member
` [PATCH v7 07/17] zram: limit max recompress prio to num_active_comps
` [PATCH v7 08/17] zram: filter out recomp targets based on priority
` [PATCH v7 09/17] zram: rework recompression loop
` [PATCH v7 10/17] zsmalloc: rename pool lock
` [PATCH v7 11/17] zsmalloc: make zspage lock preemptible
` [PATCH v7 12/17] zsmalloc: introduce new object mapping API
` [PATCH v7 13/17] zram: switch to new zsmalloc "
` [PATCH v7 14/17] zram: permit reclaim in zstd custom allocator
` [PATCH v7 15/17] zram: do not leak page on recompress_store error path
` [PATCH v7 16/17] zram: do not leak page on writeback_store "
` [PATCH v7 17/17] zram: add might_sleep to zcomp API
[RFC] mm: alloc_pages_bulk: remove assumption of populating only NULL elements
2025-02-21 9:34 UTC (5+ messages)
[PATCH v3 0/2] mm: slub: Enhanced debugging in slub error
2025-02-21 8:30 UTC (7+ messages)
` [PATCH v3 1/2] mm: slub: Print the broken data before restoring slub
` [PATCH v3 2/2] mm: slub: call WARN() when the slab detect an error
[PATCH] mm/migrate_device: Do not access pgmap for non zone device pages
2025-02-21 8:13 UTC (7+ messages)
[PATCH] bcachefs: Use alloc_percpu_gfp to avoid deadlock
2025-02-21 7:21 UTC (6+ messages)
[PATCH v2 0/5] mm/hwpoison: Fix regressions in memory failure handling
2025-02-21 6:52 UTC (17+ messages)
` [PATCH v2 3/5] x86/mce: add EX_TYPE_EFAULT_REG as in-kernel recovery context to fix copy-from-user operations regression
[PATCH v2 0/2] Minimize xa_node allocation during xarry split
2025-02-21 6:17 UTC (10+ messages)
` [PATCH v2 2/2] mm/shmem: use xas_try_split() in shmem_split_large_entry()
[RFC v2 0/9] khugepaged: mTHP support
2025-02-21 4:57 UTC (9+ messages)
` [RFC v2 6/9] khugepaged: introduce khugepaged_scan_bitmap for "
[linux-next:master 4579/5164] arch/x86/kernel/cpu/mce/severity.c:305:15: error: call to undeclared function 'FIELD_GET'; ISO C99 and later do not support implicit function declarations
2025-02-21 4:25 UTC
[PATCH v6 00/16] zswap IAA compress batching
2025-02-21 3:24 UTC (4+ messages)
` [PATCH v6 16/16] mm: zswap: Fix for zstd performance regression with 2M folios
[PATCH v12 00/16] AMD broadcast TLB invalidation
2025-02-21 2:25 UTC (19+ messages)
` [PATCH v12 01/16] x86/mm: make MMU_GATHER_RCU_TABLE_FREE unconditional
` [PATCH v12 02/16] x86/mm: remove pv_ops.mmu.tlb_remove_table call
` [PATCH v12 03/16] x86/mm: consolidate full flush threshold decision
` [PATCH v12 04/16] x86/mm: get INVLPGB count max from CPUID
` [PATCH v12 05/16] x86/mm: add INVLPGB support code
` [PATCH v12 06/16] x86/mm: use INVLPGB for kernel TLB flushes
` [PATCH v12 07/16] x86/mm: use INVLPGB in flush_tlb_all
` [PATCH v12 08/16] x86/mm: use broadcast TLB flushing for page reclaim TLB flushing
` [PATCH v12 09/16] x86/mm: global ASID allocation helper functions
` [PATCH v12 10/16] x86/mm: global ASID context switch & TLB flush handling
` [PATCH v12 11/16] x86/mm: global ASID process exit helpers
` [PATCH v12 12/16] x86/mm: enable broadcast TLB invalidation for multi-threaded processes
` [PATCH v12 13/16] x86/mm: do targeted broadcast flushing from tlbbatch code
` [PATCH v12 14/16] x86/mm: enable AMD translation cache extensions
` [PATCH v12 15/16] x86/mm: only invalidate final translations with INVLPGB
` [PATCH v12 16/16] x86/mm: add noinvlpgb commandline option
[PATCH RFC] mm: Fix kernel BUG when userfaultfd_move encounters swapcache
2025-02-21 1:54 UTC (19+ messages)
[LSF/MM/BPF TOPIC] Restricting or migrating unmovable kernel allocations from slow tier
2025-02-21 1:52 UTC (11+ messages)
[PATCH RFC] mm: Fix kernel BUG when userfaultfd_move encounters swapcache
2025-02-21 1:49 UTC (5+ messages)
[PATCH v2] mm/migrate_device: do not access pgmap for non zone device pages
2025-02-21 1:27 UTC
[PATCH v6 00/17] zsmalloc/zram: there be preemption
2025-02-21 1:20 UTC (9+ messages)
` [PATCH v6 02/17] zram: permit preemption with active compression stream
` [PATCH v6 10/17] zsmalloc: rename pool lock
` [PATCH v6 11/17] zsmalloc: make zspage lock preemptible
[RFC PATCH 0/8] mm/damon: auto-tune aggregation interval
2025-02-21 1:09 UTC (2+ messages)
[RFC PATCH v12 00/26] LUF(Lazy Unmap Flush) reducing tlb numbers over 90%
2025-02-20 23:44 UTC (14+ messages)
[PATCH v3] binfmt_elf: Dump smaller VMAs first in ELF cores
2025-02-20 22:59 UTC (7+ messages)
[PATCH 0/8] mm/damon: add sysfs dirs for managing DAMOS filters based on handling layers
2025-02-20 22:14 UTC (10+ messages)
` [PATCH 1/8] mm/damon/sysfs-schemes: let damon_sysfs_scheme_set_filters() be used for different named directories
` [PATCH 2/8] mm/damon/sysfs-schemes: implement core_filters and ops_filters directories
` [PATCH 3/8] mm/damon/sysfs-schemes: commit filters in {core,ops}_filters directories
` [PATCH 4/8] mm/damon/core: expose damos_filter_for_ops() to DAMON kernel API callers
` [PATCH 5/8] mm/damon/sysfs-schemes: set filters handling layer of directories
` [PATCH 6/8] mm/damon/sysfs-schemes: return error for wrong filter type on given directory
` [PATCH 7/8] Docs/ABI/damon: document {core,ops}_filters directories
` [PATCH 8/8] Docs/admin-guide/mm/damon/usage: update for "
[PATCH 0/4] mm: page_ext: Introduce new iteration API
2025-02-20 21:12 UTC (13+ messages)
` [PATCH 1/4] mm: page_ext: add an iteration API for page extensions
` [PATCH 2/4] mm: page_table_check: use new iteration API
[PATCH v8 1/2] sched: Move task_mm_cid_work to mm work_struct
2025-02-20 21:10 UTC (6+ messages)
Efficient mapping of sparse file holes to zero-pages
2025-02-20 20:46 UTC (3+ messages)
Is uprobe_write_opcode() OK?
2025-02-20 20:29 UTC
[linux-next:master] BUILD REGRESSION 50a0c754714aa3ea0b0e62f3765eb666a1579f24
2025-02-20 20:28 UTC
[PATCH 00/11] cgroup: separate rstat trees
2025-02-20 20:22 UTC (7+ messages)
kernel BUG at arch/arm64/mm/mmu.c:185!
2025-02-20 20:08 UTC (6+ messages)
[LSF/MM] Linux management of volatile CXL memory devices - boot to bash
2025-02-20 20:06 UTC (13+ messages)
` CXL Boot to Bash - Section 3: Memory (block) Hotplug
[PATCH 1/1] fixup! mm: fix a crash due to vma_end_read() that should have been removed
2025-02-20 20:02 UTC
[RFC PATCH 0/9] mm/damon: make allow filters after reject filters useful and intuitive
2025-02-20 19:35 UTC (10+ messages)
` [RFC PATCH 1/9] mm/damon/core: introduce damos->ops_filters
` [RFC PATCH 2/9] mm/damon/paddr: support ops_filters
` [RFC PATCH 3/9] mm/damon/core: support committing ops_filters
` [RFC PATCH 4/9] mm/damon/core: put ops-handled filters to damos->ops_filters
` [RFC PATCH 5/9] mm/damon/paddr: support only ops_filters
` [RFC PATCH 6/9] mm/damon: add default allow/reject behavior fields to struct damos
` [RFC PATCH 7/9] mm/damon/core: set damos_filter default allowance behavior based on installed filters
` [RFC PATCH 8/9] mm/damon/paddr: respect ops_filters_default_reject
` [RFC PATCH 9/9] Docs/mm/damon/design: update for changed filter-default behavior
[syzbot] [mm?] KCSAN: data-race in __unmap_hugepage_range / free_huge_folio
2025-02-20 19:03 UTC
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox