messages from 2024-09-24 21:20:38 to 2024-10-16 12:25:39 UTC [more...]
[PATCH v6 0/8] x86/module: use large ROX pages for text allocations
2024-10-16 12:24 UTC (4+ messages)
` [PATCH v6 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v6 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v6 3/8] asm-generic: introduce text-patching.h
[PATCH v5 0/8] x86/module: use large ROX pages for text allocations
2024-10-16 10:40 UTC (39+ 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 v5 7/8] execmem: add support for cache of large ROX pages
` [PATCH v5 8/8] x86/module: enable ROX caches for module text
` Bisected: "
[PATCH v3 0/5] page allocation tag compression
2024-10-16 5:33 UTC (30+ messages)
` [PATCH v3 1/5] maple_tree: add mas_for_each_rev() helper
` [PATCH v3 2/5] alloc_tag: load module tags into separate contiguous memory
` [PATCH v3 3/5] alloc_tag: populate memory for module tags as needed
` [PATCH v3 4/5] alloc_tag: introduce pgalloc_tag_ref to abstract page tag references
` [PATCH v3 5/5] alloc_tag: config to store page allocation tag refs in page flags
[PATCH v5 00/16] Extended MODVERSIONS Support
2024-10-15 23:22 UTC (30+ 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
[PATCH v6 0/5] Extended MODVERSIONS Support
2024-10-15 23:19 UTC (6+ messages)
` [PATCH v6 1/5] export_report: Rehabilitate script
` [PATCH v6 2/5] modules: Support extended MODVERSIONS info
` [PATCH v6 3/5] export_report: Tolerate additional `.mod.c` content
` [PATCH v6 4/5] modpost: Produce extended MODVERSIONS information
` [PATCH v6 5/5] export_report: Use new version info format
[PATCH 00/12] Module Validation Refactor
2024-10-15 23:16 UTC (13+ messages)
` [PATCH 01/12] module: Take const arg in validate_section_offset
` [PATCH 02/12] module: Factor out elf_validity_ehdr
` [PATCH 03/12] module: Factor out elf_validity_cache_sechdrs
` [PATCH 04/12] module: Factor out elf_validity_cache_secstrings
` [PATCH 05/12] module: Factor out elf_validity_cache_index_info
` [PATCH 06/12] module: Factor out elf_validity_cache_index_mod
` [PATCH 07/12] module: Factor out elf_validity_cache_index_sym
` [PATCH 08/12] module: Factor out elf_validity_cache_index_str
` [PATCH 09/12] module: Group section index calculations together
` [PATCH 10/12] module: Factor out elf_validity_cache_strtab
` [PATCH 11/12] module: Additional validation in elf_validity_cache_strtab
` [PATCH 12/12] module: Reformat struct for code style
[PATCH kdevops] defconfig: add linux-modules-kpd defconfig symlink
2024-10-12 18:50 UTC
[PATCH v4 00/19] Implement DWARF modversions
2024-10-12 0:30 UTC (22+ 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
[RFC PATCH v1] module: sign with sha512 by default to avoid build errors
2024-10-11 23:14 UTC (11+ messages)
[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 (24+ messages)
` [PATCH v3 01/20] scripts: import more list macros
` [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 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
[GIT PULL] Modules changes for v6.12-rc1
2024-09-28 16:45 UTC (2+ messages)
[PATCH v4 03/16] module: Factor out elf_validity_cache_sechdrs
2024-09-25 23:42 UTC (15+ messages)
` [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 v4 01/16] module: Take const arg in validate_section_offset
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).