Linux Kbuild
[Prev Page][Next Page]
- Re: [PATCH 1/3] rust: Introduce HAVE_GENERATE_RUST_TARGET config option, (continued)
- [PATCH v2 0/6] `RUSTC_VERSION` and re-config/re-build support on compiler change,
Miguel Ojeda
- [PATCH v2] kbuild: pahole-version: improve overall checking and error messages,
Miguel Ojeda
- [PATCH v2] modpost: compile constant module information only once,
Thomas Weißschuh
- [PATCH] kbuild: remove recent dependency on "truncate" program,
Tony Battersby
- [PATCH v7] rust: support for shadow call stack sanitizer,
Alice Ryhl
- [PATCH v1] bpf: Add missing force_checksrc macro,
Alexey Gladkov
- [PATCH] kbuild: use objcopy to generate asm-offsets,
Vegard Nossum
- [PATCH v3 0/6] livepatch: klp-convert tool - Minimal version,
Lukas Hruska
- [PATCH v6] rust: support for shadow call stack sanitizer,
Alice Ryhl
- [RFC PATCH 0/3] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang,
Wentao Zhang
[PATCH v3] kbuild: add debug package to pacman PKGBUILD,
Jose Fernandez
[PATCH RFC] modpost: compile constant module information only once,
Thomas Weißschuh
[PATCH v9 0/4] Generate address range data for built-in modules,
Kris Van Hees
- [PATCH v9 1/4] kbuild: add mod(name,file)_flags to assembler flags for module objects, Kris Van Hees
- [PATCH v9 4/4] module: add install target for modules.builtin.ranges, Kris Van Hees
- [PATCH v9 2/4] kbuild: generate offset range data for builtin modules, Kris Van Hees
- [PATCH v9 3/4] scripts: add verifier script for builtin module range data, Kris Van Hees
- <Possible follow-ups>
- [PATCH v9 0/4] Generate address range data for built-in modules, Kris Van Hees
- [PATCH v10 4/4] module: add install target for modules.builtin.ranges, Kris Van Hees
- Re: [PATCH v9 0/4] Generate address range data for built-in modules, Kris Van Hees
- Re: [PATCH v9 0/4] Generate address range data for built-in modules, Sami Tolvanen
- Re: [PATCH v9 0/4] Generate address range data for built-in modules, Masahiro Yamada
[PATCH v2] Documentation: kbuild: explicitly document missing prompt,
Stephen Brennan
[RFC] kconfig: add optional selective yaml output support,
Luis Chamberlain
[GIT PULL] Kbuild fixes for v6.11-rc5,
Masahiro Yamada
[PATCH v7 1/4] kbuild: add mod(name,file)_flags to assembler flags for module objects,
Kris Van Hees
[PATCH v4 3/4] kbuild: rust: Enable KASAN support,
Matthew Maurer
[PATCH v4 1/4] kbuild: rust: Define probing macros for rustc, Matthew Maurer
[PATCH 0/1] Documentation: kbuild: explicitly document missing prompt,
Stephen Brennan
[PATCH] scripts/get_abi.pl: more strict matching of [XYZ],
David Lechner
[RFC] kbuild: bpf: Do not run pahole with -j on 32bit userspace,
Jiri Slaby (SUSE)
[PATCH v3 2/4] kbuild: rust: Enable KASAN support,
Matthew Maurer
[PATCH v3 1/4] kbuild: rust: Define probing macros for rustc,
Matthew Maurer
[RFC PATCH 00/11] output a valid shell script when running 'make -n',
Vegard Nossum
- [RFC PATCH 01/11] kbuild: ignore .config rule for make --always-make, Vegard Nossum
- [RFC PATCH 03/11] kbuild: pass KERNELVERSION and LOCALVERSION explicitly to setlocalversion, Vegard Nossum
- [RFC PATCH 05/11] kbuild: execute modules.order recipe in --dry-run mode, Vegard Nossum
- [RFC PATCH 02/11] kbuild: document some prerequisites, Vegard Nossum
- [RFC PATCH 09/11] kbuild: simplify commands in --dry-run mode, Vegard Nossum
- [RFC PATCH 08/11] kbuild: make link-vmlinux.sh respect $dry_run, Vegard Nossum
- [RFC PATCH 11/11] kbuild: suppress echoing of commands in --dry-run mode, Vegard Nossum
- [RFC PATCH 07/11] kbuild: define 'make' as a no-op in --dry-run mode, Vegard Nossum
- [RFC PATCH 04/11] kbuild: don't execute .ko recipe in --dry-run mode, Vegard Nossum
- [RFC PATCH 06/11] kbuild: set $dry_run when running in --dry-run mode, Vegard Nossum
- [RFC PATCH 10/11] kbuild: don't test for file presence in --dry-run mode, Vegard Nossum
- Re: [RFC PATCH 00/11] output a valid shell script when running 'make -n', Vegard Nossum
- Re: [RFC PATCH 00/11] output a valid shell script when running 'make -n', Nicolas Schier
[PATCH] kbuild: remove *.symversions left-over,
Masahiro Yamada
[PATCH] kbuild: fix typos "prequisites" to "prerequisites",
Masahiro Yamada
[PATCH v2] kbuild: add debug package to pacman PKGBUILD,
Jose Fernandez
[PATCH 1/2] kbuild: pacman-pkg: move common commands to a separate function,
Masahiro Yamada
[PATCH] menuconfig: Allow sorting the entries alphabetically,
Ivan Orlov
[PATCH v2] modpost: simplify modpost_log(),
Masahiro Yamada
Re: [PATCH 1/1] kbuild: Only build dtc if needed,
Simon Glass
[PATCH v2 00/19] Implement DWARF modversions,
Sami Tolvanen
- [PATCH v2 01/19] tools: Add gendwarfksyms, Sami Tolvanen
- [PATCH v2 02/19] gendwarfksyms: Add symbol list handling, Sami Tolvanen
- [PATCH v2 03/19] gendwarfksyms: Add address matching, Sami Tolvanen
- [PATCH v2 04/19] gendwarfksyms: Add support for type pointers, Sami Tolvanen
- [PATCH v2 05/19] gendwarfksyms: Expand base_type, Sami Tolvanen
- [PATCH v2 06/19] gendwarfksyms: Add a cache for processed DIEs, Sami Tolvanen
- [PATCH v2 07/19] gendwarfksyms: Expand type modifiers and typedefs, Sami Tolvanen
- [PATCH v2 08/19] gendwarfksyms: Expand subroutine_type, Sami Tolvanen
- [PATCH v2 09/19] gendwarfksyms: Expand array_type, Sami Tolvanen
- [PATCH v2 10/19] gendwarfksyms: Expand structure types, Sami Tolvanen
- [PATCH v2 11/19] gendwarfksyms: Limit structure expansion, Sami Tolvanen
- [PATCH v2 12/19] gendwarfksyms: Add die_map debugging, Sami Tolvanen
- [PATCH v2 13/19] gendwarfksyms: Add symtypes output, Sami Tolvanen
- [PATCH v2 14/19] gendwarfksyms: Add symbol versioning, Sami Tolvanen
- [PATCH v2 15/19] gendwarfksyms: Add support for declaration-only data structures, Sami Tolvanen
- [PATCH v2 16/19] gendwarfksyms: Add support for reserved structure fields, Sami Tolvanen
- [PATCH v2 17/19] export: Add __gendwarfksyms_ptr_ references to exported symbols, Sami Tolvanen
- [PATCH v2 18/19] x86/asm-prototypes: Include <asm/ptrace.h>, Sami Tolvanen
- [PATCH v2 19/19] kbuild: Add gendwarfksyms as an alternative to genksyms, Sami Tolvanen
- Re: [PATCH v2 00/19] Implement DWARF modversions, Sedat Dilek
- Re: [PATCH v2 00/19] Implement DWARF modversions, Greg Kroah-Hartman
- Re: [PATCH v2 00/19] Implement DWARF modversions, Jonathan Corbet
- Re: [PATCH v2 00/19] Implement DWARF modversions, Masahiro Yamada
[PATCH v6 0/4] Generate address range data for built-in modules,
Kris Van Hees
[PATCH v3] kbuild: rust: split up helpers.c,
Andreas Hindborg
[PATCH v2] tools build: Provide consistent build options for fixdep,
Alexander Gordeev
Enquiry, Michelle
[PATCH] tools build: Provide consistent build options for fixdep,
Alexander Gordeev
[PATCH] tools build: Respect HOSTCFLAGS in 'fixdep' compilation, Brian Norris
[BUG] depmod: ERROR: Cycle detected: qcom_scm -> qcom_tzmem -> qcom_scm, Mirsad Todorovac
[PATCH V3] kbuild: control extra pacman packages with PACMAN_EXTRAPACKAGES,
Jose Fernandez
[PATCH v2 2/3] kbuild: rust: Enable KASAN support,
Matthew Maurer
[PATCH v2 1/3] kbuild: rust: Define probing macros for rustc,
Matthew Maurer
[PATCH] modpost: improve the section mismatch warning format,
Masahiro Yamada
[PATCH] modpost: simplify modpost_log(),
Masahiro Yamada
[PATCH 1/4] kbuild: split x*alloc() functions in kconfig to scripts/include/xalloc.h,
Masahiro Yamada
[PATCH] Documentation/llvm: turn make command for ccache into code block,
Javier Carrasco
[PATCH 1/3] kconfig: remove dummy assignments to cur_{filename,lineno},
Masahiro Yamada
[PATCH] tinyconfig: remove unnecessary 'is not set' for choice blocks,
Masahiro Yamada
[PATCH] scripts: Enhance vmlinux checks as per TODO, Abhinav Jain
[PATCH] tty: vt: conmakehash: remove non-portable code printing comment header,
Masahiro Yamada
[PATCH 0/2] selinux: Do not include <linux/*.h> from host programs (+ extra clean-up),
Masahiro Yamada
[PATCH 0/6] kbuild: rust: add `RUSTC_VERSION` and reconfig/rebuild support,
Miguel Ojeda
[PATCH] scripts/remove-stale-files: clean up stale lib/test_fortify.log,
Masahiro Yamada
[PATCH] kbuild: avoid scripts/kallsyms parsing /dev/null,
Masahiro Yamada
[PATCH] treewide: remove unnecessary <linux/version.h> inclusion,
Masahiro Yamada
[PATCH v2] kbuild: control extra pacman packages with PACMAN_EXTRAPACKAGES,
Jose Fernandez
[PATCH] kbuild: rust-analyzer: mark `rust_is_available.sh` invocation as recursive,
Miguel Ojeda
[PATCH 00/12] Enable build system on macOS hosts,
Daniel Gomez via B4 Relay
- [PATCH 01/12] scripts: subarch.include: fix SUBARCH on MacOS hosts, Daniel Gomez via B4 Relay
- [PATCH 03/12] file2alias: fix uuid_t definitions for macos, Daniel Gomez via B4 Relay
- [PATCH 02/12] kbuild: add header_install dependency to scripts, Daniel Gomez via B4 Relay
- [PATCH 04/12] drm/xe: xe_gen_wa_oob: fix program_invocation_short_name for macos, Daniel Gomez via B4 Relay
- [PATCH 05/12] accessiblity/speakup: genmap and makemapdata require linux/version.h, Daniel Gomez via B4 Relay
- [PATCH 07/12] selinux/mdp: include bitsperlong and posix_types headers, Daniel Gomez via B4 Relay
- [PATCH 06/12] selinux/genheaders: include bitsperlong and posix_types headers, Daniel Gomez via B4 Relay
- [PATCH 10/12] scripts/mod: add byteswap support, Daniel Gomez via B4 Relay
- [PATCH 08/12] include: add elf.h support, Daniel Gomez via B4 Relay
- [PATCH 09/12] include: add endian.h support, Daniel Gomez via B4 Relay
- [PATCH 12/12] scripts/kallsyms: add compatibility support for macos, Daniel Gomez via B4 Relay
- [PATCH 11/12] tty/vt: conmakehash requires linux/limits.h, Daniel Gomez via B4 Relay
- Re: [PATCH 00/12] Enable build system on macOS hosts, Greg Kroah-Hartman
[PATCH v3 00/16] Extended MODVERSIONS Support,
Matthew Maurer
- [PATCH v3 01/16] module: Take const arg in validate_section_offset, Matthew Maurer
- [PATCH v3 02/16] module: Factor out elf_validity_ehdr, Matthew Maurer
- [PATCH v3 03/16] module: Factor out elf_validity_cache_sechdrs, Matthew Maurer
- [PATCH v3 04/16] module: Factor out elf_validity_cache_secstrings, Matthew Maurer
- [PATCH v3 05/16] module: Factor out elf_validity_cache_index_info, Matthew Maurer
- [PATCH v3 06/16] module: Factor out elf_validity_cache_index_mod, Matthew Maurer
- [PATCH v3 07/16] module: Factor out elf_validity_cache_index_sym, Matthew Maurer
- [PATCH v3 08/16] module: Factor out elf_validity_cache_index_str, Matthew Maurer
- [PATCH v3 09/16] module: Group section index calculations together, Matthew Maurer
- [PATCH v3 10/16] module: Factor out elf_validity_cache_strtab, Matthew Maurer
- [PATCH v3 11/16] module: Additional validation in elf_validity_cache_strtab, Matthew Maurer
- [PATCH v3 12/16] module: Reformat struct for code style, Matthew Maurer
- [PATCH v3 13/16] export_report: Rehabilitate script, Matthew Maurer
- [PATCH v3 14/16] modules: Support extended MODVERSIONS info, Matthew Maurer
- [PATCH v3 15/16] modpost: Produce extended modversion information, Matthew Maurer
- [PATCH v3 16/16] export_report: Use new version info format, Matthew Maurer
- Re: [PATCH v3 00/16] Extended MODVERSIONS Support, Sami Tolvanen
[PATCH v5] rust: support for shadow call stack sanitizer,
Alice Ryhl
[linus:master] [kconfig] f79dc03fe6: segfault_at_ip_sp_error,
kernel test robot
[PATCH REPOST] lib/build_OID_registry: do not embed full $0,
Giuliano Procida
[PATCH v2] Makefile: add $(srctree) to dependency of compile_commands.json target,
Alexandre Courbot
[PATCH] kbuild: modinst: remove the multithread option from zstd compression,
Masahiro Yamada
[PATCH] kbuild: control extra pacman packages with PACMAN_EXTRAPACKAGES,
Jose Fernandez
[PATCH] Makefile: add $(srctree) to dependency of compile_commands.json target,
Alexandre Courbot
[PATCH] scripts: kconfig: merge_config: config files: add a trailing newline,
Anders Roxell
[PATCH v2 0/2] Rust KCFI support,
Alice Ryhl
[PATCH] kbuild: add debug package to pacman PKGBUILD,
Jose Fernandez
[no subject], Unknown
[PATCH 0/2] Rust KCFI support,
Alice Ryhl
[PATCH v4 0/2] Rust and the shadow call stack sanitizer,
Alice Ryhl
[PATCH 0/6] Add AutoFDO and Propeller support for Clang build,
Rong Xu
[Index of Archives]
[Linux USB Devel]
[Linux Media]
[Linux SCSI]
[Scanners]
[Yosemite Secret&nsp;Places]