Generic Linux architectural discussions
 help / color / mirror / Atom feed
 messages from 2026-09-05 18:13:40 to 2026-09-09 10:22:48 UTC [more...]

[PATCH 00/23] kbuild: significantly speed up kernel builds
 2026-09-09 10:22 UTC  (27+ messages)
` [PATCH 01/23] scripts/mksysmap: drop the MODULE_INFO() symbols from kallsyms
` [PATCH 02/23] scripts/mksysmap: fix escape of '$' in the __pi_ pattern
` [PATCH 03/23] kallsyms: index symbols by token to speed up table compression
` [PATCH 04/23] kallsyms: output binary data to speed output and kallsyms assembly
` [PATCH 05/23] kbuild: do not sort nm output where the order is irrelevant
` [PATCH 06/23] kbuild: only emit vmlinux relocations when required
` [PATCH 07/23] elf-parse: add section flags, symbol binding and a read-only mapping
` [PATCH 08/23] kallsyms: reimplement mksysmap in C
` [PATCH 09/23] kbuild: do not allocate .modinfo in vmlinux
` [PATCH 10/23] kbuild: cache list, composite object state per object
` [PATCH 11/23] kbuild: implement and use depcheck to check dependency timestamps
` [PATCH 12/23] kbuild: avoid re-running compiler and linker probes
` [PATCH 13/23] modpost: hash module source per-file, not per-byte
` [PATCH 14/23] modpost: cache section relocation mismatch state
` [PATCH 15/23] modpost: emit module descriptors as assembly
` [PATCH 16/23] kbuild: batch module finalisation
` [PATCH 17/23] modpost: perform srcversion hashing in parallel
` [PATCH 18/23] objtool: cache relocations and function dead end state, do less work
` [PATCH 19/23] objtool: decode instructions and resolve branch targets in parallel
` [PATCH 20/23] kbuild: rust: parallelise rustc front end
` [PATCH 21/23] rust: make exports.o depend on the headers generated for it
` [PATCH 22/23] kbuild: build rust crates in parallel with the rest of the build
` [PATCH 23/23] kbuild: use pigz for gzip compression if available

[PATCH] docs/mm: describe set_memory() and set_direct_map() APIs
 2026-09-09  9:45 UTC 

[PATCH v2 00/12] mm: make userland page table freeing RCU-safe
 2026-09-09  9:26 UTC  (17+ messages)
` [PATCH v2 01/12] mm/huge_memory: zap deposited page tables after an RCU grace period
` [PATCH v2 02/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for most 2-level architectures
` [PATCH v2 03/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for MMU riscv
` [PATCH v2 04/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for MMU arm
` [PATCH v2 05/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for arc, microblaze, xtensa
` [PATCH v2 06/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sparc64
` [PATCH v2 07/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for m68k-coldfire
` [PATCH v2 08/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sh-X2
` [PATCH v2 09/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for m68k-motorola
` [PATCH v2 10/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sparc32
` [PATCH v2 11/12] mm: make userland page table freeing RCU-safe
` [PATCH v2 12/12] mm: change the contract for free_pgtables(), update docs

[PATCH 00/15] vdso: Clean up the vsyscall.h headers
 2026-09-09  8:51 UTC  (16+ messages)
` [PATCH 01/15] vdso: Move the kernel-side time update helpers to a new header
` [PATCH 02/15] vdso/gettimeofday: Define fallback __arch_get_vdso_u_time_data() in gettimeofday.c
` [PATCH 03/15] vdso/getrandom: Define fallback __arch_get_vdso_u_rng_data() in getrandom.c
` [PATCH 04/15] vdso/vsyscall: Define fallback time synchronization functions in vsyscall.c
` [PATCH 05/15] vdso: Delete asm-generic/vdso/vsyscall.h
` [PATCH 06/15] x86/vdso: Move vDSO page definitions to asm/vdso.h
` [PATCH 07/15] sparc/vdso: Move __VDSO_PAGES "
` [PATCH 08/15] s390/vdso: Delete asm/vdso/vsyscall.h inclusions
` [PATCH 09/15] sparc/vdso: Delete asm/vdso/vsyscall.h inclusion
` [PATCH 10/15] x86/vdso: Delete asm/vdso/vsyscall.h inclusions
` [PATCH 11/15] arm64/vdso: "
` [PATCH 12/15] riscv/hwprobe: Include vdso/datapage.h
` [PATCH 13/15] vdso: Remove unnecessary vdso/vsyscall.h includes
` [PATCH 14/15] vdso: Add asm-generic/vdso/vsyscall.h
` [PATCH 15/15] vdso: Remove __ASSEMBLER__ guards from vsyscall.h

[PATCH RESEND v2] x86/serial: Use generic BASE_BAUD in asm/serial.h
 2026-09-09  7:46 UTC 

[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-09  7:37 UTC  (42+ messages)
` [PATCH 01/39] mm/vma: predicate setting mmap_prepare VMA fields on new vma alloc
` [PATCH 02/39] mm/vma: introduce and use vma_[flags_]can_merge()
` [PATCH 03/39] mm: consistently validate VMA state after mmap[_prepare] hooks
` [PATCH 04/39] mm/vma: ensure mmap_prepare doesn't set actions on a mergeable vma
` [PATCH 05/39] mm: make map_kernel_pages_[prepare,complete] internal and unexported
` [PATCH 06/39] mm/vma: tidy up map kernel pages enum values
` [PATCH 07/39] mm: add mmap action for discontiguous kernel page mapping
` [PATCH 08/39] docs: filesystems: update mmap_prepare docs for discontig kernel pgs
` [PATCH 09/39] drivers/usb/mon: update to use mmap_prepare + map kernel pages
` [PATCH 10/39] infiniband: update hfi1 to use remap_vmalloc_range()
` [PATCH 11/39] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH 12/39] ALSA: pcm: use vm_insert_page() to map PCM status page
` [PATCH 13/39] bpf: arena: mark arena_map_mmap() mappings VM_MIXEDMAP
` [PATCH 14/39] mm/vma: add vma[_flags]_is_kernel_owned() predicates
` [PATCH 15/39] mm/vma: only allow mmap to clear VMA_MAYWRITE_BIT if kernel-owned
` [PATCH 16/39] mm/vma: add and use vma_[flags]_is_fixed_mapping
` [PATCH 17/39] scsi: sg: convert mmap hook to mmap_prepare and rework
` [PATCH 18/39] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP
` [PATCH 19/39] HSI: cmt_speech: convert mmap hook to mmap_prepare, refactor
` [PATCH 20/39] mm/gup: error out early on !VMA_MAYREAD_BIT VMAs
` [PATCH 21/39] uprobes: remove VM_IO, set VM_MIXEDMAP for mapped kernel pages
` [PATCH 22/39] mm/mlock: clear VMA_LOCKED_MASK over mmap callback
` [PATCH 23/39] mm/mlock: eliminate weird VMA_IO_BIT abuse and simplify
` [PATCH 24/39] mm/vma: enforce that only kernel-owned mappings may set VMA_IO_BIT
` [PATCH 25/39] mm: remove VMA_IO_BIT check in vma[_flags]_is_kernel_owned()
` [PATCH 26/39] mm: remove hugetlb_inline.h
` [PATCH 27/39] mm: rename is_vm_hugetlb_page() to vma_is_hugetlb()
` [PATCH 28/39] mm: drop some redundant checks around hugetlb VMAs
` [PATCH 29/39] mm/madvise: update is_valid_guard_vma() to use vma_can_merge()
` [PATCH 30/39] mm/vma: introduce vma[_flags]_is_persistent()
` [PATCH 31/39] mm/uffd: use predicates for userfaultfd checks
` [PATCH 32/39] mm/madvise: use predicates for madvise(..., MADV_DOFORK)
` [PATCH 33/39] mm: eliminate VMA_SPECIAL_FLAGS usage when hugetlb explicitly tested
` [PATCH 34/39] mm: eliminate VMA_SPECIAL_FLAGS check in lru_gen_look_around()
` [PATCH 35/39] mm: avoid use of VMA_SPECIAL_FLAGS in migrate_vma_setup()
` [PATCH 36/39] mm: eliminate VM_SPECIAL, VMA_SPECIAL_FLAGS
` [PATCH 37/39] fuse: dax: do not set VM_MIXEDMAP
` [PATCH 38/39] mm/huge_memory: remove vma_is_special_huge()
` [PATCH 39/39] mm/vma: introduce and use vma[_flags]_can_gup()

[PATCH v10 2/2] module: Rename module_blacklist to module_denylist
 2026-09-09  1:35 UTC  (2+ messages)

[PATCH v9 00/39] dyndbg: fix classmaps API for subsystems, query extensions, and selftests
 2026-09-09  0:55 UTC  (40+ messages)
` [PATCH v9 01/39] selftests/dyndbg: Add kselftest script to verify dynamic-debug
` [PATCH v9 02/39] vmlinux.lds.h: refactor BOUNDED_SECTION_* macros into bounded_sections.lds.h
` [PATCH v9 03/39] vmlinux.lds.h: drop unused HEADERED_SECTION* macros
` [PATCH v9 04/39] vmlinux.lds.h: Fix ALIGN(8) omission causing NULL ptr on i386
` [PATCH v9 05/39] vmlinux.lds.h: remove redundant ALIGN(8) directives
` [PATCH v9 06/39] dyndbg.lds.S: fix lost dyndbg sections in modules
` [PATCH v9 07/39] dyndbg: factor ddebug_match_desc out from ddebug_change
` [PATCH v9 08/39] dyndbg: add stub macro for DECLARE_DYNDBG_CLASSMAP
` [PATCH v9 09/39] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
` [PATCH v9 10/39] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v9 11/39] dyndbg: drop NUM_TYPE_ARGS
` [PATCH v9 12/39] dyndbg: bump num-tokens in a query-cmd from 9 to 15
` [PATCH v9 13/39] dyndbg: reduce verbose/debug clutter
` [PATCH v9 14/39] lib/parser: add match_wildcard_hyphen() for agnostic matching
` [PATCH v9 15/39] kbuild, dyndbg: Clean up builtin module-name ambiguities
` [PATCH v9 16/39] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH v9 17/39] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v9 18/39] dyndbg: replace classmap list with an array-slice
` [PATCH v9 19/39] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v9 20/39] dyndbg: reduce class param storage to u32
` [PATCH v9 21/39] dyndbg,module: make proper substructs in _ddebug_info
` [PATCH v9 22/39] dyndbg: move mod_name down from struct ddebug_table to _ddebug_info
` [PATCH v9 23/39] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH v9 24/39] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
` [PATCH v9 25/39] selftests/dyndbg: enable FT_classmap_inheritance
` [PATCH v9 26/39] dyndbg: detect class_id reservation conflicts
` [PATCH v9 27/39] dyndbg: check DYNAMIC_DEBUG_CLASSMAP_{DEFINE,USE_} args at compile-time
` [PATCH v9 28/39] dyndbg-test: add do_bulk testpoint, rename do_prints to do_classes
` [PATCH v9 29/39] dyndbg-API: promote DYNAMIC_DEBUG_CLASSMAP_PARAM to API
` [PATCH v9 30/39] dyndbg: control-parser: treat comma as a token separator
` [PATCH v9 31/39] selftests: enable comma-terminator tests
` [PATCH v9 32/39] dyndbg: split multi-query strings with @
` [PATCH v9 33/39] dyndbg: resolve "protection" of class'd pr_debug
` [PATCH v9 34/39] dyndbg: harden classmap and descriptor validation
` [PATCH v9 35/39] docs/dyndbg: add classmap info to howto
` [PATCH v9 36/39] dyndbg: Ignore additional arguments from pr_fmt
` [PATCH v9 37/39] dyndbg: add epilogue to dynamic_debug/control file
` [PATCH v9 38/39] dyndbg: add +c flag to count advantage of classmaps for DRM
` [PATCH v9 39/39] dyndbg: add DEBUG-biased fallback stubs for _dynamic_func_call_cls

[PATCH v5 0/5] Hyper-V: Add para-virtualized IOMMU support for Linux guests
 2026-09-08 23:44 UTC  (8+ messages)
` [PATCH v5 4/5] iommu/hyperv: Add para-virtualized IOMMU support for Hyper-V guest

[PATCH v11 0/3] module: Extend module_blacklist parameter to built-in modules
 2026-09-08 20:32 UTC  (4+ messages)
` [PATCH v11 1/3] module: Treat dashes and underscores interchangeably in module_blacklist
` [PATCH v11 2/3] module: Extend module_blacklist parameter to built-in modules
` [PATCH v11 3/3] module: Rename module_blacklist to module_denylist

[PATCH v2 0/4] kho: rename "scratch" to "bootmem"
 2026-09-08 15:56 UTC  (5+ messages)
` [PATCH v2 1/4] memblock: get rid of CONFIG_MEMBLOCK_KHO_SCRATCH
` [PATCH v2 2/4] memblock: rename KHO_SCRATCH to KHO_NOPRSRV
` [PATCH v2 3/4] kho: rename KHO scratch to KHO bootmem
` [PATCH v2 4/4] kho: rename kho_scratch= commandline parameter to kho_bootmem=

[PATCH 00/12] mm: make userland page table freeing RCU-safe
 2026-09-08 11:29 UTC  (11+ messages)
` [PATCH 05/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for arc, microblaze, xtensa
` [PATCH 12/12] mm: change the contract for free_pgtables(), update docs

[RFC PATCH v2 0/3] btrfs: add error injection support for checksum verification
 2026-09-07 16:13 UTC  (2+ messages)

[PATCH RFC v3 00/21] mm: change behavior of pXdp_get()/pXd_page() in compile-time folded pgtable
 2026-09-07  8:06 UTC  (4+ messages)
` [PATCH RFC v3 13/21] x86: mm: use pgtable_level enum in effective_prot_pXd()

[PATCH v10 0/2] module: Extend module_blacklist parameter to built-in modules
 2026-09-06 14:08 UTC  (8+ messages)

[RFC PATCH 00/24] pidfd: add a minimal process spawn builder
 2026-09-06 10:50 UTC  (5+ messages)

[PATCH v8 00/43] dyndbg: fix classmaps API for DRM, query extensions, and selftests
 2026-09-05 18:13 UTC  (30+ messages)
` [PATCH v8 15/43] dyndbg: bump num-tokens in a query-cmd from 9 to 15
` [PATCH v8 16/43] dyndbg: reduce verbose/debug clutter
` [PATCH v8 17/43] lib/parser: add match_wildcard_hyphen() for agnostic matching
` [PATCH v8 18/43] kbuild, dyndbg: clean up builtin module-name ambiguities
` [PATCH v8 19/43] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH v8 20/43] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v8 21/43] dyndbg: replace classmap list with an array-slice
` [PATCH v8 22/43] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v8 23/43] dyndbg: reduce class param storage to u32
` [PATCH v8 24/43] dyndbg,module: make proper substructs in _ddebug_info
` [PATCH v8 25/43] dyndbg: move mod_name down from struct ddebug_table to _ddebug_info
` [PATCH v8 26/43] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH v8 27/43] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
` [PATCH v8 28/43] selftests/dyndbg: enable FT_classmap_inheritance
` [PATCH v8 29/43] dyndbg: detect class_id reservation conflicts
` [PATCH v8 30/43] dyndbg: check DYNAMIC_DEBUG_CLASSMAP_{DEFINE,USE_} args at compile-time
` [PATCH v8 31/43] dyndbg-test: add do_bulk testpoint, rename do_prints to do_classes
` [PATCH v8 32/43] dyndbg-API: promote DYNAMIC_DEBUG_CLASSMAP_PARAM to API
` [PATCH v8 33/43] dyndbg: control-parser: treat comma as a token separator
` [PATCH v8 34/43] selftests: enable comma-terminator tests
` [PATCH v8 35/43] dyndbg: split multi-query strings with @
` [PATCH v8 36/43] dyndbg: resolve "protection" of class'd pr_debug
` [PATCH v8 37/43] dyndbg: harden classmap and descriptor validation
` [PATCH v8 38/43] docs/dyndbg: add classmap info to howto
` [PATCH v8 39/43] dyndbg: Ignore additional arguments from pr_fmt
` [PATCH v8 40/43] dyndbg: add epilogue to dynamic_debug/control file
` [PATCH v8 41/43] dyndbg: add +c flag to count advantage of classmaps for DRM
` [PATCH v8 42/43] dyndbg: add DEBUG-biased fallback stubs for _dynamic_func_call_cls
` [PATCH v8 43/43] selftests/dynamic_debug: Prime params module with +p in FT_comma_terminators


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox