linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-21 16:37:50 to 2024-04-15 16:53:09 UTC [more...]

[PATCH v4 00/15] mm: jit/text allocator
 2024-04-15 16:51 UTC  (28+ 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

[RFC PATCH 0/7] x86/module: use large ROX pages for text allocations
 2024-04-15 10:47 UTC  (14+ 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 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] module: ban '.', '..' as module names, ban '/' in module names
 2024-04-15  8:08 UTC  (4+ 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 v2 0/2] livepatch, module: Delete the associated module of disabled livepatch
 2024-04-07  3:57 UTC  (3+ 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 v6 00/37] Memory allocation profiling
 2024-04-06 21:42 UTC  (59+ 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 v6 18/37] mm: enable "
` [PATCH v6 19/37] mm: create new codetag references during page splitting
` [PATCH v6 20/37] mm: fix non-compound multi-order memory accounting in __free_pages
` [PATCH v6 21/37] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
` [PATCH v6 22/37] lib: add codetag reference into slabobj_ext
` [PATCH v6 23/37] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH v6 24/37] rust: Add a rust helper for krealloc()
` [PATCH v6 25/37] mm/slab: enable slab allocation tagging for kmalloc and friends
` [PATCH v6 26/37] mempool: Hook up to memory allocation profiling
` [PATCH v6 27/37] mm: percpu: Introduce pcpuobj_ext
` [PATCH v6 28/37] mm: percpu: Add codetag reference into pcpuobj_ext
` [PATCH v6 29/37] mm: percpu: enable per-cpu allocation tagging
` [PATCH v6 30/37] mm: vmalloc: Enable memory allocation profiling
` [PATCH v6 31/37] rhashtable: Plumb through alloc tag
` [PATCH v6 32/37] lib: add memory allocations report in show_mem()
` [PATCH v6 33/37] codetag: debug: skip objext checking when it's for objext itself
` [PATCH v6 34/37] codetag: debug: mark codetags for reserved pages as empty
` [PATCH v6 35/37] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
` [PATCH v6 36/37] MAINTAINERS: Add entries for code tagging and memory allocation profiling
` [PATCH v6 37/37] memprofiling: Documentation

[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  (17+ 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

[PATCH] [v2] module: don't ignore sysfs_create_link() failures
 2024-03-26 14:12 UTC  (3+ messages)

[PATCH v6 1/2] kprobes: implemente trampoline memory allocator
 2024-03-26  1:21 UTC  (2+ messages)
` [PATCH v6 2/2] arch/riscv: Enable kprobes when CONFIG_MODULES=n

[RFC][PATCH 0/4] Make bpf_jit and kprobes work with CONFIG_MODULES=n
 2024-03-25 22:46 UTC  (2+ messages)

[PATCH v4 1/2] kprobes: textmem API
 2024-03-25 21:15 UTC  (2+ messages)
` [PATCH v4 2/2] arch/riscv: Enable kprobes when CONFIG_MODULES=n

[PATCH v3 1/2] kprobes: textmem API
 2024-03-25 20:50 UTC  (4+ messages)
` [PATCH v3 2/2] arch/riscv: Enable kprobes when CONFIG_MODULES=n

[BUG][KMEMLEAK] modprobe: unreferenced object (size 16)
 2024-03-23 20:39 UTC 

[PATCH] module: silence warning about unused 'no_warn' variable
 2024-03-22 13:47 UTC  (2+ messages)


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