Generic Linux architectural discussions
 help / color / mirror / Atom feed
 messages from 2026-09-09 14:35:37 to 2026-09-13 21:30:51 UTC [more...]

[PATCH 00/23] kbuild: significantly speed up kernel builds
 2026-09-13 21:30 UTC  (87+ 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  (4+ messages)
` [PATCH v9 15/39] kbuild, dyndbg: Clean up builtin module-name ambiguities

[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  (11+ messages)
` [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 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  (7+ messages)
` [PATCH v2 11/12] "
` [PATCH v2 12/12] mm: change the contract for free_pgtables(), update docs


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