messages from 2024-02-02 15:58:43 to 2024-02-19 09:06:22 UTC [more...]
[RFC PATCH v3 0/2] rust: crates in other kernel directories
2024-02-19 9:05 UTC (4+ messages)
[GIT PULL] Kbuild fixes for v6.8-rc5
2024-02-18 18:22 UTC (2+ messages)
[PATCH] scripts/mod/modpost: fix null pointer dereference
2024-02-17 15:02 UTC (3+ messages)
[PATCH 1/2] kbuild: mark `rustc` (and others) invocations as recursive
2024-02-17 5:57 UTC (3+ messages)
` [PATCH 2/2] rust: upgrade to Rust 1.76.0
[PATCH 1/2] kbuild: change tool coverage variables to take the path relative to $(obj)
2024-02-17 5:55 UTC (2+ messages)
` [PATCH 2/2] kbuild: change DTC_FLAGS_<basetarget>.o "
[PATCH v4 0/4] Allow coreboot modules to autoload and enable cbmem in the arm64 defconfig
2024-02-17 0:58 UTC (9+ messages)
` [PATCH v4 1/4] firmware: coreboot: Generate modalias uevent for devices
` [PATCH v4 2/4] firmware: coreboot: Generate aliases for coreboot modules
` [PATCH v4 3/4] firmware: coreboot: Replace tag with id table in driver struct
` [PATCH v4 4/4] arm64: defconfig: Enable support for cbmem entries in the coreboot table
[PATCH] kbuild: rust: use `-Zdebuginfo-compression`
2024-02-17 0:26 UTC
[PATCH] kbuild: rust: use `-Zdwarf-version` to support DWARFv5
2024-02-17 0:26 UTC
[PATCH v2] kbuild: Use -fmin-function-alignment when available
2024-02-17 0:07 UTC (2+ messages)
[PATCH] sparc: select FRAME_POINTER instead of redefining it
2024-02-16 16:24 UTC (3+ messages)
[PATCH] kconfig: lxdialog: fixed cursor render in checklist
2024-02-16 14:10 UTC
[PATCH 0/6] dts: Fix dtc interrupt warnings
2024-02-16 11:00 UTC (20+ messages)
` [PATCH 1/6] arm64: dts: freescale: Disable interrupt_map check
` [PATCH 2/6] arm: dts: Fix dtc interrupt_provider warnings
` [PATCH 3/6] arm64: "
` [PATCH 4/6] arm: dts: Fix dtc interrupt_map warnings
` [PATCH 5/6] arm64: dts: qcom: Fix interrupt-map cell sizes
` [PATCH 6/6] dtc: Enable dtc interrupt_provider check
[PATCH 1/2] alpha: merge two entries for CONFIG_ALPHA_EV4
2024-02-16 2:13 UTC (4+ messages)
` [PATCH 2/2] alpha: merge two entries for CONFIG_ALPHA_GAMMA
[PATCH] hexagon: select GENERIC_IRQ_PROBE instead of redefining it
2024-02-16 2:03 UTC (4+ messages)
[PATCH] hexagon: select FRAME_POINTER instead of redefining it
2024-02-15 19:12 UTC (3+ messages)
[PATCH] kbuild: remove EXPERT and !COMPILE_TEST guarding from TRIM_UNUSED_KSYMS
2024-02-15 14:15 UTC
[PATCH] [v2] Documentation: kbuild: explain handling optional dependencies
2024-02-15 13:51 UTC (5+ messages)
[PATCH] [v2] kallsyms: ignore ARMv4 thunks along with others
2024-02-15 13:45 UTC (3+ messages)
Out-of-tree module building fails with O= argument
2024-02-15 13:29 UTC (3+ messages)
[PATCH] docs: kbuild: Kconfig: Fix grammar and formatting
2024-02-14 21:51 UTC (3+ messages)
[PATCH v2] kbuild: Fix changing ELF file type for output of gen_btf for big endian
2024-02-14 21:37 UTC (7+ messages)
[PATCH v5 0/3] printk: CONFIG_BASE_SMALL fix for LOG_CPU_MAX_BUF_SHIFT and removal of CONFIG_BASE_FULL
2024-02-14 21:36 UTC (8+ messages)
` [PATCH v5 1/3] printk: Fix LOG_CPU_MAX_BUF_SHIFT when BASE_SMALL is enabled
` [PATCH v5 2/3] printk: Change type of CONFIG_BASE_SMALL to bool
` [PATCH v5 3/3] printk: Remove redundant CONFIG_BASE_FULL
[PATCH] gen_compile_commands: fix invalid escape sequence
2024-02-14 21:27 UTC (10+ messages)
` [PATCH v2] gen_compile_commands: fix invalid escape sequence warning
` [PATCH v3 0/1] "
` [PATCH v3 1/1] "
[PATCH] kallsyms: ignore ARMv4 thunks along with others
2024-02-14 20:56 UTC (4+ messages)
srcversion hash does not cover all the module's source/dependency files
2024-02-14 13:47 UTC (3+ messages)
` [External] : "
[PATCH] kbuild: Use -fmin-function-alignment when available
2024-02-13 14:04 UTC (3+ messages)
[PATCH] kbuild: Fix changing ELF file type for output of gen_btf for big endian
2024-02-13 1:43 UTC (7+ messages)
[PATCH] kbuild: Fix building with LLVM on NixOS
2024-02-12 22:41 UTC (4+ messages)
[PATCH] treewide: replace or remove redundant def_bool in Kconfig files
2024-02-11 12:48 UTC
[PATCH 1/2] kconfig: print recursive dependency errors in the parsed order
2024-02-11 12:41 UTC (2+ messages)
` [PATCH 2/2] kconfig: use generic macros to implement symbol hashtable
[PATCH 00/27] kconfig: refactor lexer and parser code
2024-02-10 23:47 UTC (18+ messages)
` [PATCH 12/27] kconfig: associate struct property with file name directly
` [PATCH 13/27] kconfig: replace file->name with name in zconf_nextfile()
` [PATCH 14/27] kconfig: do not delay the cur_filename update
` [PATCH 15/27] kconfig: replace remaining current_file->name with cur_filename
` [PATCH 16/27] kconfig: move the file and lineno in struct file to struct buffer
` [PATCH 17/27] kconfig: make file::name a flexible array member
` [PATCH 18/27] kconfig: change file_lookup() to return the file name
` [PATCH 19/27] kconfig: split list_head into a separate header
` [PATCH 20/27] kconfig: resync list.h
` [PATCH 21/27] kconfig: import more list macros and inline functions
` [PATCH 22/27] kconfig: add macros useful for hashtable
` [PATCH 23/27] kconfig: move ARRAY_SIZE to a header
` [PATCH 24/27] kconfig: move strhash() "
` [PATCH 25/27] kconfig: convert linked list of files to hash table
` [PATCH 26/27] kconfig: use generic macros to implement symbol hashtable
` [PATCH 27/27] kconfig: do not imply the type of choice value
[PATCHv3 next] kconfig: add dependency warning print about invalid values in verbose mode
2024-02-10 23:24 UTC (2+ messages)
[PATCH 0/2] kbuild: Fix install errors when INSTALL_PATH does not exist
2024-02-10 10:33 UTC (2+ messages)
` [PATCH 1/2] kbuild: Abort make on install failures
[PATCH RFC 0/4] Introduce uts_release
2024-02-08 10:08 UTC (6+ messages)
[PATCH v2] checkpatch: allow build files to reference other build files
2024-02-08 7:11 UTC (4+ messages)
[PATCH RFC 0/3] bcachefs: add framework for internal Rust code
2024-02-08 4:19 UTC (7+ messages)
[PATCH v3] ubsan: Reintroduce signed overflow sanitizer
2024-02-07 11:04 UTC (9+ messages)
Changes to kbuild in 6.x causing cpp build issues
2024-02-07 6:27 UTC (6+ messages)
[PATCH RFC 1/3] kbuild: rust: move bindgen commands to top-level
2024-02-07 5:57 UTC
[PATCH v4 0/3] printk: CONFIG_BASE_SMALL fix for LOG_CPU_MAX_BUF_SHIFT and removal of CONFIG_BASE_FULL
2024-02-06 23:05 UTC (12+ messages)
` [PATCH v4 1/3] printk: Fix LOG_CPU_MAX_BUF_SHIFT when BASE_SMALL is enabled
` [PATCH v4 2/3] printk: Change type of CONFIG_BASE_SMALL to bool
` [PATCH v4 3/3] printk: Remove redundant CONFIG_BASE_FULL
[PATCH v2 0/7] Allow coreboot modules to autoload and enable cbmem in the arm64 defconfig
2024-02-06 20:53 UTC (10+ messages)
` [PATCH v2 2/7] firmware: coreboot: Generate aliases for coreboot modules
[PATCH v3 0/4] Allow coreboot modules to autoload and enable cbmem in the arm64 defconfig
2024-02-06 3:54 UTC (5+ messages)
` [PATCH v3 1/4] firmware: coreboot: Generate modalias uevent for devices
[PATCH 1/4] kbuild: rpm-pkg: do not include depmod-generated files
2024-02-06 1:35 UTC (4+ messages)
` [PATCH 2/4] kbuild: rpm-pkg: mark installed files in /boot as %ghost
[PATCH v3 0/2] printk: CONFIG_BASE_SMALL fix for LOG_CPU_MAX_BUF_SHIFT and removal
2024-02-05 13:48 UTC (9+ messages)
` [PATCH v3 1/2] printk: Fix LOG_CPU_MAX_BUF_SHIFT when BASE_SMALL is enabled
` [PATCH v3 2/2] printk: Remove redundant CONFIG_BASE_SMALL
Details of the order
2024-02-05 8:45 UTC
[GIT PULL] Kbuild fixes for v6.8-rc3
2024-02-04 6:27 UTC (7+ messages)
[PATCH v10 0/2] arm64: Add a build target for Flat Image Tree
2024-02-02 17:30 UTC (2+ messages)
` [PATCH v10 2/2] arm64: boot: Support "
[PATCH v2 0/6] ubsan: Introduce wrap-around sanitizers
2024-02-02 16:08 UTC (5+ messages)
` [PATCH v2 2/6] ubsan: Reintroduce signed and unsigned overflow sanitizers
[PATCH v9 0/2] arm64: Add a build target for Flat Image Tree
2024-02-02 16:00 UTC (12+ messages)
` [PATCH v9 2/2] arm64: boot: Support "
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