linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-25 17:18:33 to 2024-08-26 06:57:56 UTC [more...]

[PATCH v2 0/8] x86/module: use large ROX pages for text allocations
 2024-08-26  6:55 UTC  (9+ messages)
` [PATCH v2 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v2 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v2 3/8] asm-generic: introduce text-patching.h
` [PATCH v2 4/8] module: prepare to handle ROX allocations for text
` [PATCH v2 5/8] ftrace: Add swap_func to ftrace_process_locs()
` [PATCH v2 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v2 7/8] execmem: add support for cache of large ROX pages
` [PATCH v2 8/8] x86/module: enable ROX caches for module text

[PATCH v2] rust: add `module_params` macro
 2024-08-25  7:09 UTC  (6+ messages)

[PATCH v7 1/4] kbuild: add mod(name,file)_flags to assembler flags for module objects
 2024-08-24 16:44 UTC  (17+ messages)
` [PATCH v7 2/4] kbuild: generate offset range data for builtin modules
` [PATCH v7 3/4] scripts: add verifier script for builtin module range data
` [PATCH v7 4/4] module: add install target for modules.builtin.ranges
` [PATCH v7 0/4] Generate address range data for built-in modules
` [PATCH v8 "
  ` [PATCH v8 1/4] kbuild: add mod(name,file)_flags to assembler flags for module objects
  ` [PATCH v8 2/4] kbuild: generate offset range data for builtin modules
  ` [PATCH v8 3/4] scripts: add verifier script for builtin module range data
  ` [PATCH v8 4/4] module: add install target for modules.builtin.ranges

[PATCH v2 00/19] Implement DWARF modversions
 2024-08-24 13:29 UTC  (47+ messages)
` [PATCH v2 01/19] tools: Add gendwarfksyms
` [PATCH v2 02/19] gendwarfksyms: Add symbol list handling
` [PATCH v2 03/19] gendwarfksyms: Add address matching
` [PATCH v2 04/19] gendwarfksyms: Add support for type pointers
` [PATCH v2 05/19] gendwarfksyms: Expand base_type
` [PATCH v2 06/19] gendwarfksyms: Add a cache for processed DIEs
` [PATCH v2 07/19] gendwarfksyms: Expand type modifiers and typedefs
` [PATCH v2 08/19] gendwarfksyms: Expand subroutine_type
` [PATCH v2 09/19] gendwarfksyms: Expand array_type
` [PATCH v2 10/19] gendwarfksyms: Expand structure types
` [PATCH v2 11/19] gendwarfksyms: Limit structure expansion
` [PATCH v2 12/19] gendwarfksyms: Add die_map debugging
` [PATCH v2 13/19] gendwarfksyms: Add symtypes output
` [PATCH v2 14/19] gendwarfksyms: Add symbol versioning
` [PATCH v2 15/19] gendwarfksyms: Add support for declaration-only data structures
` [PATCH v2 16/19] gendwarfksyms: Add support for reserved structure fields
` [PATCH v2 17/19] export: Add __gendwarfksyms_ptr_ references to exported symbols
` [PATCH v2 18/19] x86/asm-prototypes: Include <asm/ptrace.h>
` [PATCH v2 19/19] kbuild: Add gendwarfksyms as an alternative to genksyms

[PATCH v9 0/4] Generate address range data for built-in modules
 2024-08-24  3:37 UTC  (5+ messages)
` [PATCH v9 1/4] kbuild: add mod(name,file)_flags to assembler flags for module objects
` [PATCH v9 2/4] kbuild: generate offset range data for builtin modules
` [PATCH v9 3/4] scripts: add verifier script for builtin module range data
` [PATCH v9 4/4] module: add install target for modules.builtin.ranges

[PATCH kmod v5 5/5] libkmod, depmod, modprobe: Make directory for kernel modules configurable
 2024-08-23 14:29 UTC  (11+ messages)
` [PATCH 0/2] kmod /usr support

[PATCH] MAINTAINERS: scale modules with more reviewers
 2024-08-23 14:28 UTC  (4+ messages)

[PATCH 0/5] page allocation tag compression
 2024-08-20 18:35 UTC  (16+ messages)
` [PATCH 1/5] alloc_tag: load module tags into separate continuous memory
` [PATCH 2/5] alloc_tag: eliminate alloc_tag_ref_set
` [PATCH 3/5] alloc_tag: introduce pgalloc_tag_ref to abstract page tag references
` [PATCH 4/5] alloc_tag: make page allocation tag reference size configurable
` [PATCH 5/5] alloc_tag: config to store page allocation tag refs in page flags

[PATCH v6 0/4] Generate address range data for built-in modules
 2024-08-20 15:51 UTC  (9+ messages)
` [PATCH v6 1/4] kbuild: add mod(name,file)_flags to assembler flags for module objects
` [PATCH v6 2/4] kbuild, kconfig: generate offset range data for builtin modules
` [PATCH v6 3/4] scripts: add verifier script for builtin module range data
` [PATCH v6 4/4] module: add install target for modules.builtin.ranges

[PATCH v3 01/16] module: Take const arg in validate_section_offset
 2024-08-20  2:46 UTC  (17+ messages)
` [PATCH v3 02/16] module: Factor out elf_validity_ehdr
` [PATCH v3 03/16] module: Factor out elf_validity_cache_sechdrs
` [PATCH v3 04/16] module: Factor out elf_validity_cache_secstrings
` [PATCH v3 05/16] module: Factor out elf_validity_cache_index_info
` [PATCH v3 06/16] module: Factor out elf_validity_cache_index_mod
` [PATCH v3 07/16] module: Factor out elf_validity_cache_index_sym
` [PATCH v3 08/16] module: Factor out elf_validity_cache_index_str
` [PATCH v3 09/16] module: Group section index calculations together
` [PATCH v3 10/16] module: Factor out elf_validity_cache_strtab
` [PATCH v3 11/16] module: Additional validation in elf_validity_cache_strtab
` [PATCH v3 12/16] module: Reformat struct for code style
` [PATCH v3 14/16] modules: Support extended MODVERSIONS info

[PATCH 0/2] module: Split modules_install compression and in-kernel decompression
 2024-08-19 22:14 UTC  (6+ messages)
` [PATCH 1/2] "

[PATCH] rust: add `module_params` macro
 2024-08-19 21:59 UTC  (20+ messages)

[PATCH] build: Add mod-weakdep.ko to cache
 2024-08-16 13:44 UTC 

the prebuilt mod-weakdep.o is missing
 2024-08-16 13:38 UTC  (2+ messages)

[PATCH v5 0/4] Generate address range data for built-in modules
 2024-08-15  1:02 UTC  (13+ messages)
` [PATCH v5 1/4] kbuild: add mod(name,file)_flags to assembler flags for module objects
` [PATCH v5 2/4] kbuild, kconfig: generate offset range data for builtin modules
` [PATCH v5 3/4] scripts: add verifier script for builtin module range data

[PATCH v4 0/3] Generate address range data for built-in modules
 2024-08-14 14:26 UTC  (9+ messages)
` [PATCH v4 1/3] kbuild: add mod(name,file)_flags to assembler flags for module objects
` [PATCH v4 2/3] kbuild, kconfig: generate offset range data for builtin modules

[PATCH v2 2/3] tracing/fprobe: Support raw tracepoint events on modules
 2024-08-14  2:01 UTC  (2+ messages)

[ANNOUNCE] kmod 33
 2024-08-13 17:25 UTC 

[PATCH kmod] libkmod: avoid undefined behaviour in libkmod-builtin.c:get_string
 2024-08-13 17:19 UTC  (2+ messages)

[PATCH] driver core: Fix a null-ptr-deref in module_add_driver()
 2024-08-12 10:22 UTC  (3+ messages)

[PATCH kmod 0/2] Couple of SPDX fixes
 2024-08-10 16:09 UTC  (5+ messages)
` [PATCH kmod 1/2] m4: reinstate CC_CHECK_FLAG_APPEND summary
` [PATCH kmod 2/2] m4: remove verbose license exception clause
  ` [PATCH] "

[PATCH 00/15] Implement MODVERSIONS for Rust
 2024-08-01 19:38 UTC  (8+ messages)

[PATCH 0/4] Add module_subinit{_noexit} and module_subeixt helper macros
 2024-07-29 18:57 UTC  (22+ messages)
` [PATCH 1/4] module: "

[PATCH v2 0/3] Use SPDX
 2024-07-26 17:56 UTC  (4+ messages)
` [PATCH v2 1/3] Use SPDX header for license

[PATCH] module: Add hard dependencies as syntactic sugar
 2024-07-25 19:32 UTC  (5+ 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).