public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-24 14:15:48 to 2026-03-24 15:39:24 UTC [more...]

[PATCH] tracing: fprobe: fix the length of unused fgraph_data
 2026-03-24 15:39 UTC  (5+ messages)

[PATCH] libbpf: Replace strncpy() with strnlen()+memcpy() in skel_map_create()
 2026-03-24 15:38 UTC  (6+ messages)

[PATCH v3 0/5] Support TQMa8QM
 2026-03-24 15:38 UTC  (3+ messages)
` [PATCH v3 4/5] arm64: dts: freescale: add initial device tree for TQMa8x

[PATCH 6.6 000/567] 6.6.130-rc1 review
 2026-03-24 15:38 UTC  (2+ messages)

[syzbot] [gfs2?] WARNING in gfs2_fill_super
 2026-03-24 15:38 UTC 

[PATCH] doc: Add CPU Isolation documentation
 2026-03-24 15:38 UTC  (2+ messages)

[PATCH] bootconfig: Apply early options from embedded config
 2026-03-24 15:38 UTC  (2+ messages)

[PATCH 6.1 000/481] 6.1.167-rc1 review
 2026-03-24 15:38 UTC  (5+ messages)

[PATCH v2] net: stmmac: skip VLAN restore when VLAN hash ops are missing
 2026-03-24 15:37 UTC  (4+ messages)

[PATCH v3 0/7] Introduce Synology Microp driver
 2026-03-24 15:30 UTC  (4+ messages)
` [PATCH v3 3/7] acpi: add acpi_of_match_device_ids

[PATCH RFC 0/2] kernel-doc: better handle data prototypes
 2026-03-24 15:33 UTC  (2+ messages)

[PATCH v2 00/19] tracepoint: Avoid double static_branch evaluation at guarded call sites
 2026-03-24 15:33 UTC  (4+ messages)
` [PATCH v2 04/19] net: Use trace_call__##name() at guarded tracepoint "

[PATCH] mmc: sdio: add NXP vendor and IW61x device IDs
 2026-03-24 15:32 UTC  (4+ messages)

[PATCH] firmware: arm_scmi: clock: Relax check in scmi_clock_protocol_init
 2026-03-24 15:32 UTC  (6+ messages)

[PATCH v4 00/21] mm: expand mmap_prepare functionality and usage
 2026-03-24 15:32 UTC  (9+ messages)
` [PATCH v4 05/21] mm: switch the rmap lock held option off in compat layer
` [PATCH v4 06/21] mm/vma: remove superfluous map->hold_file_rmap_lock
` [PATCH v4 07/21] mm: have mmap_action_complete() handle the rmap lock and unmap
` [PATCH v4 08/21] mm: add vm_ops->mapped hook

[PATCH v4 00/11] arm64: dts: freescale: imx8mm-var-som: Align SOM and Symphony DTSs
 2026-03-24 15:31 UTC  (2+ messages)

[PATCH v2 0/3] replace old wq(s), added WQ_PERCPU to alloc_workqueue
 2026-03-24 15:30 UTC  (3+ messages)

[PATCH v4 0/8] i2c: rtl9300: support for RTL9607C I2C controller
 2026-03-24 15:30 UTC  (4+ messages)
` [PATCH v4 5/8] dt-bindings: i2c: realtek,rtl9301-i2c: extend for clocks and RTL9607C support

[PATCH v4] landlock: Expand restrict flags example for ABI version 8
 2026-03-24 15:30 UTC  (5+ messages)

[PATCH v3 0/2] 9p/trans_xen: fixes and parser cleanup
 2026-03-24 15:30 UTC  (3+ messages)
` [PATCH v3 1/2] 9p/trans_xen: make cleanup idempotent after dataring alloc errors
` [PATCH v3 2/2] 9p/trans_xen: replace simple_strto* with kstrtouint

[PATCH v3 0/3] arm64: dts: qcom: eliza: Left-over review fixes
 2026-03-24 15:29 UTC  (4+ messages)
` [PATCH v3 1/3] arm64: dts: qcom: eliza: Coding style clean-ups
` [PATCH v3 2/3] arm64: dts: qcom: eliza: Add missing CX power domain to GCC
` [PATCH v3 3/3] arm64: dts: qcom: eliza: Add missing msi-parent for UFS

[PATCH] drbd: use genl pre_doit/post_doit
 2026-03-24 15:29 UTC 

[PATCH v2 0/8] KVM: s390: More memory management fixes
 2026-03-24 15:28 UTC  (8+ messages)
` [PATCH v2 5/8] KVM: s390: vsie: Fix refcount overflow for shadow gmaps
` [PATCH v2 6/8] KVM: s390: vsie: Fix unshadowing while shadowing
` [PATCH v2 7/8] KVM: s390: vsie: Fix guest page tables protection

[GIT PULL] interconnect fix for 7.0-rc
 2026-03-24 15:25 UTC 

[PATCH v2 00/22] mm: Add __GFP_UNMAPPED
 2026-03-24 15:27 UTC  (3+ messages)
` [PATCH v2 01/22] x86/mm: split out preallocate_sub_pgd()

[PATCH v4 1/5] dt-bindings: rtc: nxp,pcf85363: add timestamp mode config
 2026-03-24 15:26 UTC  (2+ messages)

[PATCH v2] libbpf: Replace strncpy() with strnlen()+memcpy() in skel_map_create()
 2026-03-24 15:26 UTC  (4+ messages)

[PATCH V9 0/8] dax: prepare for famfs
 2026-03-24 15:25 UTC  (20+ messages)
  ` [PATCH V9 1/8] dax: move dax_pgoff_to_phys from [drivers/dax/] device.c to bus.c
  ` [PATCH V9 2/8] dax: Factor out dax_folio_reset_order() helper
  ` [PATCH V9 4/8] dax: Save the kva from memremap
  ` [PATCH V9 5/8] dax: Add dax_operations for use by fs-dax on fsdev dax
  ` [PATCH V9 6/8] dax: Add dax_set_ops() for setting dax_operations at bind time
  ` [PATCH V9 8/8] dax: export dax_dev_get()
  ` [PATCH V9 3/8] dax: add fsdev.c driver for fs-dax on character dax
  ` [PATCH V9 7/8] dax: Add fs_dax_get() func to prepare dax for fs-dax usage

[PATCH v5 0/3] Add "link bpc" DRM property
 2026-03-24 15:25 UTC  (4+ messages)

[PATCH v2 0/9] mm/huge_memory: refactor zap_huge_pmd()
 2026-03-24 15:24 UTC  (9+ messages)

[PATCH v3 0/3] Add queue ready message to VDUSE
 2026-03-24 15:24 UTC  (8+ messages)
` [PATCH v3 3/3] vduse: add F_QUEUE_READY feature

[v3 1/3] mm/damon/sysfs: fix param_ctx leak on damon_sysfs_new_test_ctx() failure
 2026-03-24 15:23 UTC  (2+ messages)

[PATCH v3 0/3] mm: Free contiguous order-0 pages efficiently
 2026-03-24 15:22 UTC  (8+ messages)
` [PATCH v3 1/3] mm/page_alloc: Optimize free_contig_range()
` [PATCH v3 2/3] vmalloc: Optimize vfree
` [PATCH v3 3/3] mm/page_alloc: Optimize __free_contig_frozen_range()

[PATCH v5 0/2] Add Loongson-2K0300 processor support
 2026-03-24 15:23 UTC  (7+ messages)

[RFC PATCH 0/6] mm/memcontrol: Make memcg limits tier-aware
 2026-03-24 15:23 UTC  (4+ messages)
` [RFC PATCH 6/6] mm/memcontrol: Make memory.high tier-aware

[PATCH spi] spi: spi-fsl-lpspi: fix teardown order issue (UAF)
 2026-03-24 15:22 UTC  (3+ messages)

[PATCH] Documentation/rtla: Document SIGINT behavior
 2026-03-24 15:22 UTC  (2+ messages)

[PATCH 0/2] x86/tdx: Fix memory hotplug in TDX guests
 2026-03-24 15:21 UTC  (3+ messages)
` [PATCH 1/2] x86/tdx: Handle TDG.MEM.PAGE.ACCEPT success-with-warning returns
` [PATCH 2/2] x86/tdx: Accept hotplugged memory before online

[RFC PATCH] driver core: Don't link the device to the bus until we're ready to probe
 2026-03-24 15:21 UTC  (10+ messages)

[PATCH v7 1/2] dt-bindings: rtc: Add pcf85053 support
 2026-03-24 15:21 UTC  (2+ messages)

[PATCH 0/2] ipvs: Fix incorrect use of HK_TYPE_KTHREAD housekeeping cpumask
 2026-03-24 15:18 UTC  (3+ messages)
` [PATCH 1/2] sched/isolation: Make HK_TYPE_KTHREAD an alias of HK_TYPE_DOMAIN
` [PATCH 2/2] ipvs: Guard access of HK_TYPE_KTHREAD cpumask with RCU

(no subject)
 2026-03-24 15:18 UTC 

[RFC PATCH v8 00/10] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2026-03-24 15:17 UTC  (4+ messages)
` [RFC PATCH v8 05/10] sched/isolation: Mark housekeeping_overridden key as __ro_after_init
` [syzbot ci] Re: context_tracking,x86: Defer some IPIs until a user->kernel transition

[PATCH v6 0/2] iio: proximity: add driver for ST VL53L1X ToF sensor
 2026-03-24 15:17 UTC  (8+ messages)
` [PATCH v6 2/2] "

[PATCH v3 0/2] Small improvements to reserve_mem, 3rd attempt
 2026-03-24 15:17 UTC  (2+ messages)

[PATCH net-next] virtio_net: sync RX buffer before reading the header
 2026-03-24 15:15 UTC 

[PATCH v2] gpu: nova-core: gsp: fix undefined behavior in command queue code
 2026-03-24 15:15 UTC  (5+ messages)

[PATCH 0/3] arm64: dts: qcom: eliza: Left-over review fixes
 2026-03-24 15:14 UTC  (5+ messages)
` [PATCH 2/3] arm64: dts: qcom: eliza: Add CX power domain to GCC

[PATCH] KVM: arm64: Inject UNDEF when host is executing an smc with imm16 != 0
 2026-03-24 15:13 UTC  (9+ messages)

[PATCH] xfs: use GFP_NOFS in __xfs_trans_alloc
 2026-03-24 15:14 UTC  (3+ messages)
` [PATCH] xfs: defer lazytime timestamp updates to inodegc during eviction

[PATCH v4 1/2] nvme: Add the DHCHAP maximum HD IDs
 2026-03-24 15:14 UTC  (2+ messages)

[PATCH 00/13] scsi: Core ALUA driver
 2026-03-24 15:12 UTC  (9+ messages)

[PATCH V9 00/10] famfs: port into fuse
 2026-03-24 15:12 UTC  (3+ messages)
  ` [PATCH V9 01/10] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/

[PATCH RFT v2] arm64: dts: qcom: glymur-crd: Enable WLAN and Bluetooth
 2026-03-24 15:12 UTC 

[PATCH] docs: Document pahole v1.26 requirement for KF_IMPLICIT_ARGS kfuncs
 2026-03-24 15:12 UTC  (2+ messages)

[PATCH v4 0/3] pull region-specific logic into new files
 2026-03-24 15:11 UTC  (6+ messages)
` [PATCH v4 1/3] cxl/core/region: move pmem region driver logic into region_pmem.c

linux-next: build failure after merge of the bitmap tree
 2026-03-24 15:11 UTC 

[PATCH v1] ACPI / PPTT: Remove duplicate structure, acpi_pptt_cache_v1_full
 2026-03-24 15:10 UTC  (2+ messages)

[PATCH v5 1/2] readdir: Introduce dirent_size()
 2026-03-24 15:07 UTC  (2+ messages)

[PATCH 0/2] iommu/tegra241-cmdqv: Fix initialization and uAPI related to HYP_OWN
 2026-03-24 15:08 UTC  (2+ messages)

[PATCH 0/2] iommu/arm-smmu-v3: Fix bugs and typos in arm_smmu_invs series
 2026-03-24 15:08 UTC  (4+ messages)
` [PATCH 1/2] iommu/arm-smmu-v3: Do not continue in __arm_smmu_domain_inv_range()

[PATCH v2 0/3] KVM: arm64: Read PMUVer as unsigned
 2026-03-24 15:08 UTC  (2+ messages)

[PATCH v1] irqchip: fix mask alignment in gic-v2m
 2026-03-24 15:08 UTC  (3+ messages)

[PATCH v3 0/8] perf: add NVIDIA Tegra410 Uncore PMU support
 2026-03-24 15:08 UTC  (2+ messages)

[PATCH] edac: versalnet: Fix device_node leak in mc_probe()
 2026-03-24 15:07 UTC  (4+ messages)

[PATCH 0/2] kallsyms: show typed function parameters in oops/WARN dumps
 2026-03-24 15:07 UTC  (5+ messages)
` [PATCH 1/2] kallsyms: show function parameter info "
` [PATCH 2/2] kallsyms: add BTF-based deep parameter rendering in oops dumps

[PATCH] wifi: wilc1000: fix u8 overflow in SSID scan buffer size calculation
 2026-03-24 15:07 UTC  (3+ messages)

[PATCH] Bluetooth: btintel_pcie: fix off-by-one in RX queue bounds check
 2026-03-24 15:06 UTC  (2+ messages)

[PATCH] Documentation/admin-guide/mm/damon: fix 'parametrs' typo
 2026-03-24 15:06 UTC  (2+ messages)

[PATCH] Bluetooth: btintel_pcie: fix TX queue off-by-one
 2026-03-24 15:05 UTC  (2+ messages)

[PATCH bpf-next 0/3] bpf: Enhance freplace compatibility
 2026-03-24 15:04 UTC  (4+ messages)
` [PATCH bpf-next 1/3] bpf: Disallow freplace on XDP with mismatched xdp_has_frags values
` [PATCH bpf-next 2/3] bpf: Disallow freplace on kprobe with mismatched kprobe_write_ctx values
` [PATCH bpf-next 3/3] selftests/bpf: Add tests to verify freplace compatibility

[PATCH 0/3] mmc: Lenovo N22 Braswell SD slot fixes
 2026-03-24 15:05 UTC  (3+ messages)

[PATCH 1/2] nvme: respect NVME_QUIRK_DISABLE_WRITE_ZEROES when wzsl is set
 2026-03-24 15:05 UTC  (2+ messages)

[PATCH] selftests/x86: Fix sysret_rip assertion failure on FRED systems
 2026-03-24 14:46 UTC  (11+ messages)

[PATCH v4 0/2] Add AST2700 support for aspeed sdhci
 2026-03-24 15:03 UTC  (2+ messages)

[PATCH v3 0/9] arm64: dts: amlogic: Add MMC/SD/SDIO support for Khadas VIM4 (Amlogic T7)
 2026-03-24 15:03 UTC  (3+ messages)
` [PATCH v3 2/9] dt-bindings: mmc: amlogic: Add compatible for T7 mmc

[PATCH] selftests/x86: Fix sysret_rip assertion failure on FRED systems
 2026-03-24 14:31 UTC  (3+ messages)

[PATCH v8 00/10] x86/hyperv/hv_vtl: Use a wakeup mailbox to boot secondary CPUs
 2026-03-24 15:03 UTC  (5+ messages)
` [PATCH v8 09/10] x86/hyperv/vtl: Mark the wakeup mailbox page as private

[PATCH v2 0/8] dma::Coherent & dma::CoherentBox API
 2026-03-24 15:03 UTC  (8+ messages)
  ` [PATCH v2 2/8] rust: dma: add generalized container for types other than slices
  ` [PATCH v2 5/8] rust: dma: add Coherent:init() and Coherent::init_with_attrs()

[PATCH 6.12 000/460] 6.12.78-rc1 review
 2026-03-24 15:03 UTC  (2+ messages)

[PATCH] Bluetooth: btintel_pcie: validate completion ring indices
 2026-03-24 15:02 UTC  (2+ messages)

[PATCH] Bluetooth: hci_h4: Fix race during initialization
 2026-03-24 15:01 UTC  (4+ messages)

[RFC PATCH v1 1/1] This patch set introces a new action: DAMOS_COLLAPSE
 2026-03-24 15:01 UTC  (2+ messages)

[PATCH 6.18 000/212] 6.18.20-rc1 review
 2026-03-24 14:58 UTC  (2+ messages)

[RFC PATCH 0/6] mm/memcontrol: Make memcg limits tier-aware
 2026-03-24 14:58 UTC  (2+ messages)

[PATCH 0/7] arm64: dts: Drop CPU masks from GICv3 PPI interrupts
 2026-03-24 14:56 UTC  (2+ messages)
` (subset) "

[PATCH v10 00/30] KVM: arm64: Implement support for SME
 2026-03-24 14:56 UTC  (4+ messages)
` [PATCH v10 28/30] KVM: arm64: selftests: Skip impossible invalid value tests

[PATCH 00/22] ASoC: rsnd: Add audio support for the Renesas RZ/G3E SoC
 2026-03-24 14:56 UTC  (4+ messages)
` [PATCH 09/22] ASoC: rsnd: Add RZ/G3E SoC probing and register map

[PATCH v1 1/1] spi: Simplify devm_spi_*_controller()
 2026-03-24 14:55 UTC  (2+ messages)

[PATCH 0/3] soc: renesas: add MFIS driver
 2026-03-24 14:54 UTC  (6+ messages)
` [PATCH 2/3] soc: renesas: Add Renesas R-Car "
  ` Sashiko review feedback (was Re: [PATCH 2/3] soc: renesas: Add Renesas R-Car MFIS driver)

[PATCH net 0/2] Correct BD length masks and BQL accounting for multi-BD TX packets
 2026-03-24 14:53 UTC  (3+ messages)
` [PATCH net 1/2] net: xilinx: axienet: Correct BD length masks to match AXIDMA IP spec
` [PATCH net 2/2] net: xilinx: axienet: Fix BQL accounting for multi-BD TX packets

[PATCH 00/15 v2] tick/sched: Refactor idle cputime accounting
 2026-03-24 14:53 UTC  (4+ messages)
` [PATCH 15/15] sched/cputime: Handle dyntick-idle steal time correctly

[PATCH v2 2/2] ASoC: uda1380: use dev_err() and %pe for better error reporting
 2026-03-24 14:51 UTC  (2+ messages)

[PATCH V2] arm64: dts: imx8mp-evk: Disable PCIe bus in the default dts
 2026-03-24 14:46 UTC  (5+ messages)

[PATCH net-next v1 0/7] net: hsr: subsystem cleanups and modernization
 2026-03-24 14:46 UTC  (8+ messages)
` [PATCH net-next v1 1/7] net: hsr: constify hsr_ops and prp_ops protocol operation structures
` [PATCH net-next v1 2/7] net: hsr: replace fallthrough comments with fallthrough macro
` [PATCH net-next v1 3/7] net: hsr: remove unnecessary void function return statement
` [PATCH net-next v1 4/7] net: hsr: use __func__ instead of hardcoded function name
` [PATCH net-next v1 5/7] net: hsr: remove unnecessary braces for single statement block
` [PATCH net-next v1 6/7] net: hsr: add missing blank lines after function declarations
` [PATCH net-next v1 7/7] net: hsr: use BIT() macro for bit shift constant

[PATCH] gfs2: fix hung task in gfs2_jhead_process_page
 2026-03-24 14:46 UTC  (2+ messages)

[PATCH] selftests/livepatch: add test for module function patching
 2026-03-24 14:45 UTC  (3+ messages)

[PATCH v2 net-next 0/8] dpll/ice: Add TXC DPLL type and full TX reference clock control for E825
 2026-03-24 14:43 UTC  (3+ messages)
` [PATCH v2 net-next 4/8] dpll: zl3073x: allow SyncE_Ref pin state change

[PATCH v4 0/8] riscv: spacemit: enable SD card support with UHS modes for OrangePi RV2
 2026-03-24 14:43 UTC  (3+ messages)
` [PATCH v4 2/8] mmc: sdhci-of-k1: add regulator and pinctrl voltage switching support

[PATCH] arm64: dts: imx8mp-evk: Specify ADV7535 register addresses
 2026-03-24 14:42 UTC  (2+ messages)

[PATCH] ASoC: cs35l56: Allow factory calibration through ALSA controls
 2026-03-24 14:40 UTC  (4+ messages)

[syzbot] [iommu?] WARNING in pt_iommu_amdv1_init
 2026-03-24 14:37 UTC  (2+ messages)

[PATCH 0/3] rtla: Migrate to libsubcmd for command line option parsing
 2026-03-24 14:37 UTC  (5+ messages)
` [PATCH 3/3] rtla: Parse cmdline using libsubcmd

[PATCH] sched_ext: Choose the right sch->ops.name to output in the print_scx_info()
 2026-03-24 14:37 UTC  (2+ messages)

[RFC PATCH 0/1] vfs: transitive upgrade restrictions for fds
 2026-03-24 14:37 UTC  (3+ messages)
` [PATCH] "

[RFC PATCH 00/14] KVM: ITS hardening for pKVM
 2026-03-24 14:36 UTC  (5+ messages)
` [PATCH 05/14] irqchip/gic-v3-its: Prepare shadow structures for KVM host deprivilege

[PATCH v2 1/2] HID: logitech-dj: Standardise hid_report_enum variable nomenclature
 2026-03-24 14:36 UTC  (2+ messages)
` [PATCH v2 2/2] HID: logitech-dj: Prevent REPORT_ID_DJ_SHORT related user initiated OOB write

[PATCH v2 0/6] Fixes to Tegra USB role switching and phy handling
 2026-03-24 14:36 UTC  (6+ messages)
` [PATCH v2 6/6] phy: tegra: xusb: Move T186 .set_mode() to common implementation

[PATCH v2 5/5] locking/rwsem: Remove reader optimistic spinning
 2026-03-24 14:36 UTC  (2+ messages)

[PATCH net-next v1 0/4] net: hsr: address functional and concurrency bugs
 2026-03-24 14:35 UTC  (5+ messages)
` [PATCH net-next v1 1/4] net: hsr: serialize seq_blocks merge across nodes
` [PATCH net-next v1 2/4] net: hsr: fix VLAN add unwind on slave errors
` [PATCH net-next v1 3/4] net: hsr: require valid EOT supervision TLV
` [PATCH net-next v1 4/4] net: hsr: reject unresolved interlink ifindex

[PATCH rc] iommu/arm-smmu-v3: Drain in-flight fault handlers
 2026-03-24 14:35 UTC  (6+ messages)

[PATCH] arm64: dts: renesas: sparrow-hawk: Reserve first 128 MiB of DRAM
 2026-03-24 14:33 UTC 

[PATCH] arm64: dts: imx8mp-debix-model-a: Correct PAD settings for pmicirqgrp
 2026-03-24 14:32 UTC  (3+ messages)

[PATCH v2 0/3] rust, nova-core: add DeviceSize trait for SZ_* constants
 2026-03-24 14:32 UTC  (5+ messages)
` [PATCH v2 1/3] rust: sizes: add DeviceSize trait for device address space constants
` [PATCH v2 2/3] rust: ptr: add Alignment::from_u64() for DeviceSize constants

[PATCH 0/7] rust: dma: add from-slice constructors and use them in nova-core
 2026-03-24 14:29 UTC  (3+ messages)
  ` [PATCH 1/7] rust: dma: add from-slice constructors for Coherent and CoherentBox

[PATCH net-next v2] selftests: net: add tests for PPP
 2026-03-24 14:28 UTC  (2+ messages)

[PATCH 0/3] staging: octeon: add pr_fmt macro to ethernet drivers
 2026-03-24 14:28 UTC  (3+ messages)
` [PATCH 3/3] staging: octeon: ethernet: add pr_fmt macro

[PATCH net-next v2 0/3] tcp: fix scaled no-shrink rwnd quantization slack
 2026-03-24 14:28 UTC  (3+ messages)
` [PATCH net-next v2 1/3] selftests: packetdrill: stop pinning rwnd in tcp_ooo_rcv_mss

[PATCH v6 00/15] arm64: dts: qcom: sdm845-lg-{common, judyln}: Improve HW support in dts
 2026-03-24 14:26 UTC  (3+ messages)

[PATCH 0/3] correct the parameter type of some mm functions
 2026-03-24 14:24 UTC  (5+ messages)
` [PATCH 2/3] mm: memcontrol: correct the parameter type of __mod_memcg{_lruvec}_state()

[PATCH 6.19 000/220] 6.19.10-rc1 review
 2026-03-24 14:23 UTC  (2+ messages)

[PATCH 0/5] pinctrl: sunxi: fix A523 GPIO IRQ blunder
 2026-03-24 14:22 UTC  (4+ messages)
` [PATCH 5/5] pinctrl: sunxi: a523: add missing IRQ bank (plus old DT workaround)

[PATCH v1 2/4] ASoC: tac5xx2-sdw: add soundwire based codec driver
 2026-03-24 14:22 UTC  (3+ messages)

[PATCH RESEND v2] arm64: dts: rockchip: configure hdmirx in Rock 5 ITX
 2026-03-24 14:18 UTC  (2+ messages)

[PATCH v2] workqueue: Fix false positive stall reports
 2026-03-24 14:15 UTC  (5+ messages)


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