linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-29 19:55:20 to 2023-10-24 18:38:34 UTC [more...]

[PATCH v2 00/39] Memory allocation profiling
 2023-10-24 18:29 UTC  (41+ messages)
` [PATCH v2 01/39] lib/string_helpers: Add flags param to string_get_size()
` [PATCH v2 02/39] scripts/kallysms: Always include __start and __stop symbols
` [PATCH v2 03/39] fs: Convert alloc_inode_sb() to a macro
` [PATCH v2 04/39] nodemask: Split out include/linux/nodemask_types.h
` [PATCH v2 05/39] prandom: Remove unused include
` [PATCH v2 06/39] mm: enumerate all gfp flags
` [PATCH v2 07/39] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v2 08/39] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH v2 09/39] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH v2 10/39] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects
` [PATCH v2 11/39] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
` [PATCH v2 12/39] lib: code tagging framework
` [PATCH v2 13/39] lib: code tagging module support
` [PATCH v2 14/39] lib: prevent module unloading if memory is not freed
` [PATCH v2 15/39] lib: add allocation tagging support for memory allocation profiling
` [PATCH v2 16/39] lib: introduce support for page allocation tagging
` [PATCH v2 17/39] change alloc_pages name in dma_map_ops to avoid name conflicts
` [PATCH v2 18/39] change alloc_pages name in ivpu_bo_ops to avoid conflicts
` [PATCH v2 19/39] mm: enable page allocation tagging
` [PATCH v2 20/39] mm: create new codetag references during page splitting
` [PATCH v2 21/39] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
` [PATCH v2 22/39] lib: add codetag reference into slabobj_ext
` [PATCH v2 23/39] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH v2 24/39] mm/slab: enable slab allocation tagging for kmalloc and friends
` [PATCH v2 25/39] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v2 26/39] mempool: Hook up to memory allocation profiling
` [PATCH v2 27/39] xfs: Memory allocation profiling fixups
` [PATCH v2 28/39] timekeeping: Fix a circular include dependency
` [PATCH v2 29/39] mm: percpu: Introduce pcpuobj_ext
` [PATCH v2 30/39] mm: percpu: Add codetag reference into pcpuobj_ext
` [PATCH v2 31/39] mm: percpu: enable per-cpu allocation tagging
` [PATCH v2 32/39] arm64: Fix circular header dependency
` [PATCH v2 33/39] mm: vmalloc: Enable memory allocation profiling
` [PATCH v2 34/39] rhashtable: Plumb through alloc tag
` [PATCH v2 35/39] lib: add memory allocations report in show_mem()
` [PATCH v2 36/39] codetag: debug: skip objext checking when it's for objext itself
` [PATCH v2 37/39] codetag: debug: mark codetags for reserved pages as empty
` [PATCH v2 38/39] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
` [PATCH v2 39/39] MAINTAINERS: Add entries for code tagging and memory allocation profiling

[PATCH v3 00/13] mm: jit/text allocator
 2023-10-23 17:21 UTC  (44+ messages)
` [PATCH v3 01/13] nios2: define virtual address space for modules
` [PATCH v3 02/13] mm: introduce execmem_text_alloc() and execmem_free()
` [PATCH v3 03/13] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v3 04/13] mm/execmem, arch: convert remaining "
` [PATCH v3 05/13] modules, execmem: drop module_alloc
` [PATCH v3 06/13] mm/execmem: introduce execmem_data_alloc()
` [PATCH v3 07/13] arm64, execmem: extend execmem_params for generated code allocations
` [PATCH v3 08/13] riscv: "
` [PATCH v3 09/13] powerpc: extend execmem_params for kprobes allocations
` [PATCH v3 10/13] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v3 11/13] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v3 12/13] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v3 13/13] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[PATCH 5/6] crypto: enable automatic module signing with FIPS 202 SHA-3
 2023-10-22 18:22 UTC 

[PATCH] kmod: Add FIPS 202 SHA-3 support
 2023-10-22 18:09 UTC 

[PATCH] module: main: Remove unnecessary ‘0’ values from err
 2023-10-20  8:27 UTC 

[PATCH] crypto: Limit MODULE_SIG_KEY_TYPE_ECDSA to SHA384 or SHA512
 2023-10-20  5:56 UTC  (4+ messages)

[PATCH] crypto: pkcs7: remove sha1 support
 2023-10-20  5:54 UTC  (2+ messages)

[PATCH] module: Do not offer sha224 for built-in module signing
 2023-10-20  5:54 UTC  (2+ messages)

[PATCH v5 05/12] x86/bugs: Rename RETPOLINE to MITIGATION_RETPOLINE
 2023-10-19 18:11 UTC 

require EXPORT_SYMBOL_GPL symbols for symbol_get v2
 2023-10-18 18:25 UTC  (5+ messages)
` [PATCH 5/5] modules: only allow symbol_get of EXPORT_SYMBOL_GPL modules

[PATCH kmod v4 0/4] kmod /usr support
 2023-10-18  1:25 UTC  (11+ messages)
` [PATCH kmod v5 0/5] "
  ` [PATCH kmod v5 5/5] libkmod, depmod, modprobe: Make directory for kernel modules configurable

[PATCH rebased] kbuild: rpm-pkg: Fix build with non-default MODLIB
 2023-10-18  1:12 UTC  (16+ messages)

[PATCH v5] module: Add CONFIG_MODULE_DISABLE_INIT_FREE option
 2023-10-13 18:58 UTC  (2+ messages)

[PATCH v2] module: Add CONFIG_MODULE_LOAD_IN_SEQUENCE option
 2023-10-12 18:35 UTC  (5+ messages)

[PATCH v3] module: Add CONFIG_MODULE_DISABLE_INIT_FREE option
 2023-10-12 17:03 UTC  (3+ messages)

[PATCH v4] module: Add CONFIG_MODULE_DISABLE_INIT_FREE option
 2023-10-12 16:56 UTC  (2+ messages)

[PATCH] module: Add CONFIG_MODULE_LOAD_IN_SEQUENCE option
 2023-10-11  6:39 UTC  (6+ messages)

[PATCH v2 0/5] params: harden string ops and allocatio ops
 2023-10-10 23:21 UTC  (9+ messages)
` [PATCH v2 1/5] params: Introduce the param_unknown_fn type
` [PATCH v2 2/5] params: Do not go over the limit when getting the string length
` [PATCH v2 3/5] params: Use size_add() for kmalloc()
` [PATCH v2 4/5] params: Sort headers
` [PATCH v2 5/5] params: Fix multi-line comment style

[PATCH 4.19 178/273] media: dvb: symbol fixup for dvb_attach()
 2023-10-07 11:53 UTC  (3+ messages)

[PATCH] libkmod: use realpath
 2023-10-04 13:07 UTC 

(no subject)
 2023-10-04 13:04 UTC 

Unbootable system with kmod-31
 2023-10-04  2:44 UTC  (5+ messages)

[ANNOUNCE] kmod 31
 2023-09-29 14:37 UTC 

[PATCH] module: fix oops on loading module with malformed ELF section header
 2023-09-29  1:38 UTC 

[PATCH] MAINTAINERS: add include/linux/module*.h to modules
 2023-09-25  1:36 UTC  (2+ messages)

[PATCH] module: Annotate struct module_notes_attrs with __counted_by
 2023-09-23 17:01 UTC  (3+ messages)

[PATCH] Use CRC32 and a 1MiB dictionary for XZ compressed modules
 2023-09-22  9:16 UTC 

[PATCH] module: Fix comment typo
 2023-09-21  0:14 UTC 

[PATCH 0/2] module: Do some small changes
 2023-09-21  0:10 UTC  (2+ messages)

[PATCH] module/decompress: use vmalloc() for gzip decompression workspace
 2023-09-20 21:25 UTC  (2+ messages)

[PATCH v2] module: Clarify documentation of module_param_call()
 2023-09-20 21:10 UTC  (2+ messages)

This list is being migrated to the new infrastructure
 2023-09-20 17:18 UTC  (2+ messages)

[PATCH 5.4 218/367] media: dvb: symbol fixup for dvb_attach()
 2023-09-20 11:29 UTC 

[PATCH 4.14 108/186] media: dvb: symbol fixup for dvb_attach()
 2023-09-20 11:30 UTC 

[PATCH 5.15 338/511] media: dvb: symbol fixup for dvb_attach()
 2023-09-17 19:12 UTC 

[PATCH 5.10 285/406] media: dvb: symbol fixup for dvb_attach()
 2023-09-17 19:12 UTC 

[RFC PATCH 0/2] Enhancing Boot Speed and Security with Delayed Module Signature Verification
 2023-09-15 15:59 UTC  (4+ messages)
` [RFC PATCH 1/2] Modules: Introduce boot-time module signature flexibility
` [RFC PATCH 2/2] docs: Update kernel-parameters.txt for signature verification enhancement

[PATCH] module: print module name on refcount error
 2023-09-14 19:39 UTC  (8+ messages)

[PATCH v2 0/8] Add GDB memory helper commands
 2023-09-12 16:23 UTC  (4+ messages)
` [PATCH v2 1/8] scripts/gdb/symbols: add specific ko module load command

[PATCH 6.5 679/739] media: dvb: symbol fixup for dvb_attach()
 2023-09-11 13:47 UTC 

[PATCH 6.1 547/600] media: dvb: symbol fixup for dvb_attach()
 2023-09-11 13:49 UTC 

[PATCH 6.4 674/737] media: dvb: symbol fixup for dvb_attach()
 2023-09-11 13:48 UTC 

[PATCH v3] depmod: Handle installing modules under a prefix
 2023-09-11 19:56 UTC  (2+ messages)
` [PATCH] kbuild: rpm-pkg: Fix build with non-default MODLIB

[PATCH] media: dvb: symbol fixup for dvb_attach()
 2023-09-09 10:19 UTC  (6+ messages)

[PATCH] module: Clarify documentation of module_param_call()
 2023-09-05 19:36 UTC  (2+ messages)

[GIT PULL] Modules changes for v6.6-rc1
 2023-08-30  3:58 UTC  (2+ messages)


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).