Linux-Modules Archive mirror
 help / color / mirror / Atom feed
[PATCH v2 0/2] livepatch, module: Delete the associated module of disabled livepatch
 2024-04-24 12:09 UTC  (4+ messages)
` [PATCH v2 1/2] module: Add a new helper delete_module()
` [PATCH v2 2/2] livepatch: Delete the associated module of disabled livepatch

[PATCH v5 00/15] mm: jit/text allocator
 2024-04-23 18:44 UTC  (20+ messages)
` [PATCH v5 01/15] arm64: module: remove unneeded call to kasan_alloc_module_shadow()
` [PATCH v5 02/15] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH v5 03/15] nios2: define virtual address space for modules
` [PATCH v5 04/15] sparc: simplify module_alloc()
` [PATCH v5 05/15] module: make module_memory_{alloc,free} more self-contained
` [PATCH v5 06/15] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v5 07/15] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v5 08/15] mm/execmem, arch: convert remaining "
` [PATCH v5 09/15] riscv: extend execmem_params for generated code allocations
` [PATCH v5 10/15] powerpc: extend execmem_params for kprobes allocations
` [PATCH v5 11/15] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v5 12/15] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v5 13/15] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriate
` [PATCH v5 14/15] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v5 15/15] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[linus:master] [crypto] 203a6763ab: Kernel_panic-not_syncing:Certs_selftest#:pkcs7_verify()=
 2024-04-22 21:14 UTC  (2+ messages)

[PATCH v4 00/15] mm: jit/text allocator
 2024-04-22 18:32 UTC  (52+ messages)
` [PATCH v4 01/15] arm64: module: remove uneeded call to kasan_alloc_module_shadow()
` [PATCH v4 02/15] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH v4 03/15] nios2: define virtual address space for modules
` [PATCH v4 04/15] module: make module_memory_{alloc,free} more self-contained
` [PATCH v4 05/15] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v4 06/15] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v4 07/15] mm/execmem, arch: convert remaining "
` [PATCH v4 08/15] arm64: extend execmem_info for generated code allocations
` [PATCH v4 09/15] riscv: extend execmem_params "
` [PATCH v4 10/15] powerpc: extend execmem_params for kprobes allocations
` [PATCH v4 11/15] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v4 12/15] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v4 13/15] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropiate
` [PATCH v4 14/15] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v4 15/15] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[PATCH v5 10/15] powerpc: extend execmem_params for kprobes allocations
 2024-04-22  8:50 UTC  (6+ messages)
` [PATCH v5 11/15] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v5 12/15] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v5 13/15] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriate
` [PATCH v5 14/15] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v5 15/15] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[PATCH v5 01/15] arm64: module: remove unneeded call to kasan_alloc_module_shadow()
 2024-04-22  8:47 UTC  (9+ messages)
` [PATCH v5 02/15] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH v5 03/15] nios2: define virtual address space for modules
` [PATCH v5 04/15] sparc: simplify module_alloc()
` [PATCH v5 05/15] module: make module_memory_{alloc,free} more self-contained
` [PATCH v5 06/15] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v5 07/15] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v5 08/15] mm/execmem, arch: convert remaining "
` [PATCH v5 09/15] riscv: extend execmem_params for generated code allocations

[PATCH v5 00/15] mm: jit/text allocator
 2024-04-22  8:26 UTC 

[PATCH] modules: Drop the .export_symbol section from the final modules
 2024-04-22  2:02 UTC  (2+ messages)

[RFC PATCH 0/7] x86/module: use large ROX pages for text allocations
 2024-04-18 19:44 UTC  (22+ messages)
` [RFC PATCH 1/7] asm-generic: introduce text-patching.h
` [RFC PATCH 2/7] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [RFC PATCH 3/7] module: prepare to handle ROX allocations for text
      ` [RFC PATCH 3/7] module: [
` [RFC PATCH 4/7] ftrace: Add swap_func to ftrace_process_locs()
` [RFC PATCH 5/7] x86/module: perpare module loading for ROX allocations of text
` [RFC PATCH 6/7] execmem: add support for cache of large ROX pages
` [RFC PATCH 7/7] x86/module: enable ROX caches for module text

[PATCH v6 30/37] mm: vmalloc: Enable memory allocation profiling
 2024-04-16 19:27 UTC  (2+ messages)

[PATCH] module: ban '.', '..' as module names, ban '/' in module names
 2024-04-15 17:40 UTC  (6+ messages)

[PATCH] kallsyms: replace deprecated strncpy with strscpy
 2024-04-12 20:20 UTC  (2+ messages)

[PATCH] module: allow UNUSED_KSYMS_WHITELIST to be relative against objtree
 2024-04-11 16:29 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/2] Deduplicate bin_attribute simple read() callbacks
 2024-04-11 13:39 UTC  (10+ messages)
` [PATCH 1/2] sysfs: Add sysfs_bin_attr_simple_read() helper
` [PATCH 2/2] treewide: Use "

[PATCH] [v4] module: don't ignore sysfs_create_link() failures
 2024-04-11 12:42 UTC  (3+ messages)

[PATCH] kmod/depmod: explicitly include the header for basename()
 2024-04-10 18:51 UTC  (4+ messages)

[PATCH kmod] libkmod: add user soft dependecies
 2024-04-09 15:50 UTC  (6+ messages)
` [PATCH v2 patch] libkmod: add weak dependecies
` [PATCH v2 kmod] "
` [PATCH] module: create "

[PATCH] [v3] module: don't ignore sysfs_create_link() failures
 2024-04-08  8:02 UTC  (4+ messages)

[PATCH v6 13/37] lib: add allocation tagging support for memory allocation profiling
 2024-04-07 16:50 UTC  (4+ messages)

[PATCH v6 00/37] Memory allocation profiling
 2024-04-06 21:42 UTC  (25+ messages)
` [PATCH v6 01/37] fix missing vmalloc.h includes
` [PATCH v6 05/37] fs: Convert alloc_inode_sb() to a macro
` [PATCH v6 14/37] lib: introduce support for page allocation tagging

[PATCH] livepatch: Delete the associated module when replacing an old livepatch
 2024-04-06 13:02 UTC  (12+ messages)

[PATCH] [v5] kallsyms: rework symbol lookup return codes
 2024-04-04 14:33 UTC 

[PATCH v7 1/2] kprobes: Implement trampoline memory allocator for tracing
 2024-03-28 12:50 UTC  (6+ messages)
` [PATCH v7 2/2] arch/riscv: Enable kprobes when CONFIG_MODULES=n

[PATCH] ima: define an init_module critical data record
 2024-03-28  3:08 UTC  (4+ messages)

[PATCH v5 1/2] kprobes: textmem API
 2024-03-26 19:03 UTC  (12+ messages)
` [PATCH v5 2/2] arch/riscv: Enable kprobes when CONFIG_MODULES=n

[PATCH 00/12] kbuild: enable some -Wextra warnings by default
 2024-03-26 17:10 UTC  (4+ messages)
` [PATCH 11/12] [v4] kallsyms: rework symbol lookup return codes


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 read-only IMAP folder(s) and NNTP newsgroup(s).