[RFC PATCH v2 00/10] mm/mremap: introduce more mergeable mremap via MREMAP_RELOCATE_ANON
2025-04-30 0:47 UTC (3+ messages)
` [RFC PATCH v2 01/10] "
[PATCH rfc 00/12] mm: BPF OOM
2025-04-30 0:28 UTC (14+ messages)
` [PATCH rfc 09/12] sched: psi: bpf hook to handle psi events
` [PATCH rfc 10/12] mm: introduce bpf_out_of_memory() bpf kfunc
[PATCH v14 00/27] riscv control-flow integrity for usermode
2025-04-30 0:16 UTC (28+ messages)
` [PATCH v14 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v14 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v14 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v14 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v14 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v14 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v14 07/27] riscv mm: manufacture shadow stack pte
` [PATCH v14 08/27] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v14 09/27] riscv mmu: write protect and shadow stack
` [PATCH v14 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v14 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v14 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v14 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v14 14/27] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v14 15/27] riscv/traps: Introduce software check exception
` [PATCH v14 16/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v14 17/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v14 18/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v14 19/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v14 20/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v14 21/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v14 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v14 23/27] arch/riscv: compile vdso with landing pad
` [PATCH v14 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v14 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v14 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v14 27/27] kselftest/riscv: kselftest for user mode cfi
[PATCH v3 0/1] kasan: Avoid sleepable page allocation from atomic context
2025-04-30 0:08 UTC (4+ messages)
` [PATCH v3 1/1] "
[RFC Patch 0/5] Make anon_vma operations testable
2025-04-29 23:56 UTC (11+ messages)
` [RFC Patch 1/5] mm: move anon_vma manipulation functions to own file
` [RFC Patch 2/5] anon_vma: add skeleton code for userland testing of anon_vma logic
` [RFC Patch 3/5] anon_vma: add test for mergeable anon_vma
` [RFC Patch 4/5] anon_vma: add test for reusable anon_vma
` [RFC Patch 5/5] anon_vma: add test to assert no double-reuse
[RFC PATCH v2 00/18] Virtual Swap Space
2025-04-29 23:51 UTC (14+ messages)
` [RFC PATCH v2 01/18] swap: rearrange the swap header file
` [RFC PATCH v2 02/18] swapfile: rearrange functions
` [RFC PATCH v2 03/18] swapfile: rearrange freeing steps
` [RFC PATCH v2 05/18] mm: swap: add a separate type for physical swap slots
` [RFC PATCH v2 07/18] mm: swap: zswap: swap cache and zswap support for virtualized swap
` [RFC PATCH v2 08/18] mm: swap: allocate a virtual swap slot for each swapped out page
` [RFC PATCH v2 11/18] mm: swap: temporarily disable THP swapin and batched freeing swap
` [RFC PATCH v2 12/18] mm: swap: decouple virtual swap slot from backing store
` [RFC PATCH v2 13/18] zswap: do not start zswap shrinker if there is no physical swap slots
` [RFC PATCH v2 15/18] vswap: support THP swapin and batch free_swap_and_cache
` [RFC PATCH v2 16/18] swap: simplify swapoff using virtual swap
` [RFC PATCH v2 18/18] swapfile: remove zeromap in virtual swap implementation
[PATCH 0/4] memcg: decouple memcg and objcg stocks
2025-04-29 23:51 UTC (6+ messages)
` [PATCH 1/4] memcg: simplify consume_stock
` [PATCH 2/4] memcg: separate local_trylock for memcg and obj
` [PATCH 3/4] memcg: completely decouple memcg and obj stocks
` [PATCH 4/4] memcg: no irq disable for memcg stock lock
[PATCH v3 0/8] perform /proc/pid/maps read and PROCMAP_QUERY under RCU
2025-04-29 20:43 UTC (14+ messages)
` [PATCH v3 7/8] mm/maps: read proc/pid/maps "
` [PATCH v3 8/8] mm/maps: execute PROCMAP_QUERY ioctl "
[PATCH 0/1] mm: Fix regression after THP PTE optimization on Xen PV Dom0
2025-04-29 18:56 UTC (11+ messages)
` [PATCH 1/1] mm: Fix folio_pte_batch() overcount with zero PTEs
[PATCH] memcg: multi-memcg percpu charge cache
2025-04-29 18:43 UTC (6+ messages)
[PATCH v3 1/1] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags
2025-04-29 18:19 UTC (18+ messages)
[PATCH v3 0/4] move all VMA allocation, freeing and duplication logic to mm
2025-04-29 17:48 UTC (19+ messages)
` [PATCH v3 1/4] mm: establish mm/vma_exec.c for shared exec/mm VMA functionality
` [PATCH v3 2/4] mm: abstract initial stack setup to mm subsystem
` [PATCH v3 3/4] mm: move dup_mmap() to mm
` [PATCH v3 4/4] mm: perform VMA allocation, freeing, duplication in mm
[PATCH v3 0/6] Support large folios for tmpfs
2025-04-29 17:44 UTC (3+ messages)
` [PATCH v3 3/6] mm: shmem: add large folio support "
` [REGRESSION] "
[PATCH] kernel-doc: Add initial binfmt docs
2025-04-29 17:28 UTC (3+ messages)
[PATCH v5 00/12] khugepaged: mTHP support
2025-04-29 17:15 UTC (6+ messages)
` [PATCH v5 01/12] khugepaged: rename hpage_collapse_* to khugepaged_*
` [PATCH v5 12/12] Documentation: mm: update the admin guide for mTHP collapse
[syzbot] [fs?] [mm?] KCSAN: data-race in bprm_execve / copy_fs (4)
2025-04-29 17:12 UTC (5+ messages)
` [PATCH] exec: fix the racy usage of fs_struct->in_exec
[PATCH v2 1/2] driver/base: Optimize memory block registration to reduce boot time
2025-04-29 17:01 UTC (8+ messages)
` [PATCH v2 2/2] driver/base: Remove unused functions
[PATCH] mm/compaction: do not break pages whose order is larger than target order
2025-04-29 16:44 UTC (3+ messages)
[PATCH man v2] mmap.2: Document danger of mappings larger than PTRDIFF_MAX
2025-04-29 16:43 UTC
[PATCH v1 00/11] mm: rewrite pfnmap tracking and remove VM_PAT
2025-04-29 16:36 UTC (11+ messages)
` [PATCH v1 02/11] mm: convert track_pfn_insert() to pfnmap_sanitize_pgprot()
[PATCH v6 00/14] kexec: introduce Kexec HandOver (KHO)
2025-04-29 16:34 UTC (9+ messages)
` [PATCH v6 11/14] x86: add KHO support
[RFC PATCH v6.6] maple_tree: Fix MA_STATE_PREALLOC flag in mas_preallocate()
2025-04-29 15:52 UTC (3+ messages)
[RFC PATCH 0/4] mm, bpf: BPF based THP adjustment
2025-04-29 15:31 UTC (8+ messages)
` [RFC PATCH 1/4] mm: move hugepage_global_{enabled,always}() to internal.h
` [RFC PATCH 2/4] mm: pass VMA parameter to hugepage_global_{enabled,always}()
` [RFC PATCH 3/4] mm: add BPF hook for THP adjustment
[PATCH] perf lock contention: Symbolize zone->lock using BTF
2025-04-29 15:28 UTC (3+ messages)
next-20250428: warning mm page_counter.c page_counter_cancel page_counter_cancel
2025-04-29 14:59 UTC (2+ messages)
drivers/s390/block/dcssblk.c:718:undefined reference to `kill_dax'
2025-04-29 14:52 UTC (2+ messages)
[PATCH v5 0/9] Merge arm64/riscv hugetlbfs contpte support
2025-04-29 14:09 UTC (3+ messages)
[PATCH v2 0/7] Optimize mprotect for large folios
2025-04-29 14:02 UTC (22+ messages)
` [PATCH v2 1/7] mm: Refactor code in mprotect
` [PATCH v2 2/7] mm: Optimize mprotect() by batch-skipping PTEs
` [PATCH v2 3/7] mm: Add batched versions of ptep_modify_prot_start/commit
` [PATCH v2 6/7] mm: Batch around can_change_pte_writable()
[PATCH v5 0/4] mm: introduce THP deferred setting
2025-04-29 13:49 UTC (3+ messages)
` [PATCH v5 1/4] mm: defer THP insertion to khugepaged
[PATCH v2 0/6] mm, swap: clean up swap cache mapping helper
2025-04-29 13:43 UTC (13+ messages)
` [PATCH v2 1/6] fuse: drop usage of folio_index
` [PATCH v2 2/6] btrfs: "
` [PATCH v2 3/6] f2fs: "
` [PATCH v2 4/6] filemap: do not use folio_contains for swap cache folios
` [PATCH v2 5/6] mm: move folio_index to mm/swap.h and remove no longer needed helper
` [PATCH v2 6/6] mm, swap: remove no longer used swap mapping helper
[PATCH v7 00/13] nommu UML
2025-04-29 13:23 UTC (3+ messages)
[PATCH RFC v3 0/8] kernel-hacking: introduce CONFIG_NO_AUTO_INLINE
2025-04-29 12:35 UTC (2+ messages)
Report: Performance regression from ib_umem_get on zone device pages
2025-04-29 12:29 UTC (6+ messages)
[Invitation] bi-weekly guest_memfd upstream call on 2025-05-01
2025-04-29 12:07 UTC
[PATCH v10 00/24] Provide a new two step DMA mapping API
2025-04-29 11:53 UTC (4+ messages)
` [PATCH v10 03/24] iommu: generalize the batched sync after map interface
[PATCH V4 0/2] JFS: Implement migrate_folio for jfs_metapage_aops
2025-04-29 11:31 UTC (11+ messages)
` [PATCH V4 1/2] mm: add folio_migration_expected_refs() as inline function
[PATCH v2] sched/numa: Add statistics of numa balance task migration and swap
2025-04-29 11:18 UTC (3+ messages)
[syzbot] [cgroups?] [mm?] INFO: rcu detected stall in shmem_fault (6)
2025-04-29 10:42 UTC (2+ messages)
` [syzbot] [mm] "
[PATCH] mm, swap: fix false warning for large allocation with !THP_SWAP
2025-04-29 10:08 UTC (2+ messages)
[PATCH v2 0/8] mm: enhance migration work around on noref buffer-heads
2025-04-29 9:32 UTC (11+ messages)
` [PATCH v2 1/8] migrate: fix skipping metadata buffer heads on migration
[PATCH v3 0/7] mm, swap: remove swap slot cache
2025-04-29 9:28 UTC (6+ messages)
` [PATCH v3 6/7] "
[PATCH 0/6] mm, swap: clean up swap cache mapping helper
2025-04-29 8:54 UTC (4+ messages)
` [PATCH 1/6] fuse: drop usage of folio_index
[Hypervisor Live Update] Notes from April 21, 2025
2025-04-29 8:00 UTC (3+ messages)
SNP guest crash in memblock with unaccepted memory
2025-04-29 7:46 UTC (6+ messages)
[PATCH v4 0/9] SLUB percpu sheaves
2025-04-29 7:36 UTC (3+ messages)
` [PATCH v4 2/9] slab: add sheaf support for batching kfree_rcu() operations
[PATCH 0/3] mm: small cleanups for io-mapping, debug_page_alloc and numa
2025-04-29 7:29 UTC (3+ messages)
` [PATCH 2/3] mm/debug_page_alloc: improve error message for invalid guardpage minorder
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