Generic Linux architectural discussions
 help / color / mirror / Atom feed
 messages from 2026-07-05 17:57:58 to 2026-07-08 18:53:35 UTC [more...]

[PATCH v3 00/26] Introduce meminspect
 2026-07-08 18:53 UTC  (39+ messages)
` [PATCH v3 01/26] kernel: "
` [PATCH v3 02/26] init/version: Annotate static information into meminspect
` [PATCH v3 03/26] mm/percpu: "
` [PATCH v3 04/26] cpu: "
` [PATCH v3 05/26] genirq/irqdesc: "
` [PATCH v3 06/26] timers: "
` [PATCH v3 07/26] timekeeping: Register tk_data "
` [PATCH v3 08/26] kernel/fork: Annotate static information "
` [PATCH v3 09/26] mm/page_alloc: "
` [PATCH v3 10/26] mm/show_mem: "
` [PATCH v3 11/26] mm/swapfile: "
` [PATCH v3 12/26] kernel/vmcore_info: Register dynamic "
` [PATCH v3 13/26] kernel/configs: "
` [PATCH v3 14/26] mm/init-mm: Annotate static "
` [PATCH v3 15/26] panic: "
` [PATCH v3 16/26] kallsyms: "
` [PATCH v3 17/26] mm/mm_init: "
` [PATCH v3 18/26] sched/core: Annotate runqueues "
` [PATCH v3 19/26] mm/numa: Register node data information "
` [PATCH v3 20/26] mm/sparse: Register "
` [PATCH v3 21/26] printk: "
` [PATCH v3 22/26] remoteproc: qcom: Move minidump data structures into its own header
` [PATCH v3 23/26] soc: qcom: Add minidump backend driver
` [PATCH v3 24/26] soc: qcom: smem: Add minidump platform device
` [PATCH v3 25/26] dt-bindings: reserved-memory: Add Google Kinfo Pixel reserved memory
` [PATCH v3 26/26] meminspect: Add debug kinfo compatible driver

[patch 00/18] entry: Consolidate and rework syscall entry handling
 2026-07-08 18:37 UTC  (33+ messages)
` [patch 01/18] powerpc: Move stack randomization after syscall_enter_from_user_mode()
` [patch 02/18] randomize_kstack: Provide add_random_kstack_offset_irqsoff()
` [patch 03/18] entry: Provide [syscall_]enter_from_user_mode_randomize_stack()
` [patch 04/18] loongarch/syscall: Use syscall_enter_from_user_mode_randomize_stack()
` [patch 05/18] powerpc/syscall: "
` [patch 06/18] riscv/syscall: "
` [patch 07/18] s390/syscall: Use enter_from_user_mode_randomize_stack()
` [patch 08/18] x86/syscall: Use [syscall_]enter_from_user_mode_randomize_stack()
` [patch 09/18] entry: Remove syscall_enter_from_user_mode()
` [patch 10/18] entry: Use syscall number instead of rereading it
` [patch 11/18] seccomp, treewide: Rename and convert __secure_computing() to return boolean
` [patch 12/18] ptrace, treewide: Rename ptrace_report_syscall_entry() to ptrace_report_syscall_permit_entry()
` [patch 13/18] entry: Make trace_syscall_enter() return type bool
` [patch 14/18] entry: Make return type of syscall_trace_enter() bool
` [patch 15/18] x86/entry: Make syscall functions static
` [patch 16/18] x86/entry: Get rid of the sys_ni_syscall() indirection
` [patch 17/18] x86/entry: Simplify the syscall number logic
` [patch 18/18] entry, treewide: Make syscall_enter_from_user_mode[_work]() indicate syscall execution

[PATCH v2 0/4] Hyper-V: Add para-virtualized IOMMU support for Linux guests
 2026-07-08 13:28 UTC  (20+ messages)
` [PATCH v2 1/4] hyperv: Introduce new hypercall interfaces used by Hyper-V guest IOMMU
` [PATCH v2 2/4] Drivers: hv: Add logical device ID registry for vPCI devices
` [PATCH v2 3/4] iommu/hyperv: Add para-virtualized IOMMU support for Hyper-V guest
` [PATCH v2 4/4] iommu/hyperv: Add page-selective IOTLB flush support

[PATCH v6 00/24] fix dynamic-debug classmaps API for DRM
 2026-07-08  2:18 UTC  (25+ messages)
` [PATCH v6 01/24] vmlinux.lds.h: refactor BOUNDED_SECTION_* macros into bounded_sections.lds.h
` [PATCH v6 02/24] vmlinux.lds.h: drop unused HEADERED_SECTION* macros
` [PATCH v6 03/24] vmlinux.lds.h: Fix ALIGN(8) omission causing NULL ptr on i386
` [PATCH v6 04/24] vmlinux.lds.h: remove redundant ALIGN(8) directives
` [PATCH v6 05/24] dyndbg.lds.S: fix lost dyndbg sections in modules
` [PATCH v6 06/24] dyndbg: factor ddebug_match_desc out from ddebug_change
` [PATCH v6 07/24] dyndbg: add stub macro for DECLARE_DYNDBG_CLASSMAP
` [PATCH v6 08/24] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
` [PATCH v6 09/24] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v6 10/24] dyndbg: drop NUM_TYPE_ARGS
` [PATCH v6 11/24] dyndbg: bump num-tokens in a query-cmd from 9 to 15
` [PATCH v6 12/24] dyndbg: reduce verbose/debug clutter
` [PATCH v6 13/24] lib/parser: add match_wildcard_hyphen() for agnostic matching
` [PATCH v6 14/24] dyndbg: use KBUILD_MODFILE for unique builtin module names
` [PATCH v6 15/24] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH v6 16/24] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v6 17/24] dyndbg: replace classmap list with an array-slice
` [PATCH v6 18/24] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v6 19/24] dyndbg: pin class param storage to u32
` [PATCH v6 20/24] dyndbg,module: make proper substructs in _ddebug_info
` [PATCH v6 21/24] dyndbg: move mod_name down from struct ddebug_table to _ddebug_info
` [PATCH v6 22/24] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH v6 23/24] dyndbg: change __dynamic_func_call_cls* macros into expressions
` [PATCH v6 24/24] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP

[PATCH v4] module: Extend module_blacklist parameter to built-in modules
 2026-07-08  2:00 UTC 

[PATCH v3] module: Extend module_blacklist parameter to built-in modules
 2026-07-07 19:38 UTC  (2+ messages)

[PATCH] vfs: missing inode operation should return a consistent error code
 2026-07-07 14:27 UTC  (3+ messages)

[PATCH v19 00/40] DEPT(DEPendency Tracker)
 2026-07-07 14:18 UTC  (44+ messages)
` [PATCH v19 01/40] dept: implement "
` [PATCH v19 02/40] dept: add single event dependency tracker APIs
` [PATCH v19 03/40] dept: add lock "
` [PATCH v19 04/40] dept: tie to lockdep and IRQ tracing
` [PATCH v19 05/40] dept: add proc knobs to show stats and dependency graph
` [PATCH v19 06/40] dept: distinguish each kernel context from another
` [PATCH v19 07/40] dept: distinguish each work "
` [PATCH v19 08/40] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v19 09/40] dept: record the latest one out of consecutive waits of the same class
` [PATCH v19 10/40] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v19 11/40] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v19 12/40] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v19 13/40] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v19 14/40] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v19 15/40] dept: track timeout waits separately with a new Kconfig
` [PATCH v19 16/40] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v19 17/40] dept: apply timeout consideration to swait
` [PATCH v19 18/40] dept: apply timeout consideration to waitqueue wait
` [PATCH v19 19/40] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v19 20/40] dept: apply timeout consideration to dma fence wait
` [PATCH v19 21/40] dept: make dept able to work with an external wgen
` [PATCH v19 22/40] dept: track PG_locked with dept
` [PATCH v19 23/40] dept: print staged wait's stacktrace on report
` [PATCH v19 24/40] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v19 25/40] dept: add documents for dept
` [PATCH v19 26/40] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v19 27/40] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v19 28/40] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v19 29/40] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v19 30/40] dept: make dept stop from working on debug_locks_off()
` [PATCH v19 31/40] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v19 32/40] completion, dept: introduce init_completion_dmap() API
` [PATCH v19 33/40] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v19 34/40] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v19 35/40] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v19 36/40] dept: track PG_writeback with dept
` [PATCH v19 37/40] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v19 38/40] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE
` [PATCH v19 39/40] rust: completion: Add __rust_helper to rust_helper_wait_for_completion()
` [PATCH v19 40/40] dept: implement a basic unit test for dept

[PATCH v5 7/8] x86/string: extend memcpy_flushcache() fixed-size fastpaths
 2026-07-07 11:34 UTC  (4+ messages)

[PATCH v5 0/8] mm: optimize zone-device memmap initialization
 2026-07-07  6:38 UTC  (25+ messages)
` [PATCH v5 1/8] mm: fix stale ZONE_DEVICE refcount comment
` [PATCH v5 2/8] mm: factor zone-device page init helpers out of __init_zone_device_page
` [PATCH v5 3/8] mm: add a set_page_section_from_pfn() helper
` [PATCH v5 4/8] mm: add a template-based fast path for zone-device page init
` [PATCH v5 5/8] mm: extend the template fast path to zone-device compound tails
` [PATCH v5 6/8] string: introduce memcpy_nt() helpers

[PATCH v5 4/8] mm: add a template-based fast path for zone-device page init
 2026-07-07  6:36 UTC  (4+ messages)

[PATCH v4 0/8] mm: speed up ZONE_DEVICE memmap initialization
 2026-07-07  6:35 UTC  (4+ messages)

[PATCH v4 0/8] mm: speed up ZONE_DEVICE memmap initialization
 2026-07-07  2:16 UTC  (3+ messages)
` [PATCH v4 1/8] mm: fix stale ZONE_DEVICE refcount comment

[PATCH v2] bitops: make the *_bit_le functions use unsigned long
 2026-07-06 20:23 UTC 

[PATCH] bitops: make the *_bit_le functions use unsigned long
 2026-07-06 19:38 UTC  (3+ messages)

[PATCH v13 00/15] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-07-06 19:18 UTC  (4+ messages)
` [PATCH v13 14/15] barrier: add tests for smp_cond_load_*_timeout()

[PATCH v4 0/5] arm64: vdso: Implement __vdso_futex_robust_try_unlock()
 2026-07-06 19:03 UTC  (8+ messages)
` [PATCH v4 1/5] arm64/entry: Unify user mode handling
` [PATCH v4 2/5] arm64: vdso: Prepare for robust futex unlock support
` [PATCH v4 3/5] arm64: vdso: Implement __vdso_futex_robust_try_unlock()
` [PATCH v4 5/5] arm64: vdso32: "

[RFC] Null Namespaces
 2026-07-06 17:10 UTC  (8+ messages)

[PATCH v2] module: Extend module_blacklist parameter to built-in modules
 2026-07-06  4:46 UTC  (2+ messages)

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2026-07-06  4:19 UTC  (4+ messages)
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep


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