messages from 2026-08-12 03:33:30 to 2026-08-28 23:20:21 UTC [more...]
[PATCH v6 00/13] syscalls: Add a shared table for all archs
2026-08-28 23:19 UTC (12+ messages)
` [PATCH v6 01/13] syscalls: Make --abis parsing more robust
` [PATCH v6 02/13] syscalls: Create unified partial table for all archs
` [PATCH v6 03/13] scripts/syscall.tbl: Use the common table
` [PATCH v6 04/13] arm: Use the common syscall table
` [PATCH v6 05/13] s390: "
` [PATCH v6 06/13] sparc: "
` [PATCH v6 07/13] mips: Remove duplicated syscallnr.sh
` [PATCH v6 08/13] mips: Get rid of custom mips ABIs for syscall tables
` [PATCH v6 09/13] mips: Use the common syscall table
` [PATCH v6 10/13] syscalls: Add an option for offsetting the common table
` [PATCH v6 11/13] alpha: Define entry point for set_mempolicy_home_node syscall
[PATCH] erofs: Fix EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS default logic
2026-08-28 23:19 UTC (5+ messages)
[PATCH 00/27] objtool: dynamically detect noreturns
2026-08-28 19:27 UTC (31+ messages)
` [PATCH 01/27] objtool: Remove obsolete noreturns.h entries
` [PATCH 02/27] kbuild: Add CONFIG_OBJTOOL_DEFERRED
` [PATCH 03/27] kbuild: Add CONFIG_OBJTOOL_CONTROL_FLOW
` [PATCH 04/27] objtool: Fix dead end detection for sibling calls
` [PATCH 05/27] objtool: Refactor the noreturn/dead-end detection
` [PATCH 06/27] objtool: Ignore traps after noreturn calls in STT_CODE
` [PATCH 07/27] objtool: Make .discard.stack_frame_non_standard non-allocatable
` [PATCH 08/27] efi/libstub: Drop .discard.addressable from the stub objects
` [PATCH 09/27] efi/loongarch: Mark loongarch efi_boot_kernel() non-standard for objtool
` [PATCH 10/27] objtool: Add ANNOTATE_IGNORE_NORETURN()
` [PATCH 11/27] LoongArch: Annotate reboot and kexec paths as returnable
` [PATCH 12/27] kbuild: Defer running objtool to link time for all CFG features
` [PATCH 13/27] rust: Annotate the intrinsic stubs as returnable
` [PATCH 14/27] panic: Mark abort() __noreturn
` [PATCH 15/27] x86/xen: Ignore noreturn status of weak mem_map_via_hcall()
` [PATCH 16/27] objtool: Detect noreturns in weak functions
` [PATCH 17/27] x86/entry: Make rewind_stack_and_make_dead() a real function
` [PATCH 18/27] x86/xen: Make xen_cpu_bringup_again() "
` [PATCH 19/27] x86/xen: Make xen_start_kernel() noreturn
` [PATCH 20/27] x86/boot: Rework how pi startup symbols get exposed to vmlinux
` [PATCH 21/27] objtool: Fix noreturn detection for non-sibling jumps to SYM_CODE
` [PATCH 22/27] objtool: Add options to write/read exported noreturns to/from a file
` [PATCH 23/27] kbuild: Do the per-module objtool pass right before linking
` [PATCH 24/27] kbuild: Generate the noreturn list and validate modules against it
` [PATCH 25/27] objtool: Add ANNOTATE_EXPORTED_NORETURN()
` [PATCH 26/27] objtool: Annotate all module-exported noreturns and remove noreturns.h
` [PATCH 27/27] objtool: Warn about missing/stale ANNOTATE_EXPORTED_NORETURN() usage
[PATCH 1/2] scripts: add TOML config to container tool
2026-08-28 17:35 UTC (8+ messages)
` [PATCH 2/2] Documentation: dev-tools: update container.rst with config file
[PATCH 0/1] scripts: kstack_erase: avoid absolute stackleak plugin path
2026-08-28 15:13 UTC (19+ messages)
` [PATCH 1/1] scripts: kstack_erase: use relative "
` [PATCH v2] kstack_erase: suppress -grecord-gcc-switches for external module builds
` [PATCH v3] scripts/gcc-plugins: suppress recorded GCC switches for extmod builds
[PATCH v2 0/1] kbuild: record real-prereqs in .cmd files
2026-08-28 8:54 UTC (2+ messages)
` [PATCH v2 1/1] "
[PATCH v2 1/2] scripts: add TOML config to container tool
2026-08-28 6:33 UTC (2+ messages)
` [PATCH v2 2/2] Documentation: dev-tools: update container.rst with config file
[PATCH] rust: kbuild: disambiguate `zerocopy_derive` for `rusttest`
2026-08-25 23:36 UTC (3+ messages)
[PATCH RFC v3 00/13] sysctl: add module aliases
2026-08-25 19:10 UTC (22+ messages)
` [PATCH RFC v3 01/13] keys, pidns, fs/verity, riscv/vector: reorder '#include <linux/sysctl.h>'
` [PATCH RFC v3 02/13] proc: add config option SYSCTL_MODULE_ALIASES
` [PATCH RFC v3 03/13] sysctl, mod_devicetable: add macro MODULE_SYSCTL_TABLE
` [PATCH RFC v3 04/13] sysctl: add register_sysctl() wrapper for MODULE_SYSCTL_TABLE
` [PATCH RFC v3 05/13] sysctl, parport: update register_sysctl() callers with template arguments
` [PATCH RFC v3 06/13] sysctl, net: add register_net_sysctl{_sz}() wrappers for MODULE_SYSCTL_TABLE
` [PATCH RFC v3 07/13] sysctl, net: update register_net_sysctl{_sz}() callers with template arguments
` [PATCH RFC v3 08/13] sysctl, net: update register_net_sysctl_sz(ARRAY_SIZE(table_tmpl)) "
` [PATCH RFC v3 09/13] sysctl, ipv6: update register_net_sysctl{_sz}() callers "
` [PATCH RFC v3 10/13] sysctl, net: update register_net_sysctl_sz() edge case
` [PATCH RFC v3 11/13] sysctl: unrandomize struct ctl_table.procname
` [PATCH RFC v3 12/13] modpost: move addend_*_rel() calls into addend_rel()
` [PATCH RFC v3 13/13] modpost: handle MODULE_SYSCTL_TABLE symbols
[PATCH] setlocalversion: make tag local to try_tag()
2026-08-25 13:49 UTC (2+ messages)
[PATCH 0/1] kbuild: record real-prereqs in .cmd files
2026-08-25 3:22 UTC (5+ messages)
` [PATCH 1/1] "
[PATCH 0/2] kbuild: link-vmlinux.sh: more reliable 3rd pass linking
2026-08-24 13:47 UTC (5+ messages)
` [PATCH 1/2] kallsyms: add symbol size for kallsyms symbols that can change size
[PATCH v2 0/2] firmware: arm_scmi: Ensure automatic module loading
2026-08-24 12:14 UTC (3+ messages)
` [PATCH v2 1/2] module: add SCMI device table alias support
[PATCH 1/2] kbuild: rust: preserve unreachable traps with inline helpers
2026-08-24 10:39 UTC (10+ messages)
` [PATCH 2/2] kbuild: rust: keep Rust objects out of Clang LTO "
[PATCH] rust: cfi: disable function merging if CFI is enabled
2026-08-24 1:15 UTC (5+ messages)
[PATCH] kbuild: ubsan: skip UBSAN for external modules by default
2026-08-21 19:52 UTC (3+ messages)
[PATCH v5 0/8] Replace __ASSEMBLY__ with __ASSEMBLER__ in header files
2026-08-21 11:14 UTC (4+ messages)
` [PATCH v5 1/8] arm: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
[PATCH 0/2] alpha: enable building with clang
2026-08-19 11:26 UTC (14+ messages)
` [PATCH 2/2] alpha: read $gp and $sp explicitly for clang
[PATCH] kbuild: use prefix-map for host and user progs
2026-08-19 10:27 UTC (2+ messages)
[PATCH RFC v2 00/13] sysctl: add module aliases
2026-08-19 2:28 UTC (14+ messages)
` [PATCH RFC v2 01/13] keys, pidns, fs/verity, riscv/vector: reorder '#include <linux/sysctl.h>'
` [PATCH RFC v2 02/13] proc: add config option SYSCTL_MODULE_ALIASES
` [PATCH RFC v2 03/13] sysctl, mod_devicetable: add macro MODULE_SYSCTL_TABLE
` [PATCH RFC v2 04/13] sysctl: add register_sysctl() wrapper for MODULE_SYSCTL_TABLE
` [PATCH RFC v2 05/13] sysctl, parport: update register_sysctl() callers with template arguments
` [PATCH RFC v2 06/13] sysctl, net: add register_net_sysctl{_sz}() wrappers for MODULE_SYSCTL_TABLE
` [PATCH RFC v2 07/13] sysctl, net: update register_net_sysctl{_sz}() callers with template arguments
` [PATCH RFC v2 08/13] sysctl, net: update register_net_sysctl_sz(ARRAY_SIZE(table_tmpl)) "
` [PATCH RFC v2 09/13] sysctl, ipv6: update register_net_sysctl{_sz}() callers "
` [PATCH RFC v2 10/13] sysctl, net: update register_net_sysctl_sz() edge case
` [PATCH RFC v2 11/13] sysctl: unrandomize struct ctl_table.procname
` [PATCH RFC v2 12/13] modpost: move addend_*_rel() calls into addend_rel()
` [PATCH RFC v2 13/13] modpost: handle MODULE_SYSCTL_TABLE symbols
[PATCH V2] scripts/mkcompile_h: Update LINUX_COMPILE_HOST command substitution syntax
2026-08-18 20:43 UTC
[GIT PULL] Kbuild and Kconfig updates for 7.3
2026-08-18 19:14 UTC (2+ messages)
[PATCH] kconfig: error out for recursive range
2026-08-18 19:04 UTC (2+ messages)
[PATCH] scripts: Make the code use consistent syntax
2026-08-18 19:01 UTC (2+ messages)
[PATCH v3 00/14] Add support for handling PCIe M.2 Key E connectors in devicetree
2026-08-17 13:01 UTC (10+ messages)
` [PATCH v3 03/14] software node: Implement device_get_match_data fwnode callback
[PATCH v3] erofs: cap LZMA stream pool size
2026-08-15 13:31 UTC (10+ messages)
[PATCH v4 0/7] vDSO: Remove CONFIG_GENERIC_GETTIMEOFDAY ifdeffery
2026-08-13 10:26 UTC (8+ messages)
` [PATCH v4 4/7] clocksource/drivers/mips-gic-timer: "
` [PATCH v4 5/7] clocksource/drivers/arm_arch_timer: "
` [PATCH v4 6/7] clocksource/drivers/timer-riscv: "
[PATCH v2] rust: enable fentry support
2026-08-12 20:16 UTC
[PATCH v5 00/13] syscalls: Add a shared table for all archs
2026-08-12 17:38 UTC (14+ messages)
` [PATCH v5 01/13] syscalls: Make --abis parsing more robust
` [PATCH v5 02/13] syscalls: Create unified partial table for all archs
` [PATCH v5 03/13] scripts/syscall.tbl: Use the common table
` [PATCH v5 04/13] arm: Use the common syscall table
` [PATCH v5 05/13] s390: "
` [PATCH v5 06/13] sparc: "
` [PATCH v5 07/13] mips: Remove duplicated syscallnr.sh
` [PATCH v5 08/13] mips: Get rid of custom mips ABIs for syscall tables
` [PATCH v5 09/13] mips: Use the common syscall table
` [PATCH v5 10/13] syscalls: Add an option for offsetting the common table
` [PATCH v5 11/13] alpha: Define entry point for set_mempolicy_home_node syscall
` [PATCH v5 12/13] alpha: Remove alpha_ prefix from custom syscall entries
` [PATCH v5 13/13] alpha: Use the common syscall table
[PATCH v4 00/12] syscalls: Add a shared table for all archs
2026-08-12 17:36 UTC (11+ messages)
` [PATCH v4 08/12] mips: Get rid of custom mips ABIs for syscall tables
` [PATCH v4 09/12] mips: Use the common syscall table
` [PATCH v4 11/12] alpha: Define entry point for set_mempolicy_home_node syscall
` [PATCH v4 12/12] alpha: Use the common syscall table
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