messages from 2023-12-06 19:48:05 to 2024-02-12 21:39:57 UTC [more...]
[PATCH v3 00/35] Memory allocation profiling
2024-02-12 21:38 UTC (12+ messages)
` [PATCH v3 01/35] lib/string_helpers: Add flags param to string_get_size()
` [PATCH v3 02/35] scripts/kallysms: Always include __start and __stop symbols
` [PATCH v3 03/35] fs: Convert alloc_inode_sb() to a macro
` [PATCH v3 04/35] mm: enumerate all gfp flags
` [PATCH v3 05/35] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v3 06/35] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH v3 07/35] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH v3 08/35] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects
` [PATCH v3 09/35] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
` [PATCH v3 10/35] lib: code tagging framework
` [PATCH v3 11/35] lib: code tagging module support
[PATCH kmod 00/13] Load compressed modules with compression-less kmod
2024-02-12 17:23 UTC (14+ messages)
` [PATCH kmod 01/13] libkmod: use a dup()'d fd for zlib
` [PATCH kmod 02/13] libkmod: keep gzFile gzf local to load_zlib()
` [PATCH kmod 03/13] libkmod: remove kmod_file::{zstd,xz}_used flags
` [PATCH kmod 04/13] libkmod: clear file->memory if map fails
` [PATCH kmod 05/13] libkmod: nuke struct file_ops
` [PATCH kmod 06/13] libkmod: propagate {zstd,xz,zlib}_load errors
` [PATCH kmod 07/13] libkmod: move kmod_file_load_contents as applicable
` [PATCH kmod 08/13] libkmod: always detect the module compression
` [PATCH kmod 09/13] libkmod: swap alloca usage for a few assert_cc
` [PATCH kmod 10/13] libkmod: tidy-up kmod_file_open()
` [PATCH kmod 11/13] libkmod: move load_reg() further up
` [PATCH kmod 12/13] libkmod: keep KMOD_FILE_COMPRESSION_NONE/load_reg in comp_types
` [PATCH kmod 13/13] libkmod: always fallback to do_init_module()
[PATCH kmod] Remove unmaintained experimental tools
2024-02-12 17:07 UTC
[PATCH kmod 1/3] Add kmod_new_flags() variant of kmod_new(), with abiver 32
2024-02-07 6:06 UTC (5+ messages)
` [PATCH kmod 2/3] Add KMOD_NEW_IGNORE_CMDLINE
` "
[PATCH 0/4] Drop what's not maintained
2024-02-07 5:08 UTC (7+ messages)
` [PATCH 1/4] Drop python bindings
` [PATCH 2/4] ci: drop travis config
` "
` [PATCH 3/4] testsuite: drop mkosi
` [PATCH 4/4] gitignore: Ignore *.pc files
[PATCH 0/2] Polish module_directory help string, install symlinks
2024-02-06 16:15 UTC (13+ messages)
` [PATCH 1/2] configure: tweak the module_directory help string
` [PATCH 2/2] make: install/uninstall tools symlinks to kmod
` "
` "
[RFC PATCH] kernel/module: add a safer implementation of try_module_get()
2024-02-02 18:31 UTC (4+ messages)
[PATCH v2 0/3] modules: few of alignment fixes
2024-02-02 18:23 UTC (9+ messages)
` [PATCH v2 1/4] selftests: add new kallsyms selftests
` [PATCH v2 2/4] modules: Ensure 64-bit alignment on __ksymtab_* sections
` [PATCH v2 3/4] vmlinux.lds.h: add missing alignment for symbol CRCs
` [PATCH v2 4/4] modules: Add missing entry for __ex_table
[PATCH v1] module.h: define __symbol_get_gpl() as a regular __symbol_get()
2024-02-02 7:27 UTC (5+ messages)
[PATCH] lib/test_kmod: fix kernel-doc warnings
2024-02-01 18:04 UTC (3+ messages)
[PATCH 1/3] init: Declare rodata_enabled and mark_rodata_ro() at all time
2024-01-31 22:16 UTC (17+ messages)
` [PATCH 2/3] modules: Remove #ifdef CONFIG_STRICT_MODULE_RWX around rodata_enabled
` [PATCH 3/3] powerpc: Simplify strict_kernel_rwx_enabled()
[PATCH RFC 00/12] x86 NUMA-aware kernel replication
2024-01-30 23:36 UTC (24+ messages)
` [PATCH RFC 01/12] mm: allow per-NUMA node local PUD/PMD allocation
` [PATCH RFC 02/12] mm: add config option and per-NUMA node VMS support
` [PATCH RFC 03/12] mm: per-NUMA node replication core infrastructure
` [PATCH RFC 04/12] x86: add support of memory protection for NUMA replicas
` [PATCH RFC 05/12] x86: enable memory protection for replicated memory
` [PATCH RFC 06/12] x86: align kernel text and rodata using HUGE_PAGE boundary
` [PATCH RFC 07/12] x86: enable per-NUMA node kernel text and rodata replication
` [PATCH RFC 08/12] x86: make kernel text patching aware about replicas
` [PATCH RFC 09/12] x86: add support of NUMA replication for efi page tables
` [PATCH RFC 10/12] mm: add replicas allocation support for vmalloc
` [PATCH RFC 11/12] x86: add kernel modules text and rodata replication support
` [PATCH RFC 12/12] mm: set memory permissions for BPF handlers replicas
[RESEND PATCH v2] modules: wait do_free_init correctly
2024-01-30 14:21 UTC (4+ messages)
[PATCH 1/3] module: Use set_memory_rox()
2024-01-29 20:01 UTC (4+ messages)
` [PATCH 2/3] module: Change module_enable_{nx/x/ro}() to more explicit names
` [PATCH 3/3] module: Don't ignore errors from set_memory_XX()
[PATCH 0/4] Section alignment issues?
2024-01-29 18:50 UTC (31+ messages)
` [PATCH 1/4] linux/export: Fix alignment for 64-bit ksymtab entries
` [PATCH 2/4] modules: Ensure 64-bit alignment on __ksymtab_* sections
` [PATCH 3/4] vmlinux.lds.h: Fix alignment for __ksymtab*, __kcrctab_* and .pci_fixup sections
` [PATCH 4/4] modules: Add missing entry for __ex_table
[PATCH] kbuild: detect depmod version to exclude new SHA3 module signing options
2024-01-21 19:54 UTC (10+ messages)
` "
[GIT PULL] Modules changes for v6.8-rc1
2024-01-11 2:24 UTC (2+ messages)
[syzbot] [modules?] INFO: task hung in _vm_unmap_aliases (3)
2024-01-09 18:18 UTC
[PATCH v2] modules: wait do_free_init correctly
2023-12-25 6:15 UTC
[PATCH] modules: wait do_free_init correctly
2023-12-25 4:07 UTC (7+ messages)
[PATCH] kernel/module: improve documentation for try_module_get()
2023-12-21 18:26 UTC (2+ messages)
[PATCH] module: Remove redundant TASK_UNINTERRUPTIBLE
2023-12-19 21:30 UTC (2+ messages)
[PATCH kmod v5 5/5] libkmod, depmod, modprobe: Make directory for kernel modules configurable
2023-12-19 8:37 UTC (4+ messages)
` [PATCH 0/2] kmod /usr support
[PATCH rebased] kbuild: rpm-pkg: Fix build with non-default MODLIB
2023-12-18 14:16 UTC (14+ messages)
` [PATCH v6 1/2] depmod: Handle installing modules under a different directory
` [PATCH v6 2/2] kbuild: rpm-pkg: Fix build with non-default MODLIB
[RFC/RFT,V2] CFI: Add support for gcc CFI in aarch64
2023-12-13 19:35 UTC (6+ messages)
[PATCH] kmod: Add FIPS 202 SHA-3 support
2023-12-12 20:11 UTC (3+ messages)
Building signed debs
2023-12-11 18:15 UTC (3+ messages)
[PATCH 0/6] Generate address range data for built-in modules
2023-12-11 16:29 UTC (9+ messages)
` [PATCH 1/6] kbuild: add modules.builtin.objs
` [PATCH 2/6] module: add CONFIG_BUILTIN_RANGES option
` [PATCH 3/6] kbuild: generate a linker map for vmlinux.o
` [PATCH 4/6] module: script to generate offset ranges for builtin modules
` [PATCH 5/6] kbuild: generate modules.builtin.ranges when linking the kernel
` [PATCH 6/6] module: add install target for modules.builtin.ranges
[PATCH] init: move THIS_MODULE from <linux/export.h> to <linux/init.h>
2023-12-09 19:26 UTC (3+ messages)
[PATCH] configure: set docdir in GTK_DOC_CHECK
2023-12-08 22:45 UTC
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).