linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-09-13 19:34:04 to 2026-09-16 19:27:43 UTC [more...]

[PATCH 0/6] Add two-byte cmpxchg emulation and wire it into the architectures
 2026-09-16 19:27 UTC  (4+ messages)
` [PATCH 5/6] sh: Emulate two-byte cmpxchg

[PATCH v3 00/12] mm: make userland page table freeing RCU-safe
 2026-09-16 16:59 UTC  (5+ messages)
` [PATCH v3 01/12] mm/huge_memory: zap deposited page tables after an RCU grace period

[PATCH v1 0/2] x86/vmware: Share steal-time storage in encrypted guests
 2026-09-16 15:41 UTC  (6+ messages)
` [PATCH v1 1/2] percpu: Use X86_MEM_ENCRYPT for decrypted per-CPU data
` [PATCH v1 2/2] x86/vmware: Decrypt steal-time storage before sharing it

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

[PATCH v2 00/21] kbuild: significantly speed up kernel builds
 2026-09-16 15:27 UTC  (80+ 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 v8 0/4] arm64: vdso: Implement __vdso_futex_robust_try_unlock()
 2026-09-16 14:28 UTC  (7+ messages)
` [PATCH v8 1/4] arm64: vdso: Prepare for robust futex unlock support
` [PATCH v8 2/4] arm64: vdso: Implement __vdso_futex_robust_try_unlock()
` [PATCH v8 4/4] arm64: vdso32: "

[arnd-asm-generic:asm-generic] BUILD SUCCESS 7194d1e9b86287ec7f3b60ea042cf57d028d6169
 2026-09-16 12:21 UTC 

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

[PATCH v3 0/2] Documentation/litmus-tests: Add SRCU fastpath litmus tests
 2026-09-16  8:46 UTC  (5+ 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

[PATCH RFC v3 00/21] mm: change behavior of pXdp_get()/pXd_page() in compile-time folded pgtable
 2026-09-16  8:24 UTC  (2+ messages)

[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  (5+ messages)

[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  (28+ 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 15/23] modpost: emit module descriptors as assembly
` [PATCH 18/23] objtool: cache relocations and function dead end state, do less work
` [PATCH 20/23] kbuild: rust: parallelise rustc front end

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


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).