linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-25 15:02:00 to 2024-10-07 19:22:06 UTC [more...]

[PATCH v2 0/6] Add AutoFDO and Propeller support for Clang build
 2024-10-07 19:21 UTC  (27+ messages)
` [PATCH v2 1/6] Add AutoFDO "
` [PATCH v2 2/6] objtool: Fix unreachable instruction warnings for weak funcitons
` [PATCH v2 3/6] Change the symbols order when --ffuntion-sections is enabled
` [PATCH v2 4/6] AutoFDO: Enable -ffunction-sections for the AutoFDO build
` [PATCH v2 5/6] AutoFDO: Enable machine function split optimization for AutoFDO
` [PATCH v2 6/6] Add Propeller configuration for kernel build

[PATCH] kbuild: Add vmlinux_install to facilitate debugging
 2024-10-07 16:13 UTC  (2+ messages)

[RFC PATCH 00/28] x86: Rely on toolchain for relocatable code
 2024-10-06 19:38 UTC  (69+ messages)
` [RFC PATCH 01/28] x86/pvh: Call C code via the kernel virtual mapping
` [RFC PATCH 02/28] Documentation: Bump minimum GCC version to 8.1
` [RFC PATCH 04/28] x86/boot: Permit GOTPCREL relocations for x86_64 builds
` [RFC PATCH 05/28] x86: Define the stack protector guard symbol explicitly
` [RFC PATCH 06/28] x86/percpu: Get rid of absolute per-CPU variable placement
` [RFC PATCH 07/28] scripts/kallsyms: Avoid 0x0 as the relative base
` [RFC PATCH 08/28] scripts/kallsyms: Remove support for absolute per-CPU variables
` [RFC PATCH 09/28] x86/tools: Remove special relocation handling for "
` [RFC PATCH 10/28] x86/xen: Avoid relocatable quantities in Xen ELF notes
` [RFC PATCH 11/28] x86/pvh: Avoid absolute symbol references in .head.text
` [RFC PATCH 12/28] x86/pm-trace: Use RIP-relative accesses for .tracedata
` [RFC PATCH 13/28] x86/kvm: Use RIP-relative addressing
` [RFC PATCH 14/28] x86/rethook: Use RIP-relative reference for return address
` [RFC PATCH 15/28] x86/sync_core: Use RIP-relative addressing
` [RFC PATCH 16/28] x86/entry_64: "
` [RFC PATCH 17/28] x86/hibernate: Prefer RIP-relative accesses
` [RFC PATCH 18/28] x86/boot/64: Determine VA/PA offset before entering C code
` [RFC PATCH 19/28] x86/boot/64: Avoid intentional absolute symbol references in .head.text
` [RFC PATCH 20/28] x64/acpi: Use PIC-compatible references in wakeup_64.S
` [RFC PATCH 21/28] x86/head: Use PIC-compatible symbol references in startup code
` [RFC PATCH 22/28] asm-generic: Treat PIC .data.rel.ro sections as .rodata
` [RFC PATCH 23/28] tools/objtool: Mark generated sections as writable
` [RFC PATCH 24/28] tools/objtool: Treat indirect ftrace calls as direct calls
` [RFC PATCH 25/28] x86: Use PIE codegen for the core kernel
` [RFC PATCH 26/28] x86/boot: Implement support for ELF RELA/RELR relocations
` [RFC PATCH 27/28] x86/kernel: Switch to PIE linking for the core kernel
` [RFC PATCH 28/28] x86/tools: Drop x86_64 support from 'relocs' tool

[GIT PULL] Kbuild fixes for v6.12-rc2
 2024-10-06 19:13 UTC  (2+ messages)

[PATCH v3 00/20] Implement DWARF modversions
 2024-10-06 17:36 UTC  (24+ messages)
` [PATCH v3 01/20] scripts: import more list macros
` [PATCH v3 03/20] tools: Add gendwarfksyms
` [PATCH v3 04/20] gendwarfksyms: Add address matching
` [PATCH v3 05/20] gendwarfksyms: Expand base_type
` [PATCH v3 06/20] gendwarfksyms: Add a cache for processed DIEs
` [PATCH v3 07/20] gendwarfksyms: Expand type modifiers and typedefs
` [PATCH v3 08/20] gendwarfksyms: Expand subroutine_type
` [PATCH v3 09/20] gendwarfksyms: Expand array_type
` [PATCH v3 10/20] gendwarfksyms: Expand structure types

[PATCH] kbuild: fix a typo dt_binding_schema -> dt_binding_schemas
 2024-10-06 17:34 UTC  (2+ messages)

[PATCH] kbuild: deb-pkg: Remove blank first line from maint scripts
 2024-10-06 17:24 UTC  (4+ messages)

[PATCH 00/23] kbuild: support building external modules in a separate build directory
 2024-10-04 20:16 UTC  (40+ messages)
` [PATCH 07/23] kbuild: remove unnecessary prune of rust/alloc for rustfmt
` [PATCH 08/23] kbuild: simplify find command "
` [PATCH 09/23] speakup: use SPKDIR=$(src) to specify the source directory
` [PATCH 11/23] kbuild: check the presence of include/generated/rustc_cfg
` [PATCH 12/23] scripts/nsdeps: use VPATH as src_prefix
` [PATCH 14/23] kbuild: add $(objtree)/ prefix to some in-kernel build artifacts
` [PATCH 15/23] kbuild: rename abs_objtree to abs_output
` [PATCH 16/23] kbuild: use 'output' variable to create the output directory
` [PATCH 17/23] kbuild: build external modules in their directory
` [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 20/23] kbuild: support -fmacro-prefix-map for external modules
` [PATCH 21/23] kbuild: use absolute path in the generated wrapper Makefile
` [PATCH 22/23] kbuild: make wrapper Makefile more convenient for external modules
` [PATCH 23/23] kbuild: allow to start building external module in any directory

[RFC PATCH 0/3] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
 2024-10-03 23:29 UTC  (14+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] llvm-cov: add Clang's Source-based Code Coverage support
  ` [PATCH v2 2/4] llvm-cov: add Clang's MC/DC support
  ` [PATCH v2 3/4] x86: disable llvm-cov instrumentation
  ` [PATCH v2 4/4] x86: enable llvm-cov support

[PATCH v2 0/8] Enable build system on macOS hosts
 2024-10-03 22:32 UTC  (3+ messages)
` [PATCH v2 2/8] file2alias: fix uuid_t definitions for macos

[PATCH v2] rust: enable arbitrary_self_types and remove `Receiver`
 2024-10-03 21:49 UTC  (4+ messages)

[PATCH v2 1/2] selinux: do not include <linux/*.h> headers from host programs
 2024-10-03 20:29 UTC  (3+ messages)

[PATCH v5 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
 2024-10-03  5:33 UTC  (8+ messages)
` [PATCH v5 17/17] powerpc64/bpf: Add support for "

[PATCH] kconfig: qconf: fix buffer overflow in debug links
 2024-10-01  9:06 UTC  (2+ messages)

[PATCH] cfi: encode cfi normalized integers + kasan/gcov bug in Kconfig
 2024-10-01  5:51 UTC  (4+ messages)

[PATCH 0/6] Add AutoFDO and Propeller support for Clang build
 2024-09-30 22:49 UTC  (9+ messages)
` [PATCH 6/6] Add Propeller configuration for kernel build

[PATCH 1/2] kconfig: clear expr::val_is_valid when allocated
 2024-09-30 17:02 UTC  (2+ messages)
` [PATCH 2/2] kconfig: qconf: move conf_read() before drawing tree pain

[PATCH] kconfig: use memcmp instead of deprecated bcmp
 2024-09-30 15:26 UTC  (5+ messages)

[PATCH 1/6] scripts: move hash function from scripts/kconfig/ to scripts/include/
 2024-09-30 13:30 UTC  (3+ messages)
` [PATCH 6/6] kconfig: cache expression values

[PATCH 1/3] usb: use "prompt" instead of "bool" for choice prompts
 2024-09-29 17:32 UTC  (3+ messages)
` [PATCH 2/3] kconfig: remove support for "bool" prompt for choice entries
` [PATCH 3/3] kconfig: remove zconfprint()

[peterz-queue:x86/ibt] [x86/ibt] 7674335965: kernel_BUG_at_arch/x86/kernel/alternative.c
 2024-09-29 14:41 UTC 

[PATCH v5 00/16] Extended MODVERSIONS Support
 2024-09-28 21:35 UTC  (21+ messages)
` [PATCH v5 01/16] module: Take const arg in validate_section_offset
` [PATCH v5 02/16] module: Factor out elf_validity_ehdr
` [PATCH v5 03/16] module: Factor out elf_validity_cache_sechdrs
` [PATCH v5 04/16] module: Factor out elf_validity_cache_secstrings
` [PATCH v5 05/16] module: Factor out elf_validity_cache_index_info
` [PATCH v5 06/16] module: Factor out elf_validity_cache_index_mod
` [PATCH v5 07/16] module: Factor out elf_validity_cache_index_sym
` [PATCH v5 08/16] module: Factor out elf_validity_cache_index_str
` [PATCH v5 09/16] module: Group section index calculations together
` [PATCH v5 10/16] module: Factor out elf_validity_cache_strtab
` [PATCH v5 11/16] module: Additional validation in elf_validity_cache_strtab
` [PATCH v5 12/16] module: Reformat struct for code style
` [PATCH v5 13/16] export_report: Rehabilitate script
` [PATCH v5 14/16] modules: Support extended MODVERSIONS info
` [PATCH v5 15/16] modpost: Produce extended modversion information
` [PATCH v5 16/16] export_report: Use new version info format

[PATCH v3 1/2] kbuild: move non-boot built-in DTBs to .rodata section
 2024-09-27 14:51 UTC  (2+ messages)

[PATCH v4 00/16] Extended MODVERSIONS Support
 2024-09-25 23:42 UTC  (4+ messages)
` [PATCH v4 14/16] modules: Support extended MODVERSIONS info


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