linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-06 18:26:00 to 2024-04-02 02:56:44 UTC [more...]

[PATCH] livepatch: Delete the associated module when replacing an old livepatch
 2024-04-02  2:56 UTC  (6+ messages)

[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 kmod] libkmod: add user soft dependecies
 2024-03-27 14:18 UTC  (8+ messages)
      ` [PATCH v2 patch] libkmod: add weak dependecies
      ` [PATCH v2 kmod] "
      ` [PATCH] module: create "

[PATCH v6 00/37] Memory allocation profiling
 2024-03-27  5:30 UTC  (61+ messages)
` [PATCH v6 01/37] fix missing vmalloc.h includes
` [PATCH v6 02/37] asm-generic/io.h: Kill vmalloc.h dependency
` [PATCH v6 03/37] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v6 04/37] scripts/kallysms: Always include __start and __stop symbols
` [PATCH v6 05/37] fs: Convert alloc_inode_sb() to a macro
` [PATCH v6 06/37] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v6 07/37] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH v6 08/37] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH v6 09/37] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
` [PATCH v6 10/37] lib: code tagging framework
` [PATCH v6 11/37] lib: code tagging module support
` [PATCH v6 12/37] lib: prevent module unloading if memory is not freed
` [PATCH v6 13/37] lib: add allocation tagging support for memory allocation profiling
` [PATCH v6 14/37] lib: introduce support for page allocation tagging
` [PATCH v6 15/37] lib: introduce early boot parameter to avoid page_ext memory overhead
` [PATCH v6 16/37] mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tags
` [PATCH v6 17/37] change alloc_pages name in dma_map_ops to avoid name conflicts
` [PATCH v6 18/37] mm: enable page allocation tagging
` [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 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] [v3] module: don't ignore sysfs_create_link() failures
 2024-03-26 15:29 UTC  (2+ messages)

[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  (27+ messages)
` [RFC][PATCH 1/4] module: mm: Make module_alloc() generally available
` [RFC][PATCH 2/4] bpf: Allow BPF_JIT with CONFIG_MODULES=n
` [RFC][PATCH 3/4] kprobes: Allow kprobes "
` [RFC][PATCH 4/4] selftests/bpf: Support testing the !MODULES case

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

[PATCH v5 00/37] Memory allocation profiling
 2024-03-15 17:06 UTC  (34+ messages)
` [PATCH v5 03/37] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v5 06/37] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v5 12/37] lib: prevent module unloading if memory is not freed
` [PATCH v5 14/37] lib: introduce support for page allocation tagging
` [PATCH v5 15/37] lib: introduce early boot parameter to avoid page_ext memory overhead
` [PATCH v5 20/37] mm: fix non-compound multi-order memory accounting in __free_pages
` [PATCH v5 23/37] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH v5 24/37] rust: Add a rust helper for krealloc()
` [PATCH v5 35/37] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
` [PATCH v5 36/37] MAINTAINERS: Add entries for code tagging and memory allocation profiling
` [PATCH v5 37/37] memprofiling: Documentation

[PATCH] crypto: pkcs7: remove sha1 support
 2024-03-15 13:09 UTC  (19+ messages)
` [REGRESSION] "

[GIT PULL] Modules changes for v6.9-rc1
 2024-03-13 21:47 UTC  (2+ messages)

[PATCH v1] module.h: define __symbol_get_gpl() as a regular __symbol_get()
 2024-03-13  1:12 UTC  (7+ messages)

[PATCH v4 00/36] Memory allocation profiling
 2024-03-12 20:07 UTC  (6+ messages)
` [PATCH v4 13/36] lib: prevent module unloading if memory is not freed

[PATCH] build: Allow to install over dirty dir
 2024-03-06 18:26 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).