Generic Linux architectural discussions
 help / color / mirror / Atom feed
 messages from 2026-09-09 00:55:03 to 2026-09-13 16:23:44 UTC [more...]

[PATCH 00/23] kbuild: significantly speed up kernel builds
 2026-09-13 16:23 UTC  (84+ 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 04/23] kallsyms: output binary data to speed output and kallsyms assembly
    ` [4/23] "
` [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 09/23] kbuild: do not allocate .modinfo in vmlinux
` [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 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 23/23] kbuild: use pigz for gzip compression if available

[PATCH v2 0/2] Documentation/litmus-tests: Add SRCU fastpath litmus tests
 2026-09-13  9:48 UTC  (4+ messages)
` [PATCH v2 1/2] Documentation/litmus-tests: Add SRCU fastpath anchor-before-scan test
` [PATCH v2 2/2] Documentation/litmus-tests: Add SRCU fastpath scan-before-anchor test

outb(2): terminology correction
 2026-09-12 22:09 UTC  (6+ messages)
    ` [PATCH v1] man/man2/outb.2: Remove obsolete note about optimizations

[PATCH 0/6] Add two-byte cmpxchg emulation and wire it into the architectures
 2026-09-12 21:11 UTC  (16+ messages)
` [PATCH 1/6] lib: Add two-byte cmpxchg emulation function
` [PATCH 2/6] ARC: Emulate two-byte cmpxchg
` [PATCH 3/6] ARM: Emulate two-byte cmpxchg on ARMv6
` [PATCH 4/6] csky: Emulate two-byte cmpxchg
` [PATCH 5/6] sh: "
` [PATCH 6/6] xtensa: "

[PATCH 08/23] kallsyms: reimplement mksysmap in C
 2026-09-11 19:42 UTC  (4+ messages)

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

[RFC PATCH 0/3] liveupdate: Move to feature flags for LUO and memfd ABI compatibility
 2026-09-11 18:26 UTC  (18+ messages)

[PATCH v9 00/39] dyndbg: fix classmaps API for subsystems, query extensions, and selftests
 2026-09-11 18:20 UTC  (21+ messages)
` [PATCH v9 15/39] kbuild, dyndbg: Clean up builtin module-name ambiguities
` [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 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 v2 0/8] mm: distinguish PTE table storage from PTE values
 2026-09-11 17:09 UTC  (9+ messages)
` [PATCH v2 1/8] mm: introduce hw_pte_t for PTE table storage
` [PATCH v2 2/8] mm: rename pointers to software PTE values as ptentp
` [PATCH v2 3/8] mm: use hw_pte_t for generic PTE table storage

[PATCH v1] man/man2/outb.2: STANDARDS: Document that this is Linux-only, and specifically, x86- and alpha-only
 2026-09-11 15:06 UTC 

[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-11 15:05 UTC  (18+ messages)
` [PATCH 09/39] drivers/usb/mon: update to use mmap_prepare + map kernel pages
` [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 18/39] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP
` [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 v15 00/16] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-09-11  7:13 UTC  (10+ messages)
` [PATCH v15 12/16] cpuidle/poll_state: Wait for need-resched via tif_need_resched_relaxed_wait()
` [PATCH v15 14/16] barrier: add tests for smp_cond_load_*_timeout()
` [PATCH v15 15/16] barrier: timeout validity checks for smp_cond_load_relaxed_timeout()
` [PATCH v15 16/16] barrier: timeout validity checks for smp_cond_load_acquire_timeout()

[PATCH 2/7] x86/word-at-a-time: Instrument load_unaligned_zeropad()
 2026-09-11  7:03 UTC 

[PATCH RFC v3 00/21] mm: change behavior of pXdp_get()/pXd_page() in compile-time folded pgtable
 2026-09-10 15:29 UTC  (13+ messages)
` [PATCH RFC v3 12/21] mm/pgtable: redefine PGTABLE_LEVEL enum with ascend order from PGD
` [PATCH RFC v3 13/21] x86: mm: use pgtable_level enum in effective_prot_pXd()
` [PATCH RFC v3 14/21] x86: mm: carve out the generic compile-time folded pgtable case in effective_prot()
` [PATCH RFC v3 15/21] x86: mm: skip collapse_pud_page() when CONFIG_X86_DIRECT_GBPAGES disabled

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

[PATCH v2 00/12] mm: make userland page table freeing RCU-safe
 2026-09-09 16:44 UTC  (11+ messages)
` [PATCH v2 11/12] "
` [PATCH v2 12/12] mm: change the contract for free_pgtables(), update docs

[PATCH] docs/mm: describe set_memory() and set_direct_map() APIs
 2026-09-09 13:49 UTC  (4+ messages)

[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 v10 2/2] module: Rename module_blacklist to module_denylist
 2026-09-09  1:35 UTC  (2+ messages)


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