[PATCH 0/2] introduce pagetable_alloc_nolock()
2025-12-14 9:13 UTC (5+ messages)
` [PATCH 1/2] mm: "
` [PATCH 2/2] arm64: mmu: use pagetable_alloc_nolock() while stop_machine()
[RFC PATCH 1/2] mm/pgtable: use ptdesc for pmd_huge_pte
2025-12-14 6:55 UTC (2+ messages)
` [RFC PATCH 2/2] mm/pgtable: convert pgtable_trans_huge_withdraw to ptdesc
[Hypervisor Live Update] Notes from December 1, 2025
2025-12-14 4:15 UTC
6.19 tmpfs __d_lookup() lockup
2025-12-14 3:30 UTC (12+ messages)
` shmem_rename() bugs (was Re: 6.19 tmpfs __d_lookup() lockup)
` [PATCH 1/2] shmem_whiteout(): fix regression from tree-in-dcache series
` [RFC][PATCH 2/2] shmem: fix recovery on rename failures
[PATCH] mm/oom_kill: add sysctl_oom_dump_stack to control kernel stack dumping on OOM
2025-12-14 1:55 UTC (3+ messages)
[PATCH v3] io: add io_pgtable abstraction
2025-12-14 0:51 UTC (6+ messages)
[PATCH v13 00/22] zswap compression batching with optimized iaa_crypto driver
2025-12-13 19:53 UTC (21+ messages)
` [PATCH v13 19/22] mm: zswap: Per-CPU acomp_ctx resources exist from pool creation to deletion
` [PATCH v13 20/22] mm: zswap: Consistently use IS_ERR_OR_NULL() to check acomp_ctx resources
` [PATCH v13 21/22] mm: zswap: zswap_store() will process a large folio in batches
[PATCH v10 1/3] lib: Introduce hierarchical per-cpu counters
2025-12-13 18:56 UTC (3+ messages)
` [PATCH v10 2/3] mm: Fix OOM killer inaccuracy on large many-core systems
` [PATCH v10 3/3] mm: Implement precise OOM killer task selection
[RFC PATCH v3 00/37] mm/damon: introduce per-CPUs/threads/write/read monitoring
2025-12-13 9:17 UTC (15+ messages)
` [RFC PATCH v3 04/37] mm/damon/core: implement damon_report_page_fault()
` [RFC PATCH v3 07/37] mm/damon/core: apply access reports to high level snapshot
[GIT PULL] additional non-MM updates for 6.19-rc1
2025-12-13 9:08 UTC (2+ messages)
[GIT PULL] additional MM updates for 6.19-rc1
2025-12-13 9:08 UTC (2+ messages)
[PATCH] mm: vmscan: always allow writeback during memcg reclaim
2025-12-13 8:36 UTC
[PATCH] mm/mempolicy: fix mpol_rebind_nodemask() for MPOL_F_NUMA_BALANCING
2025-12-13 8:29 UTC
[PATCH RFC 0/3] skip redundant TLB sync IPIs
2025-12-13 8:00 UTC (4+ messages)
` [PATCH RFC 1/3] mm/tlb: allow architectures to "
` [PATCH RFC 2/3] x86/mm: implement redundant IPI elimination for PMD unsharing
` [PATCH RFC 3/3] mm/khugepaged: skip redundant IPI in collapse_huge_page()
[PATCH v2 0/3] mm: fixup pfnmap memory failure handling
2025-12-13 8:00 UTC (5+ messages)
` [PATCH v2 1/3] mm: fixup pfnmap memory failure handling to use pgoff
` [PATCH v2 2/3] mm: add stubs for PFNMAP memory failure registration functions
` [PATCH v2 3/3] vfio/nvgrace-gpu: register device memory for poison handling
[PATCH 00/26] Introduce meminspect
2025-12-13 7:22 UTC (4+ messages)
[RFC PATCH] liveupdate: list all file handler versions in vmlinux section
2025-12-13 7:10 UTC (2+ messages)
[PATCH v1 0/3] mm: fixup pfnmap memory failure handling
2025-12-13 4:52 UTC (6+ messages)
` [PATCH v1 3/3] vfio/nvgrace-gpu: register device memory for poison handling
[PATCH v3 00/10] KFuzzTest: a new kernel fuzzing framework
2025-12-13 0:06 UTC (4+ messages)
[PATCH v4 0/4] iommu: Add IOMMU_DEBUG_PAGEALLOC sanitizer
2025-12-12 18:47 UTC (12+ messages)
` [PATCH v4 1/4] iommu: Add page_ext for IOMMU_DEBUG_PAGEALLOC
` [PATCH v4 2/4] iommu: Add calls "
` [PATCH v4 3/4] iommu: debug-pagealloc: Track IOMMU pages
` [PATCH v4 4/4] iommu: debug-pagealloc: Check mapped/unmapped kernel memory
[PATCH] pagemap: Add alert to mapping_set_release_always() for mapping with no release_folio
2025-12-12 18:38 UTC (7+ messages)
[PATCH v26 00/28] riscv control-flow integrity for usermode
2025-12-12 18:33 UTC (33+ messages)
` [PATCH v26 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v26 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v26 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v26 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v26 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v26 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v26 07/28] riscv/mm: manufacture shadow stack pte
` [PATCH v26 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v26 09/28] riscv/mm: write protect and shadow stack
` [PATCH v26 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v26 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v26 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v26 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v26 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v26 15/28] riscv/traps: Introduce software check exception and uprobe handling
` [PATCH v26 16/28] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v26 17/28] riscv/signal: save and restore of shadow stack for signal
` [PATCH v26 18/28] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v26 19/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v26 20/28] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v26 21/28] riscv: kernel command line option to opt out of user cfi
` [PATCH v26 22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v26 23/28] arch/riscv: compile vdso with landing pad and shadow stack note
` [PATCH v26 24/28] arch/riscv: dual vdso creation logic and select vdso based on hw
` [PATCH v26 25/28] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v26 26/28] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v26 27/28] riscv: Documentation for shadow stack on riscv
` [PATCH v26 28/28] kselftest/riscv: kselftest for user mode cfi
[PATCH] mm: avoid use of BIT() macro for initialising VMA flags
2025-12-12 17:26 UTC (13+ messages)
[PATCH] mm/page_alloc: change all pageblocks migrate type on coalescing
2025-12-12 15:46 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION d9771d0dbe18dd643760431870a6abf9b0866bb0
2025-12-12 15:36 UTC
[PATCH 1/2] mm/debug_vm_pgtable: Use set_pXd() to write page tables
2025-12-12 12:11 UTC (3+ messages)
[PATCH] of: reserved_mem: Allow reserved_mem framework detect "cma=" kernel param
2025-12-12 11:19 UTC (3+ messages)
[PATCH v4 00/35] Compiler-Based Context- and Locking-Analysis
2025-12-12 11:09 UTC (21+ messages)
` [PATCH v4 02/35] compiler-context-analysis: Add infrastructure for Context Analysis with Clang
` [PATCH v4 06/35] cleanup: Basic compatibility with context analysis
` [PATCH v4 07/35] lockdep: Annotate lockdep assertions for "
` [PATCH v4 16/35] kref: Add context-analysis annotations
[PATCH -next 0/5] mm/mglru: remove memcg lru
2025-12-12 10:15 UTC (2+ messages)
[PATCH -next 3/5] mm/mglru: extend shrink_one for both lrugen and non-lrugen
2025-12-12 9:53 UTC (3+ messages)
[PATCH v5 4/4] coccinelle: Add kmalloc_objs conversion script
2025-12-12 9:51 UTC (4+ messages)
` [cocci] "
[PATCH v2 0/2] x86, mm: minor tlb_flush tracepoint adjustments
2025-12-12 9:08 UTC (3+ messages)
` [PATCH v2 1/2] x86/tlb/trace: Export the TLB_REMOTE_WRONG_CPU enum
` [PATCH v2 2/2] mm: Remove tlb_flush_reason::NR_TLB_FLUSH_REASONS
[PATCH] mm/damon: modified damon_call_control from static to kmalloc
2025-12-12 7:30 UTC (3+ messages)
[PATCH] mm/gfp: cast GFP_ZONE_TABLE entries to long to avoid shift overflow
2025-12-12 7:19 UTC (3+ messages)
[PATCH] MAINTAINERS: add ABI headers to KHO and LIVE UPDATE
2025-12-12 7:12 UTC
[PATCH v2 0/4] mm/hugetlb: fixes for PMD table sharing (incl. using mmu_gather)
2025-12-12 7:10 UTC (5+ messages)
` [PATCH v2 1/4] mm/hugetlb: fix hugetlb_pmd_shared()
` [PATCH v2 2/4] mm/hugetlb: fix two comments related to huge_pmd_unshare()
` [PATCH v2 3/4] mm/rmap: "
` [PATCH v2 4/4] mm/hugetlb: fix excessive IPI broadcasts when unsharing PMD tables using mmu_gather
[PATCH v2] mm/gfp: cast GFP_ZONE_TABLE entries to long to avoid shift overflow
2025-12-12 7:09 UTC
[PATCH 00/11] mm/hugetlb: Eliminate fake head pages from vmemmap optimization
2025-12-12 6:45 UTC (6+ messages)
[RFC PATCH] mm/shmem: add mTHP swpout fallback statistics in shmem_writeout()
2025-12-12 5:48 UTC (2+ messages)
[PATCH v5 0/2] Optimize zone->contiguous update and issue fix
2025-12-12 5:35 UTC (7+ messages)
` [PATCH v5 1/2] mm/memory hotplug/unplug: Optimize zone->contiguous update when changes pfn range
` [PATCH v5 2/2] mm/memory hotplug: fix zone->contiguous always false when hotplug
[RESEND RFC PATCH 0/2] Enable vmalloc huge mappings by default on arm64
2025-12-12 4:27 UTC (3+ messages)
` [RESEND RFC PATCH 1/2] mm/vmalloc: Do not align size to huge size
` [RESEND RFC PATCH 2/2] arm64/mm: Enable huge-vmalloc by default
[PATCH] mm/vmalloc: request large order pages from buddy allocator
2025-12-12 3:55 UTC (9+ messages)
[RFC PATCH 0/2] mm/damon: Introduce basic auto-tuning framework with priority support
2025-12-12 3:38 UTC (2+ messages)
[PATCH v17 00/12] Support page table check on PowerPC
2025-12-12 3:37 UTC (5+ messages)
[linus:master] [mm/vmalloc] 9c47753167: stress-ng.bigheap.realloc_calls_per_sec 21.3% regression
2025-12-12 3:27 UTC
[GIT PULL] MM updates for 6.19-rc1
2025-12-12 1:53 UTC (3+ messages)
[linux-next:master] BUILD REGRESSION 5ce74bc1b7cb2732b22f9c93082545bc655d6547
2025-12-12 1:30 UTC
[PATCH] mm: memcontrol: rename mem_cgroup_from_slab_obj()
2025-12-12 0:38 UTC (2+ messages)
[PATCH -next v3 0/2] memcg cleanups
2025-12-12 0:37 UTC (5+ messages)
` [PATCH -next v3 1/2] memcg: move mem_cgroup_usage memcontrol-v1.c
` [PATCH -next v3 2/2] memcg: remove mem_cgroup_size()
[syzbot] [fs?] [mm?] WARNING in sched_mm_cid_fork
2025-12-12 0:25 UTC (2+ messages)
[PATCH 2/2] mm/madvise: Use set_pte() to write page tables
2025-12-11 23:40 UTC (2+ messages)
[PATCH] dma-buf: system_heap: account for system heap allocation in memcg
2025-12-11 23:25 UTC
[syzbot] [mm?] WARNING in blkdev_common_ioctl
2025-12-11 22:50 UTC
[PATCH] mm: zswap: delete unused acomp->is_sleepable
2025-12-11 22:37 UTC (4+ messages)
[RFC PATCH 0/4] SEV-SNP Unaccepted Memory Hotplug
2025-12-11 22:07 UTC (9+ messages)
` [RFC PATCH 2/4] mm: Add support for unaccepted memory hotplug
[PATCH v6 5/5] coccinelle: Add kmalloc_objs conversion script
2025-12-11 22:02 UTC (3+ messages)
[PATCH] mm/damon: add loadable module support for sample modules
2025-12-11 21:55 UTC (2+ messages)
[linus:master] [mm/vmalloc] a061578043: BUG:spinlock_trylock_failure_on_UP_on_CPU
2025-12-11 21:01 UTC (7+ messages)
Hard system lock-ups when using encrypted swap and RAM is exhausted
2025-12-11 18:24 UTC (2+ messages)
[PATCH v25 00/28] riscv control-flow integrity for usermode
2025-12-11 17:13 UTC (4+ messages)
` [PATCH v25 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
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