public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-12 09:57:18 to 2023-06-25 07:37:03 UTC [more...]

[PATCH v2 0/9] LoongArch: Preliminary ClangBuiltLinux enablement
 2023-06-25  7:36 UTC  (17+ messages)
` [PATCH v2 1/9] LoongArch: Calculate various sizes in the linker script
` [PATCH v2 2/9] LoongArch: extable: Also recognize ABI names of registers
` [PATCH v2 3/9] LoongArch: Prepare for assemblers with proper FCSR class support
` [PATCH v2 4/9] LoongArch: Make the CPUCFG and CSR ops simple aliases of compiler built-ins
` [PATCH v2 5/9] LoongArch: Simplify the invtlb wrappers
` [PATCH v2 6/9] LoongArch: Remove all -G0 switches from CFLAGS
` [PATCH v2 7/9] LoongArch: Tweak CFLAGS for Clang compatibility
` [PATCH v2 8/9] LoongArch: Mark Clang LTO as working
` [PATCH v2 9/9] Makefile: Add loongarch target flag for Clang compilation

[PATCH v1] scripts: kconfig: nconf: Add search jump feature
 2023-06-24 20:36 UTC  (3+ messages)

[PATCH] scripts/mksysmap: Ignore prefixed KCFI symbols
 2023-06-24  9:02 UTC  (3+ messages)

[PATCH 1/3] modpost: factor out inst location calculation to section_rel()
 2023-06-24  8:55 UTC  (8+ messages)
` [PATCH 2/3] modpost: factor out Elf_Sym pointer "
` [PATCH 3/3] modpost: continue even with unknown relocation type

[PATCH 0/2] Fix CFI failures with GCOV_PROFILE_ALL
 2023-06-24  8:43 UTC  (8+ messages)
` [PATCH 1/2] kbuild: Fix CFI failures with GCOV
` [PATCH 2/2] kbuild: Disable GCOV for *.mod.o

[PATCH] kbuild: make modules_install copy modules.builtin(.modinfo)
 2023-06-23 20:55 UTC  (5+ messages)
` [PATCH] kbuild: builddeb: always make modules_install, to install modules.builtin*

[PATCH 0/9] LoongArch: Preliminary ClangBuiltLinux enablement
 2023-06-23 17:06 UTC  (21+ messages)
` [PATCH 1/9] LoongArch: Calculate various sizes in the linker script
` [PATCH 2/9] LoongArch: extable: Also recognize ABI names of registers
` [PATCH 3/9] LoongArch: Prepare for assemblers with proper FCSR bank support
` [PATCH 4/9] LoongArch: Make {read,write}_fcsr compatible with LLVM/Clang
` [PATCH 5/9] LoongArch: Make the CPUCFG and CSR ops simple aliases of compiler built-ins
` [PATCH 6/9] LoongArch: Simplify the invtlb wrappers
` [PATCH 7/9] LoongArch: Tweak CFLAGS for Clang compatibility
` [PATCH 8/9] Makefile: Add loongarch target flag for Clang compilation
` [PATCH 9/9] LoongArch: Mark Clang LTO as working

[PATCH 1/5] sh: rename suffix-y to suffix_y
 2023-06-23 14:45 UTC  (4+ messages)
` [PATCH 3/5] kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22}

[PATCH] kbuild: add $(CLANG_CFLAGS) to KBUILD_CPPFLAGS
 2023-06-23  5:40 UTC  (6+ messages)

[PATCH v7 00/11] Unify <linux/export.h> and <asm/export.h>, remove EXPORT_DATA_SYMBOL(), faster TRIM_UNUSED_KSYMS
 2023-06-22 16:20 UTC  (5+ messages)
` [PATCH v7 03/11] kbuild: generate KSYMTAB entries by modpost

Specifying CFLAGS for a directory on the command line
 2023-06-22 10:35 UTC  (16+ messages)

[PATCH v2] ubsan: Tighten UBSAN_BOUNDS on GCC
 2023-06-22  3:11 UTC  (5+ messages)

[RFC/RFT 0/3] Add compiler support for Control Flow Integrity
 2023-06-21 21:54 UTC  (3+ messages)
` [RFC/RFT,V2 0/3] Add compiler support for Kernel "

[PATCH] ARM: change link order of $(mmy-y) to avoid veneers
 2023-06-20 19:13 UTC  (4+ messages)

[PATCH v4] script: modpost: emit a warning when the description is missing
 2023-06-20  9:26 UTC  (3+ messages)

[PATCH v2 00/11] `scripts/rust_is_available.sh` improvements
 2023-06-20  5:26 UTC  (39+ messages)
` [PATCH v2 01/11] kbuild: rust_is_available: remove -v option
` [PATCH v2 02/11] kbuild: rust_is_available: fix version check when CC has multiple arguments
` [PATCH v2 03/11] docs: rust: add paragraph about finding a suitable `libclang`
` [PATCH v2 04/11] kbuild: rust_is_available: print docs reference
` [PATCH v2 05/11] kbuild: rust_is_available: add check for `bindgen` invocation
` [PATCH v2 06/11] kbuild: rust_is_available: check that environment variables are set
` [PATCH v2 07/11] kbuild: rust_is_available: fix confusion when a version appears in the path
` [PATCH v2 08/11] kbuild: rust_is_available: normalize version matching
` [PATCH v2 09/11] kbuild: rust_is_available: handle failures calling `$RUSTC`/`$BINDGEN`
` [PATCH v2 10/11] kbuild: rust_is_available: check that output looks as expected
` [PATCH v2 11/11] kbuild: rust_is_available: add test suite

[PATCH v2 1/2] kbuild: revive "Entering directory" for Make >= 4.4.1
 2023-06-19 12:51 UTC  (4+ messages)
` [PATCH v2 2/2] kbuild: respect GNU Make -w flag

[PATCH] kbuild: make clean rule robust against too long argument error
 2023-06-19  9:32 UTC  (4+ messages)

[PATCH 0/4] dt-bindings: fix 'make clean' and improve dt-schema check rules
 2023-06-19  9:27 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: fix error in 'make clean' after 'make dt_binding_check'

[PATCH v3 00/57] Scope-based Resource Management
 2023-06-16 22:41 UTC  (57+ messages)
` [PATCH v3 01/57] dmaengine: ioat: Free up __cleanup() name
` [PATCH v3 02/57] apparmor: "
` [PATCH v3 03/57] locking: Introduce __cleanup() based infrastructure
` [PATCH v3 04/57] kbuild: Drop -Wdeclaration-after-statement
` [PATCH v3 06/57] sched: Simplify sysctl_sched_uclamp_handler()
` [PATCH v3 08/57] sched: Simplify wake_up_if_idle()
` [PATCH v3 09/57] sched: Simplify ttwu()
` [PATCH v3 26/57] perf: Simplify event_function*()
` [PATCH v3 28/57] perf; Simplify event_sched_in()
` [PATCH v3 29/57] perf: Simplify: __perf_install_in_context()
` [PATCH v3 33/57] perf: Simplify perf_adjust_freq_unthr_context()
` [PATCH v3 45/57] perf: Simplify perf_event_parse_addr_filter()
` [PATCH v3 46/57] perf: Simplify pmu_dev_alloc()
` [PATCH v3 56/57] perf: Simplify perf_pmu_output_stop()

[PATCH v3] script: modpost: emit a warning when the description is missing
 2023-06-15 23:34 UTC 

[PATCH v2] script: modpost: emit a warning when the description is missing
 2023-06-15 23:28 UTC  (3+ messages)

[PATCH] kbuild: revive "Entering directory" for Make >= 4.4.1
 2023-06-15 14:16 UTC  (3+ messages)

Suggestion: Improve the dependency information during Kconfig compilation
 2023-06-15 13:02 UTC  (5+ messages)
  `  "
        `  "

[PATCH] kbuild: deb-pkg: Include modules.builtin* even if non-modular
 2023-06-15 11:22 UTC  (3+ messages)

[linux-next:master] [kbuild] df8fc4e934: BUG:unable_to_handle_page_fault_for_address
 2023-06-13 20:58 UTC  (2+ messages)

Słowa kluczowe do wypozycjonowania
 2023-06-13  7:30 UTC 

[bug report] modpost: handle relocations mismatch in __ex_table
 2023-06-12 10:22 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox