messages from 2026-09-23 13:39:19 to 2026-09-26 02:30:26 UTC [more...]
[PATCH v3 00/40] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
2026-09-26 2:30 UTC (59+ messages)
` [PATCH v3 01/40] mm/vma: fix mmap_prepare file handling, remove file_doesnt_need_get
` [PATCH v3 02/40] mm/vma: predicate setting mmap_prepare VMA fields on new vma alloc
` [PATCH v3 03/40] mm/vma: introduce and use vma_[flags_]can_merge()
` [PATCH v3 04/40] mm: consistently validate VMA state after mmap[_prepare] hooks
` [PATCH v3 05/40] mm/vma: ensure mmap_prepare doesn't set actions on a mergeable vma
` [PATCH v3 06/40] mm: make map_kernel_pages_[prepare,complete] internal and unexported
` [PATCH v3 07/40] mm/vma: tidy up map kernel pages enum values
` [PATCH v3 08/40] mm: add mmap action for discontiguous kernel page mapping
` [PATCH v3 09/40] docs: filesystems: update mmap_prepare docs for discontig kernel pgs
` [PATCH v3 15/40] mm/vma: add vma[_flags]_is_kernel_owned() predicates
` [PATCH v3 16/40] mm/vma: only allow mmap to clear VMA_MAYWRITE_BIT if kernel-owned
` [PATCH v3 17/40] mm/vma: add and use vma_[flags]_is_fixed_mapping
` [PATCH v3 21/40] mm/gup: error out early on !VMA_MAYREAD_BIT VMAs
` [PATCH v3 24/40] mm/mlock: eliminate weird VMA_IO_BIT abuse and simplify
[PATCH v5 00/12] mm: make userland page table freeing RCU-safe
2026-09-25 22:28 UTC (14+ messages)
` [PATCH v5 01/12] mm/khugepaged: deposit a newly allocated page table on collapse
` [PATCH v5 02/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for most 2-level architectures
` [PATCH v5 03/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for MMU riscv
` [PATCH v5 04/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for MMU arm
` [PATCH v5 05/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for arc, microblaze, xtensa
` [PATCH v5 06/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sparc64
` [PATCH v5 07/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for m68k-coldfire
` [PATCH v5 08/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sh-X2
` [PATCH v5 09/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for m68k-motorola
` [PATCH v5 10/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sparc32
` [PATCH v5 11/12] mm: userland pgtable freeing is RCU-safe now, remove leftover bits
` [PATCH v5 12/12] mm: change the contract for free_pgtables(), update docs
[PATCH v11 00/38] dyndbg: Fix classmaps API for subsystems, query extensions, selftests
2026-09-25 20:30 UTC (42+ messages)
` [PATCH v11 01/38] selftests/dyndbg: Add kselftest script to verify dynamic-debug
` [PATCH v11 02/38] vmlinux.lds.h: refactor BOUNDED_SECTION_* macros into bounded_sections.lds.h
` [PATCH v11 03/38] vmlinux.lds.h: drop unused HEADERED_SECTION* macros
` [PATCH v11 04/38] vmlinux.lds.h: Fix ALIGN(8) omission causing NULL ptr on i386
` [PATCH v11 05/38] vmlinux.lds.h: remove redundant ALIGN(8) directives
` [PATCH v11 06/38] dyndbg.lds.S: fix lost dyndbg sections in modules
` [PATCH v11 07/38] dyndbg: factor ddebug_match_desc out from ddebug_change
` [PATCH v11 08/38] dyndbg: add stub macro for DECLARE_DYNDBG_CLASSMAP
` [PATCH v11 09/38] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
` [PATCH v11 10/38] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v11 11/38] dyndbg: drop NUM_TYPE_ARGS
` [PATCH v11 12/38] dyndbg: bump num-tokens in a query-cmd from 9 to 15
` [PATCH v11 13/38] dyndbg: reduce verbose/debug clutter
` [PATCH v11 14/38] dyndbg: Bind callsites and classmaps to DDEBUG_MODNAME
` [PATCH v11 15/38] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH v11 16/38] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v11 17/38] dyndbg: replace classmap list with an array-slice
` [PATCH v11 18/38] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v11 19/38] dyndbg: reduce class param storage to u32
` [PATCH v11 20/38] dyndbg,module: make proper substructs in _ddebug_info
` [PATCH v11 21/38] dyndbg: move mod_name down from struct ddebug_table to _ddebug_info
` [PATCH v11 22/38] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH v11 23/38] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
` [PATCH v11 24/38] selftests/dyndbg: Enable FT_classmap_inheritance
` [PATCH v11 25/38] dyndbg: detect class_id reservation conflicts
` [PATCH v11 26/38] dyndbg: check DYNAMIC_DEBUG_CLASSMAP_{DEFINE,USE_} args at compile-time
` [PATCH v11 27/38] dyndbg-test: add do_bulk testpoint, rename do_prints to do_classes
` [PATCH v11 28/38] dyndbg-API: promote DYNAMIC_DEBUG_CLASSMAP_PARAM to API
` [PATCH v11 29/38] dyndbg: control-parser: treat comma as a token separator
` [PATCH v11 30/38] selftests: enable comma-terminator tests
` [PATCH v11 31/38] dyndbg: split multi-query strings with @
` [PATCH v11 32/38] dyndbg: resolve "protection" of class'd pr_debug
` [PATCH v11 33/38] dyndbg: harden classmap and descriptor validation
` [PATCH v11 34/38] docs/dyndbg: add classmap info to howto
` [PATCH v11 35/38] dyndbg: Ignore additional arguments from pr_fmt
` [PATCH v11 36/38] dyndbg: add epilogue to dynamic_debug/control file
` [PATCH v11 37/38] dyndbg: add +c flag to count pr_debug calls without printing
` [PATCH v11 38/38] dyndbg: add DEBUG-biased fallback stubs for _dynamic_func_call_cls
[RFC PATCH 0/9] iommu/iommufd: Add hypervisor external attach
2026-09-25 19:07 UTC (10+ messages)
` [PATCH RFC 1/9] iommu: Introduce external attach domain type
` [PATCH RFC 2/9] iommufd: Introduce hypervisor vIOMMU type
` [PATCH RFC 3/9] iommufd: Add external HWPT support
` [PATCH RFC 4/9] iommufd/selftest: Add hypervisor external attach backend
` [PATCH RFC 5/9] mshv: Add partition file identity helper
` [PATCH RFC 6/9] mshv: Add prepare callback for external device attach
` [PATCH RFC 7/9] iommu/hyperv: Split root IOMMU declarations
` [PATCH RFC 8/9] iommu/hyperv: Add fd-backed vIOMMU support
` [PATCH RFC 9/9] iommu/hyperv: Add IOMMUFD external domains
[PATCH 00/16] arm64: DRTM, boot portion
2026-09-25 18:37 UTC (29+ messages)
` [PATCH 01/16] efi/libstub: Fix error unwind freeing fdt in allocate_new_fdt_and_exit_boot()
` [PATCH 02/16] efi/riscv: libstub: Don't set image_size in handle_kernel_image()
` [PATCH 03/16] efi/libstub: Free cmdline_ptr in efi_pe_entry
` [PATCH 04/16] vmlinux.lds: Move DATA_LE32() from arm64 to the common linker script
` [PATCH 05/16] efi/libstub: Add a general way to get symbols from the vmlinux into zboot
` [PATCH 06/16] arm64/efi: Use CONFIG_EFI_STUB_IMAGE_INFO for code_size
` [PATCH 07/16] efi/zboot: Lift efi_cache_sync_image() from efi_zboot_decompress()
` [PATCH 08/16] efi/libstub: Add generic arch callbacks for DRTM
` [PATCH 09/16] efi/libstub: Have efi_kaslr_relocate_kernel() handle extra_size
` [PATCH 10/16] efi: Add a __efi_data_handoff section annotation
` [PATCH 11/16] efi/libstub: Put the stub's writable data in unique sections for DRTM
` [PATCH 12/16] arm64: drtm: Add macro definitions for DEN0113
` [PATCH 13/16] arm64: drtm: Update the linker script for EFI_STUB_DRTM
` [PATCH 14/16] arm64: drtm: Add drtm_entry point to head.S
` [PATCH 15/16] arm64: drtm: Call UNPROTECT_MEMORY
` [PATCH 16/16] efi/arm64: Implement ARM64 DRTM in the stub
[PATCH v3] drivers/hv: remove deposited pages from direct map
2026-09-25 16:23 UTC (8+ messages)
[PATCH V1 0/3] Hyper-V: root VM iommu kernel only driver
2026-09-25 7:13 UTC (8+ messages)
` [PATCH V1 1/3] PCI: hv: Export hv_build_devid_type_pci() and change return type
` [PATCH V1 2/3] mshv: Import data structs around device domains from hyperv headers
` [PATCH V1 3/3] x86/hyperv: Implement root VM IOMMU kernel only driver
[PATCH V0 0/3] Hyper-V: root VM iommu kernel only driver
2026-09-24 16:30 UTC (5+ messages)
` [PATCH V0 3/3] x86/hyperv: Implement root VM IOMMU "
[PATCH v4 0/4] Add two new system call mq_recvmmsg() and mq_sendmmsg() to posix ipc mqueue
2026-09-24 15:35 UTC (5+ messages)
` [PATCH v4 1/4] IPC: Added two new system call mq_recvmmsg() and mq_sendmmsg()
` [PATCH v4 2/4] IPC: Added system call entry in all of most common architectures
` [PATCH v4 3/4] IPC: Added system call entry in performance tool
` [PATCH v4 4/4] Test: Added self-testing and documentation
[PATCH v4 00/22] kbuild: significantly speed up kernel builds
2026-09-24 13:44 UTC (25+ messages)
` [PATCH v4 01/22] kbuild: do not allocate .modinfo in vmlinux
` [PATCH v4 02/22] kallsyms: index symbols by token to speed up table compression
` [PATCH v4 03/22] kallsyms: output binary data to speed output and kallsyms assembly
` [PATCH v4 04/22] sorttable: parse nm output correctly
` [PATCH v4 05/22] kbuild: do not sort nm output where the order is irrelevant
` [PATCH v4 06/22] kbuild: only emit vmlinux relocations when required
` [PATCH v4 07/22] elf-parse: add section flags, symbol binding and mapping helpers
` [PATCH v4 08/22] kallsyms: reimplement mksysmap in C
` [PATCH v4 09/22] kbuild: calculate list, composite object state per object
` [PATCH v4 10/22] kbuild: implement and use depcheck to check dependency timestamps
` [PATCH v4 11/22] kbuild: move the toolchain checks into scripts/Kconfig.toolchain
` [PATCH v4 12/22] kbuild: avoid re-running compiler and linker probes
` [PATCH v4 13/22] modpost: cache section relocation mismatch state
` [PATCH v4 14/22] modpost: emit module descriptors as assembly
` [PATCH v4 15/22] kbuild: batch module finalisation
` [PATCH v4 16/22] objtool: do not hash DWARF relocations
` [PATCH v4 17/22] objtool: cache relocations, do less work, eliminate relocation hash
` [PATCH v4 18/22] objtool: size the instruction hash to the text
` [PATCH v4 19/22] objtool: decode instructions and resolve branch targets in parallel
` [PATCH v4 20/22] rust: make exports.o depend on the headers generated for it
` [PATCH v4 21/22] kbuild: build rust crates in parallel with the rest of the build
` [PATCH v4 22/22] kbuild: compress the kernel with pigz if available
[PATCH v3 0/4] kho: rename "scratch" to "bootmem"
2026-09-24 8:35 UTC (2+ messages)
[PATCH v4 12/12] mm: change the contract for free_pgtables(), update docs
2026-09-24 7:54 UTC (3+ messages)
[PATCH v4 00/12] mm: make userland page table freeing RCU-safe
2026-09-24 3:28 UTC (17+ messages)
` [PATCH v4 01/12] mm/khugepaged: deposit a newly allocated page table on collapse
` [PATCH v4 11/12] mm: make userland page table freeing RCU-safe
[PATCH v4 10/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sparc32
2026-09-24 2:41 UTC (2+ messages)
[PATCH 0/6] Add two-byte cmpxchg emulation and wire it into the architectures
2026-09-23 17:02 UTC (5+ messages)
` [PATCH 1/6] lib: Add two-byte cmpxchg emulation function
[PATCH v2 00/40] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
2026-09-23 14:31 UTC (9+ messages)
[PATCH v2 0/8] mm: distinguish PTE table storage from PTE values
2026-09-23 14:19 UTC (7+ messages)
` [PATCH v2 1/8] mm: introduce hw_pte_t for PTE table storage
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).