The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2026-08-10 14:33:21 to 2026-08-10 15:23:41 UTC [more...]

[PATCH 0/2] gpiolib: of: Scope the legacy SPI CS quirk to SPI
 2026-08-10 14:16 UTC  (2+ messages)
` [PATCH 1/2] gpiolib: of: Only apply the SPI CS quirk to SPI peripherals

[PATCH v5 00/14] Linux RISC-V trace framework and drivers
 2026-08-10 15:22 UTC  (5+ messages)
` [PATCH v5 01/14] dt-bindings: Add RISC-V trace component bindings
` [PATCH v5 02/14] hwtracing: gtrace: Initial implementation of gtrace framework
` [PATCH v5 03/14] gtrace: Add RISC-V platform driver for the "
` [PATCH v5 04/14] gtrace: Add functions to create/destroy a trace component path

[PATCH v4 0/5] mm: Unconditional per-VMA locks and cleanups
 2026-08-10 15:22 UTC  (4+ messages)
` [PATCH v4 1/5] mm: Make per-VMA locks available universally

[PATCH] net/sched: sch_qfq: prevent aggregate self-replacement
 2026-08-10 15:22 UTC  (3+ messages)

[PATCH] cgroup/cpuset: Use WRITE_ONCE() for shared prs_err updates
 2026-08-10 15:22 UTC  (2+ messages)

[PATCH v2 0/5] media: rkvdec: Enable multi-core support
 2026-08-10 15:22 UTC  (6+ messages)
` [PATCH v2 1/5] media: rkvdec: Keep RCB to the correct size
` [PATCH v2 2/5] media: rkvdec: Remove unused need_reset
` [PATCH v2 3/5] v4l2: export v4l2_m2m_set_max_parallel_jobs
` [PATCH v2 4/5] media: rkvdec: Split into core and master platform drivers
` [PATCH v2 5/5] media: rkvdec: Add multicore support

[PATCH] ARM: dts: vf500: describe the Cortex-A5 L1 caches
 2026-08-10 15:22 UTC 

[PATCH v5 0/3] Input: support for STM FTS5
 2026-08-10 15:21 UTC  (4+ messages)
` [PATCH v5 1/3] dt-bindings: input: touchscreen: st,stmfts: Introduce "
` [PATCH v5 2/3] Input: stmfts - support FTS5
` [PATCH v5 3/3] arm64: dts: qcom: sdm845-google: Add STM FTS touchscreen support

[PATCH] orangefs: use folio_pos() and folio_size() in orangefs_page_mkwrite()
 2026-08-10 15:21 UTC  (2+ messages)

[PATCH v6 0/5] Add eDP lane mapping support
 2026-08-10 15:20 UTC  (3+ messages)
` [PATCH v6 4/5] drm/bridge: analogix_dp: Add validation for samsung,lane-count property

[PATCH v4] riscv: Use Zalrsc extension to implement atomic functions
 2026-08-10 15:20 UTC  (2+ messages)

[PATCH] audit: use copied skb length in kauditd_send_multicast_skb()
 2026-08-10 15:19 UTC  (3+ messages)

[PATCH] drm/amd/pm: silence uninitialized variable warnings
 2026-08-10 15:19 UTC  (3+ messages)

[PATCH v4 00/24] iommu/amd: Introduce AMD Hardware-accelerated Virtualized IOMMU (vIOMMU) Support
 2026-08-10 15:17 UTC  (3+ messages)
` [PATCH 18/24] iommu/amd: Introduce helper function for updating device ID mapping table

[PATCHSET v11 sched_ext/for-7.3] sched: Make proxy execution compatible with sched_ext
 2026-08-10 15:14 UTC  (16+ messages)
` [PATCH 01/15] sched: Make NOHZ CFS bandwidth checks follow proxy donor
` [PATCH 02/15] sched/core: Avoid false migration warning for proxy donors
` [PATCH 03/15] sched: Pass next class to sched_change_begin()
` [PATCH 04/15] sched: Add helper to block retained proxy donors
` [PATCH 05/15] sched: Add sched_ext hooks for proxy execution
` [PATCH 06/15] sched_ext: Block proxy donors across scheduler transitions
` [PATCH 07/15] sched_ext: Fix ops.running/stopping() pairing for proxy-exec donors
` [PATCH 08/15] sched_ext: Move reject DSQ draining into core
` [PATCH 09/15] sched_ext: Generalize the reject DSQ reenqueue path
` [PATCH 10/15] sched_ext: Handle proxy-exec races in remote DSQ transfers
` [PATCH 11/15] sched_ext: Split curr|donor references properly
` [PATCH 12/15] sched_ext: Delegate proxy donor admission to BPF schedulers
` [PATCH 13/15] sched_ext: Add selftest for blocked donor admission
` [PATCH 14/15] sched_ext: scx_qmap: Add proxy execution support
` [PATCH 15/15] sched: Allow enabling proxy exec with sched_ext

[PATCH v8 00/19] dmaengine: ti: Add support for BCDMA v2 and PKTDMA v2
 2026-08-10 15:14 UTC  (20+ messages)
` [PATCH v8 01/19] dmaengine: ti: k3-udma: Fix sporadic crash on AM62x
` [PATCH v8 02/19] dmaengine: ti: k3-udma: move macros to header file
` [PATCH v8 03/19] dmaengine: ti: k3-udma: move structs and enums "
` [PATCH v8 04/19] dmaengine: ti: k3-udma: move static inline helper functions "
` [PATCH v8 05/19] dmaengine: ti: k3-udma: move descriptor management to k3-udma-common.c
` [PATCH v8 06/19] dmaengine: ti: k3-udma: move ring management functions "
` [PATCH v8 07/19] dmaengine: ti: k3-udma: Add variant-specific function pointers to udma_dev
` [PATCH v8 08/19] dmaengine: ti: k3-udma: move udma utility functions to k3-udma-common.c
` [PATCH v8 09/19] dmaengine: ti: k3-udma: move resource management "
` [PATCH v8 10/19] dmaengine: ti: k3-udma: refactor resource setup functions
` [PATCH v8 11/19] dmaengine: ti: k3-udma: move inclusion of k3-udma-private.c to k3-udma-common.c
` [PATCH v8 12/19] drivers: soc: ti: k3-ringacc: handle absence of tisci
` [PATCH v8 13/19] dt-bindings: dma: ti: Add K3 BCDMA V2
` [PATCH v8 14/19] dt-bindings: dma: ti: Add K3 PKTDMA V2
` [PATCH v8 15/19] dmaengine: ti: k3-psil-am62l: Add AM62Lx PSIL and PDMA data
` [PATCH v8 16/19] dmaengine: ti: k3-udma-v2: New driver for K3 BCDMA_V2
` [PATCH v8 17/19] dmaengine: ti: k3-udma-v2: Add support for PKTDMA V2
` [PATCH v8 18/19] dmaengine: ti: k3-udma-v2: Update glue layer to support "
` [PATCH v8 19/19] dmaengine: ti: k3-udma: Validate resource ID and fix logging in reservation

[PATCH RFC] arm64: Mark set_preempt_need_resched() access to .need_resched
 2026-08-10 15:15 UTC  (11+ messages)

[PATCH v3] ALSA: hda/realtek: Enable micmute LED on HP EliteBook 6 G1a p/n: AD3Q9ET#UUG
 2026-08-10 15:14 UTC 

[PATCH] rust: kernel: list: fix incorrect pop_back example comment
 2026-08-10 15:14 UTC  (2+ messages)

[PATCH v10 00/41] guest_memfd: In-place conversion support
 2026-08-10 15:12 UTC  (6+ messages)
` [PATCH v10 02/41] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v10 07/41] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion

[PATCH] ext4: only update tune mount options when requested
 2026-08-10 15:12 UTC 

[PATCH wireless-next] wifi: brcmfmac: allow opting into PM_MAX power management
 2026-08-10 15:05 UTC 

[PATCH v3 0/3] mtd/spi-mem: Enable DQS support
 2026-08-10 15:10 UTC  (4+ messages)
` [PATCH v3 1/3] spi: spi-mem: Flag DQS capability
` [PATCH v3 2/3] mtd: spi-nand: Set the DQS spi-mem capability if available
` [PATCH v3 3/3] mtd: spi-nand: winbond: Enable the DQS pin on W35N**JW series

[PATCH] net/sched: cbs: perform rate conversions in signed 64-bit arithmetic
 2026-08-10 15:11 UTC  (2+ messages)

[PATCH 0/2] perf/arm: Prefer large AUX mappings for CoreSight and SPE
 2026-08-10 15:10 UTC  (4+ messages)
` [PATCH 1/2] coresight: perf: Prefer large AUX mappings
` [PATCH 2/2] perf: arm_spe: "

[PATCH bpf-next v3 2/3] bpf, arena: fix range_tree_set inconsistency on kmalloc_nolock failure
 2026-08-10 15:10 UTC  (2+ messages)

[PATCH] riscv: Add support for early boot errata application on MIPS chips
 2026-08-10 15:09 UTC 

[PATCH] lib: add statsort(), a distribution/bucket sort
 2026-08-10 15:09 UTC  (2+ messages)

[PATCH v8 12/23] dma: swiotlb: pass mapping attributes by reference
 2026-08-10 15:08 UTC  (11+ messages)

[PATCH net-next] MAINTAINERS: add myself as QCA8K maintainer
 2026-08-10 15:08 UTC  (4+ messages)

[PATCH v4 0/2] serial: 8250: Add AN7581 UART support
 2026-08-10 15:08 UTC  (4+ messages)
` [PATCH v4 1/2] dt-bindings: serial: 8250: Add Airoha compatibles

[net-next,PATCH 0/1] Fix pm_runtime for stmac_main
 2026-08-10 15:07 UTC  (2+ messages)
` [net-next,PATCH 1/1] net: stmmac: Fix manage error case during stmmac_dvr_probe

[PATCH RFC] arm64: entry: PSTATE_I_SET is leaking on pseudo NMI mode
 2026-08-10 15:05 UTC  (7+ messages)

[PATCH v3] arm64: errata: Add NXP iMX8QM workaround for A53 cache coherency issue
 2026-08-10 14:51 UTC  (2+ messages)

[PATCH v2] arm64: topology: add source check in arch_cpu_idle_enter()
 2026-08-10 15:04 UTC  (2+ messages)

linux-next: build failure after merge of the drm tree
 2026-08-10 15:03 UTC 

linux-next: manual merge of the drm tree with the origin tree
 2026-08-10 15:03 UTC 

linux-next: manual merge of the drm tree with the origin tree
 2026-08-10 15:02 UTC 

[PATCH] sched/fair: Let sync wakeups target the waker's core
 2026-08-10 15:01 UTC  (3+ messages)

linux-next: manual merge of the drm tree with the origin tree
 2026-08-10 15:02 UTC 

[syzbot] [net?] WARNING in __dev_queue_xmit (6)
 2026-08-10 15:02 UTC 

[PATCH v3 0/5] drm/bridge: nwl-dsi: Various fixes
 2026-08-10 15:02 UTC  (3+ messages)
` [PATCH v3 1/5] drm/bridge: nwl-dsi: Cleanup endpoint mux control selection

linux-next: manual merge of the drm tree with the origin tree
 2026-08-10 15:02 UTC 

[PATCH 0/2] Add support for SA8255P in the phy-qcom-snps-femto-v2 phy driver
 2026-08-10 14:59 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: phy: Add sa8255p high-speed USB PHY

[PATCH v5] kexec: keep the next kernel off hardware-poisoned pages
 2026-08-10 14:59 UTC  (3+ messages)

[PATCH] powerpc/kexec_file: Use inclusive range checks for excluded memory
 2026-08-10 14:58 UTC 

[PATCH v1 0/4] selftests/ftrace: Add a boottime tracing test framework
 2026-08-10 14:53 UTC  (2+ messages)

[PATCH] exfat: fix truncated volume labels returned by FS_IOC_GETFSLABEL
 2026-08-10 14:58 UTC 

[PATCH v2 0/2] drm/panel: Add BOE DV215FHM-R01 LVDS panel support
 2026-08-10 14:57 UTC  (3+ messages)
` [PATCH v2 1/2] drm/panel: simple: Add BOE DV215FHM-R01 panel
` [PATCH v2 2/2] dt-bindings: display: simple: Add boe,dv215fhm-r01 compatible

[PATCH v3 0/4] Add RPROC support for the MX95-15x15-FRDM board
 2026-08-10 14:57 UTC  (3+ messages)
` [PATCH v3 4/4] arm64: dts: freescale: add DT overlay for MX95-15x15-FRDM RPMSG usage

[PATCH net v2] batman-adv: reject unrepresentable multicast TVLV offsets
 2026-08-10 14:57 UTC 

[PATCH v3 0/6] R-Car X5H CPG/MDLC support
 2026-08-10 14:50 UTC  (3+ messages)

[PATCH] tracing: report buffer memory in /proc/meminfo
 2026-08-10 14:57 UTC  (4+ messages)

[PATCH] cache: hisi_soc_hha: use named initializers for acpi_device_id
 2026-08-10 14:56 UTC  (2+ messages)

[PATCH v3 0/5] Initial device tree support for StarFive JHB100 SoC
 2026-08-10 14:54 UTC  (3+ messages)
` [PATCH v3 2/5] dt-bindings: interrupt-controller: Add StarFive JHB100 plic

[PATCH 0/2] selftests/cgroup: Fix cpuset test portability and hotplug error handling
 2026-08-10 14:53 UTC  (5+ messages)
` [PATCH 1/2] selftests/cgroup: Avoid awk -e in cpuset tests
` [PATCH 2/2] selftests/cgroup: Preserve CPU hotplug write errors

[PATCH v1 0/3] ARM: dts: imx7d-colibri-emmc: Add Toradex Displays 7" Parallel
 2026-08-10 14:53 UTC  (2+ messages)

[PATCH v3] scsi: core: Drop Scsi_Host.default_lock
 2026-08-10 14:52 UTC 

[PATCH] drm/edid: Add HTC Vive Cosmos to the non-desktop quirk list
 2026-08-10 14:52 UTC  (2+ messages)

[PATCH 0/2] drbd: fix netlink string policy lengths, raise cpu-mask limit
 2026-08-10 14:52 UTC  (5+ messages)
` [PATCH 1/2] drbd: fix off-by-one in netlink NUL-string policy lengths
` [PATCH 2/2] drbd: increase maximum CPU mask size

[PATCH 0/4] drm/imx: fix TVE / HDMI coexistence
 2026-08-10 14:51 UTC  (5+ messages)
` [PATCH 1/4] drm/imx: ipuv3-plane: do not advertise separate alpha formats on DC planes
` [PATCH 2/4] drm/imx: ipuv3-plane: add the pixel blend mode property
` [PATCH 3/4] drm/imx: imx-tve: probe DDC before claiming the connector is connected
` [PATCH 4/4] gpu: ipu-v3: di: report an unattainable pixel clock

[PATCH v9 00/26] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-08-10 14:51 UTC  (28+ messages)
` [PATCH v9 01/26] netfs: Fix read progress reporting
` [PATCH v9 02/26] mm: Make readahead store folio count in readahead_control
` [PATCH v9 03/26] netfs: Bulk load the readahead-provided folios up front
` [PATCH v9 04/26] Add a function to kmap one page of a multipage bio_vec
` [PATCH v9 05/26] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v9 06/26] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v9 07/26] netfs: Add some tools for managing bvecq chains
` [PATCH v9 08/26] netfs: Make mempool available for bvecq
` [PATCH v9 09/26] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v9 10/26] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v9 11/26] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v9 12/26] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
` [PATCH v9 13/26] netfs: Remove the writethrough code
` [PATCH v9 14/26] cachefiles,netfs: sunset ondemand mode
` [PATCH v9 15/26] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v9 16/26] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v9 17/26] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH v9 18/26] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter()
` [PATCH v9 19/26] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH v9 20/26] netfs: Remove netfs_extract_user_iter()
` [PATCH v9 21/26] iov_iter: Remove ITER_FOLIOQ
` [PATCH v9 22/26] netfs: Remove folio_queue and rolling_buffer
` [PATCH v9 23/26] netfs: Simplify read abandonment
` [PATCH v9 24/26] netfs: Check for too much data being read
` [PATCH v9 25/26] netfs: Combine prepare and issue ops and grab the buffers on request
` [PATCH v9 26/26] cachefiles: Preset the state xattr when creating a new file

[GIT PULL] interconnect changes for 7.3
 2026-08-10 14:50 UTC 

[PATCH v5 0/2] iio: adc: Add Axiado SARADC driver
 2026-08-10 14:49 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: iio: adc: add Axiado AX3000/AX3005 SARADC
` [PATCH v5 2/2] iio: adc: add Axiado SARADC driver

[PATCH 0/6] mm/page_io: folio conversion cleanups
 2026-08-10 14:49 UTC  (5+ messages)
` [PATCH 3/6] mm/page_io: use swap entries directly in zeromap helpers

x86: missing FRED #PF event data?
 2026-08-10 14:47 UTC  (8+ messages)

[PATCH 0/2] x86/amd_node: Fixes for virtualized systems
 2026-08-10 14:47 UTC  (3+ messages)
` [PATCH 2/2] x86/amd_node: Avoid divide by zero on "

[PATCH v16 00/45] arm64: Support for Arm CCA in KVM
 2026-08-10 14:46 UTC  (3+ messages)
` [PATCH v16 30/45] KVM: arm64: CCA: Handle realm vCPU load

[PATCH net-next v3 0/3] w5100: restore GPIO-based link detection
 2026-08-10 14:46 UTC  (10+ messages)
` [PATCH net-next v3 2/3] dt-bindings: net: wiznet,w5100: add link-gpios

[PATCH v7 0/5] block: enable RWF_DONTCACHE for block devices
 2026-08-10 14:45 UTC  (2+ messages)
` RWF_DONTCACHE regression fix for xfs

[PATCH 1/2] arm64: dts: renesas: cat875: Specify ethernet PHY reset timings
 2026-08-10 14:45 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: renesas: hihope-rzg2-ex: "

[PATCH v5] tracing: Fix race between update_event_fields and, event_define_fields
 2026-08-10 14:45 UTC  (2+ messages)

[PATCH 0/2] Add arm-smmu-v3 support for instcfg data override feature
 2026-08-10 14:43 UTC  (6+ messages)
` [PATCH 2/2] iommu/arm-smmu-v3: Override for Inst/Data attribute

[PATCH] x86/platform/geode: Remove old TODO message about leds-net5501.c
 2026-08-10 14:43 UTC  (2+ messages)
` [tip: x86/misc] "

[PATCH] tick: Include ktime.h and jiffies.h in linux/tick.h
 2026-08-10 14:43 UTC  (2+ messages)
` [tip: timers/urgent] "

[PATCH v2 0/3] mtd/spi-mem: Enable DQS support
 2026-08-10 14:43 UTC  (3+ messages)

[PATCH v4 0/4] LoongArch: add KHO support and selftests
 2026-08-10 14:42 UTC  (9+ messages)
` [PATCH v4 1/4] efi: add a KHO configuration table GUID
` [PATCH v4 2/4] LoongArch: kexec: add KHO support
` [PATCH v4 3/4] liveupdate: luo_session: include linux/mm.h for virt/phys translation

[PATCH net] net/sched: cls_u32: skip hash tables in u32_bind_class()
 2026-08-10 14:41 UTC  (2+ messages)

[PATCH] arm64: dts: renesas: beacon: Specify ethernet PHY reset timings
 2026-08-10 14:41 UTC  (2+ messages)

[PATCH net v3] vxlan: keep the last remote linked during FDB flush
 2026-08-10 14:41 UTC 

[PATCH v5 00/21] Add basic pinctrl drivers for JHB100 SoC
 2026-08-10 14:40 UTC  (5+ messages)
` [PATCH v5 03/21] dt-bindings: pinctrl: Add starfive,jhb100-sys0-pinctrl

[PATCH 1/9] arm: dts: renesas: lager: Specify ethernet PHY reset timings
 2026-08-10 14:39 UTC  (17+ messages)
` [PATCH 2/9] arm: dts: renesas: stout: "
` [PATCH 3/9] arm: dts: renesas: koelsch: "
` [PATCH 4/9] arm: dts: renesas: porter: "
` [PATCH 5/9] arm: dts: renesas: gose: "
` [PATCH 6/9] arm: dts: renesas: alt: "
` [PATCH 7/9] arm: dts: renesas: silk: "
` [PATCH 8/9] arm: dts: renesas: sk-rzg1m: "
` [PATCH 9/9] arm: dts: renesas: sk-rzg1e: "

[PATCH RFC/RFT v1 00/12] Fix easy bits of the negative dentry problem
 2026-08-10 14:37 UTC  (3+ messages)
` [PATCH v1 04/12] fsnotify: reduce i_lock hold time in fsnotify_set_children_dentry_flags()

[PATCH v8 0/8] mm: Hot page tracking and promotion infrastructure
 2026-08-10 14:37 UTC  (2+ messages)

[PATCH v2 00/17] drm/spacemit: add SpacemiT K3 display support
 2026-08-10 14:33 UTC  (3+ messages)
` [PATCH v2 04/17] dt-bindings: soc: spacemit: allow eDP/DP PHY PLL pixel clocks on K3 APMU

[PATCH v5 0/3] cpufreq: cppc: Handle Highest Performance changes at runtime
 2026-08-10 14:33 UTC  (3+ messages)
` [PATCH v5 3/3] arch_topology: Add topology_update_cpu_capacity() for runtime updates

[PATCH v2 0/5] docs: sphinx-pre-install: improve dependency checks
 2026-08-10 14:33 UTC  (6+ messages)
` [PATCH v2 1/5] docs: sphinx-pre-install: add macOS Homebrew support
` [PATCH v2 2/5] docs: sphinx-pre-install: check GNU Make version
` [PATCH v2 3/5] docs: sphinx-build-wrapper: prefer gmake
` [PATCH v2 4/5] docs/zh_CN: doc-guide: document macOS Sphinx setup
` [PATCH v2 5/5] docs/zh_CN: how-to: document case-sensitive APFS setup

[PATCH] arm64: swiotlb: Keep the default size for protected guests
 2026-08-10 14:33 UTC  (11+ messages)


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