messages from 2024-10-31 11:42:17 to 2024-11-11 17:18:09 UTC [more...]
[PATCH 1/2] kbuild: do not pass -r to genksyms when *.symref does not exist
2024-11-11 17:17 UTC
[RFC][PATCH 0/8] module: Strict per-modname namespaces
2024-11-11 12:55 UTC (13+ messages)
` [RFC][PATCH 1/8] module: Prepare for script
` [RFC][PATCH 2/8] module: Convert symbol namespace to string literal
` [RFC][PATCH 3/8] module: Fix up after script
` [RFC][PATCH 4/8] module/modpost: Use for() loop
` [RFC][PATCH 5/8] module/modpost: Add basename helper
` [RFC][PATCH 6/8] module: Add module specific symbol namespace support
` [RFC][PATCH 7/8] module: Extend the MODULE_ namespace parsing
` [RFC][PATCH 8/8] module: Provide EXPORT_SYMBOL*_FOR() helpers
[PATCH net-next v5 0/9] lib: packing: introduce and use (un)pack_fields
2024-11-11 10:36 UTC (12+ messages)
` [PATCH net-next v5 1/9] lib: packing: create __pack() and __unpack() variants without error checking
` [PATCH net-next v5 2/9] lib: packing: demote truncation error in pack() to a warning in __pack()
` [PATCH net-next v5 3/9] lib: packing: add pack_fields() and unpack_fields()
` [PATCH net-next v5 4/9] ice: remove int_q_state from ice_tlan_ctx
` [PATCH net-next v5 5/9] ice: use structures to keep track of queue context size
` [PATCH net-next v5 6/9] ice: use <linux/packing.h> for Tx and Rx queue context data
` [PATCH net-next v5 7/9] ice: reduce size of queue context fields
` [PATCH net-next v5 8/9] ice: move prefetch enable to ice_setup_rx_ctx
` [PATCH net-next v5 9/9] ice: cleanup Rx queue context programming functions
[PATCH] [PATCH] package: Add extra Provides to the kernel rpm package
2024-11-10 18:20 UTC
[PATCH 00/23] kbuild: support building external modules in a separate build directory
2024-11-10 1:36 UTC (9+ messages)
` [PATCH 18/23] kbuild: remove extmod_prefix, MODORDER, MODULES_NSDEPS variables
` [PATCH 19/23] kbuild: support building external modules in a separate build directory
[PATCH v2 00/11] kbuild: support building external modules in a separate build directory
2024-11-10 1:34 UTC (12+ messages)
` [PATCH v2 01/11] kbuild: replace two $(abs_objtree) with $(CURDIR) in top Makefile
` [PATCH v2 02/11] kbuild: add $(objtree)/ prefix to some in-kernel build artifacts
` [PATCH v2 03/11] kbuild: rename abs_objtree to abs_output
` [PATCH v2 04/11] kbuild: use 'output' variable to create the output directory
` [PATCH v2 05/11] kbuild: change working directory to external module directory with M=
` [PATCH v2 06/11] kbuild: remove extmod_prefix, MODORDER, MODULES_NSDEPS variables
` [PATCH v2 07/11] kbuild: support building external modules in a separate build directory
` [PATCH v2 08/11] kbuild: support -fmacro-prefix-map for external modules
` [PATCH v2 09/11] kbuild: use absolute path in the generated wrapper Makefile
` [PATCH v2 10/11] kbuild: make wrapper Makefile more convenient for external modules
` [PATCH v2 11/11] kbuild: allow to start building external modules in any directory
[PATCH 0/3] Resolve some lintian errors/warnings
2024-11-09 22:52 UTC (7+ messages)
` [PATCH 1/3] package: debian: strip headers package
` [PATCH 2/3] package: debian: add missing Depends to linux-headers
` [PATCH 3/3] package: debian: don't include .gitignore under scripts/
[PATCH 2/3] kbuild: deb-pkg: add pkg.linux-upstream.nokernelheaders build profile
2024-11-09 21:53 UTC (3+ messages)
[PATCH v6 0/7] Add AutoFDO and Propeller support for Clang build
2024-11-09 15:38 UTC (6+ messages)
` [PATCH v6 3/7] Adjust symbol ordering in text output section
[PATCH v3] kbuild: deb-pkg: Don't fail if modules.order is missing
2024-11-09 11:22 UTC (2+ messages)
[PATCH net-next v4 0/9] lib: packing: introduce and use (un)pack_fields
2024-11-09 6:16 UTC (12+ messages)
` [PATCH net-next v4 1/9] lib: packing: create __pack() and __unpack() variants without error checking
` [PATCH net-next v4 2/9] lib: packing: demote truncation error in pack() to a warning in __pack()
` [PATCH net-next v4 3/9] lib: packing: add pack_fields() and unpack_fields()
` [PATCH net-next v4 4/9] ice: remove int_q_state from ice_tlan_ctx
` [PATCH net-next v4 5/9] ice: use structures to keep track of queue context size
` [PATCH net-next v4 6/9] ice: use <linux/packing.h> for Tx and Rx queue context data
` [PATCH net-next v4 7/9] ice: reduce size of queue context fields
` [PATCH net-next v4 8/9] ice: move prefetch enable to ice_setup_rx_ctx
` [PATCH net-next v4 9/9] ice: cleanup Rx queue context programming functions
[PATCH v2] kbuild: Fix Propeller build option
2024-11-09 2:56 UTC (2+ messages)
[PATCH net-next v3 0/9] lib: packing: introduce and use (un)pack_fields
2024-11-08 22:53 UTC (16+ messages)
` [PATCH net-next v3 1/9] lib: packing: create __pack() and __unpack() variants without error checking
` [PATCH net-next v3 2/9] lib: packing: demote truncation error in pack() to a warning in __pack()
` [PATCH net-next v3 3/9] lib: packing: add pack_fields() and unpack_fields()
` [PATCH net-next v3 4/9] ice: remove int_q_state from ice_tlan_ctx
` [PATCH net-next v3 5/9] ice: use structures to keep track of queue context size
` [PATCH net-next v3 6/9] ice: use <linux/packing.h> for Tx and Rx queue context data
` [PATCH net-next v3 7/9] ice: reduce size of queue context fields
` [PATCH net-next v3 8/9] ice: move prefetch enable to ice_setup_rx_ctx
` [PATCH net-next v3 9/9] ice: cleanup Rx queue context programming functions
[PATCH v2] kbuild: Fix Propeller build option
2024-11-08 21:46 UTC
[PATCH] kbuild: Fix Propeller build option
2024-11-08 18:49 UTC (3+ messages)
[RFC] module: Strict per-modname namespaces
2024-11-08 15:35 UTC (13+ messages)
[PATCH v3 0/7] Thunderbolt and DP altmode support for cros-ec-typec
2024-11-08 11:41 UTC (3+ messages)
` [PATCH v3 1/7] usb: typec: Only use SVID for matching altmodes
[PATCH v8 0/3] Extended MODVERSIONS Support
2024-11-07 22:38 UTC (17+ messages)
` [PATCH v8 1/3] modules: Support extended MODVERSIONS info
` [PATCH v8 2/3] modpost: Produce extended MODVERSIONS information
[PATCH v7 0/7] Add AutoFDO and Propeller support for Clang build
2024-11-07 21:54 UTC (25+ messages)
` [PATCH v7 1/7] Add AutoFDO "
` [PATCH v7 2/7] objtool: Fix unreachable instruction warnings for weak functions
` [PATCH v7 3/7] Adjust symbol ordering in text output section
` [PATCH v7 4/7] Add markers for text_unlikely and text_hot sections
` [PATCH v7 5/7] AutoFDO: Enable -ffunction-sections for the AutoFDO build
` [PATCH v7 6/7] AutoFDO: Enable machine function split optimization for AutoFDO
` [PATCH v7 7/7] Add Propeller configuration for kernel build
[PATCH] arm64: fix .data.rel.ro size assertion when CONFIG_LTO_CLANG
2024-11-07 18:40 UTC (3+ messages)
[PATCH v3 0/2] sparc/build: Rework CFLAGS for clang compatibility
2024-11-07 16:01 UTC (7+ messages)
` [PATCH v3 1/2] sparc/build: Put usage of -fcall-used* flags behind cc-option
` [PATCH v3 2/2] sparc/build: Add SPARC target flags for compiling with clang
[PATCH 1/2] Rename .data.unlikely to .data..unlikely
2024-11-06 16:39 UTC (3+ messages)
` [PATCH 2/2] Rename .data.once to .data..once to fix resetting WARN*_ONCE
[PATCH v3 0/7] streamline_config.pl: fix: process configs set to "y"
2024-11-05 23:45 UTC (18+ messages)
` [PATCH v2 1/7] streamline_config.pl: fix missing variable operator in debug print
` [PATCH v2 2/7] streamline_config.pl: ensure all defaults are tracked
` [PATCH v2 3/7] streamline_config.pl: remove prompt warnings for configs with defaults
` [PATCH v1 4/7] streamline_config.pl: include tool to learn about a config option
` [PATCH v2 5/7] streamline_config.pl: fix: implement choice for kconfigs
` [PATCH v2 6/7] streamline_config.pl: process config options set to "y"
` [PATCH v2 7/7] streamline_config.pl: check prompt for bool options
[PATCH] kbuild,bpf: pass make jobs' value to pahole
2024-11-05 23:07 UTC (5+ messages)
[PATCH v2] kbuild: deb-pkg: Don't fail if modules.order is missing
2024-11-05 23:03 UTC (2+ messages)
[PATCH RESEND v6] rust: use host dylib naming convention
2024-11-05 12:05 UTC
[peterz-queue:x86/ibt] [x86/ibt] f8c0cdd341: kernel_BUG_at_arch/x86/kernel/alternative.c
2024-11-05 7:14 UTC
[PATCH] kbuild: add resolve_btfids to pacman PKGBUILD
2024-11-04 14:44 UTC (4+ messages)
[PATCH] setlocalversion: Add workaround for "git describe" performance issue
2024-11-04 12:37 UTC (9+ messages)
[GIT PULL] Kbuild fixes for v6.12-rc6
2024-11-03 18:35 UTC (2+ messages)
[PATCH] modpost: fix acpi MODULE_DEVICE_TABLE built with mismatched endianness
2024-11-03 15:01 UTC (3+ messages)
[PATCH] modpost: fix input MODULE_DEVICE_TABLE() built for 64-bit on 32-bit host
2024-11-03 15:00 UTC (2+ messages)
[RFC PATCH 00/11] output a valid shell script when running 'make -n'
2024-11-03 11:15 UTC (16+ messages)
` [RFC PATCH 01/11] kbuild: ignore .config rule for make --always-make
` [RFC PATCH 02/11] kbuild: document some prerequisites
` [RFC PATCH 03/11] kbuild: pass KERNELVERSION and LOCALVERSION explicitly to setlocalversion
` [RFC PATCH 04/11] kbuild: don't execute .ko recipe in --dry-run mode
` [RFC PATCH 05/11] kbuild: execute modules.order "
` [RFC PATCH 06/11] kbuild: set $dry_run when running "
[PATCH v5 0/7] Add AutoFDO and Propeller support for Clang build
2024-11-01 20:08 UTC (4+ messages)
` [PATCH v5 1/7] Add AutoFDO "
[PATCH v2] scripts: Remove export_report.pl
2024-11-01 17:06 UTC (3+ messages)
[PATCH v2 1/1] platform/x86: intel: Add 'intel' prefix to the modules automatically
2024-10-31 15:19 UTC (6+ messages)
Building out of tree dtbs
2024-10-31 12:41 UTC (3+ messages)
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