linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-19 07:28:34 to 2023-06-16 18:18:59 UTC [more...]

[PATCH v2 00/12] mm: jit/text allocator
 2023-06-16 18:18 UTC  (21+ messages)
` [PATCH v2 01/12] nios2: define virtual address space for modules
` [PATCH v2 02/12] mm: introduce execmem_text_alloc() and jit_text_alloc()
` [PATCH v2 03/12] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v2 04/12] mm/execmem, arch: convert remaining "
` [PATCH v2 05/12] modules, execmem: drop module_alloc
` [PATCH v2 06/12] mm/execmem: introduce execmem_data_alloc()
` [PATCH v2 07/12] arm64, execmem: extend execmem_params for generated code definitions
` [PATCH v2 08/12] riscv: extend execmem_params for kprobes allocations
` [PATCH v2 09/12] powerpc: "
` [PATCH v2 10/12] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v2 11/12] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v2 12/12] kprobes: remove dependcy on CONFIG_MODULES

[PATCH 5/5] libkmod: Use kernel decompression when available
 2023-06-16  5:12 UTC  (3+ messages)

[PATCH v2] libkmod: Do not inititialize file->memory on open
 2023-06-16  5:00 UTC 

[PATCH 0/2] module: Do some small changes
 2023-06-16  1:51 UTC  (3+ messages)
` [PATCH 1/2] module: Make is_mapping_symbol() return bool
` [PATCH 2/2] module: Make is_valid_name() "

[PATCH 00/13] mm: jit/text allocator
 2023-06-13 22:16 UTC  (54+ messages)
` [PATCH 01/13] nios2: define virtual address space for modules
` [PATCH 02/13] mm: introduce jit_text_alloc() and use it instead of module_alloc()
` [PATCH 03/13] mm/jitalloc, arch: convert simple overrides of module_alloc to jitalloc
` [PATCH 04/13] mm/jitalloc, arch: convert remaining "
` [PATCH 05/13] module, jitalloc: drop module_alloc
` [PATCH 06/13] mm/jitalloc: introduce jit_data_alloc()
` [PATCH 07/13] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH 08/13] arch: make jitalloc setup available regardless of CONFIG_MODULES
` [PATCH 09/13] kprobes: remove dependcy on CONFIG_MODULES
` [PATCH 10/13] modules, jitalloc: prepare to allocate executable memory as ROX
` [PATCH 11/13] ftrace: Add swap_func to ftrace_process_locs()
` [PATCH 12/13] x86/jitalloc: prepare to allocate exectuatble memory as ROX
` [PATCH 13/13] x86/jitalloc: make memory allocated for code ROX

[PATCH 0/5] libkmod: Use kernel decompression support
 2023-06-06 19:01 UTC  (13+ messages)
` [PATCH 1/5] libkmod: Do not inititialize file->memory on open
` [PATCH 2/5] libkmod: Extract finit_module vs init_module paths
` [PATCH 3/5] libkmod: Keep track of compression type
` [PATCH 4/5] libkmod: Keep track of in-kernel compression support
` [PATCH 5/5] libkmod: Use kernel decompression when available

[PATCH] selftests: allow runners to override the timeout
 2023-06-05 19:01 UTC  (5+ messages)

[PATCH 0/2] module: avoid all memory pressure due to duplicates
 2023-06-05 15:28 UTC  (48+ messages)
` [PATCH 1/2] fs/kernel_read_file: add support for duplicate detection
` [PATCH 2/2] module: add support to avoid duplicates early on load

[PATCH] module: fix module load for ia64
 2023-06-04 21:34 UTC  (5+ messages)

[GIT PULL] Modules fixes for v6.4-rc5 second pull request
 2023-06-02 11:29 UTC  (2+ messages)

[PATCH] module/decompress: Fix error checking on zstd decompression
 2023-06-01 21:40 UTC  (2+ messages)

[PATCH] shared: fix warning reported by UBSan
 2023-05-31  5:39 UTC  (5+ messages)
` [PATCH] shared: avoid passing {NULL, 0} array to bsearch()

[GIT PULL] Modules changes for v6.4-rc5
 2023-05-30 21:19 UTC  (2+ messages)

[PATCH] libkmod: fix possible out-of-bounds memory access
 2023-05-30 19:58 UTC  (3+ messages)

[PATCH] modprobe: prefer -ENODATA over -ENOENT if no section found
 2023-05-30 19:55 UTC  (4+ messages)
` [PATCH] libkmod: "
  ` [PATCH] libkmod, depmod: "

[PATCH 1/1] kallsyms: remove unsed API lookup_symbol_attrs
 2023-05-26 22:10 UTC  (3+ messages)

[PATCH] kallsyms: remove unused arch_get_kallsym() helper
 2023-05-26 17:39 UTC  (9+ messages)

[linus:master] [module] 8660484ed1: WARNING:at_kernel/module/dups.c:#kmod_dup_request_exists_wait
 2023-05-25  6:41 UTC  (5+ messages)

[PATCH modules-next v10 00/13] kallsyms: reliable symbol->address lookup with /proc/kallmodsyms
 2023-05-24 15:02 UTC  (5+ messages)

[PATCH v9 00/10] Generate modules.builtin.alias from match ids
 2023-05-24  7:02 UTC  (15+ messages)
` [PATCH v10 00/11] "
  ` [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] modules/firmware: add a new option to denote a firmware group to choose one
 2023-05-24  5:40 UTC  (10+ messages)

[PATCH] module: Remove preempt_disable() from module reference counting
 2023-05-24  5:23 UTC  (2+ messages)

[GIT PULL] Modules fixes for v6.4-rc4
 2023-05-22 23:33 UTC  (2+ messages)

[PATCH] module: Fix use-after-free bug in read_file_mod_stats()
 2023-05-22 21:21 UTC  (2+ messages)

[PATCH] depmod: simplify and cleanup depmod_modules_sort()
 2023-05-21  9:41 UTC 

[PATCH] shared, tools: introduce and use array iterator
 2023-05-19  8:54 UTC 


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