Linux Modules
[Prev Page][Next Page]
- Re: [PATCH v5 37/37] memprofiling: Documentation, (continued)
- [PATCH] build: Allow to install over dirty dir,
Lucas De Marchi
- [ANNOUNCE] kmod 32, Lucas De Marchi
- [PATCH v4] modules: wait do_free_init correctly,
Changbin Du
- Automation with 0-day & kdevops,
Luis Chamberlain
- [PATCH v4 00/36] Memory allocation profiling,
Suren Baghdasaryan
- [PATCH v4 04/36] scripts/kallysms: Always include __start and __stop symbols, Suren Baghdasaryan
- [PATCH v4 05/36] fs: Convert alloc_inode_sb() to a macro, Suren Baghdasaryan
- [PATCH v4 06/36] mm: enumerate all gfp flags, Suren Baghdasaryan
- [PATCH v4 07/36] mm: introduce slabobj_ext to support slab object extensions, Suren Baghdasaryan
- [PATCH v4 08/36] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation, Suren Baghdasaryan
- [PATCH v4 09/36] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation, Suren Baghdasaryan
- [PATCH v4 10/36] slab: objext: introduce objext_flags as extension to page_memcg_data_flags, Suren Baghdasaryan
- [PATCH v4 11/36] lib: code tagging framework, Suren Baghdasaryan
- [PATCH v4 12/36] lib: code tagging module support, Suren Baghdasaryan
- [PATCH v4 13/36] lib: prevent module unloading if memory is not freed, Suren Baghdasaryan
- [PATCH v4 14/36] lib: add allocation tagging support for memory allocation profiling, Suren Baghdasaryan
- [PATCH v4 15/36] lib: introduce support for page allocation tagging, Suren Baghdasaryan
- [PATCH v4 16/36] mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tags, Suren Baghdasaryan
- [PATCH v4 17/36] change alloc_pages name in dma_map_ops to avoid name conflicts, Suren Baghdasaryan
- [PATCH v4 18/36] mm: enable page allocation tagging, Suren Baghdasaryan
- [PATCH v4 19/36] mm: create new codetag references during page splitting, Suren Baghdasaryan
- [PATCH v4 20/36] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y, Suren Baghdasaryan
- [PATCH v4 21/36] lib: add codetag reference into slabobj_ext, Suren Baghdasaryan
- [PATCH v4 22/36] mm/slab: add allocation accounting into slab allocation and free paths, Suren Baghdasaryan
- [PATCH v4 23/36] mm/slab: enable slab allocation tagging for kmalloc and friends, Suren Baghdasaryan
- [PATCH v4 24/36] rust: Add a rust helper for krealloc(), Suren Baghdasaryan
- [PATCH v4 25/36] mempool: Hook up to memory allocation profiling, Suren Baghdasaryan
- [PATCH v4 26/36] mm: percpu: Introduce pcpuobj_ext, Suren Baghdasaryan
- [PATCH v4 27/36] mm: percpu: Add codetag reference into pcpuobj_ext, Suren Baghdasaryan
- [PATCH v4 28/36] mm: percpu: enable per-cpu allocation tagging, Suren Baghdasaryan
- [PATCH v4 29/36] mm: vmalloc: Enable memory allocation profiling, Suren Baghdasaryan
- [PATCH v4 30/36] rhashtable: Plumb through alloc tag, Suren Baghdasaryan
- [PATCH v4 31/36] lib: add memory allocations report in show_mem(), Suren Baghdasaryan
- [PATCH v4 32/36] codetag: debug: skip objext checking when it's for objext itself, Suren Baghdasaryan
- [PATCH v4 33/36] codetag: debug: mark codetags for reserved pages as empty, Suren Baghdasaryan
- [PATCH v4 34/36] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations, Suren Baghdasaryan
- [PATCH v4 35/36] MAINTAINERS: Add entries for code tagging and memory allocation profiling, Suren Baghdasaryan
- [PATCH v4 36/36] memprofiling: Documentation, Suren Baghdasaryan
- Re: [PATCH v4 00/36] Memory allocation profiling, Vlastimil Babka
[PATCH kmod] man: silence autoconf warnings,
Emil Velikov via B4 Relay
[PATCH v3] modules: wait do_free_init correctly,
Changbin Du
[PATCH v2] module: Don't ignore errors from set_memory_XX(),
Christophe Leroy
[PATCH] kbuild: remove EXPERT and !COMPILE_TEST guarding from TRIM_UNUSED_KSYMS, Masahiro Yamada
[PATCH v3 00/35] Memory allocation profiling,
Suren Baghdasaryan
- [PATCH v3 01/35] lib/string_helpers: Add flags param to string_get_size(), Suren Baghdasaryan
- [PATCH v3 02/35] scripts/kallysms: Always include __start and __stop symbols, Suren Baghdasaryan
- [PATCH v3 03/35] fs: Convert alloc_inode_sb() to a macro, Suren Baghdasaryan
- [PATCH v3 04/35] mm: enumerate all gfp flags, Suren Baghdasaryan
- [PATCH v3 05/35] mm: introduce slabobj_ext to support slab object extensions, Suren Baghdasaryan
- [PATCH v3 06/35] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation, Suren Baghdasaryan
- [PATCH v3 07/35] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation, Suren Baghdasaryan
- [PATCH v3 08/35] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects, Suren Baghdasaryan
- [PATCH v3 09/35] slab: objext: introduce objext_flags as extension to page_memcg_data_flags, Suren Baghdasaryan
- [PATCH v3 10/35] lib: code tagging framework, Suren Baghdasaryan
- [PATCH v3 11/35] lib: code tagging module support, Suren Baghdasaryan
- [PATCH v3 12/35] lib: prevent module unloading if memory is not freed, Suren Baghdasaryan
- [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling, Suren Baghdasaryan
- [PATCH v3 14/35] lib: introduce support for page allocation tagging, Suren Baghdasaryan
- [PATCH v3 15/35] mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tags, Suren Baghdasaryan
- [PATCH v3 16/35] change alloc_pages name in dma_map_ops to avoid name conflicts, Suren Baghdasaryan
- [PATCH v3 18/35] mm: create new codetag references during page splitting, Suren Baghdasaryan
- [PATCH v3 17/35] mm: enable page allocation tagging, Suren Baghdasaryan
- [PATCH v3 19/35] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y, Suren Baghdasaryan
- [PATCH v3 20/35] lib: add codetag reference into slabobj_ext, Suren Baghdasaryan
- [PATCH v3 21/35] mm/slab: add allocation accounting into slab allocation and free paths, Suren Baghdasaryan
- [PATCH v3 22/35] mm/slab: enable slab allocation tagging for kmalloc and friends, Suren Baghdasaryan
- [PATCH v3 23/35] mm/slub: Mark slab_free_freelist_hook() __always_inline, Suren Baghdasaryan
- [PATCH v3 24/35] mempool: Hook up to memory allocation profiling, Suren Baghdasaryan
- [PATCH v3 25/35] xfs: Memory allocation profiling fixups, Suren Baghdasaryan
- [PATCH v3 26/35] mm: percpu: Introduce pcpuobj_ext, Suren Baghdasaryan
- [PATCH v3 27/35] mm: percpu: Add codetag reference into pcpuobj_ext, Suren Baghdasaryan
- [PATCH v3 28/35] mm: percpu: enable per-cpu allocation tagging, Suren Baghdasaryan
- [PATCH v3 29/35] mm: vmalloc: Enable memory allocation profiling, Suren Baghdasaryan
- [PATCH v3 30/35] rhashtable: Plumb through alloc tag, Suren Baghdasaryan
- [PATCH v3 31/35] lib: add memory allocations report in show_mem(), Suren Baghdasaryan
- [PATCH v3 32/35] codetag: debug: skip objext checking when it's for objext itself, Suren Baghdasaryan
- [PATCH v3 33/35] codetag: debug: mark codetags for reserved pages as empty, Suren Baghdasaryan
- [PATCH v3 34/35] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations, Suren Baghdasaryan
- [PATCH v3 35/35] MAINTAINERS: Add entries for code tagging and memory allocation profiling, Suren Baghdasaryan
- Re: [PATCH v3 00/35] Memory allocation profiling, Pasha Tatashin
- Re: [PATCH v3 00/35] Memory allocation profiling, Kees Cook
- Re: [PATCH v3 00/35] Memory allocation profiling, Michal Hocko
- Re: [PATCH v3 00/35] Memory allocation profiling, Johannes Weiner
- Re: [PATCH v3 00/35] Memory allocation profiling, Andy Shevchenko
- Re: [PATCH v3 00/35] Memory allocation profiling, Tim Chen
- Re: [PATCH v3 00/35] Memory allocation profiling, Jani Nikula
[PATCH kmod 00/13] Load compressed modules with compression-less kmod,
Emil Velikov via B4 Relay
- [PATCH kmod 01/13] libkmod: use a dup()'d fd for zlib, Emil Velikov via B4 Relay
- [PATCH kmod 02/13] libkmod: keep gzFile gzf local to load_zlib(), Emil Velikov via B4 Relay
- [PATCH kmod 05/13] libkmod: nuke struct file_ops, Emil Velikov via B4 Relay
- [PATCH kmod 04/13] libkmod: clear file->memory if map fails, Emil Velikov via B4 Relay
- [PATCH kmod 06/13] libkmod: propagate {zstd,xz,zlib}_load errors, Emil Velikov via B4 Relay
- [PATCH kmod 07/13] libkmod: move kmod_file_load_contents as applicable, Emil Velikov via B4 Relay
- [PATCH kmod 09/13] libkmod: swap alloca usage for a few assert_cc, Emil Velikov via B4 Relay
- [PATCH kmod 03/13] libkmod: remove kmod_file::{zstd,xz}_used flags, Emil Velikov via B4 Relay
- [PATCH kmod 10/13] libkmod: tidy-up kmod_file_open(), Emil Velikov via B4 Relay
- [PATCH kmod 08/13] libkmod: always detect the module compression, Emil Velikov via B4 Relay
- [PATCH kmod 13/13] libkmod: always fallback to do_init_module(), Emil Velikov via B4 Relay
- [PATCH kmod 11/13] libkmod: move load_reg() further up, Emil Velikov via B4 Relay
- [PATCH kmod 12/13] libkmod: keep KMOD_FILE_COMPRESSION_NONE/load_reg in comp_types, Emil Velikov via B4 Relay
[PATCH kmod] Remove unmaintained experimental tools,
Emil Velikov via B4 Relay
[PATCH 0/4] Drop what's not maintained,
Lucas De Marchi
[PATCH v1] module.h: define __symbol_get_gpl() as a regular __symbol_get(),
Andrew Kanner
[RFC PATCH] kernel/module: add a safer implementation of try_module_get(),
Marco Pagani
[PATCH v2 0/3] modules: few of alignment fixes,
Luis Chamberlain
[RESEND PATCH v2] modules: wait do_free_init correctly,
Changbin Du
[PATCH 0/2] Polish module_directory help string, install symlinks,
Emil Velikov via B4 Relay
[PATCH] kbuild: detect depmod version to exclude new SHA3 module signing options,
Russell King (Oracle)
[syzbot] [modules?] INFO: task hung in _vm_unmap_aliases (3), syzbot
[GIT PULL] Modules changes for v6.8-rc1,
Luis Chamberlain
[PATCH RFC 00/12] x86 NUMA-aware kernel replication,
artem.kuzin
- [PATCH RFC 07/12] x86: enable per-NUMA node kernel text and rodata replication, artem.kuzin
- [PATCH RFC 09/12] x86: add support of NUMA replication for efi page tables, artem.kuzin
- [PATCH RFC 06/12] x86: align kernel text and rodata using HUGE_PAGE boundary, artem.kuzin
- [PATCH RFC 05/12] x86: enable memory protection for replicated memory, artem.kuzin
- [PATCH RFC 08/12] x86: make kernel text patching aware about replicas, artem.kuzin
- [PATCH RFC 10/12] mm: add replicas allocation support for vmalloc, artem.kuzin
- [PATCH RFC 12/12] mm: set memory permissions for BPF handlers replicas, artem.kuzin
- [PATCH RFC 11/12] x86: add kernel modules text and rodata replication support, artem.kuzin
- [PATCH RFC 01/12] mm: allow per-NUMA node local PUD/PMD allocation, artem.kuzin
- [PATCH RFC 02/12] mm: add config option and per-NUMA node VMS support, artem.kuzin
- [PATCH RFC 03/12] mm: per-NUMA node replication core infrastructure, artem.kuzin
- [PATCH RFC 04/12] x86: add support of memory protection for NUMA replicas, artem.kuzin
- Re: [PATCH RFC 00/12] x86 NUMA-aware kernel replication, Russell King (Oracle)
- Re: [PATCH RFC 00/12] x86 NUMA-aware kernel replication, Garg, Shivank
[PATCH v2] modules: wait do_free_init correctly, Changbin Du
[PATCH] kernel/module: improve documentation for try_module_get(),
Marco Pagani
[PATCH 1/3] init: Declare rodata_enabled and mark_rodata_ro() at all time,
Christophe Leroy
[PATCH 1/3] module: Use set_memory_rox(),
Christophe Leroy
[PATCH] modules: wait do_free_init correctly,
Changbin Du
Re: Building signed debs,
Masahiro Yamada
[PATCH] configure: set docdir in GTK_DOC_CHECK, ross . burton
[PATCH] module: Remove redundant TASK_UNINTERRUPTIBLE,
Kevin Hao
[PATCH 0/6] Generate address range data for built-in modules,
Kris Van Hees
[PATCH kmod 1/3] Add kmod_new_flags() variant of kmod_new(), with abiver 32,
Ahelenia Ziemiańska
[PATCH] init: move THIS_MODULE from <linux/export.h> to <linux/init.h>,
Masahiro Yamada
[PATCH 0/4] Section alignment issues?,
deller
[PATCH v6 05/13] x86/bugs: Rename RETPOLINE to MITIGATION_RETPOLINE,
Breno Leitao
[PATCH v3 0/5] params: harden string ops and allocatio ops,
Andy Shevchenko
[PATCH v2 0/5] MODVERSIONS + RUST Redux,
Matthew Maurer
[PATCH 2/3] modpost: Extended modversion support,
Matthew Maurer
[PATCH 3/3] rust: Require RUST_MODULES for module support, Matthew Maurer
[PATCH] lib/test_kmod: fix kernel-doc warnings,
Randy Dunlap
[GIT PULL] Modules changes for v6.7-rc1,
Luis Chamberlain
[PATCH kmod] libkmod: remove pkcs7 obj_to_hash_algo(),
Dimitri John Ledkov
[PATCH] docs: module-signing: adjust guide after sha1 and sha224 support is gone,
Lukas Bulwahn
[PATCH v2 00/39] Memory allocation profiling,
Suren Baghdasaryan
- [PATCH v2 01/39] lib/string_helpers: Add flags param to string_get_size(), Suren Baghdasaryan
- [PATCH v2 03/39] fs: Convert alloc_inode_sb() to a macro, Suren Baghdasaryan
- [PATCH v2 02/39] scripts/kallysms: Always include __start and __stop symbols, Suren Baghdasaryan
- [PATCH v2 05/39] prandom: Remove unused include, Suren Baghdasaryan
- [PATCH v2 04/39] nodemask: Split out include/linux/nodemask_types.h, Suren Baghdasaryan
- [PATCH v2 06/39] mm: enumerate all gfp flags, Suren Baghdasaryan
- [PATCH v2 07/39] mm: introduce slabobj_ext to support slab object extensions, Suren Baghdasaryan
- [PATCH v2 08/39] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation, Suren Baghdasaryan
- [PATCH v2 10/39] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects, Suren Baghdasaryan
- [PATCH v2 09/39] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation, Suren Baghdasaryan
- [PATCH v2 11/39] slab: objext: introduce objext_flags as extension to page_memcg_data_flags, Suren Baghdasaryan
- [PATCH v2 12/39] lib: code tagging framework, Suren Baghdasaryan
- [PATCH v2 13/39] lib: code tagging module support, Suren Baghdasaryan
- [PATCH v2 14/39] lib: prevent module unloading if memory is not freed, Suren Baghdasaryan
- [PATCH v2 15/39] lib: add allocation tagging support for memory allocation profiling, Suren Baghdasaryan
- [PATCH v2 16/39] lib: introduce support for page allocation tagging, Suren Baghdasaryan
- [PATCH v2 17/39] change alloc_pages name in dma_map_ops to avoid name conflicts, Suren Baghdasaryan
- [PATCH v2 18/39] change alloc_pages name in ivpu_bo_ops to avoid conflicts, Suren Baghdasaryan
- [PATCH v2 20/39] mm: create new codetag references during page splitting, Suren Baghdasaryan
- [PATCH v2 19/39] mm: enable page allocation tagging, Suren Baghdasaryan
- [PATCH v2 21/39] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y, Suren Baghdasaryan
- [PATCH v2 22/39] lib: add codetag reference into slabobj_ext, Suren Baghdasaryan
- [PATCH v2 23/39] mm/slab: add allocation accounting into slab allocation and free paths, Suren Baghdasaryan
- [PATCH v2 25/39] mm/slub: Mark slab_free_freelist_hook() __always_inline, Suren Baghdasaryan
- [PATCH v2 24/39] mm/slab: enable slab allocation tagging for kmalloc and friends, Suren Baghdasaryan
- [PATCH v2 26/39] mempool: Hook up to memory allocation profiling, Suren Baghdasaryan
- [PATCH v2 27/39] xfs: Memory allocation profiling fixups, Suren Baghdasaryan
- [PATCH v2 28/39] timekeeping: Fix a circular include dependency, Suren Baghdasaryan
- [PATCH v2 29/39] mm: percpu: Introduce pcpuobj_ext, Suren Baghdasaryan
- [PATCH v2 31/39] mm: percpu: enable per-cpu allocation tagging, Suren Baghdasaryan
- [PATCH v2 32/39] arm64: Fix circular header dependency, Suren Baghdasaryan
- [PATCH v2 30/39] mm: percpu: Add codetag reference into pcpuobj_ext, Suren Baghdasaryan
- [PATCH v2 35/39] lib: add memory allocations report in show_mem(), Suren Baghdasaryan
- [PATCH v2 33/39] mm: vmalloc: Enable memory allocation profiling, Suren Baghdasaryan
- [PATCH v2 34/39] rhashtable: Plumb through alloc tag, Suren Baghdasaryan
- [PATCH v2 36/39] codetag: debug: skip objext checking when it's for objext itself, Suren Baghdasaryan
- [PATCH v2 38/39] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations, Suren Baghdasaryan
- [PATCH v2 37/39] codetag: debug: mark codetags for reserved pages as empty, Suren Baghdasaryan
- [PATCH v2 39/39] MAINTAINERS: Add entries for code tagging and memory allocation profiling, Suren Baghdasaryan
- Re: [PATCH v2 00/39] Memory allocation profiling, Roman Gushchin
[PATCH 5/6] crypto: enable automatic module signing with FIPS 202 SHA-3, Dimitri John Ledkov
[PATCH] kmod: Add FIPS 202 SHA-3 support,
Dimitri John Ledkov
[PATCH v5 05/12] x86/bugs: Rename RETPOLINE to MITIGATION_RETPOLINE, Breno Leitao
[PATCH v5] module: Add CONFIG_MODULE_DISABLE_INIT_FREE option,
Joey Jiao
[PATCH v4] module: Add CONFIG_MODULE_DISABLE_INIT_FREE option,
Joey Jiao
[PATCH v3] module: Add CONFIG_MODULE_DISABLE_INIT_FREE option,
Joey Jiao
[PATCH v2] module: Add CONFIG_MODULE_LOAD_IN_SEQUENCE option,
Joey Jiao
[PATCH] crypto: Limit MODULE_SIG_KEY_TYPE_ECDSA to SHA384 or SHA512,
Dimitri John Ledkov
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Forum]