messages from 2024-09-04 16:35:41 to 2024-10-09 18:10:35 UTC [more...]
[PATCH v5 0/8] x86/module: use large ROX pages for text allocations
2024-10-09 18:08 UTC (7+ messages)
` [PATCH v5 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v5 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v5 3/8] asm-generic: introduce text-patching.h
` [PATCH v5 4/8] module: prepare to handle ROX allocations for text
` [PATCH v5 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v5 6/8] x86/module: perpare module loading for ROX allocations of text
[PATCH v4 00/19] Implement DWARF modversions
2024-10-08 18:38 UTC (20+ messages)
` [PATCH v4 01/19] scripts: move genksyms crc32 implementation to a common include
` [PATCH v4 02/19] tools: Add gendwarfksyms
` [PATCH v4 03/19] gendwarfksyms: Add address matching
` [PATCH v4 04/19] gendwarfksyms: Expand base_type
` [PATCH v4 05/19] gendwarfksyms: Add a cache for processed DIEs
` [PATCH v4 06/19] gendwarfksyms: Expand type modifiers and typedefs
` [PATCH v4 07/19] gendwarfksyms: Expand subroutine_type
` [PATCH v4 08/19] gendwarfksyms: Expand array_type
` [PATCH v4 09/19] gendwarfksyms: Expand structure types
` [PATCH v4 10/19] gendwarfksyms: Limit structure expansion
` [PATCH v4 11/19] gendwarfksyms: Add die_map debugging
` [PATCH v4 12/19] gendwarfksyms: Add symtypes output
` [PATCH v4 13/19] gendwarfksyms: Add symbol versioning
` [PATCH v4 14/19] gendwarfksyms: Add support for kABI rules
` [PATCH v4 15/19] gendwarfksyms: Add support for reserved and ignored fields
` [PATCH v4 16/19] gendwarfksyms: Add support for symbol type pointers
` [PATCH v4 17/19] export: Add __gendwarfksyms_ptr_ references to exported symbols
` [PATCH v4 18/19] kbuild: Add gendwarfksyms as an alternative to genksyms
` [PATCH v4 19/19] Documentation/kbuild: Add DWARF module versioning
[PATCH v4 0/8] x86/module: use large ROX pages for text allocations
2024-10-08 6:19 UTC (11+ messages)
` [PATCH v4 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v4 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v4 3/8] asm-generic: introduce text-patching.h
` [PATCH v4 4/8] module: prepare to handle ROX allocations for text
` [PATCH v4 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v4 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v4 7/8] execmem: add support for cache of large ROX pages
` [PATCH v4 8/8] x86/module: enable ROX caches for module text
[PATCH v3 00/20] Implement DWARF modversions
2024-10-06 17:36 UTC (35+ messages)
` [PATCH v3 01/20] scripts: import more list macros
` [PATCH v3 02/20] scripts: move genksyms crc32 implementation to a common include
` [PATCH v3 03/20] tools: Add gendwarfksyms
` [PATCH v3 04/20] gendwarfksyms: Add address matching
` [PATCH v3 05/20] gendwarfksyms: Expand base_type
` [PATCH v3 06/20] gendwarfksyms: Add a cache for processed DIEs
` [PATCH v3 07/20] gendwarfksyms: Expand type modifiers and typedefs
` [PATCH v3 08/20] gendwarfksyms: Expand subroutine_type
` [PATCH v3 09/20] gendwarfksyms: Expand array_type
` [PATCH v3 10/20] gendwarfksyms: Expand structure types
` [PATCH v3 11/20] gendwarfksyms: Limit structure expansion
` [PATCH v3 12/20] gendwarfksyms: Add die_map debugging
` [PATCH v3 13/20] gendwarfksyms: Add symtypes output
` [PATCH v3 14/20] gendwarfksyms: Add symbol versioning
` [PATCH v3 15/20] gendwarfksyms: Add support for kABI rules
` [PATCH v3 16/20] gendwarfksyms: Add support for reserved and ignored fields
` [PATCH v3 17/20] gendwarfksyms: Add support for symbol type pointers
` [PATCH v3 18/20] export: Add __gendwarfksyms_ptr_ references to exported symbols
` [PATCH v3 19/20] kbuild: Add gendwarfksyms as an alternative to genksyms
` [PATCH v3 20/20] Documentation/kbuild: Add DWARF module versioning
[PATCH v2] vhost/vsock: specify module version
2024-10-03 20:55 UTC (2+ messages)
Issues in man pages of kmod
2024-09-29 10:11 UTC
[PATCH v5 00/16] Extended MODVERSIONS Support
2024-09-28 21:35 UTC (21+ messages)
` [PATCH v5 01/16] module: Take const arg in validate_section_offset
` [PATCH v5 02/16] module: Factor out elf_validity_ehdr
` [PATCH v5 03/16] module: Factor out elf_validity_cache_sechdrs
` [PATCH v5 04/16] module: Factor out elf_validity_cache_secstrings
` [PATCH v5 05/16] module: Factor out elf_validity_cache_index_info
` [PATCH v5 06/16] module: Factor out elf_validity_cache_index_mod
` [PATCH v5 07/16] module: Factor out elf_validity_cache_index_sym
` [PATCH v5 08/16] module: Factor out elf_validity_cache_index_str
` [PATCH v5 09/16] module: Group section index calculations together
` [PATCH v5 10/16] module: Factor out elf_validity_cache_strtab
` [PATCH v5 11/16] module: Additional validation in elf_validity_cache_strtab
` [PATCH v5 12/16] module: Reformat struct for code style
` [PATCH v5 13/16] export_report: Rehabilitate script
` [PATCH v5 14/16] modules: Support extended MODVERSIONS info
` [PATCH v5 15/16] modpost: Produce extended modversion information
` [PATCH v5 16/16] export_report: Use new version info format
[GIT PULL] Modules changes for v6.12-rc1
2024-09-28 16:45 UTC (2+ messages)
[PATCH v4 01/16] module: Take const arg in validate_section_offset
2024-09-25 23:42 UTC (16+ messages)
` [PATCH v4 02/16] module: Factor out elf_validity_ehdr
` [PATCH v4 03/16] module: Factor out elf_validity_cache_sechdrs
` [PATCH v4 04/16] module: Factor out elf_validity_cache_secstrings
` [PATCH v4 05/16] module: Factor out elf_validity_cache_index_info
` [PATCH v4 06/16] module: Factor out elf_validity_cache_index_mod
` [PATCH v4 07/16] module: Factor out elf_validity_cache_index_sym
` [PATCH v4 08/16] module: Factor out elf_validity_cache_index_str
` [PATCH v4 09/16] module: Group section index calculations together
` [PATCH v4 10/16] module: Factor out elf_validity_cache_strtab
` [PATCH v4 11/16] module: Additional validation in elf_validity_cache_strtab
` [PATCH v4 12/16] module: Reformat struct for code style
` [PATCH v4 14/16] modules: Support extended MODVERSIONS info
[PATCH v9 0/4] Generate address range data for built-in modules
2024-09-20 0:24 UTC (18+ messages)
` [PATCH v10 1/4] kbuild: add mod(name,file)_flags to assembler flags for module objects
` [PATCH v10 2/4] kbuild: generate offset range data for builtin modules
` [PATCH v10 3/4] scripts: add verifier script for builtin module range data
` [PATCH v10 4/4] module: add install target for modules.builtin.ranges
[PATCH v3 0/8] x86/module: use large ROX pages for text allocations
2024-09-19 11:18 UTC (16+ messages)
` [PATCH v3 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v3 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v3 3/8] asm-generic: introduce text-patching.h
` [PATCH v3 4/8] module: prepare to handle ROX allocations for text
` [PATCH v3 5/8] ftrace: Add swap_func to ftrace_process_locs()
` [PATCH v3 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v3 7/8] execmem: add support for cache of large ROX pages
` [PATCH v3 8/8] x86/module: enable ROX caches for module text
[PATCH v2] drm: Ensure Proper Unload/Reload Order of MEI Modules for i915/Xe Driver
2024-09-13 22:21 UTC (4+ messages)
[PATCH v2 00/19] Implement DWARF modversions
2024-09-13 8:00 UTC (41+ 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 06/19] gendwarfksyms: Add a cache for processed DIEs
` [PATCH v2 08/19] gendwarfksyms: Expand subroutine_type
` [PATCH v2 11/19] gendwarfksyms: Limit structure expansion
` [PATCH v2 13/19] gendwarfksyms: Add symtypes output
` [PATCH v2 14/19] gendwarfksyms: Add symbol versioning
` [PATCH v2 16/19] gendwarfksyms: Add support for reserved structure fields
` [PATCH v2 18/19] x86/asm-prototypes: Include <asm/ptrace.h>
[PATCH v2] module: Refine kmemleak scanned areas
2024-09-11 18:20 UTC (2+ messages)
[PATCH v4 0/1] fix sysfs patch build warning and add fixes
2024-09-11 18:18 UTC (3+ messages)
` [PATCH v4 1/1] module: abort module loading when sysfs setup suffer errors
[PATCH] module: Refine kmemleak scanned areas
2024-09-09 21:25 UTC (7+ messages)
[PATCH v3 0/1] fix module sysfs patch defect
2024-09-07 22:19 UTC (5+ messages)
` [PATCH v3 1/1] module: abort module loading when sysfs setup suffer errors
[PATCH v2 0/8] x86/module: use large ROX pages for text allocations
2024-09-06 9:37 UTC (3+ messages)
` [PATCH v2 7/8] execmem: add support for cache of large ROX pages
[PATCH v2] module: abort module loading when sysfs setup suffer errors
2024-09-05 9:41 UTC (2+ messages)
[PATCH v2 0/6] page allocation tag compression
2024-09-04 21:07 UTC (21+ messages)
` [PATCH v2 5/6] alloc_tag: make page allocation tag reference size configurable
` [PATCH v2 6/6] alloc_tag: config to store page allocation tag refs in page flags
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).