linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-14 10:19:03 to 2023-05-03 20:00:42 UTC [more...]

[PATCH 00/40] Memory allocation profiling
 2023-05-03 20:00 UTC  (130+ messages)
` [PATCH 01/40] lib/string_helpers: Drop space in string_get_size's output
` [PATCH 02/40] scripts/kallysms: Always include __start and __stop symbols
` [PATCH 03/40] fs: Convert alloc_inode_sb() to a macro
` [PATCH 04/40] nodemask: Split out include/linux/nodemask_types.h
` [PATCH 05/40] prandom: Remove unused include
` [PATCH 06/40] lib/string.c: strsep_no_empty()
` [PATCH 07/40] Lazy percpu counters
` [PATCH 08/40] mm: introduce slabobj_ext to support slab object extensions
` [PATCH 09/40] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH 10/40] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH 11/40] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects
` [PATCH 12/40] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
` [PATCH 13/40] lib: code tagging framework
` [PATCH 14/40] lib: code tagging module support
` [PATCH 15/40] lib: prevent module unloading if memory is not freed
` [PATCH 16/40] lib: code tagging query helper functions
` [PATCH 17/40] lib: add allocation tagging support for memory allocation profiling
` [PATCH 18/40] lib: introduce support for page allocation tagging
` [PATCH 19/40] change alloc_pages name in dma_map_ops to avoid name conflicts
` [PATCH 20/40] mm: enable page allocation tagging
` [PATCH 21/40] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
` [PATCH 22/40] mm: create new codetag references during page splitting
` [PATCH 23/40] lib: add codetag reference into slabobj_ext
` [PATCH 24/40] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH 25/40] mm/slab: enable slab allocation tagging for kmalloc and friends
` [PATCH 26/40] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH 27/40] mempool: Hook up to memory allocation profiling
` [PATCH 28/40] timekeeping: Fix a circular include dependency
` [PATCH 29/40] mm: percpu: Introduce pcpuobj_ext
` [PATCH 30/40] mm: percpu: Add codetag reference into pcpuobj_ext
` [PATCH 31/40] mm: percpu: enable per-cpu allocation tagging
` [PATCH 32/40] arm64: Fix circular header dependency
` [PATCH 33/40] move stack capture functionality into a separate function for reuse
` [PATCH 34/40] lib: code tagging context capture support
` [PATCH 35/40] lib: implement context capture support for tagged allocations
` [PATCH 36/40] lib: add memory allocations report in show_mem()
` [PATCH 37/40] codetag: debug: skip objext checking when it's for objext itself
` [PATCH 38/40] codetag: debug: mark codetags for reserved pages as empty
` [PATCH 39/40] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
` [PATCH 40/40] MAINTAINERS: Add entries for code tagging and memory allocation profiling

[GIT PULL] Modules changes for v6.4-rc4 second request
 2023-05-03 19:32 UTC 

[PATCH] module: include internal.h in module/dups.c
 2023-05-03  3:43 UTC 

[PATCH] modules/firmware: add a new option to denote a firmware group to choose one
 2023-05-03  3:19 UTC  (8+ messages)

[PATCH] module: include internal.h in module/dups.c
 2023-04-29 20:36 UTC 

[PATCH] selftests: allow runners to override the timeout
 2023-04-28  8:33 UTC  (2+ messages)

[PATCH] module: Fix use-after-free bug in read_file_mod_stats()
 2023-04-28  5:59 UTC 

[GIT PULL] modules changes for v6.4-rc1
 2023-04-28  0:31 UTC  (2+ messages)

[PATCH 1/2] docs: module: start adding some docs for MODULE_ macros
 2023-04-26 14:25 UTC  (3+ messages)
` [PATCH 2/2] modules/firmware: add a new option to denote a firmware group to choose one

[PATCH] module: add debugging auto-load duplicate module support
 2023-04-26 10:13 UTC  (11+ messages)

[PATCH modules-next v10 00/13] kallsyms: reliable symbol->address lookup with /proc/kallmodsyms
 2023-04-25  8:27 UTC  (4+ messages)

[PATCH v9 00/10] Generate modules.builtin.alias from match ids
 2023-04-20  9:51 UTC  (6+ messages)
` [PATCH v10 00/11] "
  ` [PATCH v10 05/11] modpost: Track module name for built-in modules
  ` [PATCH v10 11/11] Documentation: add USB authorization document to driver-api

[PATCH v2] module: add debugging auto-load duplicate module support
 2023-04-20  0:30 UTC 

[PATCH] modprobe: rmmod_do_module: Free kmod list of holders
 2023-04-18 22:52 UTC  (2+ messages)

[RFC 0/2] module: fix virtual memory wasted on finit_module()
 2023-04-18 18:46 UTC  (14+ messages)
` [RFC 2/2] kread: avoid duplicates

[PATCH v3 0/4] module: avoid userspace pressure on unwanted allocations
 2023-04-18 18:37 UTC  (7+ messages)
` [PATCH v3 1/4] module: fix kmemleak annotations for non init ELF sections
` [PATCH v3 3/4] module: add debug stats to help identify memory pressure
  ` [PATCH v4] "

[PATCH] module: stats: fix invalid_mod_bytes typo
 2023-04-18 15:40 UTC  (3+ messages)

[PATCH v2 0/3] kmod: modprobe: Extend holders removal to multi-level dependencies
 2023-04-18 10:10 UTC  (4+ messages)
` [PATCH v2 1/3] kmod: modprobe: Remove holders recursively

[PATCH] module: remove use of uninitialized variable len
 2023-04-17 23:32 UTC  (2+ messages)

[PATCH] [v2] module: fix building stats for 32-bit targets
 2023-04-17 23:31 UTC  (2+ messages)

[PATCH 1/2] module: stats: include uapi/linux/module.h
 2023-04-17 23:31 UTC  (6+ messages)
` [PATCH 2/2] module: fix building stats for 32-bit targets

[PATCH v4 0/2] modules/kmod: replace implementation with a sempahore
 2023-04-14 17:16 UTC  (3+ messages)
` [PATCH v4 1/2] Change DEFINE_SEMAPHORE() to take a number argument
` [PATCH v4 2/2] modules/kmod: replace implementation with a semaphore

[PATCH v3 0/2] modules/kmod: replace implementation with a sempahore
 2023-04-14 17:10 UTC  (3+ messages)
` [PATCH v3 1/2] Change DEFINE_SEMAPHORE() to take a number argument


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