messages from 2025-12-02 21:18:31 to 2025-12-29 16:17:56 UTC [more...]
[PATCH v4 0/7] Unload linux/kernel.h
2025-12-29 16:17 UTC (16+ messages)
` [PATCH v4 1/7] kernel.h: drop STACK_MAGIC macro
` [PATCH v4 2/7] moduleparam: include required headers explicitly
` [PATCH v4 3/7] kernel.h: move VERIFY_OCTAL_PERMISSIONS() to sysfs.h
` [PATCH v4 4/7] kernel.h: include linux/instruction_pointer.h explicitly
` [PATCH v4 5/7] tracing: Remove size parameter in __trace_puts()
` [PATCH v4 6/7] tracing: move tracing declarations from kernel.h to a dedicated header
` [PATCH v4 7/7] kernel.h: drop trace_printk.h
[PATCH] ANDROID: gki: kallsyms: add kallsyms_lookup_address_and_size
2025-12-29 15:38 UTC (2+ messages)
/proc/modules address+size bounds are inconsistent
2025-12-29 13:57 UTC (2+ messages)
[syzbot] [mm?] INFO: rcu detected stall in finish_dput
2025-12-29 4:10 UTC (2+ messages)
[PATCH] module: show module version directly in print_modules()
2025-12-29 2:45 UTC
[PATCH] software node: replace -EEXIST with -EBUSY
2025-12-27 15:23 UTC (7+ messages)
[RFC PATCH v1] module: Fix kernel panic when a symbol st_shndx is out of bounds
2025-12-26 5:04 UTC (3+ messages)
[PATCH] bpf: crypto: replace -EEXIST with -EBUSY
2025-12-23 19:23 UTC (3+ messages)
[PATCH v3] module: replace use of system_wq with system_dfl_wq
2025-12-23 14:27 UTC (3+ messages)
[PATCH] modules: moduleparam.h: add kernel-doc comments
2025-12-22 20:26 UTC (3+ messages)
[PATCH] gendwarfksyms: Fix build on 32-bit hosts
2025-12-22 20:24 UTC (2+ messages)
[PATCH] params: Replace __modinit with __init_or_module
2025-12-22 20:24 UTC (2+ messages)
[PATCH] module: Remove unused __INIT*_OR_MODULE macros
2025-12-22 20:24 UTC (2+ messages)
[PATCH 0/2] module: Remove SHA-1 support for module signing
2025-12-22 20:24 UTC (2+ messages)
[PATCH] module/decompress: Avoid open-coded kvrealloc()
2025-12-22 20:24 UTC (2+ messages)
[PATCH] module: Only declare set_module_sig_enforced when CONFIG_MODULE_SIG=y
2025-12-22 20:24 UTC (3+ messages)
` [PATCH v2] "
[PATCH] MAINTAINERS: Update module subsystem maintainers and repository
2025-12-22 20:23 UTC (5+ messages)
[PATCH 0/2] scsi: target+fcoe: replace -EEXIST with -EBUSY in module_init() paths
2025-12-21 10:00 UTC (7+ messages)
` [PATCH 1/2] target: replace -EEXIST with -EBUSY
` [PATCH 2/2] scsi: fcoe: "
[PATCH] netfilter: replace -EEXIST with -EBUSY
2025-12-20 19:16 UTC (4+ messages)
[PATCH] KEYS: replace -EEXIST with -EBUSY
2025-12-20 3:50 UTC
[PATCH] dm: replace -EEXIST with -EBUSY
2025-12-20 3:49 UTC
[PATCH] driver core: attribute_container: change return type to void
2025-12-20 3:45 UTC
[PATCH 0/3] module: Add compile-time check for embedded NUL characters
2025-12-19 16:21 UTC (16+ messages)
` [PATCH 3/3] "
[PATCH v2 0/3] module: Add compile-time check for embedded NUL characters
2025-12-19 14:59 UTC (6+ messages)
` [PATCH v2 3/3] "
[PATCH v3 0/4] Unload linux/kernel.h
2025-12-18 21:53 UTC (21+ messages)
` [PATCH v3 1/4] kernel.h: drop STACK_MAGIC macro
` [PATCH v3 2/4] moduleparam: include required headers explicitly
` [PATCH v3 3/4] kernel.h: move VERIFY_OCTAL_PERMISSIONS() to sysfs.h
` [PATCH v3 4/4] tracing: move tracing declarations from kernel.h to a dedicated header
[PATCH 0/2] module: add -EEXIST module_init() reservation docs
2025-12-18 20:59 UTC (3+ messages)
` [PATCH 1/2] module: add -EEXIST documentation
` [PATCH 2/2] docs: hacking: clarify reserved -EEXIST in module_init()
[PATCH v4 0/2] lib/crypto: ML-DSA verification support
2025-12-18 19:08 UTC (4+ messages)
` [PATCH v4 1/2] lib/crypto: Add "
` [PATCH v4 2/2] lib/crypto: tests: Add KUnit tests for ML-DSA verification
[PATCH v3 0/7] kallsyms: Prevent invalid access when showing module buildid
2025-12-18 9:09 UTC (5+ messages)
[PATCH v18 00/42] DEPT(DEPendency Tracker)
2025-12-15 9:06 UTC (48+ messages)
` [PATCH v18 01/42] dept: implement "
` [PATCH v18 02/42] dept: add single event dependency tracker APIs
` [PATCH v18 03/42] dept: add lock "
` [PATCH v18 04/42] dept: tie to lockdep and IRQ tracing
` [PATCH v18 05/42] dept: add proc knobs to show stats and dependency graph
` [PATCH v18 06/42] dept: distinguish each kernel context from another
` [PATCH v18 07/42] dept: distinguish each work "
` [PATCH v18 08/42] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v18 09/42] dept: record the latest one out of consecutive waits of the same class
` [PATCH v18 10/42] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v18 11/42] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v18 12/42] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v18 13/42] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v18 14/42] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v18 15/42] dept: track timeout waits separately with a new Kconfig
` [PATCH v18 16/42] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v18 17/42] dept: apply timeout consideration to swait
` [PATCH v18 18/42] dept: apply timeout consideration to waitqueue wait
` [PATCH v18 19/42] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v18 20/42] dept: apply timeout consideration to dma fence wait
` [PATCH v18 21/42] dept: make dept able to work with an external wgen
` [PATCH v18 22/42] dept: track PG_locked with dept
` [PATCH v18 23/42] dept: print staged wait's stacktrace on report
` [PATCH v18 24/42] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v18 25/42] dept: add documents for dept
` [PATCH v18 26/42] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v18 27/42] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v18 28/42] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v18 29/42] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v18 30/42] dept: make dept stop from working on debug_locks_off()
` [PATCH v18 31/42] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v18 32/42] completion, dept: introduce init_completion_dmap() API
` [PATCH v18 33/42] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v18 35/42] dept: introduce event_site() to disable event tracking if it's recoverable
` [PATCH v18 36/42] dept: implement a basic unit test for dept
` [PATCH v18 37/42] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v18 38/42] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v18 39/42] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v18 40/42] dept: track PG_writeback with dept
` [PATCH v18 41/42] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v18 42/42] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE
[PATCH] modules: moduleparam.h: add kernel-doc comments
2025-12-14 20:26 UTC (2+ messages)
[PATCH V3] mm/slab: introduce kvfree_rcu_barrier_on_cache() for cache destruction
2025-12-07 17:11 UTC (2+ messages)
[GIT PULL] Modules changes for v6.19-rc1
2025-12-06 17:22 UTC (4+ messages)
[PATCH v2 0/4] Unload linux/kernel.h
2025-12-05 12:58 UTC (14+ messages)
` [PATCH v2 1/4] kernel.h: drop STACK_MAGIC macro
` [PATCH v2 2/4] moduleparam: include required headers explicitly
` [PATCH v2 3/4] kernel.h: move VERIFY_OCTAL_PERMISSIONS() to sysfs.h
` [PATCH v2 4/4] tracing: move tracing declarations from kernel.h to a dedicated header
[PATCH V2] mm/slab: introduce kvfree_rcu_barrier_on_cache() for cache destruction
2025-12-05 1:13 UTC (5+ messages)
[PATCH v3 0/2] lib/crypto: ML-DSA verification support
2025-12-03 17:43 UTC (8+ messages)
` [PATCH v3 1/2] lib/crypto: Add "
` [PATCH v3 2/2] lib/crypto: tests: Add KUnit tests for ML-DSA verification
[PATCH 0/3] Unload linux/kernel.h
2025-12-03 7:40 UTC (6+ messages)
` [PATCH 1/3] kernel.h: drop STACK_MAGIC macro
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).