messages from 2022-09-15 04:38:15 to 2022-10-03 22:22:17 UTC [more...]
[RFC UKL 00/10] Unikernel Linux (UKL)
2022-10-03 22:21 UTC (10+ messages)
` [RFC UKL 01/10] kbuild: Add sections and symbols to linker script for UKL support
` [RFC UKL 02/10] x86/boot: Load the PT_TLS segment for Unikernel configs
` [RFC UKL 03/10] sched: Add task_struct tracking of kernel or application execution
` [RFC UKL 04/10] x86/entry: Create alternate entry path for system calls
` [RFC UKL 05/10] x86/uaccess: Make access_ok UKL aware
` [RFC UKL 06/10] x86/fault: Skip checking kernel mode access to user address space for UKL
` [RFC UKL 07/10] x86/signal: Adjust signal handler register values and return frame
` [RFC UKL 08/10] exec: Make exec path for starting UKL application
` [RFC UKL 09/10] exec: Give userspace a method for starting UKL process
base-files: /etc/os-release should contain VERSION variables for testing and unstable
2022-10-03 21:47 UTC (2+ messages)
` Bug#1008735: "
[PATCH 0/3] Kconfig.debug: make more efforts to fix CONFIG_DEBUG_INFO for Clang+GAS
2022-10-03 20:58 UTC (12+ messages)
` [PATCH 1/3] Kconfig.debug: simplify the dependency of DEBUG_INFO_DWARF4/5
` [PATCH 2/3] Kconfig.debug: add toolchain checks for DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT
` [PATCH 3/3] Kconfig.debug: split debug-level and DWARF-version into separate choices
[PATCH] hardening: Remove Clang's enable flag for -ftrivial-auto-var-init=zero
2022-10-03 20:57 UTC (3+ messages)
[PATCH] lib/Kconfig.debug: Add check for non-constant .{s,u}leb128 support to DWARF5
2022-10-03 16:10 UTC (7+ messages)
[PATCH AUTOSEL 5.19 29/29] Makefile.debug: set -g unconditional on CONFIG_DEBUG_INFO_SPLIT
2022-10-02 22:49 UTC
[PATCH] docs: bump minimal GNU Make version to 3.82
2022-10-02 19:22 UTC (2+ messages)
[PATCH] Makefile.extrawarn: Move -Wcast-function-type-strict to W=1
2022-10-01 14:48 UTC (2+ messages)
[PATCH] Kconfig.debug: split debug-level and DWARF-version into separate choices
2022-09-30 19:26 UTC (4+ messages)
[PATCH v2] kbuild: add configurable debug info level
2022-09-30 9:11 UTC (9+ messages)
` [PATCH v3] kbuild: add debug level and macro defs options
[PATCH] ia64: simplify esi object addition in Makefile
2022-09-29 19:44 UTC (2+ messages)
[PATCH] Revert "kbuild: Check if linker supports the -X option"
2022-09-29 18:17 UTC (3+ messages)
[PATCH v3 0/7] kbuild: various cleanups
2022-09-29 15:21 UTC (22+ messages)
` [PATCH v3 1/7] kbuild: hard-code KBUILD_ALLDIRS in scripts/Makefile.package
` [PATCH v3 2/7] kbuild: list sub-directories in ./Kbuild
` [PATCH v3 3/7] kbuild: move .vmlinux.objs rule to Makefile.modpost
` [PATCH v3 4/7] kbuild: move vmlinux.o rule to the top Makefile
` [PATCH v3 5/7] kbuild: unify two modpost invocations
` [PATCH v3 6/7] kbuild: use obj-y instead extra-y for objects placed at the head
` [PATCH v3 7/7] kbuild: remove head-y syntax
[PATCH 0/8] generic command line v5
2022-09-29 2:32 UTC (2+ messages)
` [PATCH 3/8] scripts: insert-sys-cert: change name to insert-symbol
[PATCH v3] kbuild: rewrite check-local-export in sh/awk
2022-09-28 23:26 UTC (8+ messages)
` [PATCH v4] "
[PATCH v3 0/8] Unify <linux/export.h> and <asm/export.h>, remove EXPORT_DATA_SYMBOL(), faster TRIM_UNUSED_KSYMS
2022-09-28 21:04 UTC (13+ messages)
` [PATCH v3 1/8] kbuild: move modules.builtin(.modinfo) rules to Makefile.vmlinux_o
` [PATCH v3 2/8] kbuild: rebuild .vmlinux.export.o when its prerequisite is updated
` [PATCH v3 3/8] kbuild: generate KSYMTAB entries by modpost
` [PATCH v3 4/8] ia64,export.h: replace EXPORT_DATA_SYMBOL* with EXPORT_SYMBOL*
` [PATCH v3 5/8] modpost: squash sym_update_namespace() into sym_add_exported()
` [PATCH v3 6/8] modpost: use null string instead of NULL pointer for default namespace
` [PATCH v3 7/8] modpost: squash report_sec_mismatch() and remove enum mismatch
` [PATCH v3 8/8] kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursion
[objtool] ca5e2b42c0: kernel_BUG_at_arch/x86/kernel/jump_label.c
2022-09-28 20:45 UTC (3+ messages)
[PATCH] kbuild: hide error checker logs for V=1 builds
2022-09-28 18:46 UTC (3+ messages)
[PATCH v10 00/27] Rust support
2022-09-28 15:40 UTC (8+ messages)
` [PATCH v10 23/27] Kbuild: add "
` [PATCH v10 24/27] docs: add Rust documentation
[PATCH -next] Makefile: add implicit enum-conversion check for compile build
2022-09-28 7:17 UTC (4+ messages)
[PATCH] kbuild: Add an option to skip vmlinux.bz2 in the rpm's
2022-09-28 2:05 UTC (5+ messages)
[PATCH v2] kbuild: take into account DT_SCHEMA_FILES changes while checking dtbs
2022-09-27 15:10 UTC (2+ messages)
[PATCH 0/8] generic command line v4
2022-09-26 23:03 UTC (9+ messages)
[PATCH v2 0/7] Unify <linux/export.h> and <asm/export.h>, remove EXPORT_DATA_SYMBOL(), faster TRIM_UNUSED_KSYMS
2022-09-26 20:36 UTC (8+ messages)
` [PATCH v2 1/7] kbuild: generate KSYMTAB entries by modpost
` [PATCH v2 2/7] ia64,export.h: replace EXPORT_DATA_SYMBOL* with EXPORT_SYMBOL*
` [PATCH v2 3/7] modpost: merge sym_update_namespace() into sym_add_exported()
` [PATCH v2 4/7] modpost: use null string instead of NULL pointer for default namespace
` [PATCH v2 5/7] modpost: squash report_sec_mismatch() and remove enum mismatch
` [PATCH v2 6/7] kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursion
` [PATCH v2 7/7] kbuild: move modules.builtin(.modinfo) rules to Makefile.vmlinux_o
Any interest in building the Linux kernel from a MacOS host?
2022-09-26 11:35 UTC (6+ messages)
Fwd: [RFC PATCH 1/1] Fix __kcrctab+* sections alignment
2022-09-26 9:11 UTC (11+ messages)
` "
[PATCH 1/5] mksysmap: update comment about __crc_*
2022-09-26 9:02 UTC (5+ messages)
` [PATCH 2/5] kbuild: reuse mksysmap output for kallsyms
` [PATCH 3/5] kallsyms: drop duplicated ignore patterns from kallsyms.c
` [PATCH 4/5] kallsyms: take the input file instead of reading stdin
` [PATCH 5/5] kallsyms: ignore __kstrtab_* and __kstrtabns_* symbols
Słowa kluczowe do wypozycjonowania
2022-09-26 7:31 UTC
[PATCH] kbuild: suppress warnings for single builds of vmlinux.lds, *.a, etc
2022-09-26 6:34 UTC (2+ messages)
[RFC PATCH] kbuild: rpm-pkg: fix breakage when V=1 is used
2022-09-26 2:46 UTC (2+ messages)
[GIT PULL] Kbuild fixes for v6.0-rc7
2022-09-25 0:52 UTC (2+ messages)
[PATCH v2 0/8] kbuild: various cleanups
2022-09-24 18:05 UTC (15+ messages)
` [PATCH v2 3/8] kbuild: move core-y and drivers-y to ./Kbuild
` [PATCH v2 7/8] kbuild: use obj-y instead extra-y for objects placed at the head
[PATCH v3 5/5] Makefile.debug: set -g unconditional on CONFIG_DEBUG_INFO_SPLIT
2022-09-24 6:43 UTC (7+ messages)
` [PATCH v4] "
` [PATCH v4] Makefile.debug: re-enable debug info for .S files
[PATCH] lib/sg_pool: change module_init(sg_pool_init) to subsys_initcall
2022-09-23 15:28 UTC
[PATCH] lib/sg_pool: change module_init(sg_pool_init) to subsys_initcall
2022-09-23 14:49 UTC (5+ messages)
[PATCH v2] kbuild: move -Wundef from KBUILD_CFLAGS to KBUILD_CPPFLAGS
2022-09-23 2:26 UTC (2+ messages)
PROBLEM: Segfault in kconfig
2022-09-22 16:01 UTC
Fwd: [PATCH v2] arch: um: Mark the stack non-executable to fix a binutils warning
2022-09-21 17:48 UTC
[PATCH v2 1/2] kbuild: pass jobserver to cmd_ld_vmlinux.o
2022-09-20 12:34 UTC (7+ messages)
` [PATCH v2 2/2] kbuild: lto: preserve MAKEFLAGS for module linking
[PATCH] kbuild: pass jobserver to cmd_ld_vmlinux.o
2022-09-20 8:43 UTC (7+ messages)
[PATCH] lib: zstd: build common files separately for compress and decompress
2022-09-19 21:39 UTC (3+ messages)
Zwiększenie płynności finansowej
2022-09-19 7:35 UTC
[PATCH] kbuild: take into account DT_SCHEMA_FILES changes while checking dtbs
2022-09-16 19:37 UTC (14+ messages)
[PATCH] linux/export: use inline assembler to populate symbol CRCs
2022-09-16 6:29 UTC
[PATCH] dt: Add a check for undocumented compatible strings in kernel
2022-09-16 1:25 UTC
[PATCH v2] kbuild: re-run modpost when it is updated
2022-09-15 6:26 UTC
[PATCH 1/2] kbuild: use modpost-args-y to clean up modpost arguments
2022-09-15 6:07 UTC (3+ messages)
[PATCH] fs/proc: add compile time info
2022-09-15 4:37 UTC (3+ 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