All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-14 04:09:57 to 2026-07-14 12:58:53 UTC [more...]

[PATCH v6 00/16] firmware: arm_scmi: Fix SCMI core cleanup paths
 2026-07-14 12:56 UTC  (17+ messages)
` [PATCH v6 01/16] firmware: arm_scmi: Publish channel state before callbacks
` [PATCH v6 02/16] firmware: arm_scmi: Unregister device notifier before IDR teardown
` [PATCH v6 03/16] firmware: arm_scmi: Quiesce notifications before teardown
` [PATCH v6 04/16] firmware: arm_scmi: Clean up channels on setup failure
` [PATCH v6 05/16] firmware: arm_scmi: Free transport channel on IDR failure
` [PATCH v6 06/16] firmware: arm_scmi: Avoid IDR updates while cleaning channels
` [PATCH v6 07/16] firmware: arm_scmi: Reject out of range DT protocol IDs
` [PATCH v6 08/16] firmware: arm_scmi: Use channel ID for transport teardown
` [PATCH v6 09/16] firmware: arm_scmi: Protect device request lookup with RCU
` [PATCH v6 10/16] firmware: arm_scmi: Drop handle on protocol bind failures
` [PATCH v6 11/16] firmware: arm_scmi: Clear SystemPower flag on create failure
` [PATCH v6 12/16] firmware: arm_scmi: Fix OF node reference handling
` [PATCH v6 13/16] firmware: arm_scmi: Unwind TX receiver mailbox setup failure
` [PATCH v6 14/16] firmware: arm_scmi: Unwind P2A "
` [PATCH v6 15/16] firmware: arm_scmi: Fix SCMI device destroy lifetimes
` [PATCH v6 16/16] firmware: arm_scmi: Fix transport device teardown lookup

[PATCH 0/3] soc: mediatek: pwrap: mt6572 support + log level fixes
 2026-07-14 12:42 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: soc: mediatek: pwrap: add mt6572
` [PATCH 2/3] soc: mediatek: pwrap: use correct log level
` [PATCH 3/3] soc: mediatek: pwrap: add mt6572 support

[PATCH v2 00/10] R-Car X5H Ironhide CPG/MDLC SCMI remapping support
 2026-07-14 12:31 UTC  (3+ messages)
` [PATCH v2 03/10] pmdomain: Make genpd_get_from_provider() public

[PATCH] Add SECURITY.md to redirect GitHub users to official security channels
 2026-07-14 12:17 UTC  (2+ messages)

[PATCH v14 00/11] can: bcm: collected fixes
 2026-07-14 11:30 UTC  (12+ messages)
` [PATCH v14 01/11] can: bcm: defer rx_op deallocation to workqueue to fix thrtimer UAF
` [PATCH v14 02/11] can: bcm: fix lockless bound/ifindex race and silent RX_SETUP failure
` [PATCH v14 03/11] can: bcm: add locking when updating filter and timer values
` [PATCH v14 04/11] can: bcm: fix CAN frame rx/tx statistics
` [PATCH v14 05/11] can: bcm: add missing rcu list annotations and operations
` [PATCH v14 06/11] can: bcm: extend bcm_tx_lock usage for data and timer updates
` [PATCH v14 07/11] can: bcm: validate frame length in bcm_rx_setup() for RTR replies
` [PATCH v14 08/11] can: bcm: add missing device refcount for CAN filter removal
` [PATCH v14 09/11] can: bcm: fix stale rx/tx ops after device removal
` [PATCH v14 10/11] can: bcm: fix data race on rx_stamp/rx_ifindex in bcm_rx_handler()
` [PATCH v14 11/11] can: bcm: track a single source interface for ANYDEV timeout/throttle ops

[PATCH v8 00/17] AD9910 Direct Digital Synthesizer
 2026-07-14 11:02 UTC  (18+ messages)
` [PATCH v8 01/17] iio: ABI: add attributes for altcurrent channels
` [PATCH v8 02/17] iio: ABI: raw, scale and offset for frequency/phase channels
` [PATCH v8 03/17] iio: ABI: add parent entry for iio channels
` [PATCH v8 04/17] iio: add IIO_FREQUENCY channel type
` [PATCH v8 05/17] iio: core: support 64-bit register through debugfs
` [PATCH v8 06/17] iio: core: create local __iio_chan_prefix_emit() for reuse
` [PATCH v8 07/17] iio: test: add kunit tests for channel prefix naming generation
` [PATCH v8 08/17] iio: core: add hierarchical channel relationships
` [PATCH v8 09/17] dt-bindings: iio: frequency: add ad9910
` [PATCH v8 10/17] iio: frequency: ad9910: initial driver implementation
` [PATCH v8 11/17] iio: frequency: ad9910: add basic parallel port support
` [PATCH v8 12/17] iio: frequency: ad9910: add digital ramp generator support
` [PATCH v8 13/17] iio: frequency: ad9910: add RAM mode support
` [PATCH v8 14/17] iio: frequency: ad9910: add output shift keying support
` [PATCH v8 15/17] iio: frequency: ad9910: show channel priority in debugfs
` [PATCH v8 16/17] iio: ABI: add docs for ad9910 sysfs and debugfs entries
` [PATCH v8 17/17] docs: iio: add documentation for ad9910 driver

[PATCH v1] rust: time: fix as_micros_ceil() to round correctly for negative Delta
 2026-07-14 10:56 UTC  (6+ messages)

[PATCH] thermal: spacemit: k1: disable hardware on driver remove
 2026-07-14 10:38 UTC  (5+ messages)

[PATCH v8 0/3] thermal: imx: Add calibration offset support
 2026-07-14 10:28 UTC  (4+ messages)
` [PATCH v8 1/3] dt-bindings: thermal: imx: Document calibration offset property
` [PATCH v8 2/3] thermal/drivers/imx: Fix rounding and clamp for i.MX7D alarm
` [PATCH v8 3/3] thermal/drivers/imx: Add calibration offset support

[PATCH v13 00/11] can: bcm: collected fixes - final final
 2026-07-14 10:12 UTC  (22+ messages)
` [PATCH v13 01/11] can: bcm: defer rx_op deallocation to workqueue to fix thrtimer UAF
` [PATCH v13 02/11] can: bcm: fix lockless bound/ifindex race and silent RX_SETUP failure
` [PATCH v13 03/11] can: bcm: add locking when updating filter and timer values
` [PATCH v13 04/11] can: bcm: fix CAN frame rx/tx statistics
` [PATCH v13 05/11] can: bcm: add missing rcu list annotations and operations
` [PATCH v13 06/11] can: bcm: extend bcm_tx_lock usage for data and timer updates
` [PATCH v13 07/11] can: bcm: validate frame length in bcm_rx_setup() for RTR replies
` [PATCH v13 08/11] can: bcm: add missing device refcount for CAN filter removal
` [PATCH v13 09/11] can: bcm: fix stale rx/tx ops after device removal
` [PATCH v13 10/11] can: bcm: fix data race on rx_stamp/rx_ifindex in bcm_rx_handler()
` [PATCH v13 11/11] can: bcm: track a single source interface for ANYDEV timeout/throttle ops

[PATCH] vxcan: fix Kconfig description stating no local echo provided
 2026-07-14 10:01 UTC  (5+ messages)
  ` Weekly net upstream? - "

[PATCH v1] vxcan: Support per-netns device unregistration
 2026-07-14  9:30 UTC  (4+ messages)

[PATCH v7 00/10] ACPI: APEI: share GHES CPER helpers and add DT FFH provider
 2026-07-14  9:27 UTC  (4+ messages)
` [PATCH v7 06/10] ACPI: APEI: GHES: move CXL CPER helpers

[RFC PATCH 0/4] rust: usb: add usb request block abstractions and a user
 2026-07-14  9:26 UTC  (6+ messages)
` [RFC PATCH 2/4] rust: usb: add usb host interface and endpoint abstractions

[PATCH 0/3] clk: spacemit: Add clock support for UFS
 2026-07-14  9:19 UTC  (2+ messages)

[PATCH] scripts/tags.sh: Prevent binary files appearing in cscope.files
 2026-07-14  9:19 UTC  (4+ messages)
` [PATCH v2] "
` [PATCH v2] scripts/tags.sh: Add support for rust source files

[PATCH v3] riscv: dts: spacemit: k3: Add QSPI support for Pico-ITX board
 2026-07-14  9:17 UTC  (2+ messages)

[PATCH] ioport: Use kzalloc() instead of kmalloc()/memset() in _sparc_alloc_io()
 2026-07-14  9:13 UTC 

[PATCH v4 0/2] cpufreq: spacemit: Add cpufreq support for K1 SoC
 2026-07-14  9:11 UTC  (2+ messages)

[PATCH v2 0/5] riscv: dts: spacemit: serial/i2c/ethernet improvements for the K3 Pico-ITX board
 2026-07-14  9:10 UTC  (2+ messages)

[PATCH] riscv: dts: spacemit: k3-pico-itx: Fix non-functional ethernet TX timing
 2026-07-14  9:08 UTC  (2+ messages)

[syzbot] [net?] possible deadlock in rtnl_net_dev_lock
 2026-07-14  9:07 UTC 

[PATCH] riscv: dts: spacemit: k3: Enable SD card support
 2026-07-14  9:07 UTC  (2+ messages)

[PATCH v4] riscv: dts: spacemit: Use symbolic PDMA request numbers on K1
 2026-07-14  9:06 UTC  (2+ messages)

[PATCH v3 0/4] docs/zh_CN: update rust documentation translations
 2026-07-14  8:59 UTC  (6+ messages)
` [PATCH v3 1/4] docs/zh_CN: Update rust/quick-start.rst translation
` [PATCH v3 2/4] docs/zh_CN: Update rust/general-information.rst translation
` [PATCH v3 3/4] docs/zh_CN: Update rust/arch-support.rst translation
` [PATCH v3 4/4] docs/zh_CN: Update rust/testing.rst translation

[PATCH v2] riscv/virt: Add optional UART1
 2026-07-14  8:52 UTC  (5+ messages)

[PATCH] virtio_mem: fix typo in comment
 2026-07-14  8:44 UTC  (4+ messages)
  `  "

[PATCH v1 00/20] gpio: Improvements around device-id arrays
 2026-07-14  8:37 UTC  (8+ messages)
` [PATCH v1 13/20] gpio: virtio: Use a named initializer for virtio_device_id array
` [PATCH v1 16/20] gpio: Unify style of of_device_id arrays
` [PATCH v1 20/20] gpio: Unify style of various *_device_id arrays

[PATCHSET v5 sched_ext/for-7.3] sched_ext: Capability-based CPU delegation for sub-schedulers
 2026-07-14  8:27 UTC  (13+ messages)
` [PATCH v5 sched_ext/for-7.3 16/33] sched_ext: Add sub_ecaps_updated() effective-cap change notifier
` [PATCH v5 sched_ext/for-7.3 18/33] sched_ext: Add reject DSQ for cap-rejected dispatches
` [PATCH v5 sched_ext/for-7.3 28/33] sched_ext: Route ops.update_idle() to sub-schedulers and re-notify owed scheds

[patch 00/18] entry: Consolidate and rework syscall entry handling
 2026-07-14  8:20 UTC  (7+ messages)
` [patch 13/18] entry: Make trace_syscall_enter() return type bool

[PATCH 0/4] hwmon: Add Kandou KB9002 PCIe retimer driver
 2026-07-14  8:19 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: Add vendor prefix for Kandou
` [PATCH 2/4] dt-bindings: hwmon: Add Kandou KB9002
` [PATCH 3/4] hwmon: (kb9002) Add driver for Kandou KB9002 retimer
` [PATCH 4/4] hwmon: (kb9002) Add documentation

[PATCH 0/2] ceph: fix UAF bugs in cap flushing and MDS session handling
 2026-07-14  8:13 UTC  (3+ messages)
` [PATCH 1/2] ceph: fix UAF in __kick_flushing_caps() on cf entry freed during unlock
` [PATCH 2/2] ceph: fix UAF in check_new_map() on session "

[PATCH v11 0/3] Add Amlogic general DMA
 2026-07-14  8:08 UTC  (4+ messages)
` [PATCH v11 1/3] dt-bindings: dma: Add Amlogic A9 SoC DMA
` [PATCH v11 2/3] dmaengine: amlogic: Add general DMA driver for A9
` [PATCH v11 3/3] MAINTAINERS: Add an entry for Amlogic DMA driver

[PATCH v3 00/10] riscv: add initial RPMI virt support
 2026-07-14  7:56 UTC  (11+ messages)
` [PATCH v3 01/10] build: add optional librpmi dependency
` [PATCH v3 02/10] hw/misc: add RISC-V RPMI transport and Base support
` [PATCH v3 03/10] hw/riscv: add RPMI FDT helpers
` [PATCH v3 04/10] hw/riscv/virt: add opt-in RPMI base support
` [PATCH v3 05/10] riscv: add RPMI system reset service
` [PATCH v3 06/10] riscv: add RPMI HSM service
` [PATCH v3 07/10] riscv: add RPMI system suspend service
` [PATCH v3 08/10] docs/system/riscv: document initial virt RPMI support
` [PATCH v3 09/10] tests/qtest: cover initial RISC-V RPMI services
` [PATCH v3 10/10] tests/functional: add initial RPMI virt guest smoke

[PATCH 0/6] Initial PCIe0 and QMP USB PHYs support for SM8475
 2026-07-14  6:36 UTC  (14+ messages)
` [PATCH 1/6] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Add SM8475 QMP PHY
` [PATCH 2/6] phy: qcom: qmp-pcie: Add pcs_lane1 offset to V5 offsets
` [PATCH 3/6] phy: qcom: qmp-pcie: Add support for SM8475 Gen3x1 PCIe0 port
` [PATCH 4/6] dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp-phy: Add SM8475 QMP PHY
` [PATCH 5/6] phy: qcom: qmp-combo: Add serdes and RBR/HBR/HBR2/HBR3 tables for v1 DP PLLs
` [PATCH 6/6] phy: qcom: qmp-combo: Add SM8475 support

[PATCH v2 00/12] arm64: dts: apple: Add SMC hwmon nodes
 2026-07-14  6:28 UTC  (13+ messages)
` [PATCH v2 01/12] arm64: dts: apple: t8112: Add SMC hwmon node
` [PATCH v2 02/12] arm64: dts: apple: t8103: "
` [PATCH v2 03/12] arm64: dts: apple: t600x: "
` [PATCH v2 04/12] arm64: dts: apple: t602x: "
` [PATCH v2 05/12] arm64: dts: apple: Add common SMC hwmon infrastructure
` [PATCH v2 06/12] arm64: dts: apple: t8103: Add common SMC hwmon sensors
` [PATCH v2 07/12] arm64: dts: apple: t8112: "
` [PATCH v2 08/12] arm64: dts: apple: t600x: "
` [PATCH v2 09/12] arm64: dts: apple: t602x: "
` [PATCH v2 10/12] arm64: dts: apple: t8103: jxxx: Add device-specific "
` [PATCH v2 11/12] arm64: dts: apple: t8112: "
` [PATCH v2 12/12] arm64: dts: apple: t60xx: "

[PATCH] ceph: fix use-after-dereference of NULL ci in __ceph_remove_cap()
 2026-07-14  6:20 UTC 

[syzbot ci] Re: block: fix aligning of bounced dio read bios
 2026-07-14  6:10 UTC 

[syzbot ci] Re: Redesign Verification Errors
 2026-07-14  6:10 UTC 

[moderation/CI] Re: Redesign Verification Errors
 2026-07-14  6:08 UTC  (2+ messages)

[moderation/CI] Re: block: fix aligning of bounced dio read bios
 2026-07-14  6:08 UTC  (2+ messages)

Dear target-devel@vger.kernel.org,
 2026-07-14  5:31 UTC 

Dear sparclinux, project info
 2026-07-14  5:30 UTC 

Dear reiserfs-devel@vger.kernel.org, project stage
 2026-07-14  5:28 UTC 

Dear platform-driver-x86, project info
 2026-07-14  5:28 UTC 

[PATCH 0/2] MAINTAINERS: Mark sections orphaned
 2026-07-14  5:15 UTC  (5+ messages)
` [PATCH 1/2] MAINTAINERS: Mark "Microchip PolarFire SoC Icicle Kit" orphaned

Dear autofs@vger.kernel.org,
 2026-07-14  5:15 UTC 

[PATCH] package.bbclass: add PACKAGE_POSTPROCESS_FUNCS hook
 2026-07-14  5:03 UTC  (3+ messages)
` [OE-core] "

[OE-core][PATCH v2] package.bbclass: hardcode emit_pkgdata to run last
 2026-07-14  5:00 UTC 

[PATCH 1/2] devtool: standard: fix update-recipe/finish --initial-rev override
 2026-07-14  5:01 UTC  (2+ messages)
` [PATCH 2/2] oeqa/selftest/devtool: cover update-recipe --initial-rev

[PATCH v2 0/3] hw/riscv/riscv-iommu.c: additional PTE checks
 2026-07-14  4:17 UTC  (5+ messages)
` [PATCH v2 2/3] hw/riscv/riscv-iommu.c: fault when !PTE_U and no priv access

[PATCH] selinux: compute the IMA configuration settings string length once at boot
 2026-07-14  4:09 UTC 


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.