The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2026-05-10 09:47:49 to 2026-05-10 15:12:24 UTC [more...]

[PATCH v5 00/10] arm64: dts: lx2160a: cleanups, add new board, large pci bars
 2026-05-10 15:12 UTC  (2+ messages)
` [PATCH v5 02/10] arm64: dts: lx2162a-clearfog: use rev2 SoC dtsi

[PATCH] x86/reboot: use EFI reboot on ThinkPad X1 Carbon 5th
 2026-05-10 15:10 UTC 

[PATCH] pwm: ipq: Add missing module description
 2026-05-10 15:08 UTC  (2+ messages)

[RFC PATCH sched_ext/for-7.2 0/10] sched: Make proxy execution compatible with sched_ext
 2026-05-10 15:06 UTC  (3+ messages)

[GIT PULL] clk fixes for v7.1-rc2
 2026-05-10 15:06 UTC 

[PATCH 0/7] Accelerate page migration with batch copying and hardware offload
 2026-05-10 15:03 UTC  (5+ messages)

[PATCH] btrfs: free-space-tree: reject mismatched extent and bitmap items
 2026-05-10 15:03 UTC  (5+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH] sched/isolation: Don't free memblock allocated cpumasks
 2026-05-10 15:02 UTC  (4+ messages)

[PATCH net v2] rds: filter RDS_INFO_* getsockopt by caller's netns
 2026-05-10 14:54 UTC  (2+ messages)

[PATCH] fuse: use current creds for backing files
 2026-05-10 14:54 UTC 

[PATCH v3 0/5] KVM: arm64: nv: Implement nested stage-2 reverse map
 2026-05-10 14:53 UTC  (6+ messages)
` [PATCH v3 1/5] KVM: arm64: Use a variable for the canonical GPA in kvm_s2_fault_map()
` [PATCH v3 2/5] KVM: arm64: Move shadow_pt_debugfs_dentry to reduce holes in kvm_s2_mmu
` [PATCH v3 3/5] KVM: arm64: nv: Avoid full shadow s2 unmap
` [PATCH v3 4/5] KVM: arm64: nv: Remove reverse map entries during TLBI handling
` [PATCH v3 5/5] KVM: arm64: nv: Create nested IPA direct map to speed up reverse map removal

[PATCH v5 2/4] mm/memory-failure: add panic option for unrecoverable pages
 2026-05-10 14:42 UTC  (2+ messages)

[PATCH 1/2] iommu/riscv: Map IMSIC addresses for paging domains
 2026-05-10 14:40 UTC  (2+ messages)
`  "

[PATCH 0/3] Add GPADC support for A523
 2026-05-10 14:40 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: iio: adc: Add GPADC for Allwinner A523
` [PATCH 2/3] iio: adc: sun20i-gpadc: add A523 gpadc support
` [PATCH 3/3] arm64: dts: allwinner: a523: add gpadc node

[PATCH] iio: magnetometer: ak8975: replace usleep_range() with fsleep()
 2026-05-10  7:19 UTC 

[PATCH] ALSA: pcm_drm_eld: rate-limit ELD parsing errors
 2026-05-10 14:17 UTC 

[PATCH] crypto: qat - fix Use-After-Free in adf_ctl_ioctl_dev_start()
 2026-05-10 14:16 UTC  (2+ messages)

[PATCH net-next v3 2/2] KEYS: annotate struct user_key_payload with __counted_by
 2026-05-10 14:14 UTC  (4+ messages)

[PATCH net-next v11 0/4] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
 2026-05-10 14:01 UTC  (8+ messages)
` [PATCH net-next v11 1/4] tun/tap: add ptr_ring consume helper with netdev queue wakeup

[PATCH v2 00/10] sh: remove NUMA and SPARSEMEM support
 2026-05-10 13:55 UTC  (11+ messages)
` [PATCH v2 01/10] sh: remove CONFIG_NUMA and realted configuration options
` [PATCH v2 02/10] sh: mm: remove numa.c
` [PATCH v2 03/10] sh: mm: drop allocate_pgdat()
` [PATCH v2 04/10] sh: remove setup_bootmem_node() and plat_mem_setup()
` [PATCH v2 05/10] sh: drop dead code guarded by #ifdef CONFIG_NUMA
` [PATCH v2 06/10] sh: drop include/asm/mmzone.h
` [PATCH v2 07/10] init/Kconfig: drop ARCH_WANT_NUMA_VARIABLE_LOCALITY
` [PATCH v2 08/10] sh: init: remove call the memblock_set_node()
` [PATCH v2 09/10] sh: remove SPARSEMEM related entries from Kconfig
` [PATCH v2 10/10] sh: drop include/asm/sparsemem.h

[PATCH v2] sched_ext: Fix sched_ext_dead() race with scx_root_enable_workfn()
 2026-05-10 13:55 UTC  (2+ messages)

[PATCH 0/4] fs/resctrl: Fix three long-standing issues
 2026-05-10 13:52 UTC  (3+ messages)
` [PATCH 3/4] fs/resctrl: Fix deadlock for errors during mount

[PATCH RFC] Fail the build on RUST=y and RUST_IS_AVAILABLE=n
 2026-05-10 13:45 UTC  (2+ messages)

[PATCH v1] rust: workqueue: add cancel_sync support
 2026-05-10 13:43 UTC  (2+ messages)

[PATCH RFC v5 10/53] KVM: guest_memfd: Add basic support for KVM_SET_MEMORY_ATTRIBUTES2
 2026-05-10 13:43 UTC  (3+ messages)

[PATCH] sched/task: always defer 'struct task_struct' destruction via RCU
 2026-05-10 13:41 UTC  (3+ messages)

[PATCH RFC v3 0/6] Add Rust virtio bindings and sample device
 2026-05-10 13:38 UTC  (7+ messages)
` [PATCH RFC v3 1/6] rust/bindings: generate virtio bindings
` [PATCH RFC v3 2/6] rust/helpers: add virtio.c
` [PATCH RFC v3 3/6] rust/kernel/device: return parent at same context
` [PATCH RFC v3 4/6] rust: add virtio module
` [PATCH RFC v3 5/6] rust: impl interruptible waits for Completion
` [PATCH RFC v3 6/6] samples/rust: Add sample virtio-rtc driver [WIP]

[PATCH v2 0/9] exfat: convert to iomap
 2026-05-10 13:32 UTC  (3+ messages)
` [PATCH v2 4/9] exfat: add support for multi-cluster allocation

[PATCH v2 0/2] Improvement spotted during patch review
 2026-05-10 13:31 UTC  (4+ messages)
` [PATCH v2 1/2] gpio: regmap: Support sparsed fixed direction

[PATCH] iio: adc: ad7192: replace usleep_range() with fsleep()
 2026-05-10 12:55 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] iio: accel: adxl355: replace usleep_range() with fsleep()
 2026-05-10 12:54 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] iio: adc: ti-ads1298: Fix incorrect timeout comment
 2026-05-10 13:01 UTC  (4+ messages)
` [PATCH v3] "

[PATCH v2 0/6] fsl-mc: Move over to device MSI infrastructure
 2026-05-10 13:00 UTC 

[PATCH 0/5] iio: accel: adxl3xx: Add timestamps to FIFO data
 2026-05-10 12:58 UTC  (2+ messages)

[PATCH] iio: gyro: bmg160: bail out when bandwidth/filter is not in table
 2026-05-10 12:53 UTC  (5+ messages)

[PATCH v3 0/4] phy: phy-can-transceiver: Ad-hoc cleanups and refactoring
 2026-05-10 12:51 UTC  (2+ messages)

[PATCH v3 3/4] PM / devfreq: Fix governor_store() failing when device has no current governor
 2026-05-10 12:50 UTC 

[PATCH v3 1/2] mm/filemap: count only the faulting address as a mmap hit
 2026-05-10 12:46 UTC  (2+ messages)
  ` [PATCH v3 2/2] mm/filemap: do not count FAULT_FLAG_TRIED retries as mmap hits

[PATCH v5 0/6] mfd: cpcap: convert documentation to schema and add Mot board support
 2026-05-10 12:44 UTC  (9+ messages)
` [PATCH v5 1/6] dt-bindings: leds: leds-cpcap: convert to DT schema
` [PATCH v5 2/6] dt-bindings: input: cpcap-pwrbutton: "
` [PATCH v5 3/6] dt-bindings: mfd: motorola-cpcap: "
` [PATCH v5 4/6] dt-bindings: mfd: motorola-cpcap: document Mapphone and Mot CPCAP
` [PATCH v5 5/6] mfd: motorola-cpcap: diverge configuration per-board
` [PATCH v5 6/6] mfd: motorola-cpcap: add support for Mot CPCAP composition

[PATCH v5 00/21] drm: bridge: dw_hdmi: Misc enable/disable, CEC and EDID cleanup
 2026-05-10 12:41 UTC  (22+ messages)
` [PATCH v5 01/21] drm: bridge: dw_hdmi: Disable scrambler feature when not supported
` [PATCH v5 02/21] drm: bridge: dw_hdmi: Only notify connected status on HPD interrupt
` [PATCH v5 03/21] drm: bridge: dw_hdmi: Call poweron/poweroff from atomic enable/disable
` [PATCH v5 04/21] drm: bridge: dw_hdmi: Use passed mode instead of stored previous_mode
` [PATCH v5 05/21] drm: bridge: dw_hdmi: Fold poweron and setup functions
` [PATCH v5 06/21] drm: bridge: dw_hdmi: Remove previous_mode and mode_set
` [PATCH v5 07/21] drm: bridge: dw_hdmi: Hold bridge ref until connector cleanup
` [PATCH v5 08/21] drm: bridge: dw_hdmi: Unregister CEC notifier during "
` [PATCH v5 09/21] drm: bridge: dw_hdmi: Invalidate CEC phys addr from connector detect
` [PATCH v5 10/21] drm: bridge: dw_hdmi: Remove cec_notifier_mutex
` [PATCH v5 11/21] drm: bridge: dw_hdmi: Extract dw_hdmi_connector_status_update()
` [PATCH v5 12/21] drm: bridge: dw_hdmi: Use dw_hdmi_connector_status_update()
` [PATCH v5 13/21] drm: bridge: dw_hdmi: Use display_info is_hdmi and has_audio
` [PATCH v5 14/21] drm: bridge: dw_hdmi: Use generic CEC notifier helpers
` [PATCH v5 15/21] drm: bridge: dw_hdmi: Add common suspend helper
` [PATCH v5 16/21] drm: bridge: dw_hdmi: Use delayed_work to debounce hotplug event
` [PATCH v5 17/21] drm: bridge: dw_hdmi: Rework HDP and RXSENSE interrupt handling
` [PATCH v5 18/21] drm: bridge: dw_hdmi: Remove the empty dw_hdmi_setup_rx_sense()
` [PATCH v5 19/21] drm: bridge: dw_hdmi: Remove the empty dw_hdmi_phy_update_hpd()
` [PATCH v5 20/21] drm: bridge: dw_hdmi: Merge top and bottom half IRQ handlers
` [PATCH v5 21/21] drm: bridge: dw_hdmi: Drop call to drm_bridge_hpd_notify()

[PATCH net-next v1 5/5] net: mdiobus: Hide acpi_mdio.h
 2026-05-10 12:41 UTC  (2+ messages)

[PATCH v12 00/11] ADF41513/ADF41510 PLL frequency synthesizers
 2026-05-10 12:42 UTC  (12+ messages)
` [PATCH v12 01/11] dt-bindings: iio: frequency: add adf41513
` [PATCH v12 02/11] lib: kstrtox: add kstrtoudec64() and kstrtodec64()
` [PATCH v12 03/11] lib: test-kstrtox: tests for kstrtodec64() and kstrtoudec64()
` [PATCH v12 04/11] lib: math: div64: add div64_s64_rem()
` [PATCH v12 05/11] iio: core: add decimal value formatting into 64-bit value
` [PATCH v12 06/11] iio: test: iio-test-format: add test case for decimal format
` [PATCH v12 07/11] iio: frequency: adf41513: driver implementation
` [PATCH v12 08/11] iio: frequency: adf41513: handle LE synchronization feature
` [PATCH v12 09/11] iio: frequency: adf41513: features on frequency change
` [PATCH v12 10/11] docs: iio: add documentation for adf41513 driver
` [PATCH v12 11/11] Documentation: ABI: testing: add common ABI file for iio/frequency

[REGRESSION] aquantia: Sunshine/Moonlight UDP video streaming broken since 5b4015ad833c ("net: aquantia: Remove redundant UDP length adjustment with GSO_PARTIAL")
 2026-05-10 12:38 UTC  (4+ messages)

[PATCH 0/2] Add trace events for Qualcomm GENI SPI drivers
 2026-05-10 12:37 UTC  (9+ messages)
` [PATCH v1 1/2] spi: qcom-geni: trace: Add trace events for Qualcomm GENI SPI

[RESEND 1/1] phy: freescale: imx8qm-hsio: provide regmap names
 2026-05-10 12:32 UTC 

[PATCHv2 0/2] phy: miphy28lp: build and simplify allocation
 2026-05-10 12:32 UTC 

[PATCH v9] phy: Add generic PHY driver used by MACB/GEM on EyeQ5
 2026-05-10 12:32 UTC 

[PATCH v2] phy: renesas: phy-rzg3e-usb3: Fix malformed MODULE_AUTHOR string
 2026-05-10 12:32 UTC 

[PATCH] dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp-phy: Add Eliza QMP PHY
 2026-05-10 12:32 UTC  (2+ messages)

[PATCH phy-next 0/3] Lynx 28G: better init(), exit(), power_on(), power_off()
 2026-05-10 12:32 UTC 

[PATCH v2] phy: qcom: m31-eusb2: Make USB repeater optional
 2026-05-10 12:32 UTC 

[PATCH] drm/msm: Fix shrinker deadlock
 2026-05-10 12:30 UTC  (2+ messages)

(subset) [PATCH v4 0/2] Add edp reference clock for lemans
 2026-05-10 12:31 UTC 

[PATCH 0/6] phy: qcom-qmp: Clean up QSERDES COM and TXRX register headers
 2026-05-10 12:31 UTC 

[RFC net-next 0/4] devlink: Add boot-time defaults
 2026-05-10 12:31 UTC  (9+ messages)

[PATCH] phy: tegra: xusb: Make USB_CONN_GPIO select conditional on GPIOLIB
 2026-05-10 12:31 UTC 

(subset) [PATCH RESEND v3 0/4] Add eMMC PHY support for Axiado AX3000 SoC
 2026-05-10 12:31 UTC 

[PATCH v2] dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp-phy: Add Eliza QMP PHY
 2026-05-10 12:31 UTC  (2+ messages)

[PATCH v2] dt-bindings: phy: qcom,snps-eusb2: Document the Eliza Synopsys eUSB2 PHY
 2026-05-10 12:31 UTC  (2+ messages)

[PATCH v3] dt-bindings: phy: qcom,sc8280xp-qmp-ufs-phy: Document Nord QMP UFS PHY
 2026-05-10 12:31 UTC 

[PATCH v4 0/2] phy: spacemit: Add USB2 PHY support for K3 SoC
 2026-05-10 12:31 UTC 

(subset) [PATCH v4 0/5] J722S SGMII support
 2026-05-10 12:31 UTC 

[PATCH v3 00/10] ASoC: renesas: fsi: Fix system hang by adding SPU clock
 2026-05-10 12:30 UTC  (3+ messages)
` [PATCH v3 07/10] ASoC: renesas: fsi: refactor clock initialization

[PATCH] phy: spacemit: Remove incorrect clk_disable() in spacemit_usb2phy_init()
 2026-05-10 12:24 UTC 

[PATCH v1] phy: eswin: Fix incorrect error check in probe()
 2026-05-10 12:23 UTC 

[PATCH] phy: qcom-qmp-ufs: Fix kaanapali PHY PLL lock failure after SM8650 G4 fix
 2026-05-10 12:23 UTC 

[PATCH v2] HID: pidff: Fix integer overflow in pidff_rescale
 2026-05-10 12:23 UTC 

[PATCH v2] phy: exynos5-usbdrd: fix USB 2.0 HS PHY tuning values for Exynos7870
 2026-05-10 12:23 UTC 

[PATCH v2] phy: tegra: xusb: Fix per-pad high-speed termination calibration
 2026-05-10 12:23 UTC 

[PATCH phy-fixes] phy: marvell: mvebu-a3700-utmi: fix incorrect USB2_PHY_CTRL register access
 2026-05-10 12:23 UTC 

[PATCH v3] f2fs: fix potential deadlock in f2fs_balance_fs()
 2026-05-10 12:10 UTC 

[PATCH v2 0/7] seg6: add SRv6 Mobile User Plane (RFC 9433) behaviors
 2026-05-10 12:02 UTC  (7+ messages)

[PATCH v3] dt-bindings: iio: adc: Convert xilinx-xadc bindings to YAML schema
 2026-05-10 12:01 UTC  (2+ messages)

[PATCH V2 RESEND 2/2] phy: mediatek: xsphy: add support to set disconnect threshold
 2026-05-10 11:50 UTC 

[RFC] mm: restrict zero-page remapping to underused THP splits
 2026-05-10 11:39 UTC  (2+ messages)

[PATCH 02/10] phy: core: switch to using class_find_device_by_fwnode()
 2026-05-10 11:26 UTC 

[PATCH v2 2/2] phy: econet: Add PCIe PHY driver for EcoNet EN751221 and EN7528 SoCs
 2026-05-10 11:25 UTC  (2+ messages)

[PATCH] wifi: wilc1000: fix dma_buffer leak on bus acquire failure
 2026-05-10 11:25 UTC 

[PATCH v8 0/4] drm/msm/hdmi & phy: use generic PHY framework
 2026-05-10 11:23 UTC 

[syzbot] [kernel?] WARNING: ODEBUG bug in smpboot_thread_fn
 2026-05-10 11:15 UTC  (5+ messages)

[PATCH v1 1/1] drm/repaper: simplify with spi_get_device_match_data()
 2026-05-10 11:07 UTC  (2+ messages)

[PATCH] phy: rockchip: naneng-combphy: Fix TX detect RX termination errata
 2026-05-10 11:08 UTC 

[PATCH] staging: rtl8723bs: Replace __attribute__((__packed__)) with __packed in rtl8723b_hal.h
 2026-05-10 11:03 UTC 

[PATCH] staging: rtl8723bs: Fix coding style in ieee80211.h
 2026-05-10 11:02 UTC 

[PATCH v2] hpfs: obsolete check=none mount option
 2026-05-10 11:00 UTC 

[PATCH v9 0/2] IB/mlx5: Fix loopback rollback and locking
 2026-05-10 10:56 UTC  (2+ messages)
  ` [PATCH v9 1/2] IB/mlx5: Fix transport-domain rollback and initialize lb mutex earlier

[PATCH] RDMA/addr: change addr_wq back to unordered workqueue
 2026-05-10 10:52 UTC 

[PATCH 0/2] riscv: spacemit: Add K3 PCIe/USB comb phy support
 2026-05-10 10:44 UTC 

[PATCH] staging: rtl8723bs: Replace __attribute__((packed)) with __packed in wifi.h
 2026-05-10 10:36 UTC 

[PATCH v3 00/15] clk: introduce clk_determine_rate_noop() and update drivers to use it
 2026-05-10 10:17 UTC  (3+ messages)
` [PATCH v3 13/15] phy: mediatek: phy-mtk-hdmi-mt2701: use clk_determine_rate_noop()

[PATCH] ALSA: hda/realtek: Add mute LED quirk for HP Pavilion Plus 14
 2026-05-10 10:17 UTC 

[PATCH v5 0/8] media: qcom: venus: add MSM8939 support
 2026-05-10 10:14 UTC  (12+ messages)
` [PATCH v5 5/8] clk: qcom: gcc-msm8939: mark Venus core GDSCs as hardware controlled

drivers/misc/mei/mei_lb.c:284:32: sparse: sparse: restricted __le32 degrades to integer
 2026-05-10 10:13 UTC  (2+ messages)

[PATCH RFC v4 00/10] AD9910 Direct Digital Synthesizer
 2026-05-10 10:07 UTC  (3+ messages)
` [PATCH RFC v4 02/10] iio: core: support 64-bit register through debugfs

[PATCH v2] staging: iio: addac: adt7316: document SPI interface switching sequence
 2026-05-10 10:04 UTC  (6+ messages)

[PATCH v2 0/2] phy: rockchip: inno-hdmi: Change TMDS rate handling to configure() ops
 2026-05-10  9:57 UTC  (3+ messages)
` [PATCH v2 1/2] phy: rockchip: inno-hdmi: Add configure() and validate() ops
` [PATCH v2 2/2] phy: rockchip: inno-hdmi: Remove deprecated way to configure TMDS rate

[RFC v2 0/2] add kconfirm
 2026-05-10  9:49 UTC  (3+ messages)

[PATCH v6 0/8] media: qcom: venus: add MSM8939 support
 2026-05-10  9:47 UTC  (9+ messages)
` [PATCH v6 1/8] media: dt-bindings: venus: Add qcom,msm8939 schema
` [PATCH v6 2/8] arm64: dts: qcom: msm8939: Add venus node
` [PATCH v6 3/8] arm64: dts: qcom: msm8939-longcheer-l9100: Enable "
` [PATCH v6 4/8] arm64: dts: qcom: msm8939-asus-z00t: add Venus
` [PATCH v6 5/8] clk: qcom: gcc-msm8939: mark Venus core GDSCs as hardware controlled
` [PATCH v6 6/8] media: qcom: venus: add power domain enable logic for Venus cores
` [PATCH v6 7/8] media: qcom: venus: Add msm8939 resource struct
` [PATCH v6 8/8] media: qcom: venus: add codec blacklist mechanism


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