linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-16 13:35:56 to 2025-10-16 00:46:47 UTC [more...]

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

[PATCH] docs: ABI: sysfs-module: list all taint flags
 2025-10-15 22:13 UTC 

[PATCH v2 00/10] scalable symbol flags with __kflagstab
 2025-10-14  7:34 UTC  (13+ messages)
` [PATCH v2 01/10] define kernel symbol flags
` [PATCH v2 02/10] linker: add kflagstab section to vmlinux and modules
` [PATCH v2 03/10] modpost: create entries for kflagstab
` [PATCH v2 04/10] module loader: use kflagstab instead of *_gpl sections
` [PATCH v2 05/10] modpost: put all exported symbols in ksymtab section
` [PATCH v2 06/10] module loader: remove references of *_gpl sections
` [PATCH v2 07/10] linker: remove *_gpl sections from vmlinux and modules
` [PATCH v2 08/10] remove references to *_gpl sections in documentation
` [PATCH v2 09/10] modpost: add symbol import protection flag to kflagstab
` [PATCH v2 10/10] module loader: enforce symbol import protection

[PATCH 0/2] module: Tweak return and warning
 2025-10-13 16:26 UTC  (3+ messages)
` [PATCH 1/2] module: Override -EEXISTS module return
` [PATCH 2/2] module: Simplify warning on positive returns from module_init()

[PATCH v8 0/8] Add generated modalias to modules.builtin.modinfo
 2025-10-10 13:24 UTC  (22+ messages)
` [PATCH v8 1/8] s390: vmlinux.lds.S: Reorder sections
` [PATCH v8 2/8] kbuild: always create intermediate vmlinux.unstripped
` [PATCH v8 3/8] kbuild: keep .modinfo section in vmlinux.unstripped
` [PATCH v8 4/8] kbuild: extract modules.builtin.modinfo from vmlinux.unstripped
` [PATCH v8 5/8] scsi: Always define blogic_pci_tbl structure
` [PATCH v8 6/8] modpost: Add modname to mod_device_table alias
` [PATCH v8 7/8] modpost: Create modalias for builtin modules
` [PATCH v8 8/8] kbuild: vmlinux.unstripped should always depend on .vmlinux.export.o

[PATCH v2 0/3] module: Add compile-time check for embedded NUL characters
 2025-10-10  7:10 UTC  (7+ messages)
` [PATCH v2 1/3] media: dvb-usb-v2: lmedm04: Fix firmware macro definitions
` [PATCH v2 2/3] media: radio: si470x: Fix DRIVER_AUTHOR macro definition
` [PATCH v2 3/3] module: Add compile-time check for embedded NUL characters

modprobe returns 0 upon -EEXIST from insmod
 2025-10-09 14:13 UTC  (8+ messages)

[RFC PATCH 00/10] scalable symbol flags with __kflagstab
 2025-10-08 15:35 UTC  (17+ messages)
` [PATCH 04/10] module loader: use kflagstab instead of *_gpl sections
` [PATCH 06/10] module loader: remove references "
` [PATCH 08/10] remove references to *_gpl sections in documentation
` [PATCH 09/10] modpost: add symbol import protection flag to kflagstab
` [PATCH 10/10] module loader: enforce symbol import protection

[PATCH 0/3] module: Add compile-time check for embedded NUL characters
 2025-10-08  9:55 UTC  (8+ messages)
` [PATCH 1/3] media: dvb-usb-v2: lmedm04: Fix firmware macro definitions
` [PATCH 2/3] media: radio: si470x: Fix DRIVER_AUTHOR macro definition
` [PATCH 3/3] module: Add compile-time check for embedded NUL characters

[PATCH 0/4] PCI: Add support and tests for FIXUP quirks in modules
 2025-10-06 22:58 UTC  (12+ messages)
` [PATCH 1/4] PCI: Support "

[PATCH v7 0/8] Add generated modalias to modules.builtin.modinfo
 2025-10-02 16:37 UTC  (20+ messages)
` [PATCH v7 2/8] kbuild: always create intermediate vmlinux.unstripped
` [PATCH v7 3/8] kbuild: keep .modinfo section in vmlinux.unstripped
` [PATCH v7 4/8] kbuild: extract modules.builtin.modinfo from vmlinux.unstripped
` [PATCH v7 8/8] kbuild: vmlinux.unstripped should always depend on .vmlinux.export.o

[PATCH 0/6] module: enable force unloading of modules that have crashed during init
 2025-09-30 15:51 UTC  (11+ messages)
` [PATCH 1/6] module: store init_pid and idempotent in module
` [PATCH 2/6] module: detect if init crashed and unload
` [PATCH 3/6] module: move freeinit allocation to avoid memory leak
` [PATCH 4/6] module: move idempotent allocation to heap
` [PATCH 5/6] module: store and complete idempotent upon force unloading
` [PATCH 6/6] module: comment describing new codepath

linux-6.17/kernel/module/sysfs.c:275: Always true test in for loop ?
 2025-09-30 10:25 UTC 

[RFC] crypto: support for a standalone FIPS 140 module
 2025-09-29  9:47 UTC  (3+ messages)
` [PATCH RFC 019/104] module: add load_module_mem() helper

[PATCH v18 0/7] rust: extend `module!` macro with integer parameter support
 2025-09-24 12:39 UTC  (8+ messages)
` [PATCH v18 1/7] rust: sync: add `SetOnce`
` [PATCH v18 2/7] rust: str: add radix prefixed integer parsing functions
` [PATCH v18 3/7] rust: introduce module_param module
` [PATCH v18 4/7] rust: module: use a reference in macros::module::module
` [PATCH v18 5/7] rust: module: update the module macro with module parameter support
` [PATCH v18 6/7] rust: samples: add a module parameter to the rust_minimal sample
` [PATCH v18 7/7] modules: add rust modules files to MAINTAINERS

[PATCH v4 0/5] ALSA: usb-audio: add module param device_quirk_flags
 2025-09-19 12:47 UTC  (11+ messages)
` [PATCH v4 1/5] ALSA: usb-audio: add two-way convert between name and bit for QUIRK_FLAG_*
` [PATCH v4 2/5] param: export param_array related functions
` [PATCH v4 3/5] ALSA: usb-audio: improve module param quirk_flags
` [PATCH v4 4/5] ALSA: usb-audio: make param quirk_flags change-able in runtime
` [PATCH v4 5/5] ALSA: doc: add docs about improved quirk_flags in snd-usb-audio

[PATCH v2 0/1] module: replace wq users and add WQ_PERCPU to alloc_workqueue() users
 2025-09-19  8:18 UTC  (3+ messages)
` [PATCH v2 1/1] module: replace use of system_wq with system_dfl_wq

[PATCH v3 0/4] ALSA: usb-audio: add module param device_quirk_flags
 2025-09-17 17:58 UTC  (9+ messages)
` [PATCH v3 1/4] ALSA: usb-audio: add two-way convert between name and bit for QUIRK_FLAG_*
` [PATCH v3 2/4] param: export param_array related functions
` [PATCH v3 3/4] ALSA: usb-audio: add module param device_quirk_flags
` [PATCH v3 4/4] ALSA: doc: add docs about device_device_quirk_flags in snd-usb-audio


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