public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-08 09:59:55 to 2026-04-08 11:32:32 UTC [more...]

[PATCH 0/4] docs/zh_CN: update rust/ subsystem translations
 2026-04-08 11:32 UTC  (5+ messages)
` [PATCH 1/4] docs/zh_CN: update rust/arch-support.rst translation
` [PATCH 2/4] docs/zh_CN: update rust/coding-guidelines.rst translation

[PATCH v6 00/21] Add support for DU and DSI on the Renesas RZ/G3E SoC
 2026-04-08 11:32 UTC  (25+ messages)
` [PATCH v6 01/21] clk: renesas: rzv2h: Add PLLDSI clk mux support
` [PATCH v6 02/21] clk: renesas: r9a09g047: Add CLK_PLLETH_LPCLK support
` [PATCH v6 03/21] clk: renesas: r9a09g047: Add CLK_PLLDSI{0,1} clocks
` [PATCH v6 04/21] clk: renesas: r9a09g047: Add CLK_PLLDSI{0,1}_DIV7 clocks
` [PATCH v6 05/21] clk: renesas: r9a09g047: Add CLK_PLLDSI{0,1}_CSDIV clocks
` [PATCH v6 06/21] clk: renesas: r9a09g047: Add support for SMUX2_DSI{0,1}_CLK
` [PATCH v6 07/21] clk: renesas: r9a09g047: Add support for DSI clocks and resets
` [PATCH v6 08/21] clk: renesas: r9a09g047: Add support for LCDC{0,1} "
` [PATCH v6 09/21] dt-bindings: display: renesas,rzg2l-du: Refuse port@1 for RZ/G2UL
` [PATCH v6 10/21] dt-bindings: display: renesas,rzg2l-du: Add support for RZ/G3E SoC
` [PATCH v6 11/21] dt-bindings: display: bridge: renesas,dsi: "
` [PATCH v6 12/21] drm: renesas: rz-du: mipi_dsi: Add out_port to OF data
` [PATCH v6 13/21] drm: renesas: rz-du: mipi_dsi: Add RZ_MIPI_DSI_FEATURE_GPO0R feature
` [PATCH v6 14/21] drm: renesas: rz-du: mipi_dsi: Add support for RZ/G3E
` [PATCH v6 15/21] drm: renesas: rz-du: Add RZ/G3E support
` [PATCH v6 16/21] media: dt-bindings: media: renesas,vsp1: Document RZ/G3E
` [PATCH v6 17/21] media: dt-bindings: media: renesas,fcp: Document RZ/G3E SoC
` [PATCH v6 18/21] arm64: dts: renesas: r9a09g047: Add fcpvd{0,1} nodes
` [PATCH v6 19/21] arm64: dts: renesas: r9a09g047: Add vspd{0,1} nodes
` [PATCH v6 20/21] arm64: dts: renesas: r9a09g047: Add DU{0,1} and DSI nodes
` [PATCH v6 21/21] arm64: dts: renesas: r9a09g047e57-smarc: Enable DU0 and DSI support

[PATCH v2] perf test: Run test 126 exclusive
 2026-04-08 11:31 UTC 

[PATCH] crypto: ecc - Unbreak the build on arm with CONFIG_KASAN_STACK=y
 2026-04-08 11:31 UTC  (2+ messages)

[PATCH] printf: mark errptr() noinline
 2026-04-08 11:29 UTC  (12+ messages)

[PATCH 00/13] libmultipath: a generic multipath lib for block drivers
 2026-04-08 11:28 UTC  (4+ messages)
` [PATCH 07/13] libmultipath: Add delayed removal support

[PATCH v2] Bluetooth: btmtk: add event filter to filter specific event
 2026-04-08 11:28 UTC  (3+ messages)

[PATCH sched_ext/for-7.1] sched_ext: Documentation: Add ops.dequeue() to task lifecycle
 2026-04-08 11:28 UTC  (3+ messages)
` [PATCH sched_ext/for-7.1] sched_ext: Documentation: Add missing calls to quiescent(), runnable()

[PATCH v2] staging: most: video: replace BUG_ON() with pr_warn() in comp_exit()
 2026-04-08 11:28 UTC 

[RFC v6 0/7] ext4: fast commit: snapshot inode state for FC log
 2026-04-08 11:20 UTC  (8+ messages)
` [RFC v6 1/7] ext4: fast commit: snapshot inode state before writing log
` [RFC v6 2/7] ext4: lockdep: handle i_data_sem subclassing for special inodes
` [RFC v6 3/7] ext4: fast commit: avoid waiting for FC_COMMITTING
` [RFC v6 4/7] ext4: fast commit: avoid self-deadlock in inode snapshotting
` [RFC v6 5/7] ext4: fast commit: avoid i_data_sem by dropping ext4_map_blocks() in snapshots
` [RFC v6 6/7] ext4: fast commit: add lock_updates tracepoint
` [RFC v6 7/7] ext4: fast commit: export snapshot stats in fc_info

[PATCH v2 1/1] mtd: cfi_cmdset_0001: Factor out do_write_buffer_locked() to reduce stack frame
 2026-04-08 11:27 UTC  (3+ messages)

[PATCH] staging: most: video: replace BUG_ON() with WARN_ON() in comp_exit()
 2026-04-08 11:27 UTC  (3+ messages)

[PATCH net-next v3 0/4] net: move .getsockopt away from __user buffers
 2026-04-08 11:26 UTC  (6+ messages)
` [PATCH net-next v3 1/4] net: add getsockopt_iter callback to proto_ops
` [PATCH net-next v3 2/4] net: call getsockopt_iter if available
` [PATCH net-next v3 3/4] af_packet: convert to getsockopt_iter
` [PATCH net-next v3 4/4] can: raw: "

[PATCH v7] staging: media: av7110: fix coding style
 2026-04-08 11:25 UTC  (2+ messages)

[RFC PATCH 0/8] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
 2026-04-08 11:22 UTC  (13+ messages)
` [RFC PATCH 1/8] arm64/hugetlb: Extend batching of multiple CONT_PTE in a single PTE setup
` [RFC PATCH 3/8] mm/vmalloc: Extend vmap_small_pages_range_noflush() to support larger page_shift sizes
` [RFC PATCH 5/8] mm/vmalloc: map contiguous pages in batches for vmap() if possible

[BUG] KVM: NULL pointer dereference in kvm_tdp_mmu_map under memory pressure
 2026-04-08 11:21 UTC  (2+ messages)

[PATCH] sched/deadline: Fix stale dl_defer_running in update_dl_entity() if-branch
 2026-04-08 11:20 UTC  (2+ messages)
` [tip: sched/urgent] sched/deadline: Use revised wakeup rule for dl_server

[PATCH v3 1/3] sched/rt: Skip group schedulable check with rt_group_sched=0
 2026-04-08 11:20 UTC  (2+ messages)
` [tip: sched/core] "

[PATCH v3 2/3] sched/rt: Move group schedulability check to sched_rt_global_validate()
 2026-04-08 11:20 UTC  (2+ messages)
` [tip: sched/core] "

[PATCH v3 3/3] sched/rt: Cleanup global RT bandwidth functions
 2026-04-08 11:20 UTC  (2+ messages)
` [tip: sched/core] "

[PATCH] perf/events: Replace READ_ONCE() with standard pgtable accessors
 2026-04-08 11:20 UTC  (7+ messages)
` [tip: perf/core] "

[net-next v1 v1 0/5] Add StarFive JHB100 soc SGMII GMAC support
 2026-04-08  8:44 UTC  (2+ messages)
` [net-next v1 v1 4/5] net: stmmac: starfive: Add JHB100 SGMII interface

[PATCH] platform/x86: dell-dw5826e: Add reset driver for DW5826e
 2026-04-08 11:17 UTC 

[PATCH] mm/page_alloc: use batch page clearing in kernel_init_pages()
 2026-04-08 11:16 UTC  (5+ messages)

[PATCH v4 net-next 13/14] net: dsa: netc: initialize buffer bool table and implement flow-control
 2026-04-08 11:16 UTC  (3+ messages)

[PATCH 0/3] arm-smmu-v3: Add PMCG child support and update PMU MMIO mapping
 2026-04-08 11:15 UTC  (2+ messages)

[PATCH v5 0/6] staging: rtl8723bs: convert xmit init path to errno
 2026-04-08 11:13 UTC  (7+ messages)
` [PATCH v5 1/6] staging: rtl8723bs: simplify _rtw_init_xmit_priv control flow
` [PATCH v5 2/6] staging: rtl8723bs: make rtw_alloc_hwxmits static
` [PATCH v5 3/6] staging: rtl8723bs: convert rtw_alloc_hwxmits to return errno
` [PATCH v5 4/6] staging: rtl8723bs: move rtw_os_xmit_resource_alloc to rtw_xmit.c
` [PATCH v5 5/6] staging: rtl8723bs: convert rtw_os_xmit_resource_alloc to return errno
` [PATCH v5 6/6] staging: rtl8723bs: convert _rtw_init_xmit_priv "

[PATCH] media: ipu-bridge: Add upside-down sensor quirk for Dell 16 Premium DA16250
 2026-04-08 11:11 UTC  (5+ messages)

[RFC PATCH 3/4] livepatch: Add "replaceable" attribute to klp_patch
 2026-04-08 11:10 UTC  (11+ messages)

[PATCH] dcache: warn when a dentry is freed with a non-empty ->d_lru
 2026-04-08 11:10 UTC  (3+ messages)

[PATCH v2 0/2] drm: bridge: ti-sn65dsi83: Improve dual-link LVDS support
 2026-04-08 11:10 UTC  (7+ messages)
` [PATCH v2 2/2] drm: bridge: ti-sn65dsi83: Add support for dual-link LVDS video mode

[PATCH v4 net-next 12/14] net: dsa: netc: add more basic functions support
 2026-04-08 11:09 UTC  (3+ messages)

[PATCH iwl-net v2] ice: fix SMA and U.FL pin state changes affecting paired pin
 2026-04-08 11:05 UTC 

[PATCH] perf test: Run test 126 exclusive
 2026-04-08 11:07 UTC 

[PATCH v2] percpu: Fix hint invariant breakage
 2026-04-08 11:04 UTC  (2+ messages)

[PATCH v2] jffs2: fix use-after-free in jffs2_garbage_collect_thread()
 2026-04-08 10:31 UTC 

[PATCH 0/2] fix inconsistencies with sysfs configuration in etm
 2026-04-08 11:02 UTC  (4+ messages)
` [PATCH 1/2] coresight: etm4x: fix inconsistencies with sysfs configration

[PATCH RFC v4 00/44] guest_memfd: In-place conversion support
 2026-04-08 11:01 UTC  (9+ messages)
` [PATCH RFC v4 10/44] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2

[RFC V1 00/16] arm64/mm: Enable 128 bit page table entries
 2026-04-08 11:01 UTC  (4+ messages)

[PATCH 0/2] PCI: Fix NULL pointer access in pci_store_saved_state()
 2026-04-08 10:59 UTC  (5+ messages)
` [PATCH 2/2] "

[net,PATCH] net: ks8851: Reinstate disabling of BHs around IRQ handler
 2026-04-08 10:54 UTC  (2+ messages)

[PATCH net v4 15/15] rxrpc: fix reference count leak in rxrpc_server_keyring()
 2026-04-08 10:53 UTC  (8+ messages)
` [PATCH net v4 00/15] rxrpc: Miscellaneous fixes

[PATCH bpf] bpf: Fix out-of-bounds read in bpf_obj_memcpy
 2026-04-08 10:52 UTC  (2+ messages)

[PATCH v10 0/2] Add TPS68470 power supply support for ov13b10 sensor
 2026-04-08 10:45 UTC  (3+ messages)
` [PATCH v10 1/2] platform/x86: int3472: Add TPS68470 board data for Intel nvl
` [PATCH v10 2/2] media: ov13b10: Support multiple regulators

[PATCH] arm64: dts: imx93-9x9-qsb: Add tianma,tm050rdh03 panel
 2026-04-08 10:50 UTC  (8+ messages)

[PATCH bpf] bpf: Fix use-after-free in offloaded map/prog info fill
 2026-04-08 10:47 UTC 

[PATCH 07/17] KVM: x86/tdp_mmu: Centralize updates to present external PTEs
 2026-04-08 10:47 UTC 

[PATCH v4 0/6] staging: rtl8723bs: convert xmit init path to standard error codes
 2026-04-08 10:44 UTC  (7+ messages)
` [PATCH v4 1/6] staging: rtl8723bs: simplify _rtw_init_xmit_priv control flow
` [PATCH v4 2/6] staging: rtl8723bs: make rtw_alloc_hwxmits static
` [PATCH v4 3/6] staging: rtl8723bs: convert rtw_alloc_hwxmits to return errno
` [PATCH v4 4/6] staging: rtl8723bs: move rtw_os_xmit_resource_alloc to rtw_xmit.c
` [PATCH v4 5/6] staging: rtl8723bs: convert rtw_os_xmit_resource_alloc to return errno
` [PATCH v4 6/6] staging: rtl8723bs: convert _rtw_init_xmit_priv "

[PATCH v2 0/2] pwm: clk-pwm: Add GPIO support for constant output levels
 2026-04-08 10:42 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: pwm: clk-pwm: add optional GPIO and pinctrl properties
` [PATCH v2 2/2] pwm: clk-pwm: add GPIO and pinctrl support for constant output levels

[PATCH v13 0/7] Provide support for Trigger Generation Unit
 2026-04-08 10:42 UTC  (3+ messages)
` [PATCH v13 2/7] qcom-tgu: Add TGU driver

[PATCH v4 0/5] media: iris: add support for purwa platform
 2026-04-08 10:41 UTC  (5+ messages)
` [PATCH v4 2/5] media: iris: Add hardware power on/off ops for X1P42100

[PATCH v10 net-next 0/6] octeontx2-af: npc: Enhancements
 2026-04-08 10:41 UTC  (4+ messages)
` [PATCH v10 net-next 3/6] devlink: Implement devlink param multi attribute nested data values

[PATCH bpf-next 0/3] bpf: add the missing fsession
 2026-04-08 10:39 UTC  (4+ messages)
` [PATCH bpf-next 1/3] bpf: add missing fsession to the verifier log

[RFC uL PATCH 0/2] Add TI's event mux router driver and build
 2026-04-08 10:39 UTC  (5+ messages)
` [RFC uL PATCH 2/2] mux-controller: ti: add driver for event mux router

[PATCH v6 0/3] rust: workqueue: add safe cancellation and status methods
 2026-04-08 10:36 UTC  (4+ messages)
` [PATCH v6 1/3] rust: helpers: add workqueue helpers
` [PATCH v6 2/3] rust: workqueue: add safe cancellation and status methods
` [PATCH v6 3/3] rust: workqueue: add KUnit and sample stress tests

[PATCH] mm/khugepaged: use round_{up,down}() for PMD alignment in madvise_collapse()
 2026-04-08 10:34 UTC  (2+ messages)

[PATCH 0/8] drm/imagination: Job submission fixes and cleanup
 2026-04-08 10:33 UTC  (2+ messages)

[PATCH v3] iio: adc: ad4695: Fix call ordering in offload buffer postenable
 2026-04-08 10:32 UTC 

[PATCH 0/3] KVM: arm64: vgic: Fix IIDR revision handling and add revision 1
 2026-04-08 10:32 UTC  (4+ messages)
` [PATCH 2/3] KVM: arm64: vgic: Allow userspace to set IIDR "

[PATCH 0/3] staging: rtl8723bs: coding style cleanups for rtl8723b_phycfg.c
 2026-04-08 10:32 UTC  (4+ messages)
` [PATCH 1/3] staging: rtl8723bs: fix spacing around operators in rtl8723b_phycfg.c
` [PATCH 2/3] staging: rtl8723bs: fix casting and alignment spacing "
` [PATCH 3/3] staging: rtl8723bs: remove unnecessary blank lines "

[PATCH 0/3] KVM: LoongArch: selftests: Add PMU test cases
 2026-04-08 10:31 UTC  (2+ messages)

[PATCH] thermal/of: Move OF code where it belongs to
 2026-04-08 10:29 UTC  (3+ messages)

[PATCH v3 0/4] LoongArch: KVM: Some small enhanments
 2026-04-08 10:29 UTC  (2+ messages)

[PATCH 0/5] Support additional AMD EILVT registers
 2026-04-08 10:24 UTC  (3+ messages)
` [PATCH 4/5] x86/apic: Introduce a variable to track the number of "

[PATCH v2] dt-bindings: watchdog: rockchip: Add RV1103B compatible
 2026-04-08 10:28 UTC  (3+ messages)

[PATCH] cpufreq: Fix race between suspend/resume and CPU hotplug
 2026-04-08 10:27 UTC  (3+ messages)
` [PATCH] cpufreq: fix race between hotplug and suspend

[PATCH net-next v3 0/5] dpll: zl3073x: add ref-sync pair support
 2026-04-08 10:27 UTC  (6+ messages)
` [PATCH net-next v3 1/5] dpll: zl3073x: clean up esync get/set and use zl3073x_out_is_ndiv()
` [PATCH net-next v3 2/5] dpll: zl3073x: use FIELD_MODIFY() for clear-and-set patterns
` [PATCH net-next v3 3/5] dpll: zl3073x: add ref sync and output clock type helpers
` [PATCH net-next v3 4/5] dt-bindings: dpll: add ref-sync-sources property
` [PATCH net-next v3 5/5] dpll: zl3073x: add ref-sync pair support

[PATCH] bus: moxtet: fix use-after-free in of_register_moxtet_devices()
 2026-04-08 10:25 UTC 

[PATCH] nvmem: imx-ocotp: Initialize in subsys_initcall
 2026-04-08 10:23 UTC  (2+ messages)

[RFC PATCH v3 0/8] fuse: LOOKUP_HANDLE operation
 2026-04-08 10:22 UTC  (8+ messages)
` [RFC PATCH v3 6/8] fuse: implementation of lookup_handle+statx compound operation

[PATCH] clk: clk-imx8mm: Initialize clocks in arch_initcall
 2026-04-08 10:21 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: Use GIC_SPI macro for interrupt-map
 2026-04-08 10:21 UTC  (2+ messages)

[PATCH 00/10] arm64/entry:
 2026-04-08 10:19 UTC  (9+ messages)
` [PATCH 05/10] entry: Split preemption from irqentry_exit_to_kernel_mode()
  ` [tip: sched/hrtick] "

[PATCH v5 0/3] x86: Simplifying LAM
 2026-04-08 10:19 UTC  (6+ messages)
` [PATCH v5 1/3] x86/process: Shorten the default LAM tag width

[PATCH] usb: typec: ucsi: Add quirk for repeating SOP altmodes
 2026-04-08 10:18 UTC 

Missing signoff in the amlogic tree
 2026-04-08 10:18 UTC 

[PATCH net v2 0/3] vsock/virtio: fix MSG_PEEK calculation on bytes to copy
 2026-04-08 10:18 UTC  (5+ messages)
` [PATCH net v2 2/3] vsock/test: handle MSG_PEEK in `recv_buf`
` [PATCH net v2 3/3] vsock/test: add MSG_PEEK after partial recv test

[RFC PATCH] Limit directory child dentry retention
 2026-04-08 10:17 UTC  (7+ messages)
` [RFC PATCH] vfs: limit "

[PATCH net-next 0/4] net: mana: Fix probe/remove error path bugs
 2026-04-08 10:17 UTC  (3+ messages)

[PATCH v2 0/4] sched/rt: mitigate root_domain cache line contention
 2026-04-08 10:16 UTC  (3+ messages)
` [PATCH v2 1/4] sched/rt: Optimize cpupri_vec layout to mitigate "

[PATCH v2 00/17] sched/paravirt: Introduce cpu_preferred_mask and steal-driven vCPU backoff
 2026-04-08 10:14 UTC  (2+ messages)

[PATCH] scsi: target: Add a check to prevent the use of a NULL pointer
 2026-04-08 10:14 UTC 

[PATCH] mm/vmstat: spread vmstat_update requeue across the stat interval
 2026-04-08 10:13 UTC  (6+ messages)

[PATCH 01/10] entry: Fix stale comment for irqentry_enter()
 2026-04-08 10:10 UTC  (2+ messages)
` [tip: sched/hrtick] "

[PATCH 02/10] entry: Remove local_irq_{enable,disable}_exit_to_user()
 2026-04-08 10:10 UTC  (2+ messages)
` [tip: sched/hrtick] "

[PATCH 03/10] entry: Move irqentry_enter() prototype later
 2026-04-08 10:10 UTC  (2+ messages)
` [tip: sched/hrtick] "

[PATCH 04/10] entry: Split kernel mode logic from irqentry_{enter,exit}()
 2026-04-08 10:10 UTC  (2+ messages)
` [tip: sched/hrtick] "

[PATCH v3 1/3] usb: typec: ucsi: Detect and skip duplicate altmodes from buggy firmware
 2026-04-08 10:09 UTC  (6+ messages)

[PATCH] x86/boot: Discard .interp sections
 2026-04-08 10:09 UTC  (4+ messages)

[PATCH] MAINTAINERS: Remove obsolete file entry in DMA BUFFER SHARING FRAMEWORK
 2026-04-08 10:08 UTC 

[PATCH v6 1/8] drm/amdgpu: pass all the sdma scheds to amdgpu_mman
 2026-04-08 10:03 UTC  (8+ messages)
` [PATCH v6 2/8] drm/amdgpu: only use working sdma schedulers for ttm
` [PATCH v6 3/8] drm/amdgpu: create multiple clear/move ttm entities
` [PATCH v6 4/8] drm/amdgpu: give ttm entities access to all the sdma scheds
` [PATCH v6 5/8] drm/amdgpu: get rid of amdgpu_ttm_clear_buffer
` [PATCH v6 6/8] drm/amdgpu: rename amdgpu_fill_buffer as amdgpu_ttm_clear_buffer
` [PATCH v6 7/8] drm/amdgpu: split amdgpu_ttm_set_buffer_funcs_status in 2 funcs
` [PATCH v6 8/8] drm/amdgpu: use DRM_SCHED_PRIORITY_KERNEL for all ttm entities

[PATCH] zorro: sysfs: replace sprintf with sysfs_emit
 2026-04-08 10:06 UTC  (2+ messages)

[PATCH v2] i3c: dw-i3c-master: Fix IBI count register selection for versalnet
 2026-04-08 10:06 UTC  (7+ messages)

[PATCH v12 0/2] Add Meta (Facebook) Ventura BMC (AST2600)
 2026-04-08 10:06 UTC  (6+ messages)
` [PATCH v12 2/2] arm: dts: aspeed: ventura: add Meta Ventura BMC

[PATCH 0/2] arm64: dts: qcom: milos: Add QCrypto support
 2026-04-08 10:05 UTC  (3+ messages)
` [PATCH 2/2] arm64: dts: qcom: milos: Add QCrypto nodes

[PATCH v13 0/3] of: parsing of multi #{iommu,msi}-cells in maps
 2026-04-08 10:03 UTC  (4+ messages)
` [PATCH v13 1/3] of: Add convenience wrappers for of_map_id()
` [PATCH v13 2/3] of: Factor arguments passed to of_map_id() into a struct
` [PATCH v13 3/3] of: Respect #{iommu,msi}-cells in maps

[PATCH v2 0/2] power: qcom,rpmpd: add RPMh power doamins support for Hawi SoC
 2026-04-08 10:02 UTC  (2+ messages)

[PATCH] uprobes: clear extra_consumers before pooling return instances
 2026-04-08 10:02 UTC 

[PATCH] pmdomain: qcom: cpr: add COMPILE_TEST support
 2026-04-08 10:02 UTC  (2+ messages)

[PATCH] PCI/sysfs: Prohibit unaligned access to I/O port
 2026-04-08 10:02 UTC  (2+ messages)

[PATCH 0/2] pwm: clk-pwm: Add GPIO support for constant output levels
 2026-04-08  9:59 UTC  (4+ messages)
` [PATCH 2/2] pwm: clk-pwm: add GPIO and pinctrl "

[PATCH 0/3] pinctrl: qcom: add support for the TLMM controller on Nord platforms
 2026-04-08  9:59 UTC  (3+ messages)
` [PATCH 2/3] pinctrl: qcom: add the TLMM driver for the "


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