linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-22 10:33:20 to 2022-03-10 10:24:30 UTC [more...]

[PATCH v11 00/14] module: core code clean up
 2022-03-10 10:24 UTC  (4+ messages)
` [PATCH v11 01/14] module: Move all into module/
` [PATCH v11 02/14] module: Simple refactor in preparation for split
` [PATCH v11 03/14] module: Make internal.h and decompress.c more compliant

Bericht via Senzy by nature: "1h47wj4f"
 2022-03-10  7:47 UTC 

[PATCH v10 00/14] module: core code clean up
 2022-03-10  9:20 UTC  (22+ messages)
` [PATCH v10 01/14] module: Move all into module/
` [PATCH v10 02/14] module: Simple refactor in preparation for split
` [PATCH v10 03/14] module: Make internal.h and decompress.c more compliant
` [PATCH v10 04/14] module: Move livepatch support to a separate file
` [PATCH v10 05/14] module: Move latched RB-tree "
` [PATCH v10 06/14] module: Move strict rwx "
` [PATCH v10 07/14] module: Move extra signature support out of core code
` [PATCH v10 08/14] module: Move kmemleak support to a separate file
` [PATCH v10 09/14] module: Move kallsyms support into "
` [PATCH v10 10/14] module: kallsyms: Fix suspicious rcu usage
` [PATCH v10 11/14] module: Move procfs support into a separate file
` [PATCH v10 12/14] module: Move sysfs "
` [PATCH v10 13/14] module: Move kdb module related code out of main kdb code
  ` [PATCH] kdb: Remove redundant module related references
` [PATCH v10 14/14] module: Move version support into a separate file

[PATCH v9 00/14] module: core code clean up
 2022-03-07  9:38 UTC  (48+ messages)
` [PATCH v9 01/14] module: Move all into module/
` [PATCH v9 02/14] module: Simple refactor in preparation for split
` [PATCH v9 03/14] module: Make internal.h and decompress.c more compliant
` [PATCH v9 04/14] module: Move livepatch support to a separate file
` [PATCH v9 05/14] module: Move latched RB-tree "
` [PATCH v9 06/14] module: Move strict rwx "
` [PATCH v9 07/14] module: Move extra signature support out of core code
` [PATCH v9 08/14] module: Move kmemleak support to a separate file
` [PATCH v9 09/14] module: Move kallsyms support into "
` [PATCH v9 10/14] module: kallsyms: Fix suspicious rcu usage
` [PATCH v9 11/14] module: Move procfs support into a separate file
` [PATCH v9 12/14] module: Move sysfs "
` [PATCH v9 13/14] module: Move kdb_modules list out of core code
` [PATCH v9 14/14] module: Move version support into a separate file

[PATCH] module: avoid calling synchronize_rcu()
 2022-03-02 22:48 UTC  (3+ messages)

Accusé d'envoi : Nous contacter
 2022-03-02  2:08 UTC 

[PATCH 1/1] kallsyms: enhance %pS/s/b printing when KALLSYSMS is disabled
 2022-02-28 17:35 UTC  (5+ messages)

[PATCH v8 00/13] module: core code clean up
 2022-02-28 13:05 UTC  (43+ messages)
` [PATCH v8 01/13] module: Move all into module/
` [PATCH v8 02/13] module: Simple refactor in preparation for split
` [PATCH v8 03/13] module: Make internal.h and decompress.c more compliant
` [PATCH v8 04/13] module: Move livepatch support to a separate file
` [PATCH v8 05/13] module: Move latched RB-tree "
` [PATCH v8 06/13] module: Move strict rwx "
` [PATCH v8 07/13] module: Move extra signature support out of core code
` [PATCH v8 08/13] module: Move kmemleak support to a separate file
` [PATCH v8 09/13] module: Move kallsyms support into "
` [PATCH v8 10/13] module: Move procfs "
` [PATCH v8 11/13] module: Move sysfs "
` [PATCH v8 12/13] module: Move kdb_modules list out of core code
` [PATCH v8 13/13] module: Move version support into a separate file

[PATCH v6 00/13] module: core code clean up
 2022-02-23 16:57 UTC  (12+ messages)
` [PATCH v6 01/13] module: Move all into module/

[PATCH v6 0/6] Allocate module text and data separately
 2022-02-23 12:02 UTC  (7+ messages)
` [PATCH v6 1/6] module: Always have struct mod_tree_root
` [PATCH v6 2/6] module: Prepare for handling several RB trees
` [PATCH v6 3/6] module: Introduce data_layout
` [PATCH v6 4/6] module: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOC
` [PATCH v6 5/6] module: Remove module_addr_min and module_addr_max
` [PATCH v6 6/6] powerpc: Select ARCH_WANTS_MODULES_DATA_IN_VMALLOC on book3s/32 and 8xx

kmod-29
 2022-02-23  9:43 UTC 

[PATCH v4 0/4] Miscellaneous cleanups
 2022-02-23  9:01 UTC  (5+ messages)
` [PATCH v4 1/4] module: Make module_enable_x() independent of CONFIG_ARCH_HAS_STRICT_MODULE_RWX
` [PATCH v4 2/4] module: Move module_enable_x() and frob_text() in strict_rwx.c
` [PATCH v4 3/4] module: Rework layout alignment to avoid BUG_ON()s
` [PATCH v4 4/4] module: Rename debug_align() as strict_align()

[PATCH v3 0/4] Miscellaneous cleanups
 2022-02-23  6:34 UTC  (7+ messages)
` [PATCH v3 1/4] module: Make module_enable_x() independent of CONFIG_ARCH_HAS_STRICT_MODULE_RWX
` [PATCH v3 2/4] module: Move module_enable_x() and frob_text() in strict_rwx.c
` [PATCH v3 3/4] module: Rework layout alignment to avoid BUG_ON()s
` [PATCH v3 4/4] module: Rename debug_align() as strict_align()

[PATCH v5 0/6] Allocate module text and data separately
 2022-02-22 17:57 UTC  (8+ messages)
` [PATCH v5 1/6] module: Always have struct mod_tree_root
` [PATCH v5 2/6] module: Prepare for handling several RB trees
` [PATCH v5 3/6] module: Introduce data_layout
` [PATCH v5 4/6] module: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOC
` [PATCH v5 5/6] module: Remove module_addr_min and module_addr_max
` [PATCH v5 6/6] powerpc: Select ARCH_WANTS_MODULES_DATA_IN_VMALLOC on book3s/32 and 8xx

[PATCH v1] module: Move module's Kconfig item in kernel/module/
 2022-02-22 15:21 UTC 

[PATCH v2 0/4] Miscellaneous cleanups
 2022-02-22 15:14 UTC  (6+ messages)
` [PATCH v2 1/4] module: Make module_enable_x() independent of CONFIG_ARCH_HAS_STRICT_MODULE_RWX
` [PATCH v2 2/4] module: Move module_enable_x() and frob_text() in strict_rwx.c
` [PATCH v2 3/4] module: Rework layout alignment to avoid BUG_ON()s
` [PATCH v2 4/4] module: Rename debug_align() as strict_align()

[PATCH v2 1/5] module: Move module's Kconfig item in kernel/module/
 2022-02-22 15:12 UTC  (5+ messages)
` [PATCH v2 2/5] module: Make module_enable_x() independent of CONFIG_ARCH_HAS_STRICT_MODULE_RWX
` [PATCH v2 3/5] module: Move module_enable_x() and frob_text() in strict_rwx.c
` [PATCH v2 4/5] module: Rework layout alignment to avoid BUG_ON()s
` [PATCH v2 5/5] module: Rename debug_align() as strict_align()

[PATCH v7 00/13] module: core code clean up
 2022-02-22 13:37 UTC  (16+ messages)
` [PATCH v7 01/13] module: Move all into module/
` [PATCH v7 02/13] module: Simple refactor in preparation for split
` [PATCH v7 03/13] module: Make internal.h and decompress.c more compliant
` [PATCH v7 04/13] module: Move livepatch support to a separate file
` [PATCH v7 05/13] module: Move latched RB-tree "
` [PATCH v7 06/13] module: Move strict rwx "
` [PATCH v7 07/13] module: Move extra signature support out of core code
` [PATCH v7 08/13] module: Move kmemleak support to a separate file
` [PATCH v7 09/13] module: Move kallsyms support into "
` [PATCH v7 10/13] module: Move procfs "
` [PATCH v7 11/13] module: Move sysfs "
` [PATCH v7 12/13] module: Move kdb_modules list out of core code
  ` [PATCH v7 13/13] module: Move version support into a separate file

[PATCH v1 0/6] Miscellaneous cleanups
 2022-02-22 10:39 UTC  (7+ messages)
` [PATCH v1 1/6] module: Have kernel/module/ dedicated to CONFIG_MODULES
` [PATCH v1 2/6] module: Move module's Kconfig item in kernel/module/
` [PATCH v1 3/6] module: Make module_enable_x() independent of CONFIG_ARCH_HAS_STRICT_MODULE_RWX
` [PATCH v1 4/6] module: Move module_enable_x() and frob_text() in strict_rwx.c
` [PATCH v1 5/6] module: Rework layout alignment to avoid BUG_ON()s
` [PATCH v1 6/6] module: Rename debug_align() as strict_align()

[PATCH v4 0/6] Allocate module text and data separately
 2022-02-22 10:32 UTC  (4+ messages)
` [PATCH v4 2/6] module: Prepare for handling several RB trees
` [PATCH v4 4/6] module: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOC
` [PATCH v4 5/6] module: Remove module_addr_min and module_addr_max


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