messages from 2026-09-11 11:14:08 to 2026-09-15 12:24:28 UTC [more...]
[PATCH v2 00/21] kbuild: significantly speed up kernel builds
2026-09-15 12:24 UTC (58+ messages)
` [PATCH v2 01/21] kbuild: do not allocate .modinfo in vmlinux
` [PATCH v2 02/21] kallsyms: index symbols by token to speed up table compression
` [PATCH v2 03/21] kallsyms: output binary data to speed output and kallsyms assembly
` [v2 "
` [PATCH v2 04/21] kbuild: do not sort nm output where the order is irrelevant
` [PATCH v2 05/21] kbuild: only emit vmlinux relocations when required
` [PATCH v2 06/21] elf-parse: add section flags, symbol binding and a read-only mapping
` [PATCH v2 07/21] kallsyms: reimplement mksysmap in C
` [PATCH v2 08/21] kbuild: cache list, composite object state per object
` [PATCH v2 09/21] kbuild: implement and use depcheck to check dependency timestamps
` [PATCH v2 10/21] kbuild: move the toolchain checks into init/Kconfig.toolchain
` [PATCH v2 11/21] kbuild: avoid re-running compiler and linker probes
` [PATCH v2 12/21] modpost: cache section relocation mismatch state
` [PATCH v2 13/21] modpost: emit module descriptors as assembly
` [PATCH v2 14/21] kbuild: batch module finalisation
` [PATCH v2 15/21] objtool: cache relocations, do less work
` [PATCH v2 16/21] objtool: size the instruction hash to the text
` [PATCH v2 17/21] objtool: decode instructions and resolve branch targets in parallel
` [PATCH v2 18/21] kbuild: rust: optionally parallelise rustc front end
` [PATCH v2 19/21] rust: make exports.o depend on the headers generated for it
` [PATCH v2 20/21] kbuild: build rust crates in parallel with the rest of the build
` [PATCH v2 21/21] kbuild: use pigz for gzip compression if available
[PATCH v3 0/2] Documentation/litmus-tests: Add SRCU fastpath litmus tests
2026-09-15 8:33 UTC (4+ messages)
` [PATCH v3 1/2] Documentation/litmus-tests: Add SRCU fastpath anchor-before-scan test
` [PATCH v3 2/2] Documentation/litmus-tests: Add SRCU fastpath scan-before-anchor test
[arnd-asm-generic:asm-generic 9/13] make[3]: *** No rule to make target 'arch/mips/include/generated/uapi/asm/unistd_n64.h', needed by 'all'
2026-09-15 2:33 UTC
[PATCH v2 00/40] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
2026-09-15 1:08 UTC (44+ messages)
` [PATCH v2 01/40] mm/vma: fix mmap_prepare file handling, remove file_doesnt_need_get
` [PATCH v2 02/40] mm/vma: predicate setting mmap_prepare VMA fields on new vma alloc
` [PATCH v2 03/40] mm/vma: introduce and use vma_[flags_]can_merge()
` [PATCH v2 04/40] mm: consistently validate VMA state after mmap[_prepare] hooks
` [PATCH v2 05/40] mm/vma: ensure mmap_prepare doesn't set actions on a mergeable vma
` [PATCH v2 06/40] mm: make map_kernel_pages_[prepare,complete] internal and unexported
` [PATCH v2 07/40] mm/vma: tidy up map kernel pages enum values
` [PATCH v2 08/40] mm: add mmap action for discontiguous kernel page mapping
` [PATCH v2 09/40] docs: filesystems: update mmap_prepare docs for discontig kernel pgs
` [PATCH v2 10/40] drivers/usb/mon: update to use mmap_prepare + map kernel pages
` [PATCH v2 11/40] infiniband: update hfi1 to use remap_vmalloc_range()
` [PATCH v2 12/40] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH v2 13/40] ALSA: pcm: use vm_insert_page() to map PCM status page
` [PATCH v2 14/40] bpf: arena: mark arena_map_mmap() mappings VM_MIXEDMAP
` [PATCH v2 15/40] mm/vma: add vma[_flags]_is_kernel_owned() predicates
` [PATCH v2 16/40] mm/vma: only allow mmap to clear VMA_MAYWRITE_BIT if kernel-owned
` [PATCH v2 17/40] mm/vma: add and use vma_[flags]_is_fixed_mapping
` [PATCH v2 18/40] scsi: sg: convert mmap hook to mmap_prepare and rework
` [PATCH v2 19/40] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP
` [PATCH v2 20/40] HSI: cmt_speech: convert mmap hook to mmap_prepare, refactor
` [PATCH v2 21/40] mm/gup: error out early on !VMA_MAYREAD_BIT VMAs
` [PATCH v2 22/40] uprobes: remove VM_IO, set VM_MIXEDMAP for mapped kernel pages
` [PATCH v2 23/40] mm/mlock: clear VMA_LOCKED_MASK over mmap callback
` [PATCH v2 24/40] mm/mlock: eliminate weird VMA_IO_BIT abuse and simplify
` [PATCH v2 25/40] mm/vma: enforce that only kernel-owned mappings may set VMA_IO_BIT
` [PATCH v2 26/40] mm: remove VMA_IO_BIT check in vma[_flags]_is_kernel_owned()
` [PATCH v2 27/40] mm: remove hugetlb_inline.h
` [PATCH v2 28/40] mm: rename is_vm_hugetlb_page() to vma_is_hugetlb()
` [PATCH v2 29/40] mm: drop some redundant checks around hugetlb VMAs
` [PATCH v2 30/40] mm/madvise: update is_valid_guard_vma() to use vma_can_merge()
` [PATCH v2 31/40] mm/vma: introduce vma[_flags]_is_persistent()
` [PATCH v2 32/40] mm/uffd: use predicates for userfaultfd checks
` [PATCH v2 33/40] mm/madvise: use predicates for madvise(..., MADV_DOFORK)
` [PATCH v2 34/40] mm: eliminate VMA_SPECIAL_FLAGS usage when hugetlb explicitly tested
` [PATCH v2 35/40] mm: eliminate VMA_SPECIAL_FLAGS check in lru_gen_look_around()
` [PATCH v2 36/40] mm: avoid use of VMA_SPECIAL_FLAGS in migrate_vma_setup()
` [PATCH v2 37/40] mm: eliminate VM_SPECIAL, VMA_SPECIAL_FLAGS
` [PATCH v2 38/40] fuse: dax: do not set VM_MIXEDMAP
` [PATCH v2 39/40] mm/huge_memory: remove vma_is_special_huge()
` [PATCH v2 40/40] mm/vma: introduce and use vma[_flags]_can_gup()
[PATCH v2 0/8] mm: distinguish PTE table storage from PTE values
2026-09-14 14:27 UTC (11+ 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
[RFC PATCH] drivers/hv: remove deposited pages from direct map
2026-09-14 11:46 UTC
[PATCH 00/23] kbuild: significantly speed up kernel builds
2026-09-14 8:57 UTC (62+ messages)
` [PATCH 04/23] kallsyms: output binary data to speed output and kallsyms assembly
` [PATCH 06/23] kbuild: only emit vmlinux relocations when required
` [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 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-14 4:09 UTC (5+ 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 04/23] kallsyms: output binary data to speed output and kallsyms assembly
2026-09-12 6:38 UTC (2+ messages)
` [4/23] "
[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 (17+ 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 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 (5+ messages)
` [PATCH 11/39] selinux: reject writable opens of policy file, drop mmap shared/write check
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).