linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-03 21:21:09 to 2023-05-01 17:02:47 UTC [more...]

[PATCH 00/40] Memory allocation profiling
 2023-05-01 16:54 UTC  (37+ 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 37/40] codetag: debug: skip objext checking when it's for objext itself

[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  (5+ messages)

[PATCH] modules/firmware: add a new option to denote a firmware group to choose one
 2023-04-24 22:56 UTC  (5+ messages)

[PATCH v9 00/10] Generate modules.builtin.alias from match ids
 2023-04-20  9:51 UTC  (15+ messages)
` [PATCH v10 00/11] "
  ` [PATCH v10 01/11] rockchip-mailbox: Remove unneeded MODULE_DEVICE_TABLE
  ` [PATCH v10 02/11] scsi/BusLogic: Always include device id table
  ` [PATCH v10 03/11] stmpe-spi: Fix MODULE_DEVICE_TABLE entries
  ` [PATCH v10 04/11] module.h: MODULE_DEVICE_TABLE for built-in modules
  ` [PATCH v10 05/11] modpost: Track module name "
  ` [PATCH v10 06/11] modpost: Add -b option for emitting built-in aliases
  ` [PATCH v10 07/11] file2alias.c: Implement builtin.alias generation
  ` [PATCH v10 08/11] build: Add modules.builtin.alias
  ` [PATCH v10 09/11] Documentation: Include modules.builtin.alias
  ` [PATCH v10 10/11] Documentation: Update writing_usb_driver 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  (15+ messages)
` [RFC 1/2] module: add debugging auto-load duplicate module support
` [RFC 2/2] kread: avoid duplicates

[PATCH v3 0/4] module: avoid userspace pressure on unwanted allocations
 2023-04-18 18:37 UTC  (9+ messages)
` [PATCH v3 1/4] module: fix kmemleak annotations for non init ELF sections
` [PATCH v3 2/4] module: extract patient module check into helper
` [PATCH v3 3/4] module: add debug stats to help identify memory pressure
  ` [PATCH v4] "
` [PATCH v3 4/4] module: avoid allocation if module is already present and ready

[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  (8+ messages)
` [PATCH v2 1/3] kmod: modprobe: Remove holders recursively
` [PATCH v2 2/3] testsuite: delete_module: Roughly implement fake-removal in sysfs tree
` [PATCH v2 3/3] testsuite: modprobe: Add test for --remove-holders

[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  (6+ messages)
` [PATCH v3 1/2] Change DEFINE_SEMAPHORE() to take a number argument
` [PATCH v3 2/2] modules/kmod: replace implementation with a semaphore

[PATCH 0/3] Modify is_arm_mapping_symbol() related code
 2023-04-14  0:16 UTC  (3+ messages)

[PATCH 10/17] tty: remove MODULE_LICENSE in non-modules
 2023-04-13 20:24 UTC  (11+ messages)

[PATCH v2 0/2] kmod: simplify with a semaphore
 2023-04-13 16:38 UTC  (12+ messages)
` [PATCH v2 1/2] Change DEFINE_SEMAPHORE() to take a number argument
` [PATCH v2 2/2] modules/kmod: replace implementation with a sempahore

kmemleaks on ac3b43283923 ("module: replace module_layout with module_memory")
 2023-04-12 17:22 UTC  (14+ messages)

[PATCH v2 0/6] module: avoid userspace pressure on unwanted allocations
 2023-04-11 17:06 UTC  (23+ messages)
` [PATCH v2 1/6] module: fix kmemleak annotations for non init ELF sections
` [PATCH v2 2/6] module: move finished_loading()
` [PATCH v2 3/6] module: extract patient module check into helper
` [PATCH v2 4/6] module: avoid allocation if module is already present and ready
` [PATCH v2 5/6] debugfs: add debugfs_create_atomic64_t for atomic64_t
` [PATCH v2 6/6] module: add debug stats to help identify memory pressure

Per-process flag set via prctl() to deny module loading?
 2023-04-10 21:25 UTC  (6+ messages)

[PATCH bpf-next] kallsyms: Disable preemption for find_kallsyms_symbol_value
 2023-04-06 14:56 UTC  (6+ messages)

[PATCH bpf-next v2] kallsyms: move module-related functions under correct configs
 2023-04-06  4:40 UTC  (2+ messages)

[PATCH 00/20] MODULE_LICENSE removals, fifth tranche
 2023-04-05 13:09 UTC  (3+ messages)
` [PATCH 20/20] soc/tegra: cbb: remove MODULE_LICENSE in non-modules
  ` (subset) "

[PATCH 00/24] MODULE_LICENSE removals, second tranche
 2023-04-05 13:09 UTC  (3+ messages)
` [PATCH 09/24] kbuild, ARM: tegra: remove MODULE_LICENSE in non-modules
  ` (subset) "

[RFC/RFT,V2] CFI: Add support for gcc CFI in aarch64
 2023-04-05 11:49 UTC  (5+ messages)

[PATCH 03/40] nvmem: xilinx: zynqmp: make modular
 2023-04-04 17:21 UTC 

[PATCH 3/3] module: Ignore L0 and rename is_arm_mapping_symbol()
 2023-04-04 11:01 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).