mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH 00/23] kbuild: significantly speed up kernel builds
 2026-09-13 20:02 UTC  (27+ messages)
` [PATCH 06/23] kbuild: only emit vmlinux relocations when required
` [PATCH 12/23] kbuild: avoid re-running compiler and linker probes
` [PATCH 17/23] modpost: perform srcversion hashing in parallel
` [PATCH 19/23] objtool: decode instructions and resolve branch targets "
` [PATCH 23/23] kbuild: use pigz for gzip compression if available

[PATCH 0/1] accel/amdxdna: bound the firmware-supplied mailbox register offsets
 2026-09-13 20:02 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 0/8] soundwire: amd: SoundWire manager driver bug fixes
 2026-09-13 19:59 UTC  (3+ messages)
` [PATCH 2/8] soundwire: amd: cache ping slave status to avoid spurious disconnect on timeout

[PATCH v3 0/5] Renesas RZ/T2H pinctrl fixes and cleanups
 2026-09-13 19:56 UTC  (6+ messages)
` [PATCH v3 1/5] pinctrl: renesas: rzt2h: restore correct pin mode on IRQ free
` [PATCH v3 2/5] pinctrl: renesas: rzt2h: setup IRQ in .irq_{request,release}_resources()
` [PATCH v3 3/5] pinctrl: renesas: rzt2h: fix reading pin value in IRQ function
` [PATCH v3 4/5] pinctrl: renesas: rzt2h: reuse helpers
` [PATCH v3 5/5] pinctrl: renesas: rzt2h: add a helper for reading PFC

[GIT PULL] tracing: Fixes for v7.3
 2026-09-13 19:56 UTC  (2+ messages)

[PATCHv2] dmaengine: ppc4xx: convert irq_of_parse_and_map to platform_get_irq
 2026-09-13 19:55 UTC 

[PATCH 0/3] radix3 and ELF cleanup, pre-r000
 2026-09-13 19:54 UTC  (4+ messages)
` [PATCH 1/3] gpu: nova-core: extract radix3 page table into its own module
` [PATCH 2/3] gpu: nova-core: zero-pad radix3 page table levels to page boundary
` [PATCH 3/3] gpu: nova-core: rename the FbRanges elf field to fw_image

[PATCH v2 0/6] riscv: Make IPI_MAX visible and use it consistently
 2026-09-13 19:53 UTC  (2+ messages)

[PATCHv2] dmaengine: bestcomm: make gen_bd init helpers static
 2026-09-13 19:48 UTC 

Quick regression status pre 7.3-rc3
 2026-09-13 19:47 UTC  (4+ messages)

[PATCH] drm/panel: ilitek-ili9881c: fix panel cleanup on attach failure
 2026-09-13 19:46 UTC  (3+ messages)

[PATCH] 9p/xen: Use flexible array for data rings
 2026-09-13 19:44 UTC  (4+ messages)

[PATCH net] seg6: set IPSKB_L3SLAVE from IP6SKB_L3SLAVE on IPIP decapsulation
 2026-09-13 19:44 UTC 

[PATCH bpf-next v3 00/15] BPF interface for applying Landlock rulesets
 2026-09-13 19:41 UTC  (9+ messages)
` [PATCH bpf-next v3 04/15] lsm: Add the bpf_lsm_policy_release kfunc and policy object destructor

[PATCH] media: ipu-bridge: Keep the clock-noncontinuous property name out of rodata
 2026-09-13 19:38 UTC 

[RFC PATCH 0/1] close(): stop exposing non-retryable EINTR
 2026-09-13 19:38 UTC  (2+ messages)
` [RFC PATCH 1/1] fs: don't return EINTR from close()

[PATCH] rust: bitfield: require Zeroable storage for Zeroable impl
 2026-09-13 19:37 UTC  (2+ messages)

[PATCHv2] 9p/xen: Use array for data rings
 2026-09-13 19:27 UTC 

[PATCH v4 0/7] read proc/pid/smaps_rollup under per-vma lock
 2026-09-13 19:26 UTC  (3+ messages)

[PATCH v6 0/5] nfs: modernize direct I/O path
 2026-09-13 19:07 UTC  (4+ messages)

[PATCH 0/3] smb: client: validate SMB1 write and query response lengths
 2026-09-13 19:03 UTC  (3+ messages)
` [PATCH 1/3] smb: client: reject short WRITE responses in the SMB1 write paths

[PATCH net] net: bcmgenet: restore the hardware filters on open
 2026-09-13 19:00 UTC 

[PATCH net-next v5 00/11] net: pcs: add basic support for RK3568 XPCS
 2026-09-13 18:58 UTC  (12+ messages)
` [PATCH net-next v5 01/11] net: stmmac: move XPCS lifetime management to platform drivers
` [PATCH net-next v5 02/11] dt-bindings: phy: rockchip: naneng-combphy: add rockchip,sgmii-mac-sel property
` [PATCH net-next v5 03/11] phy: rockchip: naneng-combphy: add SGMII MAC selection for RK3568
` [PATCH net-next v5 04/11] dt-bindings: net: pcs: add rockchip,rk3568-xpcs support
` [PATCH net-next v5 05/11] arm64: dts: rockchip: rk3568: add XPCS and fixed-clock nodes
` [PATCH net-next v5 06/11] net: pcs: xpcs: add ANRESTART support for SGMII link recovery
` [PATCH net-next v5 07/11] net: pcs: xpcs: add Rockchip RK3568 platform glue driver
` [PATCH net-next v5 08/11] dt-bindings: net: rockchip-dwmac: document pcs-handle
` [PATCH net-next v5 09/11] net: stmmac: dwmac-rk: add SGMII support for RK3568
` [PATCH net-next v5 10/11] arm64: dts: rockchip: rk3568-photonicat: enable SGMII LAN port
` [PATCH net-next v5 11/11] MAINTAINERS: add entry for Rockchip XPCS driver

[PATCH v6 00/12] vfs: add O_CREAT|O_DIRECTORY to open*(2)
 2026-09-13 18:50 UTC  (13+ messages)
` [PATCH v6 01/12] fs/namei.c: use trailing_slashes()
` [PATCH v6 02/12] vfs: prepare vfs_creat|mkdir_no_perm for reuse in lookup_open()
` [PATCH v6 03/12] vfs: lookup_open(): move setting FMODE_CREATED down
` [PATCH v6 04/12] vfs: move ->create check in lookup_open() to before try_break_deleg()
` [PATCH v6 05/12] vfs: lookup_open(): use vfs_create_no_perm()
` [PATCH v6 06/12] vfs: lookup_open(): lock the parent as I_MUTEX_PARENT
` [PATCH v6 07/12] vfs: add O_CREAT|O_DIRECTORY to open*(2)
` [PATCH v6 08/12] vfs: change ->create/->mkdir operations unavailable errno
` [PATCH v6 09/12] vfs: move O_IS_MKDIR check from lookup_open() into individual filesystems
` [PATCH v6 10/12] vfs: refuse O_CREAT for directories through a dangling symlink
` [PATCH v6 11/12] vfs: short-circuit MAY_WRITE access for O_DIRECTORY opens
` [PATCH v6 12/12] selftest: add tests for open*(O_CREAT|O_DIRECTORY)

[PATCH v4 00/13] media: iris: Migrate iommus to iris sub nodes
 2026-09-13 18:49 UTC  (14+ messages)
` [PATCH v4 01/13] dt-bindings: media: qcom,venus: Add context bank subnodes to common schema
` [PATCH v4 02/13] dt-bindings: media: qcom,sm8550-iris: Add context bank subnodes
` [PATCH v4 03/13] dt-bindings: media: qcom,sm8750-iris: "
` [PATCH v4 04/13] iommu: of_iommu: Add support for "iommu-ranges" on a device node
` [PATCH v4 05/13] media: iris: Add non-pixel and pixel context bank devices
` [PATCH v4 06/13] media: iris: Route buffers to the matching context bank device
` [PATCH v4 07/13] media: iris: Skip DMA mask setup when the core device has no IOMMU
` [PATCH v4 08/13] arm64: dts: qcom: hamoa: Add Iris context bank subnodes
` [PATCH v4 09/13] arm64: dts: qcom: sm8550: "
` [PATCH v4 10/13] arm64: dts: qcom: lemans: "
` [PATCH v4 11/13] arm64: dts: qcom: monaco: "
` [PATCH v4 12/13] arm64: dts: qcom: sm8650: "
` [PATCH v4 13/13] arm64: dts: qcom: sm8750: "

[PATCH] khugepaged: hold invalidate_lock across collapse_file() readahead
 2026-09-13 18:49 UTC  (9+ messages)
  ` [PATCH v2] "

[PATCH 0/2] dt-bindings: interrupt-controller: chrp,open-pic: Miscellaneous fixes
 2026-09-13 18:48 UTC  (2+ messages)

[PATCH v4 0/3] gpu: nova-core: retain the GSP-RM log buffers
 2026-09-13 18:37 UTC  (4+ messages)
` [PATCH v4 1/3] gpu: nova-core: move the debugfs root into the module data
` [PATCH v4 2/3] gpu: nova-core: gsp: retain the GSP-RM log buffers after unbind
` [PATCH v4 3/3] Documentation: nova: remove completed GSP log buffer task

[PATCH 10/14] irqchip: fix repeated words in comments
 2026-09-13 18:35 UTC  (2+ messages)

[PATCH 02/14] irqchip: fix typos in comments
 2026-09-13 18:31 UTC  (2+ messages)

[PATCH v2 00/17] drm/spacemit: add SpacemiT K3 display support
 2026-09-13 18:24 UTC  (2+ messages)

[PATCH RFC v2 00/15] rcu-tasks: let preemption outside trampolines be a quiescent state
 2026-09-13 18:20 UTC  (10+ messages)
` [PATCH RFC v2 08/15] bpf, x86: Maintain Tasks RCU trampoline nesting in the BPF trampoline

[PATCH 7.2 0000/1815] 7.2.6-rc1 review
 2026-09-13 18:19 UTC  (2+ messages)

[PATCH] srcutree: Add lockdep and early-boot checks to synchronize_srcu_atomic()
 2026-09-13 18:18 UTC  (7+ messages)

[PATCH v2 0/3] ARM ZSTD boot compression
 2026-09-13 18:17 UTC  (3+ messages)

[PATCH] usb: fotg210: validate endpoint index in ep0 handlers
 2026-09-13 18:16 UTC  (2+ messages)

[PATCH 00/13] ARM: deprecated platform removal
 2026-09-13 18:13 UTC  (8+ messages)
` [PATCH 03/13] ARM: remove riscpc

[PATCH v4 0/3] Add subsystem LPM stats support for Shikra
 2026-09-13 18:11 UTC  (7+ messages)
` [PATCH v4 1/3] dt-bindings: soc: qcom: stats: Add compatible "
` [PATCH v4 2/3] soc: qcom: stats: Add stats compatible and config "
` [PATCH v4 3/3] arm64: dts: qcom: shikra: Update rpm-stats compatible to SoC specific

[PATCH 01/14] genirq: fix typos in comments
 2026-09-13 18:11 UTC  (2+ messages)

[PATCH v2 00/10] efi/libstub: Avoid UTF-16 conversion busywork
 2026-09-13 18:11 UTC  (11+ messages)
` [PATCH v2 01/10] x86/boot: Drop pointless re-implementation of panic()

[PATCH] 9p/trans_virtio: bound RERROR copy by mapped pages
 2026-09-13 18:09 UTC  (3+ messages)

[PATCH net-next v4 09/10] arm64: dts: rockchip: rk3568-photonicat: enable SGMII LAN port
 2026-09-13 18:05 UTC  (3+ messages)

[PATCH 0/1] net: qrtr: fix coding style issues flagged by checkpatch
 2026-09-13 18:03 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 0/1] net: qrtr: fix coding style issues flagged by checkpatch
 2026-09-13 18:03 UTC 

[PATCH net-next v15 0/6] net: dsa: mxl862xx: devlink flash and rescue
 2026-09-13 18:03 UTC  (7+ messages)
` [PATCH net-next v15 1/6] net: dsa: add devlink flash_update callback to dsa_switch_ops
` [PATCH net-next v15 2/6] net: dsa: mxl862xx: add SMDIO clause-22 register access
` [PATCH net-next v15 3/6] driver core: add device_schedule_reprobe()
` [PATCH net-next v15 4/6] net: dsa: mxl862xx: add devlink flash_update and info_get
` [PATCH net-next v15 5/6] net: dsa: mxl862xx: recover switch stuck in MCUboot rescue mode
` [PATCH net-next v15 6/6] net: dsa: mxl862xx: document devlink flash and info support

[PATCH net-next v4 08/10] net: stmmac: dwmac-rk: add SGMII support for RK3568
 2026-09-13 17:54 UTC  (3+ messages)

[PATCH v24 00/15] Add Renesas RZ/G3L SD/eMMC support
 2026-09-13 17:47 UTC  (5+ messages)
` [PATCH v24 07/15] mmc: renesas_sdhi: Add tuning delay support for RZ/G2L

[PATCH net] mptcp: return sk_wait_data() errors from recvmsg()
 2026-09-13 17:47 UTC  (2+ messages)

[PATCH v4 0/3] rpmb: Fix request serialisation and teardown races
 2026-09-13 17:43 UTC  (3+ messages)
` [PATCH v4 1/3] rpmb: core: Guard frame requests and teardown with mutex

[PATCH v3 1/2] irqchip/imx-irqsteer: Convert to devm_pm_runtime_enable()
 2026-09-13 17:40 UTC  (4+ messages)

[GIT PULL] bootconfig: Fixes for v7.3-rc3
 2026-09-13 17:37 UTC  (2+ messages)

[GIT PULL] timer subsystem fixes
 2026-09-13 17:37 UTC  (2+ messages)

[GIT PULL] scheduler fixes
 2026-09-13 17:37 UTC  (2+ messages)

[GIT PULL] perf events fixes
 2026-09-13 17:37 UTC  (2+ messages)

[GIT PULL] objtool fixes
 2026-09-13 17:37 UTC  (2+ messages)

[GIT PULL] IRQ fix
 2026-09-13 17:37 UTC  (2+ messages)

[GIT PULL] core/urgent fix
 2026-09-13 17:37 UTC  (2+ messages)

[GIT PULL] Rust fixes for 7.3 (2nd)
 2026-09-13 17:37 UTC  (2+ messages)

[GIT PULL] EDAC/urgent for v7.3-rc3
 2026-09-13 17:37 UTC  (2+ messages)

[syzbot] [raid?] UBSAN: array-index-out-of-bounds in super_90_sync
 2026-09-13 17:34 UTC  (2+ messages)

[PATCH] tracing: Fix NULL dereference when copying keys for a field variable
 2026-09-13 17:32 UTC  (3+ messages)

[PATCH] ASoC: ux500: Parenthesize MSP_{RX,TX}_CLKPOL_BIT() arguments
 2026-09-13 17:31 UTC 

[PATCH] firmware: qcom: scm: Hide QCOM_SCM instead of depending on ARCH_QCOM
 2026-09-13 17:30 UTC 

[PATCH] clk: renesas: r9a09g077: Add missing slab.h and cleanup.h includes
 2026-09-13 17:30 UTC 

[PATCH] phy: phy-mtk-dp: Fix pdata array members initialized as pointers
 2026-09-13 17:29 UTC 

[PATCH] block: badblocks: Remove excess comparisons of p[hi - 1]
 2026-09-13 17:25 UTC 

[PATCH v3 0/3] Novatek NT51021 DSI panel IC driver
 2026-09-13 17:23 UTC  (2+ messages)

[PATCH 6.18 0000/1518] 6.18.52-rc1 review
 2026-09-13 17:21 UTC  (2+ messages)

[PATCH v2] HID: sensor-hub: Fail unfinished multi-value reads on remo
 2026-09-13 17:21 UTC  (4+ messages)
` [PATCH v3] HID: sensor-hub: Fail unfinished multi-value reads on removal

[for-linus][PATCH 0/5] tracing: More fixes for v7.3
 2026-09-13 17:18 UTC  (6+ messages)
` [for-linus][PATCH 1/5] ftrace: Use rcu_assign_pointer() for tmp_ops filter hash
` [for-linus][PATCH 2/5] tracing: Dont dereference trace_event_file in deferred trigger free
` [for-linus][PATCH 3/5] tracing/remotes: Account for ring buffer page header in size calculation
` [for-linus][PATCH 4/5] tracing/remotes: Catch nr_page_va overflow in ring_buffer_desc sizing
` [for-linus][PATCH 5/5] ring-buffer: Check resize_disabled before publishing the new subbuf order

[PATCH v4 0/2] Add support for AS7343 multi-spectral sensor
 2026-09-13 17:17 UTC  (11+ messages)
` [PATCH v4 1/2] dt-bindings: iio: light: add as7343
` [PATCH v4 2/2] iio: light: add AS7343 multi-spectral sensor driver

[RFC PATCH v2 0/8] mm/damon: move damos filter range arguments validation to core
 2026-09-13 17:17 UTC  (9+ messages)
` [RFC PATCH v2 1/8] mm/damon/sysfs-schemes: read sysfs_filter->addr_range only once
` [RFC PATCH v2 2/8] mm/damon/sysfs-schemes: read sysfs_filter->sz_range "
` [RFC PATCH v2 3/8] mm/damon/core: return an error from damos_commit_filter_arg()
` [RFC PATCH v2 4/8] mm/damon/core: disallow max < min damos filter range arguments commit
` [RFC PATCH v2 5/8] mm/damon/sysfs-schemes: drop centralized filter range arg validations
` [RFC PATCH v2 6/8] mm/damon/sysfs-schemes: use switch-case in add_scheme_filters()
` [RFC PATCH v2 7/8] mm/damon/core-kunit: extend damos_commit_filter_for() for wrong input
` [RFC PATCH v2 8/8] mm/damon/core-kunit: test invalid damos filter commits

[PATCH v2] pci: designware: Set DMA_BYPASS bit in outbound IATU CTRL2 register
 2026-09-13 17:16 UTC  (4+ messages)

[RFC PATCH 0/8] mm/damon: introduce hugepage_size probe filter
 2026-09-13 17:11 UTC  (9+ messages)
` [RFC PATCH 1/8] mm/damon/api: introduce DAMON_FILTER_TYPE_HUGEPAGE_SIZE
` [RFC PATCH 2/8] mm/damon/core: commit hugepage_size type damon filter
` [RFC PATCH 3/8] mm/damon/ops-common: support hugepage_size damon filter matching
` [RFC PATCH 4/8] mm/damon/sysfs: add min,max files under probe filter directory
` [RFC PATCH 5/8] mm/damon/sysfs: support hugepage_size probe filter
` [RFC PATCH 6/8] Docs/mm/damon/design: update for "
` [RFC PATCH 7/8] Docs/admin-guide/mm/damon/usage: update for hugepage_size
` [RFC PATCH 8/8] Docs/ABI/damon: update for hugepage_size probe filter

[PATCH] iio: adc: pac1934: check ACPI label duplication
 2026-09-13 17:11 UTC  (2+ messages)

[PATCH v5 0/7] phy: cpcap-usb: improve charger detection and export cable state
 2026-09-13 17:06 UTC  (4+ messages)
` [PATCH v5 4/7] phy: cpcap-usb: add DCP detection and make UART idle mode optional

[PATCH] dt-bindings: iio: Use consistent indentation in the example
 2026-09-13 17:05 UTC  (2+ messages)

[PATCH] media: ipu-bridge: the Surface Pro 11 rear sensor is mounted upside down
 2026-09-13 17:01 UTC  (2+ messages)
` Test "

[PATCH net-next v4 07/10] net: pcs: xpcs: add Rockchip RK3568 platform glue driver
 2026-09-13 17:00 UTC  (3+ messages)

[PATCH] usbip: vhci: fix -Wformat-truncation warning in vhci_sysfs
 2026-09-13 17:00 UTC 

[PATCH wireless-next v3] wifi: brcmfmac: log the firmware status when a connect fails
 2026-09-13 16:55 UTC 

[PATCH v6 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-09-13 16:52 UTC  (3+ messages)
` [PATCH v6 9/9] vfio/pci: Permanently revoke a DMABUF on request

[PATCH] sched/fair: fix typo in requeue_delayed_entity() comment
 2026-09-13 16:52 UTC  (2+ messages)

[PATCHSET sched_ext/for-7.4] sched_ext: Add lazy preemption support
 2026-09-13 16:50 UTC  (3+ messages)
` [PATCH 1/2] "

[PATCH v17 00/20] KVM: arm64: CCA: Add basic plumbing for Realms
 2026-09-13 16:50 UTC  (4+ messages)
` [PATCH v17 05/20] KVM: arm64: Add vcpu load/put call backs for flavors

[PATCH v3 2/2] KVM: x86: Add limit check to IDT in __emulate_int_real()
 2026-09-13 16:47 UTC  (2+ messages)

[PATCH RFC 6/8] SUNRPC: Reduce rpciod workqueue contention
 2026-09-13 16:40 UTC  (3+ messages)

[PATCH] ALSA: pcm: set timer->private_data before registering the PCM timer
 2026-09-13 16:39 UTC  (2+ messages)

[PATCH v2 0/2] tracing: add ring-buffer memory usage statistics
 2026-09-13 16:37 UTC  (3+ messages)
` [PATCH v2 1/2] tracing: add ring-buffer memory usage statistics in tracefs

[PATCH v5 0/5] rv/reactors: fix lockdep warning and add tests
 2026-09-13 16:33 UTC  (4+ messages)
` [PATCH v5 3/5] rv/reactors: export rv_register_reactor() and rv_unregister_reactor()

[PATCH v25 0/4] rust: leds: add led classdev abstractions
 2026-09-13 16:24 UTC  (5+ messages)
` [PATCH v25 2/4] rust: leds: add Mode trait
` [PATCH v25 3/4] rust: leds: add multicolor classdev abstractions
` [PATCH v25 4/4] MAINTAINERS: rust: leds: Add rust abstraction entry

[PATCH] mm/damon/core: add short circuit for esz<min_region_sz in damos_adjust_quota()
 2026-09-13 16:20 UTC  (2+ messages)

[PATCH 0/4] clk: sunxi-ng: a523: Fix single-divider clocks
 2026-09-13 16:19 UTC  (3+ messages)

[PATCH RESEND v4] ACPI: SPCR: Support UART clock frequency field
 2026-09-13 16:17 UTC 

[REGRESSION] kernfs: empty cgroup rmdir latency after delete-notification changes
 2026-09-13 16:17 UTC  (4+ messages)

[PATCH 5.15.y v3 0/7] KVM: fixes for CVE-2026-46113 and related issues
 2026-09-13 15:55 UTC  (5+ messages)
` [PATCH 5.15.y v3 2/7] KVM: x86/mmu: Stop passing "direct" to mmu_alloc_root()
` [PATCH 5.15.y v3 4/7] KVM: x86/mmu: Always pass 0 for @quadrant when gptes are 8 bytes
` [PATCH 5.15.y v3 5/7] KVM: x86/mmu: pull call to drop_large_spte() into __link_shadow_page()
` [PATCH 5.15.y v3 7/7] KVM: x86: Fix shadow paging use-after-free due to unexpected role

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®