linux-modules
Thread
Date
Earlier messages
Later messages
Messages by Date
2024/02/13
Re: [PATCH v3 01/35] lib/string_helpers: Add flags param to string_get_size()
Kent Overstreet
2024/02/13
Re: [PATCH v3 00/35] Memory allocation profiling
David Hildenbrand
2024/02/13
Re: [PATCH v3 00/35] Memory allocation profiling
Suren Baghdasaryan
2024/02/13
Re: [PATCH kmod 08/13] libkmod: always detect the module compression
Emil Velikov
2024/02/13
Re: [PATCH v3 00/35] Memory allocation profiling
Michal Hocko
2024/02/13
Re: [PATCH v3 01/35] lib/string_helpers: Add flags param to string_get_size()
Andy Shevchenko
2024/02/13
Re: [PATCH v3 01/35] lib/string_helpers: Add flags param to string_get_size()
Andy Shevchenko
2024/02/13
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Suren Baghdasaryan
2024/02/12
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Kent Overstreet
2024/02/12
Re: [PATCH v3 05/35] mm: introduce slabobj_ext to support slab object extensions
Suren Baghdasaryan
2024/02/12
Re: [PATCH v3 23/35] mm/slub: Mark slab_free_freelist_hook() __always_inline
Kent Overstreet
2024/02/12
Re: [PATCH v3 10/35] lib: code tagging framework
Suren Baghdasaryan
2024/02/12
Re: [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
Suren Baghdasaryan
2024/02/12
Re: [PATCH v3 00/35] Memory allocation profiling
Suren Baghdasaryan
2024/02/12
Re: [PATCH v3 23/35] mm/slub: Mark slab_free_freelist_hook() __always_inline
Suren Baghdasaryan
2024/02/12
Re: [PATCH v3 35/35] MAINTAINERS: Add entries for code tagging and memory allocation profiling
Suren Baghdasaryan
2024/02/12
Re: [PATCH v3 23/35] mm/slub: Mark slab_free_freelist_hook() __always_inline
Kees Cook
2024/02/12
Re: [PATCH v3 00/35] Memory allocation profiling
Kees Cook
2024/02/12
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Steven Rostedt
2024/02/12
Re: [PATCH v3 33/35] codetag: debug: mark codetags for reserved pages as empty
Suren Baghdasaryan
2024/02/12
Re: [PATCH v3 00/35] Memory allocation profiling
Pasha Tatashin
2024/02/12
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Kees Cook
2024/02/12
Re: [PATCH v3 34/35] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
Suren Baghdasaryan
2024/02/12
Re: [PATCH v3 22/35] mm/slab: enable slab allocation tagging for kmalloc and friends
Kees Cook
2024/02/12
Re: [PATCH v3 21/35] mm/slab: add allocation accounting into slab allocation and free paths
Kees Cook
2024/02/12
Re: [PATCH v3 17/35] mm: enable page allocation tagging
Kees Cook
2024/02/12
Re: [PATCH v3 34/35] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
Kees Cook
2024/02/12
Re: [PATCH v3 33/35] codetag: debug: mark codetags for reserved pages as empty
Kees Cook
2024/02/12
Re: [PATCH v3 35/35] MAINTAINERS: Add entries for code tagging and memory allocation profiling
Kees Cook
2024/02/12
Re: [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
Kees Cook
2024/02/12
Re: [PATCH v3 10/35] lib: code tagging framework
Kees Cook
2024/02/12
Re: [PATCH v3 09/35] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
Kees Cook
2024/02/12
Re: [PATCH v3 08/35] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects
Kees Cook
2024/02/12
Re: [PATCH v3 07/35] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
Kees Cook
2024/02/12
Re: [PATCH v3 06/35] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
Kees Cook
2024/02/12
Re: [PATCH v3 05/35] mm: introduce slabobj_ext to support slab object extensions
Kees Cook
2024/02/12
Re: [PATCH v3 04/35] mm: enumerate all gfp flags
Kees Cook
2024/02/12
Re: [PATCH v3 01/35] lib/string_helpers: Add flags param to string_get_size()
Kees Cook
2024/02/12
Re: [PATCH v3 03/35] fs: Convert alloc_inode_sb() to a macro
Kees Cook
2024/02/12
Re: [PATCH v3 02/35] scripts/kallysms: Always include __start and __stop symbols
Kees Cook
2024/02/12
[PATCH v3 35/35] MAINTAINERS: Add entries for code tagging and memory allocation profiling
Suren Baghdasaryan
2024/02/12
[PATCH v3 34/35] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
Suren Baghdasaryan
2024/02/12
[PATCH v3 33/35] codetag: debug: mark codetags for reserved pages as empty
Suren Baghdasaryan
2024/02/12
[PATCH v3 32/35] codetag: debug: skip objext checking when it's for objext itself
Suren Baghdasaryan
2024/02/12
[PATCH v3 31/35] lib: add memory allocations report in show_mem()
Suren Baghdasaryan
2024/02/12
[PATCH v3 30/35] rhashtable: Plumb through alloc tag
Suren Baghdasaryan
2024/02/12
[PATCH v3 29/35] mm: vmalloc: Enable memory allocation profiling
Suren Baghdasaryan
2024/02/12
[PATCH v3 28/35] mm: percpu: enable per-cpu allocation tagging
Suren Baghdasaryan
2024/02/12
[PATCH v3 27/35] mm: percpu: Add codetag reference into pcpuobj_ext
Suren Baghdasaryan
2024/02/12
[PATCH v3 26/35] mm: percpu: Introduce pcpuobj_ext
Suren Baghdasaryan
2024/02/12
[PATCH v3 25/35] xfs: Memory allocation profiling fixups
Suren Baghdasaryan
2024/02/12
[PATCH v3 24/35] mempool: Hook up to memory allocation profiling
Suren Baghdasaryan
2024/02/12
[PATCH v3 23/35] mm/slub: Mark slab_free_freelist_hook() __always_inline
Suren Baghdasaryan
2024/02/12
[PATCH v3 22/35] mm/slab: enable slab allocation tagging for kmalloc and friends
Suren Baghdasaryan
2024/02/12
[PATCH v3 21/35] mm/slab: add allocation accounting into slab allocation and free paths
Suren Baghdasaryan
2024/02/12
[PATCH v3 20/35] lib: add codetag reference into slabobj_ext
Suren Baghdasaryan
2024/02/12
[PATCH v3 19/35] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
Suren Baghdasaryan
2024/02/12
[PATCH v3 17/35] mm: enable page allocation tagging
Suren Baghdasaryan
2024/02/12
[PATCH v3 18/35] mm: create new codetag references during page splitting
Suren Baghdasaryan
2024/02/12
[PATCH v3 16/35] change alloc_pages name in dma_map_ops to avoid name conflicts
Suren Baghdasaryan
2024/02/12
[PATCH v3 15/35] mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tags
Suren Baghdasaryan
2024/02/12
[PATCH v3 14/35] lib: introduce support for page allocation tagging
Suren Baghdasaryan
2024/02/12
[PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
Suren Baghdasaryan
2024/02/12
[PATCH v3 12/35] lib: prevent module unloading if memory is not freed
Suren Baghdasaryan
2024/02/12
[PATCH v3 11/35] lib: code tagging module support
Suren Baghdasaryan
2024/02/12
[PATCH v3 10/35] lib: code tagging framework
Suren Baghdasaryan
2024/02/12
[PATCH v3 09/35] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
Suren Baghdasaryan
2024/02/12
[PATCH v3 08/35] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects
Suren Baghdasaryan
2024/02/12
[PATCH v3 07/35] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
Suren Baghdasaryan
2024/02/12
[PATCH v3 06/35] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
Suren Baghdasaryan
2024/02/12
[PATCH v3 05/35] mm: introduce slabobj_ext to support slab object extensions
Suren Baghdasaryan
2024/02/12
[PATCH v3 04/35] mm: enumerate all gfp flags
Suren Baghdasaryan
2024/02/12
[PATCH v3 03/35] fs: Convert alloc_inode_sb() to a macro
Suren Baghdasaryan
2024/02/12
[PATCH v3 02/35] scripts/kallysms: Always include __start and __stop symbols
Suren Baghdasaryan
2024/02/12
[PATCH v3 01/35] lib/string_helpers: Add flags param to string_get_size()
Suren Baghdasaryan
2024/02/12
[PATCH v3 00/35] Memory allocation profiling
Suren Baghdasaryan
2024/02/12
[PATCH kmod 13/13] libkmod: always fallback to do_init_module()
Emil Velikov via B4 Relay
2024/02/12
[PATCH kmod 12/13] libkmod: keep KMOD_FILE_COMPRESSION_NONE/load_reg in comp_types
Emil Velikov via B4 Relay
2024/02/12
[PATCH kmod 11/13] libkmod: move load_reg() further up
Emil Velikov via B4 Relay
2024/02/12
[PATCH kmod 08/13] libkmod: always detect the module compression
Emil Velikov via B4 Relay
2024/02/12
[PATCH kmod 10/13] libkmod: tidy-up kmod_file_open()
Emil Velikov via B4 Relay
2024/02/12
[PATCH kmod 09/13] libkmod: swap alloca usage for a few assert_cc
Emil Velikov via B4 Relay
2024/02/12
[PATCH kmod 06/13] libkmod: propagate {zstd,xz,zlib}_load errors
Emil Velikov via B4 Relay
2024/02/12
[PATCH kmod 07/13] libkmod: move kmod_file_load_contents as applicable
Emil Velikov via B4 Relay
2024/02/12
[PATCH kmod 04/13] libkmod: clear file->memory if map fails
Emil Velikov via B4 Relay
2024/02/12
[PATCH kmod 05/13] libkmod: nuke struct file_ops
Emil Velikov via B4 Relay
2024/02/12
[PATCH kmod 03/13] libkmod: remove kmod_file::{zstd,xz}_used flags
Emil Velikov via B4 Relay
2024/02/12
[PATCH kmod 00/13] Load compressed modules with compression-less kmod
Emil Velikov via B4 Relay
2024/02/12
[PATCH kmod 02/13] libkmod: keep gzFile gzf local to load_zlib()
Emil Velikov via B4 Relay
2024/02/12
[PATCH kmod 01/13] libkmod: use a dup()'d fd for zlib
Emil Velikov via B4 Relay
2024/02/12
[PATCH kmod] Remove unmaintained experimental tools
Emil Velikov via B4 Relay
2024/02/06
Re: Re: [PATCH kmod 2/3] Add KMOD_NEW_IGNORE_CMDLINE
Lucas De Marchi
2024/02/06
Re: Re: [PATCH 2/4] ci: drop travis config
Lucas De Marchi
2024/02/06
Re: [PATCH 2/4] ci: drop travis config
Luis Chamberlain
2024/02/06
Re: Re: Re: [PATCH 2/2] make: install/uninstall tools symlinks to kmod
Lucas De Marchi
2024/02/05
Re: Re: [PATCH 2/2] make: install/uninstall tools symlinks to kmod
Emil Velikov
2024/02/05
Re: Re: [PATCH 2/2] make: install/uninstall tools symlinks to kmod
Lucas De Marchi
2024/02/05
Re: [PATCH 2/2] make: install/uninstall tools symlinks to kmod
Emil Velikov
2024/02/02
[PATCH 4/4] gitignore: Ignore *.pc files
Lucas De Marchi
2024/02/02
[PATCH 2/4] ci: drop travis config
Lucas De Marchi
2024/02/02
[PATCH 3/4] testsuite: drop mkosi
Lucas De Marchi
2024/02/02
[PATCH 0/4] Drop what's not maintained
Lucas De Marchi
2024/02/02
[PATCH 1/4] Drop python bindings
Lucas De Marchi
2024/02/02
Re: [PATCH 2/2] make: install/uninstall tools symlinks to kmod
Lucas De Marchi
2024/01/31
Re: [PATCH 2/2] make: install/uninstall tools symlinks to kmod
Marco d'Itri
2024/01/31
Re: Re: [PATCH 2/2] make: install/uninstall tools symlinks to kmod
Emil Velikov
2024/01/30
Re: [PATCH RFC 02/12] mm: add config option and per-NUMA node VMS support
Dave Hansen
2024/01/29
Re: Re: [PATCH 2/2] make: install/uninstall tools symlinks to kmod
Lucas De Marchi
2024/01/29
Re: [PATCH 2/2] make: install/uninstall tools symlinks to kmod
Emil Velikov
2024/01/29
Re: [PATCH 2/2] make: install/uninstall tools symlinks to kmod
Lucas De Marchi
2024/01/28
Re: [PATCH RFC 00/12] x86 NUMA-aware kernel replication
Artem Kuzin
2024/01/28
Re: [PATCH RFC 02/12] mm: add config option and per-NUMA node VMS support
Artem Kuzin
2024/01/26
[PATCH 1/2] configure: tweak the module_directory help string
Emil Velikov via B4 Relay
2024/01/26
[PATCH 2/2] make: install/uninstall tools symlinks to kmod
Emil Velikov via B4 Relay
2024/01/26
[PATCH 0/2] Polish module_directory help string, install symlinks
Emil Velikov via B4 Relay
2024/01/25
Re: [PATCH RFC 02/12] mm: add config option and per-NUMA node VMS support
Dave Hansen
2024/01/24
Re: [PATCH RFC 00/12] x86 NUMA-aware kernel replication
Garg, Shivank
2024/01/21
Re: [PATCH] kbuild: detect depmod version to exclude new SHA3 module signing options
Linus Torvalds
2024/01/16
Re: Re: [PATCH] kbuild: detect depmod version to exclude new SHA3 module signing options
Masahiro Yamada
2024/01/16
Re: Re: [PATCH] kbuild: detect depmod version to exclude new SHA3 module signing options
Lucas De Marchi
2024/01/15
Re: [PATCH] kbuild: detect depmod version to exclude new SHA3 module signing options
Russell King (Oracle)
2024/01/15
Re: [PATCH] kbuild: detect depmod version to exclude new SHA3 module signing options
Dimitri John Ledkov
2024/01/15
Re: [PATCH] kbuild: detect depmod version to exclude new SHA3 module signing options
Russell King (Oracle)
2024/01/15
Re: [PATCH] kbuild: detect depmod version to exclude new SHA3 module signing options
Russell King (Oracle)
2024/01/15
Re: [PATCH] kbuild: detect depmod version to exclude new SHA3 module signing options
Dimitri John Ledkov
2024/01/15
Re: [PATCH] kbuild: detect depmod version to exclude new SHA3 module signing options
Russell King (Oracle)
2024/01/10
[PATCH] kbuild: detect depmod version to exclude new SHA3 module signing options
Russell King (Oracle)
2024/01/10
Re: [PATCH RFC 00/12] x86 NUMA-aware kernel replication
Russell King (Oracle)
2024/01/09
Re: [PATCH RFC 04/12] x86: add support of memory protection for NUMA replicas
Garg, Shivank
2024/01/09
Re: [PATCH RFC 02/12] mm: add config option and per-NUMA node VMS support
Artem Kuzin
2024/01/09
Re: [PATCH RFC 04/12] x86: add support of memory protection for NUMA replicas
[email protected]
2024/01/08
Re: [PATCH RFC 04/12] x86: add support of memory protection for NUMA replicas
Garg, Shivank
2024/01/03
Re: [PATCH RFC 02/12] mm: add config option and per-NUMA node VMS support
Christoph Lameter (Ampere)
2023/12/28
[PATCH RFC 04/12] x86: add support of memory protection for NUMA replicas
artem.kuzin
2023/12/28
[PATCH RFC 00/12] x86 NUMA-aware kernel replication
artem.kuzin
2023/12/28
[PATCH RFC 03/12] mm: per-NUMA node replication core infrastructure
artem.kuzin
2023/12/28
[PATCH RFC 02/12] mm: add config option and per-NUMA node VMS support
artem.kuzin
2023/12/28
[PATCH RFC 01/12] mm: allow per-NUMA node local PUD/PMD allocation
artem.kuzin
2023/12/28
[PATCH RFC 11/12] x86: add kernel modules text and rodata replication support
artem.kuzin
2023/12/28
[PATCH RFC 12/12] mm: set memory permissions for BPF handlers replicas
artem.kuzin
2023/12/28
[PATCH RFC 10/12] mm: add replicas allocation support for vmalloc
artem.kuzin
2023/12/28
[PATCH RFC 08/12] x86: make kernel text patching aware about replicas
artem.kuzin
2023/12/28
[PATCH RFC 09/12] x86: add support of NUMA replication for efi page tables
artem.kuzin
2023/12/28
[PATCH RFC 07/12] x86: enable per-NUMA node kernel text and rodata replication
artem.kuzin
2023/12/28
[PATCH RFC 06/12] x86: align kernel text and rodata using HUGE_PAGE boundary
artem.kuzin
2023/12/28
[PATCH RFC 05/12] x86: enable memory protection for replicated memory
artem.kuzin
2023/12/19
Re: [PATCH] module: Remove redundant TASK_UNINTERRUPTIBLE
Luis Chamberlain
2023/12/08
[PATCH] configure: set docdir in GTK_DOC_CHECK
ross . burton
2023/12/08
[PATCH] module: Remove redundant TASK_UNINTERRUPTIBLE
Kevin Hao
2023/12/06
Re: [PATCH kmod 2/3] Add KMOD_NEW_IGNORE_CMDLINE
Ahelenia Ziemiańska
2023/12/06
Re: [PATCH kmod 2/3] Add KMOD_NEW_IGNORE_CMDLINE
Lucas De Marchi
2023/12/05
[PATCH kmod 1/3] Add kmod_new_flags() variant of kmod_new(), with abiver 32
Ahelenia Ziemiańska
2023/12/05
[PATCH kmod 3/3] Add modprobe -I/--ignore-cmdline
Ahelenia Ziemiańska
2023/12/05
[PATCH kmod 2/3] Add KMOD_NEW_IGNORE_CMDLINE
Ahelenia Ziemiańska
2023/10/04
Re: [PATCH] libkmod: use realpath
Wu Zhenyu
2023/10/04
[no subject]
Wu Zhenyu
2023/10/03
Re: Unbootable system with kmod-31
Lucas De Marchi
2023/10/03
Re: Unbootable system with kmod-31
Kris Karas (Bug Reporting)
2023/10/03
Re: Unbootable system with kmod-31
Lucas De Marchi
2023/10/03
Re: Unbootable system with kmod-31
Marco d'Itri
2023/10/03
Unbootable system with kmod-31
Kris Karas (Bug Reporting)
2023/09/20
Re: This list is being migrated to the new infrastructure
Konstantin Ryabitsev
2023/09/20
This list is being migrated to the new infrastructure
Konstantin Ryabitsev
2015/11/20
Re: [PATCH] insmod: fix wron fallthrough of -f
Lucas De Marchi
2015/11/20
[PATCH] insmod: fix wron fallthrough of -f
Marc-Antoine Perennou
2015/11/17
[ANNOUNCE] kmod 22
Lucas De Marchi
2015/10/31
We have a parcel right here in our office to be delivered to you.
''COURIER''
2015/10/26
Re: [PATCH] insmod: do support -f
Philippe De Swert
2015/10/25
Re: [PATCH] insmod: do support -f
Lucas De Marchi
2015/10/20
We have a parcel right here in our office to be delivered to you.
''COURIER''
2015/10/16
Re: [PATCH] insmod: do support -f
Philippe De Swert
2015/10/11
Re: [PATCH] insmod: do support -f
Lucas De Marchi
2015/10/07
[PATCH] insmod: do support -f
philippedeswert
2015/09/30
Re: [PATCHv2 2/5] modprobe: Update error message when path is missing
Lucas De Marchi
2015/09/30
Re: [PATCHv2 1/5] README: Indicate cython requirements
Lucas De Marchi
2015/09/28
[PATCHv2 5/5] depmod: Don't fall back to uname on bad version
Laura Abbott
2015/09/28
[PATCHv2 4/5] depmod: Remove unprinted debug messages
Laura Abbott
2015/09/28
[PATCHv2 3/5] Change default log level
Laura Abbott
2015/09/28
[PATCHv2 1/5] README: Indicate cython requirements
Laura Abbott
2015/09/28
[PATCHv2 2/5] modprobe: Update error message when path is missing
Laura Abbott
2015/09/24
Re: depmod (kmod 21 and older) fails for allmodconfig on ARM
Alexander Holler
2015/09/23
Re: depmod (kmod 21 and older) fails for allmodconfig on ARM
Lucas De Marchi
2015/09/23
Re: [PATCH 4/4] depmod: Add error message for bad version
Lucas De Marchi
2015/09/23
Re: [PATCH 3/4] depmod: Fix message printing before log_setup_kmod_log
Lucas De Marchi
2015/09/23
Re: [PATCH 1/4] build: Properly check for Cython
Lucas De Marchi
2015/09/23
depmod (kmod 21 and older) fails for allmodconfig on ARM
Alexander Holler
2015/09/18
Re: [PATCH 4/4] depmod: Add error message for bad version
Laura Abbott
2015/09/18
Re: [PATCH 3/4] depmod: Fix message printing before log_setup_kmod_log
Laura Abbott
2015/09/18
Re: [PATCH 1/4] build: Properly check for Cython
Laura Abbott
2015/09/16
Re: [PATCH 0/4] depmod and modprobe error message fixups
Kay Sievers
2015/09/12
Re: [PATCH 0/4] depmod and modprobe error message fixups
Lucas De Marchi
2015/09/12
Re: [PATCH 4/4] depmod: Add error message for bad version
Lucas De Marchi
2015/09/12
Re: [PATCH 3/4] depmod: Fix message printing before log_setup_kmod_log
Lucas De Marchi
2015/09/12
Re: [PATCH 2/4] modprobe: Add appropriate error message when path is missing
Lucas De Marchi
2015/09/12
Re: [PATCH 1/4] build: Properly check for Cython
Lucas De Marchi
2015/09/11
[PATCH 3/4] depmod: Fix message printing before log_setup_kmod_log
Laura Abbott
2015/09/11
[PATCH 0/4] depmod and modprobe error message fixups
Laura Abbott
2015/09/11
[PATCH 2/4] modprobe: Add appropriate error message when path is missing
Laura Abbott
2015/09/11
[PATCH 4/4] depmod: Add error message for bad version
Laura Abbott
2015/09/11
[PATCH 1/4] build: Properly check for Cython
Laura Abbott
Earlier messages
Later messages