linux-modules
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PATCH v3 10/35] lib: code tagging framework
Suren Baghdasaryan
Re: [PATCH v3 10/35] lib: code tagging framework
Kees Cook
Re: [PATCH v3 10/35] lib: code tagging framework
Suren Baghdasaryan
Re: [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
Re: [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
Kees Cook
Re: [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
Suren Baghdasaryan
Re: [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
Darrick J. Wong
Re: [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
Suren Baghdasaryan
Re: [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
Kees Cook
Re: [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
Steven Rostedt
Re: [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
Vlastimil Babka
Re: [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
Suren Baghdasaryan
Re: [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
Kent Overstreet
Re: [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
Kees Cook
Re: [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
Kent Overstreet
Re: [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
Pasha Tatashin
Re: [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
Kent Overstreet
Re: [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
Suren Baghdasaryan
Re: [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
Suren Baghdasaryan
Re: [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
Pasha Tatashin
Re: [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
Kent Overstreet
Re: [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
Vlastimil Babka
Re: [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
Re: [PATCH v3 14/35] lib: introduce support for page allocation tagging
Vlastimil Babka
Re: [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
Re: [PATCH v3 18/35] mm: create new codetag references during page splitting
Vlastimil Babka
Re: [PATCH v3 18/35] mm: create new codetag references during page splitting
Suren Baghdasaryan
Re: [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
Re: [PATCH v3 17/35] mm: enable page allocation tagging
Kees Cook
[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
Re: [PATCH v3 20/35] lib: add codetag reference into slabobj_ext
Vlastimil Babka
Re: [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
Re: [PATCH v3 21/35] mm/slab: add allocation accounting into slab allocation and free paths
Kees Cook
Re: [PATCH v3 21/35] mm/slab: add allocation accounting into slab allocation and free paths
Vlastimil Babka
Re: [PATCH v3 21/35] mm/slab: add allocation accounting into slab allocation and free paths
Kent Overstreet
Re: [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
Re: [PATCH v3 22/35] mm/slab: enable slab allocation tagging for kmalloc and friends
Kees Cook
Re: [PATCH v3 22/35] mm/slab: enable slab allocation tagging for kmalloc and friends
Vlastimil Babka
Re: [PATCH v3 22/35] mm/slab: enable slab allocation tagging for kmalloc and friends
Kent Overstreet
[PATCH v3 23/35] mm/slub: Mark slab_free_freelist_hook() __always_inline
Suren Baghdasaryan
Re: [PATCH v3 23/35] mm/slub: Mark slab_free_freelist_hook() __always_inline
Kees Cook
Re: [PATCH v3 23/35] mm/slub: Mark slab_free_freelist_hook() __always_inline
Suren Baghdasaryan
Re: [PATCH v3 23/35] mm/slub: Mark slab_free_freelist_hook() __always_inline
Kent Overstreet
Re: [PATCH v3 23/35] mm/slub: Mark slab_free_freelist_hook() __always_inline
Vlastimil Babka
Re: [PATCH v3 23/35] mm/slub: Mark slab_free_freelist_hook() __always_inline
Liam R. Howlett
[PATCH v3 24/35] mempool: Hook up to memory allocation profiling
Suren Baghdasaryan
[PATCH v3 25/35] xfs: Memory allocation profiling fixups
Suren Baghdasaryan
Re: [PATCH v3 25/35] xfs: Memory allocation profiling fixups
Dave Chinner
Re: [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
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Kees Cook
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Steven Rostedt
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Kent Overstreet
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Suren Baghdasaryan
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Michal Hocko
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Suren Baghdasaryan
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Michal Hocko
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Suren Baghdasaryan
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Kent Overstreet
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Suren Baghdasaryan
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Kent Overstreet
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Michal Hocko
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Suren Baghdasaryan
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Vlastimil Babka
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Kent Overstreet
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Michal Hocko
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Kent Overstreet
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Steven Rostedt
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Steven Rostedt
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Steven Rostedt
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Kent Overstreet
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Suren Baghdasaryan
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Michal Hocko
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Kent Overstreet
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Michal Hocko
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Kent Overstreet
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Vlastimil Babka
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Suren Baghdasaryan
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Tetsuo Handa
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Suren Baghdasaryan
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Dave Hansen
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Kent Overstreet
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Kent Overstreet
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Steven Rostedt
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Kent Overstreet
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Steven Rostedt
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Kent Overstreet
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Steven Rostedt
Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
Kent Overstreet
Re: [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
Re: [PATCH v3 32/35] codetag: debug: skip objext checking when it's for objext itself
Vlastimil Babka
Re: [PATCH v3 32/35] codetag: debug: skip objext checking when it's for objext itself
Suren Baghdasaryan
Re: [PATCH v3 32/35] codetag: debug: skip objext checking when it's for objext itself
Vlastimil Babka
Re: [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
Re: [PATCH v3 33/35] codetag: debug: mark codetags for reserved pages as empty
Kees Cook
Re: [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
Re: [PATCH v3 34/35] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
Kees Cook
Re: [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 35/35] MAINTAINERS: Add entries for code tagging and memory allocation profiling
Kees Cook
Re: [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
Suren Baghdasaryan
Re: [PATCH v3 00/35] Memory allocation profiling
Michal Hocko
Re: [PATCH v3 00/35] Memory allocation profiling
Suren Baghdasaryan
Re: [PATCH v3 00/35] Memory allocation profiling
David Hildenbrand
Re: [PATCH v3 00/35] Memory allocation profiling
Kent Overstreet
Re: [PATCH v3 00/35] Memory allocation profiling
David Hildenbrand
Re: [PATCH v3 00/35] Memory allocation profiling
Suren Baghdasaryan
Re: [PATCH v3 00/35] Memory allocation profiling
David Hildenbrand
Re: [PATCH v3 00/35] Memory allocation profiling
Kent Overstreet
Re: [PATCH v3 00/35] Memory allocation profiling
David Hildenbrand
Re: [PATCH v3 00/35] Memory allocation profiling
Suren Baghdasaryan
Re: [PATCH v3 00/35] Memory allocation profiling
David Hildenbrand
Re: [PATCH v3 00/35] Memory allocation profiling
Kent Overstreet
Re: [PATCH v3 00/35] Memory allocation profiling
David Hildenbrand
Re: [PATCH v3 00/35] Memory allocation profiling
Suren Baghdasaryan
Re: [PATCH v3 00/35] Memory allocation profiling
Pasha Tatashin
Re: [PATCH v3 00/35] Memory allocation profiling
Kent Overstreet
Re: [PATCH v3 00/35] Memory allocation profiling
David Hildenbrand
Re: [PATCH v3 00/35] Memory allocation profiling
Kent Overstreet
Re: [PATCH v3 00/35] Memory allocation profiling
Vlastimil Babka
Re: [PATCH v3 00/35] Memory allocation profiling
Kent Overstreet
Re: [PATCH v3 00/35] Memory allocation profiling
Matthew Wilcox
Re: [PATCH v3 00/35] Memory allocation profiling
Kent Overstreet
Re: [PATCH v3 00/35] Memory allocation profiling
Michal Hocko
Re: [PATCH v3 00/35] Memory allocation profiling
Suren Baghdasaryan
Re: [PATCH v3 00/35] Memory allocation profiling
Kent Overstreet
Re: [PATCH v3 00/35] Memory allocation profiling
Suren Baghdasaryan
Re: [PATCH v3 00/35] Memory allocation profiling
Kent Overstreet
Re: [PATCH v3 00/35] Memory allocation profiling
Darrick J. Wong
Re: [PATCH v3 00/35] Memory allocation profiling
Kent Overstreet
Re: [PATCH v3 00/35] Memory allocation profiling
Johannes Weiner
Re: [PATCH v3 00/35] Memory allocation profiling
Michal Hocko
Re: [PATCH v3 00/35] Memory allocation profiling
Kent Overstreet
Re: [PATCH v3 00/35] Memory allocation profiling
Michal Hocko
Re: [PATCH v3 00/35] Memory allocation profiling
Kent Overstreet
Re: [PATCH v3 00/35] Memory allocation profiling
Michal Hocko
Re: [PATCH v3 00/35] Memory allocation profiling
Suren Baghdasaryan
Re: [PATCH v3 00/35] Memory allocation profiling
Andy Shevchenko
Re: [PATCH v3 00/35] Memory allocation profiling
Suren Baghdasaryan
Re: [PATCH v3 00/35] Memory allocation profiling
Tim Chen
Re: [PATCH v3 00/35] Memory allocation profiling
Suren Baghdasaryan
Re: [PATCH v3 00/35] Memory allocation profiling
Yosry Ahmed
Re: [PATCH v3 00/35] Memory allocation profiling
Suren Baghdasaryan
Re: [PATCH v3 00/35] Memory allocation profiling
Tim Chen
Re: [PATCH v3 00/35] Memory allocation profiling
Jani Nikula
Re: [PATCH v3 00/35] Memory allocation profiling
Kent Overstreet
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
Re: [PATCH kmod 01/13] libkmod: use a dup()'d fd for zlib
Lucas De Marchi
[PATCH kmod 02/13] libkmod: keep gzFile gzf local to load_zlib()
Emil Velikov via B4 Relay
Re: [PATCH kmod 02/13] libkmod: keep gzFile gzf local to load_zlib()
Lucas De Marchi
[PATCH kmod 03/13] libkmod: remove kmod_file::{zstd,xz}_used flags
Emil Velikov via B4 Relay
Re: [PATCH kmod 03/13] libkmod: remove kmod_file::{zstd,xz}_used flags
Lucas De Marchi
[PATCH kmod 05/13] libkmod: nuke struct file_ops
Emil Velikov via B4 Relay
Re: [PATCH kmod 05/13] libkmod: nuke struct file_ops
Lucas De Marchi
[PATCH kmod 04/13] libkmod: clear file->memory if map fails
Emil Velikov via B4 Relay
Re: [PATCH kmod 04/13] libkmod: clear file->memory if map fails
Lucas De Marchi
[PATCH kmod 07/13] libkmod: move kmod_file_load_contents as applicable
Emil Velikov via B4 Relay
Re: [PATCH kmod 07/13] libkmod: move kmod_file_load_contents as applicable
Lucas De Marchi
[PATCH kmod 06/13] libkmod: propagate {zstd,xz,zlib}_load errors
Emil Velikov via B4 Relay
Re: [PATCH kmod 06/13] libkmod: propagate {zstd,xz,zlib}_load errors
Lucas De Marchi
[PATCH kmod 09/13] libkmod: swap alloca usage for a few assert_cc
Emil Velikov via B4 Relay
Re: [PATCH kmod 09/13] libkmod: swap alloca usage for a few assert_cc
Lucas De Marchi
Re: [PATCH kmod 09/13] libkmod: swap alloca usage for a few assert_cc
Lucas De Marchi
Re: [PATCH kmod 09/13] libkmod: swap alloca usage for a few assert_cc
Emil Velikov
Re: [PATCH kmod 09/13] libkmod: swap alloca usage for a few assert_cc
Lucas De Marchi
Re: [PATCH kmod 09/13] libkmod: swap alloca usage for a few assert_cc
Emil Velikov
Re: [PATCH kmod 09/13] libkmod: swap alloca usage for a few assert_cc
Lucas De Marchi
Re: [PATCH kmod 09/13] libkmod: swap alloca usage for a few assert_cc
Emil Velikov
Re: [PATCH kmod 09/13] libkmod: swap alloca usage for a few assert_cc
Lucas De Marchi
[PATCH kmod 10/13] libkmod: tidy-up kmod_file_open()
Emil Velikov via B4 Relay
Re: [PATCH kmod 10/13] libkmod: tidy-up kmod_file_open()
Lucas De Marchi
[PATCH kmod 08/13] libkmod: always detect the module compression
Emil Velikov via B4 Relay
Re: [PATCH kmod 08/13] libkmod: always detect the module compression
Emil Velikov
Re: [PATCH kmod 08/13] libkmod: always detect the module compression
Lucas De Marchi
[PATCH kmod 11/13] libkmod: move load_reg() further up
Emil Velikov via B4 Relay
Re: [PATCH kmod 11/13] libkmod: move load_reg() further up
Lucas De Marchi
Earlier messages
Later messages