[PATCH v6 00/18] kasan: x86: arm64: KASAN tag-based mode for x86
2025-10-29 23:13 UTC (21+ messages)
` [PATCH v6 01/18] kasan: Unpoison pcpu chunks with base address tag
` [PATCH v6 02/18] kasan: Unpoison vms[area] addresses with a common tag
` [PATCH v6 03/18] kasan: sw_tags: Use arithmetic shift for shadow computation
` [PATCH v6 04/18] kasan: sw_tags: Support tag widths less than 8 bits
` [PATCH v6 05/18] kasan: Fix inline mode for x86 tag-based mode
` [PATCH v6 06/18] x86/kasan: Add arch specific kasan functions
` [PATCH v6 07/18] kasan: arm64: x86: Make special tags arch specific
` [PATCH v6 08/18] x86/mm: Reset tag for virtual to physical address conversions
` [PATCH v6 09/18] mm/execmem: Untag addresses in EXECMEM_ROX related pointer arithmetic
` [PATCH v6 10/18] x86/mm: Physical address comparisons in fill_p*d/pte
` [PATCH v6 11/18] x86/kasan: KASAN raw shadow memory PTE init
` [PATCH v6 12/18] x86/mm: LAM compatible non-canonical definition
` [PATCH v6 13/18] x86/mm: LAM initialization
` [PATCH v6 14/18] x86: Minimal SLAB alignment
` [PATCH v6 15/18] x86/kasan: Handle UD1 for inline KASAN reports
` [PATCH v6 16/18] arm64: Unify software tag-based KASAN inline recovery path
` [PATCH v6 17/18] x86/kasan: Logical bit shift for kasan_mem_to_shadow
` [PATCH v6 18/18] x86/kasan: Make software tag-based kasan available
[PATCH v8 0/7] mm: folio_zero_user: clear contiguous pages
2025-10-29 22:57 UTC (5+ messages)
` [PATCH v8 5/7] x86/clear_page: Introduce clear_pages()
[PATCH v2 00/23] mm: BPF OOM
2025-10-29 22:53 UTC (15+ messages)
` [PATCH v2 02/23] bpf: initial support for attaching struct ops to cgroups
[PATCH RFC 00/19] slab: replace cpu (partial) slabs with sheaves
2025-10-29 22:44 UTC (27+ messages)
` [PATCH RFC 01/19] slab: move kfence_alloc() out of internal bulk alloc
` [PATCH RFC 03/19] slub: remove CONFIG_SLUB_TINY specific code paths
` [PATCH RFC 05/19] slab: add sheaves to most caches
` [PATCH RFC 07/19] slab: make percpu sheaves compatible with kmalloc_nolock()/kfree_nolock()
` [PATCH RFC 08/19] slab: handle kmalloc sheaves bootstrap
` [PATCH RFC 09/19] slab: add optimized sheaf refill from partial list
` [PATCH RFC 11/19] slab: remove SLUB_CPU_PARTIAL
` [PATCH RFC 12/19] slab: remove the do_slab_free() fastpath
[PATCH v3 0/3] KHO: kfence + KHO memory corruption fix
2025-10-29 22:35 UTC (8+ messages)
` [PATCH v3 1/3] liveupdate: kho: warn and fail on metadata or preserved memory in scratch area
[PATCH v4 00/30] Live Update Orchestrator
2025-10-29 22:00 UTC (11+ messages)
` [PATCH v4 14/30] liveupdate: luo_session: Add ioctls for file preservation and state management
[PATCH RFC 10/19] slab: remove cpu (partial) slabs usage from allocation paths
2025-10-29 21:31 UTC (2+ messages)
[RFC PATCH 00/12] remove is_swap_[pte, pmd]() + non-swap confusion
2025-10-29 21:23 UTC (8+ messages)
[PATCH v12 mm-new 00/15] khugepaged: mTHP support
2025-10-29 21:23 UTC (24+ messages)
` [PATCH v12 mm-new 06/15] khugepaged: introduce collapse_max_ptes_none helper function
[PATCH v2 0/3] mm: Convert memory block states (MEM_*) macros to
2025-10-29 20:59 UTC (5+ messages)
` [PATCH v2 1/3] mm: convert memory block states (MEM_*) macros to enum
` [PATCH v2 2/3] mm: change type of state in struct memory_block
` [PATCH v2 3/3] mm: change type of parameter for memory_notify
[Bug report][xfstests generic/751] hang on nfs writeback
2025-10-29 20:50 UTC (3+ messages)
[PATCH 0/3] introduce VM_MAYBE_GUARD and make it sticky
2025-10-29 19:50 UTC (5+ messages)
` [PATCH 1/3] mm: introduce VM_MAYBE_GUARD and make visible for guard regions
` [PATCH 2/3] mm: implement sticky, copy on fork VMA flags
` [PATCH 3/3] selftests/mm/guard-regions: add smaps visibility test
[PATCH v2 00/50] tree-in-dcache stuff
2025-10-29 19:48 UTC (27+ messages)
` [PATCH v2 06/50] primitives for maintaining persisitency
` [PATCH v2 07/50] convert simple_{link,unlink,rmdir,rename,fill_super}() to new primitives
` [External] : "
` [PATCH v2 22/50] convert efivarfs
` [PATCH v2 33/50] selinuxfs: don't stash the dentry of /policy_capabilities
` [PATCH v2 34/50] selinuxfs: new helper for attaching files to tree
` [PATCH v2 35/50] convert selinuxfs
[PATCH 00/19] mm, swap: never bypass swap cache and cleanup flags (swap table phase II)
2025-10-29 19:25 UTC (24+ messages)
` [PATCH 01/19] mm/swap: rename __read_swap_cache_async to swap_cache_alloc_folio
` [PATCH 02/19] mm, swap: split swap cache preparation loop into a standalone helper
` [PATCH 03/19] mm, swap: never bypass the swap cache even for SWP_SYNCHRONOUS_IO
` [PATCH 04/19] mm, swap: always try to free swap cache for SWP_SYNCHRONOUS_IO devices
` [PATCH 05/19] mm, swap: simplify the code and reduce indention
` [PATCH 06/19] mm, swap: free the swap cache after folio is mapped
` [PATCH 07/19] mm/shmem: never bypass the swap cache for SWP_SYNCHRONOUS_IO
` [PATCH 08/19] mm/shmem, swap: remove SWAP_MAP_SHMEM
` [PATCH 09/19] mm, swap: swap entry of a bad slot should not be considered as swapped out
` [PATCH 10/19] mm, swap: consolidate cluster reclaim and check logic
` [PATCH 11/19] mm, swap: split locked entry duplicating into a standalone helper
` [PATCH 12/19] mm, swap: use swap cache as the swap in synchronize layer
` [PATCH 13/19] mm, swap: remove workaround for unsynchronized swap map cache state
` [PATCH 14/19] mm, swap: sanitize swap entry management workflow
` [PATCH 15/19] mm, swap: add folio to swap cache directly on allocation
` [PATCH 16/19] mm, swap: check swap table directly for checking cache
` [PATCH 17/19] mm, swap: clean up and improve swap entries freeing
` [PATCH 18/19] mm, swap: drop the SWAP_HAS_CACHE flag
` [PATCH 19/19] mm, swap: remove no longer needed _swap_info_get
[PATCH 0/4] initial work on making VMA flags a bitmap
2025-10-29 19:22 UTC (7+ messages)
` [PATCH 1/4] mm: declare VMA flags by bit
` [PATCH 2/4] mm: simplify and rename mm flags function for clarity
` [PATCH 3/4] mm: introduce VMA flags bitmap type
` [PATCH 4/4] mm: introduce and use VMA flag test helpers
[linux-next:master] BUILD REGRESSION f9ba12abc5282bf992f9a9ae87ad814fd03a0270
2025-10-29 19:07 UTC
[RFC PATCH 0/5] BLOG: per-task logging contexts with Ceph consumer
2025-10-29 18:57 UTC (3+ messages)
` [RFC PATCH 1/5] sched, fork: Wire BLOG contexts into task lifecycle
[RFC PATCH V3 0/7] mm/slab: reduce slab accounting memory overhead by allocating slabobj_ext metadata within unused slab space
2025-10-29 18:45 UTC (16+ messages)
` [RFC PATCH V3 3/7] mm/slab: abstract slabobj_ext access via new slab_obj_ext() helper
` [RFC PATCH V3 5/7] mm/memcontrol,alloc_tag: handle slabobj_ext access under KASAN poison
` [RFC PATCH V3 6/7] mm/slab: save memory by allocating slabobj_ext array from leftover
` [RFC PATCH V3 7/7] mm/slab: place slabobj_ext metadata in unused space within s->size
[PATCH v5 0/9] vfio/pci: Allow MMIO regions to be exported through dma-buf
2025-10-29 18:21 UTC (4+ messages)
` [PATCH v5 9/9] vfio/pci: Add dma-buf export support for MMIO regions
[PATCH 00/33 v3] cpuset/isolation: Honour kthreads preferred affinity
2025-10-29 18:05 UTC (3+ messages)
` [PATCH 18/33] cpuset: Remove cpuset_cpu_is_isolated()
Bug: Performance regression in 1013af4f585f: mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race
2025-10-29 18:02 UTC (12+ messages)
[syzbot] [net?] kernel BUG in filemap_fault (3)
2025-10-29 17:59 UTC
[PATCH RFC 07/19] slab: make percpu sheaves compatible with kmalloc_nolock()/kfree_nolock()
2025-10-29 17:30 UTC (2+ messages)
[PATCH v6 00/29] context_tracking,x86: Defer some IPIs until a user->kernel transition
2025-10-29 17:15 UTC (14+ messages)
` [PATCH v6 23/29] context-tracking: Introduce work deferral infrastructure
` [RFC PATCH v6 27/29] x86/mm/pti: Implement a TLB flush immediately after a switch to kernel CR3
[PATCHv2 0/2] Fix SIGBUS semantics with large folios
2025-10-29 17:10 UTC (13+ messages)
` [PATCHv2 1/2] mm/memory: Do not populate page table entries beyond i_size
` [PATCHv2 2/2] mm/truncate: Unmap large folio on split failure
[PATCH v4 00/12] Nesting support for lazy MMU mode
2025-10-29 16:41 UTC (14+ messages)
` [PATCH v4 01/12] powerpc/64s: Do not re-activate batched TLB flush
` [PATCH v4 02/12] x86/xen: simplify flush_lazy_mmu()
` [PATCH v4 03/12] powerpc/mm: implement arch_flush_lazy_mmu_mode()
` [PATCH v4 04/12] sparc/mm: "
` [PATCH v4 05/12] mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODE
` [PATCH v4 06/12] mm: introduce generic lazy_mmu helpers
` [PATCH v4 07/12] mm: enable lazy_mmu sections to nest
` [PATCH v4 08/12] arm64: mm: replace TIF_LAZY_MMU with in_lazy_mmu_mode()
` [PATCH v4 09/12] powerpc/mm: replace batch->active "
` [PATCH v4 10/12] sparc/mm: "
` [PATCH v4 11/12] x86/xen: use lazy_mmu_state when context-switching
` [PATCH v4 12/12] mm: bail out of lazy_mmu_mode_* in interrupt context
dm bug: hibernate to swap located on dm-integrity doesn't work (how to get data redundancy for swap?)
2025-10-29 16:31 UTC (5+ messages)
` [PATCH] pm-hibernate: flush block device cache when hibernating
[PATCH 0/5] mm: swap: small fixes and comment cleanups
2025-10-29 16:13 UTC (7+ messages)
` [PATCH 1/5] mm, swap: Fix memory leak in setup_clusters() error path
` [PATCH 2/5] mm, swap: Use SWP_SOLIDSTATE to determine if swap is rotational
` [PATCH 4/5] mm: swap: change swap_alloc_slow() to void
[PATCH RFC 02/19] slab: handle pfmemalloc slabs properly with sheaves
2025-10-29 16:06 UTC (3+ messages)
[PATCH v1] mm/mm_init: Fix hash table order logging in alloc_large_system_hash()
2025-10-29 16:05 UTC (6+ messages)
[PATCH RFC 06/19] slab: introduce percpu sheaves bootstrap
2025-10-29 15:51 UTC (2+ messages)
[PATCH v5 mm-new 0/2] mm/swapfile.c: select swap devices of default priority round robin
2025-10-29 15:38 UTC (2+ messages)
[PATCH v2 0/8] Guaranteed CMA
2025-10-29 15:01 UTC (6+ messages)
allow file systems to increase the minimum writeback chunk size v2
2025-10-29 14:56 UTC (3+ messages)
filemap_* writeback interface cleanups v2
2025-10-29 14:53 UTC (2+ messages)
[PATCH 0/3] ksm: perform a range-walk to jump over holes in break_ksm
2025-10-29 14:46 UTC (7+ messages)
` [PATCH 1/3] Revert "mm/ksm: convert break_ksm() from walk_page_range_vma() to folio_walk"
` [PATCH 2/3] ksm: perform a range-walk in break_ksm
` [PATCH 3/3] ksm: replace function unmerge_ksm_pages with break_ksm
[PATCH V2] mm/slab: ensure all metadata in slab object are word-aligned
2025-10-29 14:36 UTC (2+ messages)
[PATCH 0/6] x86/entry/vdso: cleanups for vdso build and 32-bit vdso
2025-10-29 14:36 UTC (4+ messages)
` [PATCH 3/6] x86/entry/vdso32: remove int80_landing_pad
[RFC PATCH 0/4] iommu: Add IOMMU_DEBUG_PAGEALLOC sanitizer
2025-10-29 14:24 UTC (10+ messages)
` [RFC PATCH 1/4] drivers/iommu: Add page_ext for IOMMU_DEBUG_PAGEALLOC
` [RFC PATCH 2/4] drivers/iommu: Add calls for iommu debug
` [RFC PATCH 3/4] drivers/iommu-debug: Track IOMMU pages
[Invitation] bi-weekly guest_memfd upstream call on 2025-10-29
2025-10-29 13:57 UTC
[PATCH v2] s390: fix HugeTLB vmemmap optimization crash
2025-10-29 12:49 UTC (5+ messages)
[PATCH v5 0/7] iomap: zero range folio batch support
2025-10-29 12:32 UTC (4+ messages)
[PATCH v2] mm: shmem/tmpfs hugepage defaults config choice
2025-10-29 11:16 UTC (2+ messages)
[PATCH 0/3] slab: switch away from the legacy param parser
2025-10-29 10:52 UTC (5+ messages)
` [PATCH 2/3] slab: convert setup_slub_debug() to use __core_param_cb()
` [PATCH 3/3] slab: use new API for remaining command line parameters
[PATCHv3 0/2] Fix SIGBUS semantics with large folios
2025-10-29 10:23 UTC (6+ messages)
` [PATCHv3 1/2] mm/memory: Do not populate page table entries beyond i_size
linux-next: KVM/s390x regression
2025-10-29 10:20 UTC (5+ messages)
` [PATCH v1 0/1] KVM: s390: Fix missing present bit for gmap puds
` [PATCH v1 1/1] "
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