All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-27 14:08:08 to 2026-07-27 14:41:47 UTC [more...]

[PATCH v6 08/12] i3c: dw-i3c-master: Add ACPI core clock frequency quirk
 2026-07-27 14:41 UTC  (2+ messages)

[PATCH v5 0/4] hwmon: Add Kandou KB9002 PCIe retimer driver
 2026-07-27 14:41 UTC  (7+ messages)
` [PATCH v5 1/4] dt-bindings: Add vendor prefix for Kandou
` [PATCH v5 2/4] dt-bindings: trivial-devices: Add Kandou KB9002
` [PATCH v5 3/4] hwmon: (kb9002) Add driver for Kandou KB9002 retimer

[PATCH] dt-bindings: remoteproc: qcom,shikra-pas: Allow bam-dmux subnode
 2026-07-27 14:41 UTC  (3+ messages)

[RFC cip-dev][isar-cip-core][PATCH 00/14] Add recipes for image hardening
 2026-07-27 14:40 UTC  (14+ messages)
` [RFC cip-dev][isar-cip-core][PATCH 04/14] Add github.com/ovh/debian-cis for the hardening validation
` [RFC cip-dev][isar-cip-core][PATCH 05/14] Add cip-cis-validation to validate the hardening based on the CIS rules
` [RFC cip-dev][isar-cip-core][PATCH 06/14] Apply hardening configuration to the kernel
` [RFC cip-dev][isar-cip-core][PATCH 07/14] Add kernel hardening to cip kernel build
` [RFC cip-dev][isar-cip-core][PATCH 08/14] Add class for validating the CIS options in the kernel config
` [RFC cip-dev][isar-cip-core][PATCH 09/14] Add class cis-hardening for post rootfs generation fixups

[PATCH v6 0/9] KVM: guest_memfd: RECLAIM+CONVERT cleanups
 2026-07-27 14:41 UTC  (4+ messages)
` [PATCH v6 7/9] KVM: guest_memfd: Rename prepare() hook and Kconfig to make_private() / CONVERT

[PATCH v4 00/15] Fix leaks in rc core
 2026-07-27 14:40 UTC  (3+ messages)
` [PATCH v4 06/15] media: sunxi-cir: Ensure no more interrupts can occur before free

[PATCH v2 0/6] s390: Add kCFI support
 2026-07-27 14:40 UTC  (11+ messages)
` [PATCH v2 1/6] s390/tools: Pass symbol name to do_relocs()
` [PATCH v2 2/6] s390/tools/relocs: Ignore __kcfi_typeid_ relocations
` [PATCH v2 3/6] s390: Add ftrace_stub_graph
` [PATCH v2 4/6] s390/diag: Generate CFI type information for assembly functions
` [PATCH v2 6/6] s390/Kconfig: Select ARCH_SUPPORTS_CFI

[PATCH v6 0/9] Add support for Qualcomm remoteproc subsystem cooling
 2026-07-27 14:40 UTC  (13+ messages)
` [PATCH v6 1/9] dt-bindings: remoteproc: qcom,pas: add #cooling-cells property
` [PATCH v6 2/9] soc: qcom: Add QMI TMD support for remote thermal mitigation
` [PATCH v6 3/9] remoteproc: qcom: pas: add support for TMD thermal cooling devices
` [PATCH v6 4/9] remoteproc: qcom_q6v5_pas: enable QMI TMD cooling support
` [PATCH v6 5/9] arm64: dts: qcom: kodiak: Enable CDSP & Modem cooling
` [PATCH v6 6/9] arm64: dts: qcom: lemans: Enable CDSP cooling
` [PATCH v6 7/9] arm64: dts: qcom: talos: "
` [PATCH v6 8/9] arm64: dts: qcom: monaco: "
` [PATCH v6 9/9] arm64: dts: qcom: hamoa: "

[PATCH v6 06/12] i3c: master: match I3C device through DT and ACPI
 2026-07-27 14:39 UTC  (3+ messages)

[PATCH v2 0/3] mm: zswap: free cold writeback folios promptly
 2026-07-27 14:36 UTC  (4+ messages)
` [PATCH v2 1/3] mm: swap: move LRU insertion out of the swap cache allocator
` [PATCH v2 2/3] mm: swap: drop dropbehind swap cache folios on writeback completion
` [PATCH v2 3/3] mm: zswap: drop cold writeback folios via swap dropbehind

[PATCH v5 0/4] Add DT Support for USB on Shikra
 2026-07-27 14:39 UTC  (5+ messages)
` [PATCH v5 1/4] arm64: dts: qcom: Add support for usb nodes "
` [PATCH v5 2/4] arm64: dts: qcom: Enable USB controllers on Shikra CQS platform

[PATCH] thermal/drivers/imx: Disable clock on runtime resume failure
 2026-07-27 14:39 UTC  (2+ messages)

[RFC PATCH v2.1 00/17] mm/damon: introduce data access-as-a-data attribute
 2026-07-27 14:38 UTC  (18+ messages)
` [RFC PATCH v2.1 01/17] mm/damon/core: introduce DAMON_FILTER_TYPE_PGIDLE_UNSET
` [RFC PATCH v2.1 02/17] mm/damon/paddr: support PGIDLE_UNSET probe filter type
` [RFC PATCH v2.1 03/17] mm/damon/sysfs: support pgidle_unset "
` [RFC PATCH v2.1 04/17] Docs/mm/damon/design: document "
` [RFC PATCH v2.1 05/17] mm/damon/core: introduce damon_prep struct
` [RFC PATCH v2.1 06/17] mm/damon/core: commit preps
` [RFC PATCH v2.1 07/17] mm/damon/core: introduce damon_operations->prep_probes()
` [RFC PATCH v2.1 08/17] mm/damon/paddr: support damon_prep
` [RFC PATCH v2.1 09/17] mm/damon/sysfs: implement preps directory
` [RFC PATCH v2.1 10/17] mm/damon/sysfs: implement preps/nr_preps file
` [RFC PATCH v2.1 11/17] mm/damon/sysfs: create directories for nr_preps writes
` [RFC PATCH v2.1 12/17] mm/damon/sysfs: implement prep_action file
` [RFC PATCH v2.1 13/17] mm/damon/sysfs: pass preps to DAMON core
` [RFC PATCH v2.1 14/17] selftests/damon/sysfs.sh: test probe prep sysfs files
` [RFC PATCH v2.1 15/17] Docs/mm/damon/design: document probe preps
` [RFC PATCH v2.1 16/17] Docs/admin-guide/mm/damon/usage: document probe preps sysfs files
` [RFC PATCH v2.1 17/17] Docs/ABI/damon: document probe prep "

[PATCH 0/2] arm64: dts: qcom: Describe the PCIe M.2 Key E connector for Monaco EVK
 2026-07-27 14:39 UTC  (6+ messages)
` [PATCH 1/2] arm64: dts: qcom: monaco: Add compatible to the PCIe Root Port
` [PATCH 2/2] arm64: dts: qcom: monaco-evk: Describe the PCIe M.2 Key E connector

[PATCH v5] drm/i915/gt: Use poll_timeout_us in place of sliding sleep window
 2026-07-27 14:38 UTC 

ucsi_acpi PPM init -ETIMEDOUT on AMD Strix Halo (Ryzen AI Max+ 395) — USB4 Type-C dead; UCSI SSDT looks stale (INTL 20220331)
 2026-07-27 14:38 UTC  (3+ messages)

[PATCH b4 0/2] Detect naked cover letters that lack a 0/N prefix and diffstat
 2026-07-27 14:37 UTC  (2+ messages)

[PATCH] docs: hwmon: fix spelling error
 2026-07-27 14:37 UTC  (2+ messages)

[PATCH 0/3] s390/dasd: fixes
 2026-07-27 14:36 UTC  (6+ messages)
` [PATCH 1/3] s390/dasd: Fix path verification interrupted by concurrent dasd_sleep_on_immediatly
` [PATCH 2/3] s390/dasd: Fix potential NULL pointer dereference
` [PATCH 3/3] s390/dasd: Fix undersized format-check buffer

[RFC] Robust futex causing memcg OOM storm on exit
 2026-07-27 14:36 UTC  (2+ messages)

[meta-webserver][scarthgap][PATCH] nginx: backport fixes for CVE-2026-42533
 2026-07-27 14:34 UTC 

[PATCH v5 0/3] mm: make persistent huge zero folio read-only
 2026-07-27 14:34 UTC  (4+ messages)
` [PATCH v5 1/3] "
` [PATCH v5 2/3] arm64/mm: add set_direct_map_ro_noflush()
` [PATCH v5 3/3] x86/mm: "

[PATCH b4 0/2] review-tui: don't gpg-sign throwaway test-apply commits
 2026-07-27 14:35 UTC  (2+ messages)

Error in rtw89 using Kernel 7.1.4
 2026-07-27 14:35 UTC 

[PATCH 2/2] mm/damon/sysfs-schemes: report the number of tried regions
 2026-07-27 14:34 UTC  (2+ messages)

[PATCH v8 00/12] Fine grained fault locking, threaded prefetch, storm cache
 2026-07-27 14:33 UTC  (3+ messages)
` [PATCH v8 02/12] drm/xe: Allow prefetch-only VM bind IOCTLs to use VM read lock

[hwmon PATCH v3 0/6] hwmon: (adt7470): Multiple fixes
 2026-07-27 14:33 UTC  (7+ messages)
` [hwmon PATCH v3 4/6] hwmon: (adt7470) Fix swapped PWM3 and PWM4 auto mode masks
` [hwmon PATCH v3 6/6] hwmon: (adt7470) Use cached PWM frequency value

[syzbot] [kernel?] WARNING: proc registration bug in unregister_irq_proc (2)
 2026-07-27 14:33 UTC  (3+ messages)

[PATCH] scsi-disk: Fix UNMAP drain race with migration
 2026-07-27 14:28 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] video: backlicht-pwm: parse num-interpolated-steps
 2026-07-27 13:09 UTC  (2+ messages)

[PATCH RESEND v2 0/2] drm/vc4: Fix binner overflow-memory corruption and GPU hangs
 2026-07-27 14:32 UTC  (3+ messages)
` [PATCH RESEND v2 1/2] drm/vc4: Supply the overflow slot size in BPOS, not the whole bin BO size
` [PATCH RESEND v2 2/2] drm/vc4: Zero the tile state data array before each BIN job

qcom: Update qdsp6sw firmware for shikra platform
 2026-07-27 14:31 UTC  (2+ messages)

[PATCH V4 2/2] drm/amd/pm/smu15: switch SMU v15.0.0 to DRAM-based accumulator metrics
 2026-07-27 14:31 UTC 

qcom: Update DSP firmware for qcs8300 platform
 2026-07-27 14:30 UTC  (2+ messages)

[PATCH v3] powercap: intel_rapl_tpmi: Handle PMU registration failure during probe
 2026-07-27 14:30 UTC  (2+ messages)

[PATCH 0/2] arm64: ftrace: enable single ftrace_ops for direct calls
 2026-07-27 14:28 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/bpf: Enable tracing_multi tests on arm64

[PATCH 0/3] accel/mshv: add gdbstub guest debugging support
 2026-07-27 14:28 UTC  (4+ messages)
` [PATCH 1/3] include/hw/hyperv: add ABI for exception intercepts and pending events
` [PATCH 2/3] accel/mshv: add gdbstub software breakpoint support
` [PATCH 3/3] target/i386/mshv: support single-stepping

[PATCH net] net: openvswitch: fix potential UAF on meter attach failure
 2026-07-27 14:28 UTC  (2+ messages)

CVEs and the QEMU 11.1 release
 2026-07-27 14:28 UTC  (2+ messages)

[PATCH v9 0/2] media: iris: add support for purwa platform
 2026-07-27 14:28 UTC 

[PATCH v4 0/2] mm/vmscan: reduce lru_lock contention via vmstat-derived scan-balance cost
 2026-07-27 14:28 UTC  (7+ messages)
` [PATCH v4 2/2] "

[PATCH v6 00/22] Introduce SCMI Telemetry support
 2026-07-27 14:28 UTC 

[syzbot] [kernel?] KCSAN: data-race in mas_wr_store_entry / mtree_load
 2026-07-27 14:27 UTC  (2+ messages)

[PATCH] usb: storage: realtek_cr: fix use-after-free on disconnect
 2026-07-27 14:27 UTC  (2+ messages)

[PATCH 1/2] mm/damon/core: cover discrete System RAM areas with per-range regions
 2026-07-27 14:26 UTC  (2+ messages)

[PATCH v13 00/12] SPMI: Implement sub-devices and migrate drivers
 2026-07-27 14:26 UTC  (4+ messages)
` [PATCH v13 06/12] spmi: Add helper to get a parent SPMI device

[PATCH] Add option to disable building tests
 2026-07-27 14:24 UTC  (6+ messages)

[PATCH nf-next,v2 1/5] netfilter: flowtable: consolidate net_device field in nft_forward_info struct
 2026-07-27 14:25 UTC  (4+ messages)
` [PATCH nf-next,v2 3/5] net: do not advance stack index from dev_fwd_path()

[PATCH v2 00/12] Fixes for 11.1
 2026-07-27 14:24 UTC  (4+ messages)
` [PATCH v2 11/12] migration/multifd: fix Error leak in multifd_recv_terminate_threads()

[PATCH] mm/migrate: report RCU-tasks quiescent states in migrate_pages_batch()
 2026-07-27 14:24 UTC  (2+ messages)

[isar-cip-core][PATCH v1 0/2] Enable debian forky builds & tests
 2026-07-27 14:11 UTC  (3+ messages)
` [isar-cip-core][PATCH v1 1/2] Enable the support of Debian forky based builds
` [isar-cip-core][PATCH v1 2/2] Enable CI image build and test support for forky

[PATCH] fs/super: fix emergency thaw double-unlock of s_umount
 2026-07-27 14:24 UTC  (2+ messages)

[PATCH 0/2] nvme: fix racy access to FDP placement ID array
 2026-07-27 14:24 UTC  (6+ messages)
` [PATCH 2/2] nvme: drop WARN_ON_ONCE on write_stream bounds check
  ` [PATCH 1/2] nvme: fix racy access to FDP placement ID array

[MAINTAINERS SUMMIT] Scaling our security process
 2026-07-27 14:24 UTC  (2+ messages)

[PATCH] pinctrl: qcom: Add irq_get/set_irqchip_state() for msm gpio irqchip
 2026-07-27 14:24 UTC  (2+ messages)

[PATCH] drm/mediatek: mtk_dsi: enable hs clock during pre-enable
 2026-07-27 14:23 UTC  (10+ messages)

[PATCH net-next,v3] xfrm: allow to enable udp encapsulation without userspace socket
 2026-07-27 14:23 UTC  (3+ messages)

[PATCH 0/6] PCI/pwrctrl: tc9563: Several fixes and improvements
 2026-07-27 14:23 UTC  (11+ messages)
` [PATCH 2/6] PCI/pwrctrl: tc9563: Fix parsing the integrated Ethernet MAC Endpoint node
` [PATCH 3/6] PCI/pwrctrl: tc9563: Power off only the external ports in tc9563_pwrctrl_disable_port()
` [PATCH 4/6] PCI/pwrctrl: tc9563: Skip Tx amplitude and DFE tuning for DSP3
` [PATCH 5/6] PCI/pwrctrl: tc9563: Rename DSP3 to VDSP
` [PATCH 6/6] PCI/pwrctrl: tc9563: Move Integrated MAC Endpoint out of 'tc9563_pwrctrl_ports' enum

[PATCH] android: glib: add g_key_file_get_boolean stub
 2026-07-27 14:22 UTC 

[PATCH v4 0/21] fs: Fix missed inode write during fsync
 2026-07-27 14:21 UTC  (4+ messages)

[PATCH] thermal: qcom-spmi-adc-tm5: drop IIO_VAL_INT check in adc_tm5_get_temp
 2026-07-27 14:21 UTC  (2+ messages)

[PATCH nft] mergesort: use lhs expression when sorting concatenation
 2026-07-27 14:21 UTC 

[PATCH v4] drm/i915/gt: Use poll_timeout_us in place of sliding sleep window
 2026-07-27 14:21 UTC  (3+ messages)

[PATCH v6 0/5] Only free healthy pages in high-order has_hwpoisoned folio
 2026-07-27 14:20 UTC  (5+ messages)

[PATCH] staging: media: tegra-video: vi: move port parsing into a subfunction
 2026-07-27 14:20 UTC 

[PATCH 0/2] lockref tidy ups + touch ups to it's usage by dcache
 2026-07-27 14:20 UTC  (2+ messages)

[PATCH] media: imx-jpeg: finish the job on device_run() error paths
 2026-07-27 14:20 UTC  (2+ messages)

[RESEND V2 1/2] dt-bindings: pinctrl: tegra264: fix DAP2 DIN/DOUT pin names
 2026-07-27 14:20 UTC  (3+ messages)
` [RESEND V2 2/2] pinctrl: tegra264: fix DAP2 DIN/DOUT pin assignment

[PATCH] usb: xhci: Restore MSI/MSI-X reinitialization on resume for RESET_ON_RESUME hosts
 2026-07-27 14:19 UTC  (2+ messages)

[PATCH v2 0/2] Introduce Lenovo Legion Y700 Gen4
 2026-07-27 14:19 UTC  (3+ messages)
` [PATCH v2 2/2] arm64: dts: qcom: sm8750: Add "

[PATCH] media: imx-jpeg: cancel timeout worker when streaming stops
 2026-07-27 14:18 UTC  (2+ messages)

[PATCH 19/19] drivers: integrate USB/AHCI changes
 2026-07-27 14:16 UTC  (2+ messages)

[PATCH] net: usb: net1080: add error handling to nc_vendor_write()
 2026-07-27 14:17 UTC  (2+ messages)

lazy bounce buffering for checksummed reads
 2026-07-27 14:17 UTC  (5+ messages)
  ` [PATCH 20/22] xfs: add support for lazy direct read bounce buffering
  ` [PATCH 12/22] iomap: better read bounce buffering support

[PATCH 0/6] s390: Add kCFI support
 2026-07-27 13:52 UTC  (4+ messages)
` [PATCH 5/6] s390/Kconfig: Select ARCH_SUPPORTS_CFI

[PATCH 18/19] ata: ahci: fixes and updates for Marvell SATA controller
 2026-07-27 14:15 UTC  (2+ messages)

[PATCH v6 0/3] PCI/ASPM: Mask ASPM states based on Devicetree properties
 2026-07-27 14:16 UTC  (7+ messages)
` [PATCH v6 1/3] PCI/ASPM: Use pcie_capability_clear_and_set_word() for ASPM disable/restore
` [PATCH v6 2/3] PCI/ASPM: Disable/restore ASPM on every function for multi-function devices
` [PATCH v6 3/3] PCI/ASPM: Mask ASPM states based on Devicetree properties

ASoC: tas2783-sdw: port prepare never completes after S0i3, no audio and no error (AMD ACP7.0, ASUS ProArt PX13)
 2026-07-27 14:08 UTC  (2+ messages)

[PULL 0/2] Linux user patches
 2026-07-27 14:15 UTC  (3+ messages)
` [PULL 2/2] linux-user: fix guards for the fsmount(2) syscall series

[PATCH] mmc: sdhci: unmap the bounce buffer before device release
 2026-07-27 14:16 UTC  (2+ messages)

[PATCH v7 0/5] platform/x86/amd/hsmp: Family 1Ah Model 50h-5Fh HSMP and metrics
 2026-07-27 14:15 UTC  (6+ messages)
` [PATCH v7 1/5] platform/x86/amd/hsmp: Add HSMP messages for Family 1Ah, Model 50h-5Fh
` [PATCH v7 2/5] platform/x86/amd/hsmp: Unify response_sz validation to an upper-bound check
` [PATCH v7 3/5] platform/x86/amd/hsmp: Source metric-table size from firmware
` [PATCH v7 4/5] platform/x86/amd/hsmp: Add IOCTL_GET_TELEMETRY_DATA for metric table reads
` [PATCH v7 5/5] platform/x86/amd/hsmp: Enable protocol version 7 metric tables on the ACPI driver

[PATCH] PCI: iproc: Use the EROM outbound window on BCMA
 2026-07-27 14:16 UTC  (2+ messages)

[PATCH v4 00/14] LoongArch: Add livepatch build (KLP) support
 2026-07-27 14:15 UTC  (2+ messages)

[PATCH 17/19] usb: ehci: minor fixes for Marvell compatibility
 2026-07-27 14:12 UTC  (2+ messages)

[PATCH bpf-next] bpf: Add __bpfcall attribute to bpf_task_work_callback()
 2026-07-27 14:13 UTC  (3+ messages)

[PULL 00/30] pci, vhost, virtio, iommu: bugfixes
 2026-07-27 14:12 UTC  (7+ messages)
` [PULL 17/30] vmstate: fix type confusion in vmstate_size() for VMSTATE_VBUFFER_UINT64

[PATCH v6 05/12] i3c: master: Add support for devices without PID
 2026-07-27 14:12 UTC  (3+ messages)

[PATCH 0/6] Add support for Qualcomm TSCSS hardware
 2026-07-27 14:11 UTC  (7+ messages)
` [PATCH 1/6] dt-bindings: ptp: Document the TSCSS on Qualcomm Lemans and Monaco SoCs
` [PATCH 2/6] dt-bindings: ptp: Document TSCSS hardware on Qualcomm QDU1000 SoC
` [PATCH 3/6] ptp: qcom: Add PTP driver for the Qualcomm TSC hardware
` [PATCH 4/6] arm64: defconfig: Enable Qualcomm TSC driver
` [PATCH 5/6] arm64: dts: qcom: lemans: Add support for TSCSS node
` [PATCH 6/6] arm64: dts: qcom: qdu1000: "

[PATCH 0/6] PCI/AER: Support Advisory Non-Fatal Errors
 2026-07-27 14:12 UTC  (3+ messages)

[LTP] [PATCH v3 0/2] rtc02: handle RTCs that do not allow setting the time
 2026-07-27 14:11 UTC  (2+ messages)

[PATCH v2] scsi: core: pair EH runtime PM get and put
 2026-07-27 14:11 UTC  (2+ messages)

[PATCH 16/19] usb: ehci: add Marvell EHCI host controller driver
 2026-07-27 14:09 UTC  (2+ messages)

[PATCH v3 0/2] iio: adc: ti-ads112c14: buffered read support
 2026-07-27 14:09 UTC  (3+ messages)
` [PATCH v3 1/2] iio: adc: ti-ads112c14: add support for I2C CRC8
` [PATCH v3 2/2] iio: adc: ti-ads112c14: add support for buffered read

Thread for updating minor properties of tracked regressions [consider ignoring it!]
 2026-07-27 14:08 UTC  (2+ messages)

[PATCH] vhost-vdpa: Expose ASID group change after DRIVER_OK via backend feature
 2026-07-27 14:08 UTC  (4+ messages)

[PATCH v7 0/6] Add QMP PCIe Multi-PHY support
 2026-07-27 14:08 UTC  (4+ messages)
` [PATCH v7 5/6] arm64: dts: qcom: mahua: Replace pcie3a/pcie3_phy with dedicated pcie3b_phy


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.