messages from 2025-12-19 22:40:31 to 2026-01-08 20:10:39 UTC [more...]
[PATCH v3 1/2] lib: introduce simple error-checking wrapper for memparse()
2026-01-08 20:10 UTC (7+ messages)
` [PATCH v3 2/2] xfs: adjust handling of a few numerical mount options
[RFC PATCH] arm64: Bring back linear map randomization using PArange override
2026-01-08 17:59 UTC (4+ messages)
[PATCH v3 0/3] Retrieve information about DDR from SMEM
2026-01-08 17:49 UTC (7+ messages)
` [PATCH v3 1/3] soc: qcom: smem: Expose DDR data "
` [PATCH v3 2/3] soc: qcom: ubwc: Get HBB "
` [PATCH v3 3/3] drm/msm/adreno: Trust the SSoT UBWC config
[PATCH v6 0/5] asdf
2026-01-08 17:40 UTC (8+ messages)
` [PATCH v6 1/5] slab: Introduce kmalloc_obj() and family
` [PATCH v6 4/5] slab: Introduce kmalloc_flex() "
[RFC/RFT PATCH 00/19] Link the relocatable x86 kernel as PIE
2026-01-08 16:35 UTC (24+ messages)
` [RFC/RFT PATCH 01/19] x86/idt: Move idt_table to __ro_after_init section
` [RFC/RFT PATCH 02/19] x86/sev: Don't emit BSS_DECRYPT section unless it is in use
` [RFC/RFT PATCH 03/19] x86: Combine .data with .bss in kernel mapping
` [RFC/RFT PATCH 04/19] x86: Make the 64-bit bzImage always physically relocatable
` [RFC/RFT PATCH 05/19] x86/efistub: Simplify early remapping of kernel text
` [RFC/RFT PATCH 06/19] alloc_tag: Use __ prefixed ELF section names
` [RFC/RFT PATCH 07/19] tools/objtool: Treat indirect ftrace calls as direct calls
` [RFC/RFT PATCH 08/19] x86: Use PIE codegen for the relocatable 64-bit kernel
` [RFC/RFT PATCH 09/19] x86/pm-trace: Use RIP-relative accesses for .tracedata
` [RFC/RFT PATCH 10/19] x86/kvm: Use RIP-relative addressing
` [RFC/RFT PATCH 11/19] x86/rethook: Use RIP-relative reference for fake return address
` [RFC/RFT PATCH 12/19] x86/sync_core: Use RIP-relative addressing
` [RFC/RFT PATCH 13/19] x86/entry_64: "
` [RFC/RFT PATCH 14/19] x86/hibernate: Prefer RIP-relative accesses
` [RFC/RFT PATCH 15/19] x64/acpi: Use PIC-compatible references in wakeup_64.S
` [RFC/RFT PATCH 16/19] x86/kexec: Use 64-bit wide absolute reference from relocated code
` [RFC/RFT PATCH 17/19] x86/head64: Avoid absolute references in startup asm
` [RFC/RFT PATCH 18/19] x86/boot: Implement support for RELA/RELR/REL runtime relocations
` [RFC/RFT PATCH 19/19] x86/kernel: Switch to PIE linking for the relocatable kernel
[PATCH v4 00/10] gpio: improve support for shared GPIOs
2026-01-08 15:50 UTC (7+ messages)
[PATCH] lib: introduce simple error-checking wrapper for memparse()
2026-01-08 13:14 UTC (8+ messages)
` [PATCH v2] xfs: adjust handling of a few numerical mount options
[PATCH 0/5] riscv: optimize string functions and add kunit tests
2026-01-08 10:42 UTC (12+ messages)
` [PATCH 1/5] lib/string_kunit: add test case for strlen
` [PATCH 2/5] lib/string_kunit: add test case for strnlen
` [PATCH 3/5] riscv: lib: add strnlen implementation
` [PATCH 4/5] riscv: lib: add strchr implementation
` [PATCH 5/5] riscv: lib: add strrchr implementation
[PATCH 3/3] module: Add compile-time check for embedded NUL characters
2026-01-08 8:49 UTC (11+ messages)
[PATCH v2] cgroup: Eliminate cgrp_ancestor_storage in cgroup_root
2026-01-08 1:14 UTC (2+ messages)
[PATCH] mtd: intel-dg: fix array-index-out-of-bounds in intel_dg_mtd_probe()
2026-01-07 23:17 UTC (5+ messages)
[PATCH] Kconfig.ubsan: Remove CONFIG_UBSAN_REPORT_FULL from documentation
2026-01-07 20:16 UTC (2+ messages)
[PATCH v10 0/7] Introduce Kernel Control Flow Integrity ABI [PR107048]
2026-01-07 20:03 UTC (8+ messages)
` [PATCH v10 1/7] typeinfo: Introduce KCFI typeinfo mangling API
` [PATCH v10 2/7] kcfi: Add core Kernel Control Flow Integrity infrastructure
` [PATCH v10 3/7] kcfi: Add regression test suite
` [PATCH v10 4/7] x86: Add x86_64 Kernel Control Flow Integrity implementation
` [PATCH v10 5/7] aarch64: Add AArch64 "
` [PATCH v10 6/7] arm: Add ARM 32-bit "
` [PATCH v10 7/7] riscv: Add RISC-V "
[PATCH v3 0/3] Fix bugs and performance of kstack offset randomisation
2026-01-07 14:05 UTC (17+ messages)
` [PATCH v3 1/3] randomize_kstack: Maintain kstack_offset per task
` [PATCH v3 2/3] prandom: Convert prandom_u32_state() to __always_inline
` [PATCH v3 3/3] randomize_kstack: Unify random source across arches
[PATCH 00/19] printk cleanup - part 3
2026-01-07 10:22 UTC (23+ messages)
` [PATCH 01/19] printk/nbcon: Use an enum to specify the required callback in console_is_usable()
` [PATCH 02/19] printk: Introduce console_is_nbcon
` [PATCH 03/19] printk: Drop flags argument from console_is_usable
` [PATCH 04/19] printk: Reintroduce consoles_suspended global state
` [PATCH 05/19] printk: Add more context to suspend/resume functions
` [PATCH 06/19] printk: Introduce register_console_force
` [PATCH 07/19] drivers: netconsole: Migrate to register_console_force helper
` [PATCH 08/19] debug: debug_core: "
` [PATCH 09/19] m68k: emu: nfcon.c: "
` [PATCH 10/19] fs: pstore: platform: "
` [PATCH 11/19] powerpc: kernel: udbg: "
` [PATCH 12/19] sparc: kernel: btext: "
` [PATCH 13/19] um: drivers: mconsole_kern.c: "
` [PATCH 14/19] drivers: hwtracing: stm: console.c: "
` [PATCH 15/19] drivers: tty: serial: mux.c: "
` [PATCH 16/19] drivers: tty: serial: ma35d1_serial: "
` [PATCH 17/19] drivers: tty: ehv_bytechan: "
` [PATCH 18/19] drivers: braille: console: Drop CON_ENABLED console flag
` [PATCH 19/19] printk: Remove CON_ENABLED flag
[PATCH v5 0/2] TQ-Systems TQMa62xx SoM and MBa62xx board
2026-01-07 8:14 UTC (3+ messages)
` [PATCH v5 1/2] dt-bindings: arm: ti: Add compatible for AM625-based TQMa62xx SOM family and carrier board
` [PATCH v5 2/2] arm64: dts: ti: Add TQ-Systems TQMa62xx SoM and MBa62xx carrier board Device Trees
[PATCH v3][next] drm/nouveau: fifo: Avoid -Wflex-array-member-not-at-end warning
2026-01-07 6:35 UTC (6+ messages)
[PATCH v2][next] ipv4/inet_sock.h: Avoid thousands of -Wflex-array-member-not-at-end warnings
2026-01-07 1:10 UTC (2+ messages)
[PATCH 0/4] Use __counted_by for ancestor arrays
2026-01-06 6:53 UTC (6+ messages)
` [PATCH 3/4] cgroup: Use __counted_by for cgroup::ancestors
[PATCH v3 0/3] kbuild: remove gcc's -Wtype-limits
2026-01-05 23:56 UTC (23+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] kbuild: cleanup local -Wno-type-limits exceptions
` [PATCH v3 3/3] overflow: Remove is_non_negative() and is_negative()
` [PATCH] overflow: Update is_non_negative() and is_negative() comment
[PATCH v4 0/2] kbuild: remove gcc's -Wtype-limits
2026-01-05 20:47 UTC (5+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] kbuild: cleanup local -Wno-type-limits exceptions
[PATCH 00/11] dmaengine: dw-edma: flatten desc structions and simple code
2026-01-05 17:50 UTC (12+ messages)
` [PATCH 01/11] dmaengine: dw-edma: Add spinlock to protect DONE_INT_MASK and ABORT_INT_MASK
` [PATCH 08/11] dmaengine: dw-edma: Add new callback to fill link list entry
` [PATCH 09/11] dmaengine: dw-edma: Use common dw_edma_core_start() for both edma and hdmi
` [PATCH 11/11] dmaengine: dw-edma: Remove struct dw_edma_chunk
[PATCH RESEND] crypto: af_alg - Annotate struct af_alg_iv with __counted_by
2026-01-05 12:24 UTC
[PATCH RESEND] fs/xattr: Annotate struct simple_xattr with __counted_by
2026-01-05 12:20 UTC
[PATCH 00/26] Introduce meminspect
2026-01-03 19:23 UTC (10+ messages)
` [PATCH 18/26] mm/memblock: Add MEMBLOCK_INSPECT flag
` [PATCH 19/26] mm/numa: Register information into meminspect
` [PATCH 20/26] mm/sparse: "
Subscribe
2026-01-03 7:19 UTC
[PATCH v2 3/3] randomize_kstack: Unify random source across arches
2026-01-02 12:58 UTC (3+ messages)
[PATCH v9 0/7] Introduce Kernel Control Flow Integrity ABI [PR107048]
2026-01-02 3:42 UTC (3+ messages)
[PATCH][next] RDMA/rxe: Avoid -Wflex-array-member-not-at-end warnings
2025-12-26 6:13 UTC (19+ messages)
[PATCH v3 0/3] Apple Silicon Type-C PHY
2025-12-23 17:45 UTC (2+ messages)
UBSAN: array-index-out-of-bounds
2025-12-23 2:15 UTC (3+ messages)
[PATCH] module/decompress: Avoid open-coded kvrealloc()
2025-12-22 20:24 UTC (2+ messages)
[PATCH 2/3] dma: amlogic: Add general DMA driver for SoCs
2025-12-20 18:21 UTC (2+ messages)
[PATCH v2 0/4] kbuild: remove gcc's -Wtype-limits
2025-12-20 12:03 UTC (7+ messages)
` [PATCH v2 2/4] kbuild: cleanup local -Wno-type-limits exceptions
` [PATCH v2 3/4] overflow: Remove is_non_negative() and is_negative()
` [PATCH v2 4/4] minmax: remove useless cast in __is_nonneg()
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