messages from 2024-09-06 16:23:09 to 2024-09-20 08:56:59 UTC [more...]
[PATCH v5 00/11] kbuild, kconfig: Add support for conflict resolution
2024-09-20 8:56 UTC (8+ messages)
` [PATCH v5 01/11] kconfig: Add PicoSAT interface
` [PATCH v5 02/11] kbuild: Add list_is_{first,last}, list_size, list_at_index, list_for_each_from
` [PATCH v5 03/11] kconfig: Add definitions
` [PATCH v5 04/11] kconfig: Add files for building constraints
` [PATCH v5 05/11] kconfig: Add files for handling expressions
` [PATCH v5 06/11] kconfig: Add files for RangeFix
` [PATCH v5 07/11] kconfig: Add files with utility functions
[PATCH v9 0/4] Generate address range data for built-in modules
2024-09-20 0:24 UTC (14+ messages)
` [PATCH v10 2/4] kbuild: generate offset range data for builtin modules
[PATCH v2 0/8] Enable build system on macOS hosts
2024-09-19 19:12 UTC (20+ messages)
` [PATCH v2 1/8] scripts: subarch.include: fix SUBARCH "
` [PATCH v2 2/8] file2alias: fix uuid_t definitions for macos
` [PATCH v2 3/8] drm/xe: xe_gen_wa_oob: fix program_invocation_short_name "
` [PATCH v2 4/8] arm64: nvhe: add bee-headers support
` [PATCH v2 8/8] Documentation: add howto build in macos
[PATCH v2 1/5] kbuild: doc: throw out the local table of contents in modules.rst
2024-09-19 17:37 UTC (5+ messages)
` [PATCH v2 2/5] kbuild: doc: drop section numbering, use references "
` [PATCH v2 3/5] kbuild: doc: remove the description about shipped files
` [PATCH v2 4/5] kbuild: doc: describe the -C option precisely for external module builds
` [PATCH v2 5/5] kbuild: doc: replace "gcc" in external module description
[PATCH 00/23] kbuild: support building external modules in a separate build directory
2024-09-19 16:53 UTC (36+ messages)
` [PATCH 01/23] kbuild: doc: update the description about Kbuild/Makefile split
` [PATCH 02/23] kbuild: doc: remove description about grepping CONFIG options
` [PATCH 03/23] kbuild: doc: remove outdated description of the limitation on -I usage
` [PATCH 04/23] kbuild: doc: remove the description about shipped files
` [PATCH 05/23] kbuild: doc: describe the -C option precisely for external module builds
` [PATCH 06/23] kbuild: doc: replace "gcc" in external module description
` [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 10/23] kbuild: refactor the check for missing config files
` [PATCH 11/23] kbuild: check the presence of include/generated/rustc_cfg
` [PATCH 12/23] scripts/nsdeps: use VPATH as src_prefix
` [PATCH 13/23] kbuild: replace two $(abs_objtree) with $(CURDIR) in top Makefile
` [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
[PATCH 0/6] Add AutoFDO and Propeller support for Clang build
2024-09-19 11:52 UTC (3+ messages)
` [PATCH 6/6] Add Propeller configuration for kernel build
[PATCH v2 2/2] rust: cfi: add support for CFI_CLANG with Rust
2024-09-18 17:14 UTC (5+ messages)
` [PATCH v2b] "
[PATCH v2 0/7] linux-kbuild: fix: process configs set to "y"
2024-09-17 22:45 UTC (3+ messages)
[PATCH] kbuild: rpm-pkg: include vmlinux debug symbols
2024-09-17 13:35 UTC (4+ messages)
[PATCH v5 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
2024-09-17 7:50 UTC (20+ messages)
` [PATCH v5 01/17] powerpc/trace: Account for -fpatchable-function-entry support by toolchain
` [PATCH v5 02/17] powerpc/kprobes: Use ftrace to determine if a probe is at function entry
` [PATCH v5 03/17] powerpc64/ftrace: Nop out additional 'std' instruction emitted by gcc v5.x
` [PATCH v5 04/17] powerpc32/ftrace: Unify 32-bit and 64-bit ftrace entry code
` [PATCH v5 05/17] powerpc/module_64: Convert #ifdef to IS_ENABLED()
` [PATCH v5 06/17] powerpc/ftrace: Remove pointer to struct module from dyn_arch_ftrace
` [PATCH v5 07/17] powerpc/ftrace: Skip instruction patching if the instructions are the same
` [PATCH v5 08/17] powerpc/ftrace: Move ftrace stub used for init text before _einittext
` [PATCH v5 09/17] powerpc64/bpf: Fold bpf_jit_emit_func_call_hlp() into bpf_jit_emit_func_call_rel()
` [PATCH v5 10/17] powerpc/ftrace: Add a postlink script to validate function tracer
` [PATCH v5 11/17] kbuild: Add generic hook for architectures to use before the final vmlinux link
` [PATCH v5 12/17] powerpc64/ftrace: Move ftrace sequence out of line
` [PATCH v5 13/17] powerpc64/ftrace: Support .text larger than 32MB with out-of-line stubs
` [PATCH v5 14/17] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPS
` [PATCH v5 15/17] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_DIRECT_CALLS
` [PATCH v5 16/17] samples/ftrace: Add support for ftrace direct samples on powerpc
` [PATCH v5 17/17] powerpc64/bpf: Add support for bpf trampolines
[PATCH v7] rust: support for shadow call stack sanitizer
2024-09-15 19:15 UTC (11+ messages)
[PATCH v2 0/2] Rust KCFI support
2024-09-15 19:09 UTC (4+ messages)
[PATCH v2] rust: enable arbitrary_self_types and remove `Receiver`
2024-09-15 13:26 UTC
[PATCH] kbuild: remove unnecessary export of RUST_LIB_SRC
2024-09-14 7:14 UTC (2+ messages)
External modules with O=... (was: Re: [PATCH] kbuild: Fix include path in scripts/Makefile.modpost)
2024-09-14 7:19 UTC (7+ messages)
[PATCH v3 0/6] livepatch: klp-convert tool - Minimal version
2024-09-13 23:16 UTC (3+ messages)
(no subject)
2024-09-13 20:39 UTC (9+ messages)
` [PATCH 1/7] linux-kbuild: fix: config option can be bool
` [PATCH 2/7] linux-kbuild: fix: missing variable operator
` [PATCH 3/7] linux-kbuild: fix: ensure all defaults are tracked
` [PATCH 4/7] linux-kbuild: fix: ensure selected configs were turned on in original
` [PATCH 5/7] linux-kbuild: fix: implement choice for kconfigs
` [PATCH 6/7] linux-kbuild: fix: configs with defaults do not need a prompt
` [PATCH 7/7] linux-kbuild: fix: process config options set to "y"
`
[PATCH v2 00/19] Implement DWARF modversions
2024-09-13 8:00 UTC (23+ messages)
` [PATCH v2 01/19] tools: Add gendwarfksyms
` [PATCH v2 13/19] gendwarfksyms: Add symtypes output
` [PATCH v2 14/19] gendwarfksyms: Add symbol versioning
` [PATCH v2 16/19] gendwarfksyms: Add support for reserved structure fields
[PATCH] kbuild: Support separating source and output of the external module
2024-09-12 11:52 UTC (3+ messages)
[PATCH 1/3] btf: remove redundant CONFIG_BPF test in scripts/link-vmlinux.sh
2024-09-12 0:45 UTC (8+ messages)
` [PATCH 2/3] btf: move pahole check in scripts/link-vmlinux.sh to lib/Kconfig.debug
[PATCH v2 1/3] modpost: check section mismatch in reference to .dtb.init.rodata
2024-09-11 17:32 UTC (4+ messages)
` [PATCH v2 2/3] kbuild: move non-boot builtin DTBs to .init.rodata section
` [PATCH v2 3/3] kbuild: add generic support for built-in boot DTBs
[PATCH v2 0/3] rust: Initial MIPS support
2024-09-10 22:28 UTC (10+ messages)
` [PATCH v2 1/3] rust: Introduce HAVE_GENERATE_RUST_TARGET config option
` [PATCH v2 3/3] rust: Enable for MIPS
[PATCH] rust: enable arbitrary_self_types and remove `Receiver`
2024-09-10 12:25 UTC (2+ messages)
[PATCH 00/15] kbuild: refactor DTB build rules, introduce a generic built-in boot DTB support
2024-09-10 9:35 UTC (6+ messages)
` [PATCH 04/15] kbuild: add generic support for built-in boot DTBs
` [PATCH 06/15] riscv: migrate to the generic rule for built-in DTB
[PATCH] kbuild: remove append operation on cmd_ld_ko_o
2024-09-09 14:50 UTC (2+ messages)
[PATCH 1/6] scripts: move hash function from scripts/kconfig/ to scripts/include/
2024-09-08 12:43 UTC (6+ messages)
` [PATCH 2/6] kconfig: change some expr_*() functions to bool
` [PATCH 3/6] kconfig: add comments to expression transformations
` [PATCH 4/6] kconfig: refactor expr_eliminate_dups()
` [PATCH 5/6] kconfig: use hash table to reuse expressions
` [PATCH 6/6] kconfig: cache expression values
[PATCH] fixdep: handle short reads in read_file
2024-09-08 8:20 UTC (6+ messages)
[PATCH] rust: error.rs: Remove dead_code marker and make from_err_ptr, from_result and to_ptr public
2024-09-07 18:19 UTC
[PATCH 1/2] kallsyms: squash output_address()
2024-09-07 8:53 UTC (2+ messages)
` [PATCH 2/2] kallsyms: change overflow variable to bool type
[PATCH v2 1/2] selinux: do not include <linux/*.h> headers from host programs
2024-09-06 18:37 UTC (4+ messages)
` [PATCH v2 2/2] selinux: move genheaders to security/selinux/
[PATCH 2/2] selinux: move genheaders to security/selinux/
2024-09-06 17:33 UTC (8+ 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