All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-09 13:43:19 to 2026-07-09 14:19:44 UTC [more...]

[PATCH 00/26] dmaengine: Remove redundant error messages on IRQ request failure
 2026-07-09 14:19 UTC  (39+ messages)
` [PATCH 01/26] dmaengine: fsl-edma-main: Remove redundant dev_err()/dev_err_probe()
` [PATCH 02/26] dmaengine: fsl-qdma: "
` [PATCH 03/26] dmaengine: loongson-loongson1-apb-dma: "
` [PATCH 04/26] dmaengine: mediatek-mtk-cqdma: "
` [PATCH 05/26] dmaengine: mediatek-mtk-hsdma: "
` [PATCH 06/26] dmaengine: mmp_pdma: "
` [PATCH 07/26] dmaengine: moxart-dma: "
` [PATCH 08/26] dmaengine: owl-dma: "
` [PATCH 09/26] dmaengine: pxa_dma: "
` [PATCH 10/26] dmaengine: qcom-gpi: "
` [PATCH 11/26] dmaengine: sf-pdma-sf-pdma: "
` [PATCH 12/26] dmaengine: sh-rcar-dmac: "
` [PATCH 13/26] dmaengine: sh-rz-dmac: "
` [PATCH 14/26] dmaengine: sh-shdmac: "
` [PATCH 15/26] dmaengine: sh-usb-dmac: "
` [PATCH 16/26] dmaengine: sprd-dma: "
` [PATCH 17/26] dmaengine: st_fdma: "
` [PATCH 18/26] dmaengine: stm32-stm32-dma: "
` [PATCH 19/26] dmaengine: stm32-stm32-dma3: "
` [PATCH 20/26] dmaengine: stm32-stm32-mdma: "
` [PATCH 21/26] dmaengine: sun4i-dma: "
` [PATCH 22/26] dmaengine: sun6i-dma: "
` [PATCH 23/26] dmaengine: tegra20-apb-dma: "
` [PATCH 24/26] dmaengine: ti-edma: "
` [PATCH 25/26] dmaengine: uniphier-xdmac: "
` [PATCH 26/26] dmaengine: xgene-dma: "

[PATCH v7 00/18] media: iris: Add AR50LT core support and enable Agatti platform
 2026-07-09 14:19 UTC  (17+ messages)
` [PATCH v7 01/18] media: iris: Add Gen2 firmware autodetect and fallback
` [PATCH v7 09/18] media: iris: Add platform flag for instantaneous bandwidth voting
` [PATCH v7 10/18] media: iris: skip PIPE if it is not supported by the platform
` [PATCH v7 11/18] media: iris: Add framework support for AR50_LITE video core
` [PATCH v7 12/18] media: iris: add minimal GET_PROPERTY implementation
` [PATCH v7 13/18] media: iris: update buffer requirements based on received info
` [PATCH v7 14/18] media: iris: implement support for the Agatti platform
` [PATCH v7 15/18] media: iris: Introduce buffer size calculations for AR50LT

[PATCH v2 0/2] drm/drm_crtc: dma_fence_ops fixes
 2026-07-09 14:19 UTC  (4+ messages)
` [PATCH v2 1/2] drm/drm_crtc: ensure dma_fence_ops remain valid during device unbind

[PATCH net-next v20 00/12] virtio_net: Add ethtool flow rules support
 2026-07-09 14:18 UTC  (8+ messages)
` [PATCH net-next v20 05/12] virtio_net: Query and set flow filter caps
` [PATCH net-next v20 07/12] virtio_net: Implement layer 2 ethtool flow rules

[PATCH v4] phy: renesas: rcar-gen3-usb2: Avoid long delay in atomic context
 2026-07-09 14:18 UTC  (3+ messages)

[usb:usb-testing 23/28] tcpm.c:undefined reference to `__udivdi3'
 2026-07-09 14:17 UTC 

[sudeep-holla:b4/acpi_scmi_pcc 21/25] drivers/firmware/arm_scmi/driver.c:3088:32: error: implicit declaration of function 'acpi_device_hid'; did you mean 'acpi_device_handle'?
 2026-07-09 14:17 UTC 

[PATCH] hw/virtio: return NULL from qemu_get_virtqueue_element() on invalid state
 2026-07-09 14:15 UTC  (4+ messages)

[RFC PATCH v1.2 00/19] mm/damon: introduce data attributes only monitoring
 2026-07-09 14:16 UTC  (22+ messages)
` [RFC PATCH v1.2 01/19] mm/damon/core: introduce damon_probe->weight
` [RFC PATCH v1.2 02/19] mm/damon/core: ask apply_probes() ops callback to set sampling address
` [RFC PATCH v1.2 03/19] mm/damon/paddr: set samples in apply_probes() if requested
` [RFC PATCH v1.2 04/19] mm/damon/core: ask apply_probe() to return max probe hits weighted sum
` [RFC PATCH v1.2 05/19] mm/damon/core: implement damon_probe_hits_wsum()
` [RFC PATCH v1.2 06/19] mm/damon/paddr: respect return_max_wsum
` [RFC PATCH v1.2 07/19] mm/damon/core: use abs_diff() instead of abs()
` [RFC PATCH v1.2 08/19] mm/damon/core: extend merge function to work with probe hits
` [RFC PATCH v1.2 09/19] mm/damon/core: disallow probe_hits overflow on attrs only monitoring
` [RFC PATCH v1.2 10/19] mm/damon/core: validate params for probe hits weighted sum overflow
` [RFC PATCH v1.2 11/19] mm/damon/core: disable access monitoring when probe weights are set
` [RFC PATCH v1.2 12/19] mm/damon/core: set samples in apply_probes() if "
` [RFC PATCH v1.2 13/19] mm/damon/core: s/max_nr_accesses/max_merge_score/ in kdamond_fn()
` [RFC PATCH v1.2 14/19] mm/damon/core: get merge threshold from probe hits when weights are set
` [RFC PATCH v1.2 15/19] mm/damon/core: implement damon_has_probe_weight()
` [RFC PATCH v1.2 16/19] mm/damon/sysfs: implement probe/weight file
` [RFC PATCH v1.2 17/19] Docs/mm/damon/design: document attrs-only monitoring
` [RFC PATCH v1.2 18/19] Docs/admin-guide/mm/damon/usage: document weight sysfs file
` [RFC PATCH v1.2 19/19] Docs/ABI/damon: document probe weight file

[RFC PATCH] firmware: scmi: Make SCMI arch independent
 2026-07-09 14:14 UTC  (4+ messages)

[PATCH v2] drm/imagination: make pvr_fw_trace_init_mask_ops static
 2026-07-09 14:13 UTC  (2+ messages)

[PATCH] drm/imagination: fix error checking of pvr_vm_context_lookup()
 2026-07-09 14:13 UTC  (2+ messages)

[PATCH V3 0/4] dmaengine: xilinx_dma: MCDMA descriptor and metadata handling improvements
 2026-07-09 14:13 UTC  (3+ messages)
` [PATCH V3 4/4] dmaengine: xilinx_dma: Extend metadata handling for AXI DMA and MCDMA

[PATCH v2] rust: module_param: return value by copy from `value`
 2026-07-09 14:13 UTC  (3+ messages)

[PATCH v1 00/11] Add support for StarFive JHB100 SFC
 2026-07-09 14:13 UTC  (7+ messages)
` [PATCH v1 02/11] spi: dw: update NDF while using enhanced spi mode
` [PATCH v1 03/11] spi: dw: update SPI_CTRLR0 register
` [PATCH v1 04/11] spi: dw: add check for support of enhanced spi

[PATCH] HID: sony: add missing __packed to struct with static_assert()
 2026-07-09 14:12 UTC 

[PATCH v2] docs: packaging: fix brackets
 2026-07-09 14:10 UTC 

[PATCH v2] gpu/buddy: bail out of try_harder when alignment cannot be honoured
 2026-07-09 14:11 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for gpu/buddy: bail out of try_harder when alignment cannot be honoured (rev4)

drbd-reactor v1.12.0-rc.1
 2026-07-09 14:10 UTC 

[RFC PATCH 00/11] : media: iris: Migrate iommus to iris sub nodes
 2026-07-09 14:10 UTC  (7+ messages)
` [RFC PATCH 05/11] media: iris: Skip DMA mask setting to core device when IOMMU is not mapped
` [RFC PATCH 06/11] media: iris: Add hooks for pixel and non-pixel context banks
` [RFC PATCH 07/11] arm64: dts: qcom: hamoa: Move Iris IOMMUs to sub nodes

[PATCH v7 0/7] timekeeping/ntp: Fix drift tracking precision
 2026-07-09 14:10 UTC  (5+ messages)
` [PATCH v7 3/7] timekeeping: Account for clocksource tick quantisation via NTP

[PATCH] KVM: s390: pci: Fix handling of AIF enable without AISB
 2026-07-09 14:09 UTC  (2+ messages)

[PATCH net-next v3 0/2] bridge: mcast: Fix a false positive lockdep splat
 2026-07-09 14:08 UTC  (3+ messages)
` [PATCH net-next v3 1/2] "

[PATCH 0/2] KVM: nSVM: Expose DecodeAssists to L1
 2026-07-09 14:08 UTC  (7+ messages)

[PATCH 0/3] Fix sysfs duplicate filename if multiple BERT tables exist
 2026-07-09 14:08 UTC  (2+ messages)

[PATCH v2 0/2] firmware: arm_scmi: Ensure automatic module loading
 2026-07-09 14:07 UTC  (6+ messages)

[PATCH] arm64: dts: qcom: eliza: Enable first QUPv3 wrapper by default
 2026-07-09 14:07 UTC  (3+ messages)

[PATCH v2 1/2] [wrynose] expat: fix CVE-2026-41080
 2026-07-09 14:06 UTC 

[PATCH v4] KVM: arm64: Record whether pKVM stage 2 mapping is cacheable
 2026-07-09 14:06 UTC  (4+ messages)

[PATCH 2/3] hw/9pfs/virtio: disable hotpluggable property of virtio-9p device
 2026-07-09 13:50 UTC  (3+ messages)
` [PATCH 1/3] hw/9pfs/virtio: drain in-flight PDUs before virtio-9p unrealize
` [PATCH 3/3] hw/9pfs/xen: drain in-flight PDUs before xen-9p disconnect

[PATCH 0/7] platform/x86: uniwill-laptop: Support additional features
 2026-07-09 14:06 UTC  (7+ messages)
` [PATCH 7/7] platform/x86: uniwill-laptop: Add lightbar support for LAPQC71A/B

[PATCH i-g-t v2 0/2] Add CPU idle state control for accurate vblank timing
 2026-07-09 14:05 UTC  (3+ messages)
` [PATCH i-g-t v2 2/2] tests/kms_setmode: Add basic-no-cpu-idle subtest

[PATCH v2 00/18] MT8189: Add support for system and base clock controllers
 2026-07-09 14:05 UTC  (18+ messages)
` [PATCH v2 01/18] dt-bindings: clock: mediatek: Make '#clock-cells' required for MT8186
` [PATCH v2 02/18] dt-bindings: clock: mediatek: Make '#clock-cells' required for MT8192
` [PATCH v2 03/18] dt-bindings: clock: mediatek: Make '#clock-cells' required for MT8195
` [PATCH v2 04/18] dt-bindings: clock: mediatek: reorder MT8186 compatibles
` [PATCH v2 05/18] dt-bindings: clock: mediatek: regroup MT8188 dt-bindings into MT8186
` [PATCH v2 06/18] dt-bindings: clock: mediatek: regroup MT8192 "
` [PATCH v2 07/18] dt-bindings: clock: mediatek: regroup MT8195 "
` [PATCH v2 08/18] dt-bindings: clock: mediatek: Add MT8189 clocks
` [PATCH v2 18/18] clk: mediatek: Add MT8189 ufs clock support

[PATCH v7 0/2] i2c: i2c-qcom-geni: serve transfers during early resume
 2026-07-09 14:05 UTC  (5+ messages)
` [PATCH v7 1/2] i2c: qcom-geni: Handle runtime PM disabled state "
` [PATCH v7 2/2] dmaengine: qcom-gpi: Keep GPI interrupt active during system resume

[LTP] [PATCH v3 1/9] syscalls: Add epoll_create03
 2026-07-09 14:03 UTC  (3+ messages)
` [LTP] "

[PATCH v2 00/11] receive-pack: use ODB transactions to stage object writes
 2026-07-09 14:03 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 06/11] odb/transaction: propagate begin errors

[bluez/bluez]
 2026-07-09 14:03 UTC 

[bluez/bluez] a5bfcf: doc/org.bluez.ChannelSounding1:Add Used by referen
 2026-07-09 14:03 UTC 

[bluez/bluez] 48278c: adapter: Fix crash on UUID discovery filter match
 2026-07-09 14:03 UTC 

A few Machines crash when "no default audio driver available"
 2026-07-09 14:02 UTC  (7+ messages)

[Buildroot] [PATCH 1/1] package/mpd fix build failure with fmt 12.2.0
 2026-07-09 14:01 UTC 

[PATCH i-g-t 0/2] tests/kms_feature_discovery: add HDR, VRR and DSC discovery
 2026-07-09 14:00 UTC  (5+ messages)
` [PATCH i-g-t 1/2] "
` [PATCH i-g-t 2/2] tests/kms_feature_discovery: Log output count on skip

[Buildroot] [PATCH] package/systemd: Bump version to 261
 2026-07-09 13:59 UTC  (3+ messages)

[PATCH printk] printk: Fix possible console use-after-free
 2026-07-09 13:59 UTC  (2+ messages)

[PATCH v1 00/11] RCU: Enable callbacks to benefit from expedited grace periods
 2026-07-09 13:58 UTC  (5+ messages)
` [PATCH v1 05/11] rcu: Add RCU_GET_STATE_NOT_TRACKED for subsystems without expedited GPs
` [PATCH v1 06/11] rcu: Enable RCU callbacks to benefit from expedited grace periods

[PATCH 0/6] MediaTek MMSYS/Mute-X new-style part 1
 2026-07-09 13:58 UTC  (3+ messages)
` [PATCH 2/6] dt-bindings: soc: mediatek: mutex: Allow #trigger-source-cells

[PATCH v2 0/5] ptrace_set_syscall_info: add support for seccomp syscall skipping and instruction pointer modification
 2026-07-09 13:58 UTC  (6+ messages)
` [PATCH v2 1/5] ptrace: PTRACE_SET_SYSCALL_INFO syscall skipping support

[PATCH] docs: packing: fix brackets
 2026-07-09 13:58 UTC  (2+ messages)

[PATCH v2] leds: pwm: Annotate leds[] with __counted_by()
 2026-07-09 13:57 UTC  (4+ messages)

[PATCH i2c-tools v3 0/8] decode-dimms: Implement DDR5 decoding
 2026-07-09 13:59 UTC  (3+ messages)
` [PATCH i2c-tools v3 3/8] decode-dimms: Decode timings and other data for DDR5

[PATCH net-next 0/4] net: usb: move exported code to usbnet
 2026-07-09 13:56 UTC  (5+ messages)
` [PATCH net-next 2/4] net: usb: centralize usbnet_cdc_zte_rx_fixup in usbnet

[PATCH] drm/xe: Fix reference count leak in xe_pci_barrier_mmap()
 2026-07-09 13:56 UTC  (2+ messages)
` ✓ CI.KUnit: success for "

[PATCH 1/2] dt-bindings: clock: Drop incorrect usage of double '::'
 2026-07-09 13:56 UTC  (3+ messages)

[PATCH i-g-t] tests/intel/xe_cw_post_sync: Rename test and relax platform
 2026-07-09 13:55 UTC  (2+ messages)

[PATCHv2 net-next 1/7] net: usb: centralize usbnet_cdc_zte_rx_fixup in usbnet
 2026-07-09 13:56 UTC  (15+ messages)
` [PATCHv2 net-next 2/7] net: usb: usbnet: add cdc_state to struct usbnet
` [PATCHv2 net-next 3/7] net: usb: use cdc_state in "
` [PATCHv2 net-next 4/7] net: usb: int51x1: drop dependency on cdc_ether
` [PATCHv2 net-next 5/7] net: usb: move exported symbols from cdc_ether to usbnet
` [PATCHv2 net-next 6/7] net: usb: remove dependencies on cdc_ether
` [PATCHv2 net-next 7/7] net: usb: usbnet: remove outdated sanity check

[PATCH bpf] LoongArch: bpf: zero-extend signed ALU32 div/mod results
 2026-07-09 13:53 UTC 

[LTP] [PATCH 1/3] build.sh: Add support for test-metadata
 2026-07-09 13:53 UTC  (2+ messages)
` [LTP] "

[PATCH 0/2] reftable: fix quadratic behavior when re-creating deleted refs
 2026-07-09 13:53 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] reftable: fix quadratic behavior in the presence of tombstones

[LTP] [PATCH v2 1/1] kill11: Skip pipe-based core dumps per signal
 2026-07-09 13:53 UTC  (2+ messages)
` [LTP] "

[PATCH v3] fs/pipe: unify the page pools into a single per-pipe pool
 2026-07-09 13:53 UTC  (2+ messages)

[PATCH v2 00/15] arm_mpam: Add MPAM-Fb firmware support
 2026-07-09 13:53 UTC  (4+ messages)
` [PATCH v2 15/15] arm_mpam: detect and enable MPAM-Fb PCC support

[PATCH v3 0/9] hw/audio/virtio-sound: basic migration support
 2026-07-09 13:52 UTC  (4+ messages)
` [PATCH v3 2/9] hw/audio/virtio-sound: allocate an array of streams

[PATCH] mempool: improve cache behaviour and performance
 2026-07-09 13:52 UTC  (8+ messages)
` [PATCH v8] "

[PATCH net-next v4 2/3] ptp: Add driver for R-Car Gen4
 2026-07-09 13:51 UTC  (2+ messages)

[PATCH v2] docs: pt_BR: process: Translate CVE documentation
 2026-07-09 13:51 UTC  (2+ messages)

[PATCH v4 0/2] remoteproc: add AMD BRAM-based remote processor driver
 2026-07-09 13:51 UTC  (6+ messages)
` [PATCH v4 2/2] "

[PATCH v3 00/91] tests/tcg: run tests with meson
 2026-07-09 13:50 UTC  (2+ messages)

[PATCH 7.1 000/121] 7.1.3-rc2 review
 2026-07-09 13:51 UTC  (2+ messages)

[PATCH v5 0/7] Add initial device trees for Nord platform
 2026-07-09 13:51 UTC  (3+ messages)
` [PATCH v5 2/7] arm64: dts: qcom: Add device tree for Nord GearVM variant

[PATCH v3 0/6] Add minimal Exynos8855 SoC support
 2026-07-09 13:50 UTC  (5+ messages)
  ` [PATCH v3 5/6] arm64: dts: exynos: add initial support for Samsung Exynos8855 smdk
  ` [PATCH v3 6/6] MAINTAINERS: Add entry for Samsung Exynos8855 SoC

[PATCH v3 01/11] mm: add PMD swap entry detection support
 2026-07-09 13:50 UTC  (2+ messages)

[PATCH] arm64: defconfig: enable GPU and video clock controllers for Glymur
 2026-07-09 13:50 UTC 

[PATCH] soc: mediatek: mtk-socinfo Add error handling in devm_kasprintf()
 2026-07-09 13:50 UTC  (3+ messages)

[PATCH 00/60] drm/plane: Convert all drivers to atomic_create_state and remove reset
 2026-07-09 13:49 UTC  (3+ messages)
` [PATCH 01/60] drm/simple-kms: Add create_plane_state hook

[PATCH v19 00/18] vfio/pci: Add PCIe TPH support
 2026-07-09 13:49 UTC  (5+ messages)
` [PATCH v19 16/18] vfio/pci: Implement TPH_ST feature for batch ST table programming

[PATCH] clk: en7523: reset PCIE HB on init for AN7581
 2026-07-09 13:48 UTC  (3+ messages)

[PATCH v1] dts: report dut/NIC info during DTS run
 2026-07-09 13:48 UTC  (7+ messages)
` [PATCH v5] "
` [PATCH v6] "

[GIT PULL] Networking for v7.2-rc3
 2026-07-09 13:47 UTC 

[PATCH v4 0/2] Modify interrupt handling for eUSB2 Phy targets
 2026-07-09 13:47 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: qcom,snps-dwc3: Add property indicating presence of eUSB2 phy

[PATCH v3 00/12] KVM: SEV: Fix RMP #PF due to freeing in-use VMSA
 2026-07-09 13:47 UTC  (5+ messages)
` [PATCH v3 10/12] KVM: SEV: Forcefully invalidate SNP VMSA if its backing gmem page is zapped

[PATCH v8] platform/x86/amd: Introduce Halo Box RGB LED driver
 2026-07-09 13:47 UTC  (4+ messages)

[PATCH net-next 0/5] net: phy: mediatek: calibration for AN7581/3
 2026-07-09 13:46 UTC  (4+ messages)
` [PATCH net-next 2/5] net: phy: mediatek: move MTK GE SoC registers define to dedicated header

[PATCH] ext4: fix use-after-free in ext4 delayed I/O completion
 2026-07-09 13:46 UTC  (2+ messages)

[f2fs-dev] [PATCH] fs: report direct io constraints through file_getattr
 2026-07-09 13:46 UTC  (3+ messages)
`  "

[PATCH 0/6] Bluetooth: btusb: Preparation for upcoming Qualcomm QCC2072 support
 2026-07-09 13:46 UTC  (2+ messages)

[PATCH v5 0/4] cgroup: dmem: add selftest helper, coverage, and VM runner
 2026-07-09 13:45 UTC  (3+ messages)
` [PATCH v5 3/4] selftests: cgroup: Add vmtest-dmem runner script

[PATCH libevl v2] build: add initial RISC-V support
 2026-07-09 13:44 UTC 

[PATCH v4] Bluetooth: virtio: Fix virtbt_probe() init and cleanup
 2026-07-09 13:44 UTC  (4+ messages)

[PATCH RFC] ipvlan: hold reference to lower device to prevent use-after-free
 2026-07-09 13:44 UTC 

[PATCH 00/11] treewide: Fix miscellaneous xPL related symbol issues
 2026-07-09 13:44 UTC  (9+ messages)
` [PATCH 08/11] Kconfig: i2c: Depend on correct xPL symbol
` [PATCH 09/11] Kconfig: serial: "

[PATCH] nl80211.h: fix compiler warning
 2026-07-09 13:43 UTC 

[PATCH 0/2] commit-graph: fix topo_levels slab propagation regression
 2026-07-09 13:43 UTC  (3+ messages)
` [PATCH 2/2] commit-graph: propagate topo_levels slab to all chain layers

[PATCH 0/5] mm/rmap: Refactor try_to_unmap_one
 2026-07-09 13:43 UTC  (5+ messages)
` [PATCH 3/5] mm/rmap: refactor some code around lazyfree folio unmapping


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.