All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-01 09:02:33 to 2026-07-01 09:44:49 UTC [more...]

[PATCH v4 0/3] Add drm_ras netlink error event support
 2026-07-01  9:44 UTC  (3+ messages)
` [PATCH v4 1/3] drm/drm_ras: Add drm_ras netlink error event
` [PATCH v4 2/3] drm/xe/xe_drm_ras: Add error-event support for PVC

[PATCH v6 0/5] add runtime suspend/resume support
 2026-07-01  9:44 UTC  (11+ messages)
` [PATCH v6 1/5] dmaengine: fsl-edma: use devm_clk_get_optional() for channel clock
` [PATCH v6 2/5] dmaengine: fsl-edma: use devm_clk_get_optional() for DMA engine clock
` [PATCH v6 3/5] dmaengine: fsl-edma: convert DMAMUX clock handling to bulk clock API
` [PATCH v6 4/5] dmaengine: fsl-edma: add runtime suspend/resume support
` [PATCH v6 5/5] dmaengine: fsl-edma: fix use-after-free after dev_pm_domain_detach()

[PATCH 1/2] dt-bindings: iio: adc: ti,ads1298: add ADS1299 EEG ADC variants
 2026-07-01  9:44 UTC  (3+ messages)

[PATCH net-next] macsec: no longer rely on RTNL in macsec_fill_info()
 2026-07-01  9:43 UTC 

[rppt-memblock:misc] BUILD SUCCESS a5d67c54d414ee707333ce179d4492e99122e5b6
 2026-07-01  9:42 UTC 

[PATCH 0/5] pci: Use dev_read/dev_remap APIs
 2026-07-01  9:43 UTC  (2+ messages)

[PATCH 00/30] mm: make VMA page offset handling more consistent
 2026-07-01  9:42 UTC  (4+ messages)
` [PATCH 01/30] mm: move vma_start_pgoff() into mm.h and clean up

[PATCH 0/5] Add BBML3 cpu feature
 2026-07-01  9:41 UTC  (6+ messages)
` [PATCH 1/5] arm64: cpufeature: Add BBML3
` [PATCH 2/5] arm64: cpufeature: Detect BBML3 based on MMFR2 ID
` [PATCH 3/5] arm64: cputype: Add Cortex-A520AE definitions
` [PATCH 4/5] arm64: cputype: Add C1-Nano definitions
` [PATCH 5/5] arm64: cpufeature: Extend bbml3 support list

Re [PATCH v3] wmi/core: fix use-after-free in wmi_add_device()
 2026-07-01  9:42 UTC  (2+ messages)

[PATCH] powerpc/dt_cpu_ftrs: Avoid separate strlen() in scan_callback()
 2026-06-30 17:38 UTC  (2+ messages)

[PATCH v2 0/2] USB: replace __get_free_pages() with kmalloc()
 2026-07-01  9:41 UTC  (3+ messages)
` [PATCH v2 1/2] usb: host: ohci-dbg: use kmalloc() for print buffer
` [PATCH v2 2/2] usb: core: devices: use kmalloc() to allocate dump buffer

[syzbot] [trace?] general protection fault in mtree_load
 2026-07-01  9:42 UTC  (4+ messages)

b4 review tui + lore/lei/korgalore
 2026-07-01  9:41 UTC  (3+ messages)

[PATCH v9 00/10] Introduce Xe PCIe FLR
 2026-07-01  9:41 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for Introduce Xe PCIe FLR (rev9)

[PATCH v10 0/6] Add RMPOPT support
 2026-07-01  9:40 UTC  (3+ messages)
` [PATCH v10 3/6] x86/sev: Disable CPU hotplug while SNP is active

[PATCH 0/4] hypercall string inputs
 2026-07-01  9:40 UTC  (8+ messages)
` [PATCH 2/4] libxc: drop size parameter from xc_flask_context_to_sid()
` [PATCH 3/4] libxc: adjust string size calculations in xc_flask_{getbool_byname,setbool}()

[Intel-wired-lan] [PATCH iwl-next v2 1/2] i40e: move ATR sample rate from ring to PF level
 2026-07-01  9:38 UTC  (4+ messages)
`  "
` [Intel-wired-lan] [PATCH iwl-next v3 2/2] i40e: add devlink parameter for Flow Director ATR sample rate
  `  "

[PATCH v5 0/6] mm/zswap: Implement per-cgroup proactive writeback
 2026-07-01  9:39 UTC  (11+ messages)
` [PATCH v5 1/6] mm/zswap: Fix global shrinker when memory cgroup is disabled
` [PATCH v5 4/6] mm/zswap: Implement proactive writeback

[PATCH 0/5] drm/sched: Introduce the miracle of locking to entity
 2026-07-01  9:38 UTC  (4+ messages)
` [PATCH 5/5] drm/sched: Remove entity->entity_idle

[geert-renesas-drivers:topic/rcar-x5h-ironhide-scmi-cpg-mdlc-remapping-v2-wip] BUILD SUCCESS 54a3673b07325beb8ff2d9b39c33cb8825479da0
 2026-07-01  9:38 UTC 

[PATCH] sequencer: Skip copying notes for commits that disappear during rebase
 2026-07-01  9:38 UTC  (3+ messages)
` [PATCH 00/11] sequencer: do not record dropped commits as rewritten

[PATCH v8 00/22] Add Counter delegation ISA extension support
 2026-07-01  9:38 UTC  (19+ messages)
` [PATCH v8 01/22] RISC-V: perf: fix resource cleanup on driver probe failure
` [PATCH v8 09/22] RISC-V: Add Ssccfg/Smcdeleg ISA extension definition and parsing
` [PATCH v8 12/22] RISC-V: perf: Modify the counter discovery mechanism
` [PATCH v8 13/22] RISC-V: perf: Add a mechanism to defined legacy event encoding
` [PATCH v8 14/22] RISC-V: perf: Implement supervisor counter delegation support
` [PATCH v8 15/22] RISC-V: perf: Skip PMU SBI extension when not implemented
` [PATCH v8 16/22] RISC-V: perf: Use config2/vendor table for event to counter mapping
` [PATCH v8 21/22] TEST(do-not-upstream): fake qemu-virt PMU events for cdeleg counter-mask testing
` [PATCH v8 22/22] TEST(do-not-upstream): fake qemu vendor JSON + mapfile entry for CounterIDMask path

[PATCH net-next V4 0/6] evlink: Add boot-time eswitch mode defaults
 2026-07-01  9:38 UTC  (3+ messages)
` [PATCH net-next V4 3/6] devlink: Parse eswitch mode boot defaults

[PATCH v7 0/6] Add binding and driver for Kaanapali SoCCP
 2026-07-01  9:37 UTC  (4+ messages)
` [PATCH v7 5/6] remoteproc: qcom: pas: Add late attach support for subsystems

[thomas-weissschuh:b4/hrtimer-header-dependencies 6/6] kernel/time/tick-internal.h:180:14: error: 'HRTIMER_BASE_REALTIME' undeclared
 2026-07-01  9:36 UTC 

[PATCH 0/2] ext4: fix race conditions and clean up locking of inline data writes
 2026-07-01  9:36 UTC  (6+ messages)
` [PATCH 1/2] ext4: use fsdata to track inline data write state

[PATCH 0/2] Enable ipq5210 in cpufreq/qcom-nvmem driver
 2026-07-01  9:36 UTC  (3+ messages)
` [PATCH 2/2] cpufreq: qcom-nvmem: Add IPQ5210 support

[PATCH 0/5] ASoC: intel: use component_name for Component name
 2026-07-01  9:35 UTC  (6+ messages)

dma_fence cleanup/rework
 2026-07-01  9:34 UTC  (7+ messages)
` [PATCH 03/10] drm/amdgpu: use dma_fence_test_signaled_flag()
` [PATCH 05/10] drm/sched: "
` [PATCH 07/10] dma-buf: remove dma_fence_is_signaled_locked()

[PATCH v8 0/5] selftests/mm: refactor pkey helpers and fix mmap error handling
 2026-07-01  9:33 UTC  (2+ messages)

[PATCH v2 0/3] perf/x86/amd/uncore: Add common helpers and Hygon support
 2026-07-01  9:34 UTC  (4+ messages)
` [PATCH v2 1/3] perf/x86/amd/uncore: Add common PMU helper functions
` [PATCH v2 2/3] perf/x86/amd/uncore: Convert AMD driver to common PMU helpers
` [PATCH v2 3/3] perf/x86/amd/uncore: Add Hygon uncore PMU support

[PATCH 0/2] Add driver for DAC8163:
 2026-07-01  9:34 UTC  (4+ messages)
` [PATCH 1/2] iio: dac: dac8163: Add driver for DAC8163

[PATCH v9 0/7] Vswing / Pre-emphasis Override
 2026-07-01  9:34 UTC  (4+ messages)
` [PATCH v9 5/8] drm/i915/buf_trans: deconstify intel_ddi_buf_trans_entry

[PATCH] wifi: cfg80211: validate EHT MLE before MLD ID read
 2026-07-01  9:33 UTC 

[PATCH 0/6] GPT: fixes around last_usable_lba
 2026-07-01  9:27 UTC  (7+ messages)
` [PATCH 1/6] partitions: gpt: Adjust last_usable_lba to real device size when writing
` [PATCH 2/6] partitions: gpt: refresh also when primary or alternate is invalid
` [PATCH 3/6] partitions: gpt: validate mkpart range against GPT usable LBAs
` [PATCH 4/6] partitions: check new partitions against usable LBAs, not device size
` [PATCH 5/6] partitions: gpt: fix wrong error messages
` [PATCH 6/6] partitions: gpt: log a message when partition table refreshed

fix GFP_ flag use in the buffer cache
 2026-07-01  9:31 UTC  (4+ messages)
` [PATCH 2/4] xfs: lift setting __GFP_NOFAIL from xfs_buf_alloc_kmem to the caller

[PATCH net-next v3 0/5] af_unix: useful handling of LSM denials on SCM_RIGHTS
 2026-07-01  9:31 UTC  (6+ messages)
` [PATCH net-next v3 5/5] selftest: Add tests for "

[PATCH v3] media: atomisp: fix block comment formatting style
 2026-07-01  9:30 UTC  (4+ messages)

[f2fs-dev] [PATCH 1/2] fsck.f2fs: fix meta readahead after non-contiguous blocks
 2026-07-01  9:28 UTC  (2+ messages)
` [f2fs-dev] [PATCH 2/2] fsck.f2fs: read each sit block only once in build_sit_entries

[PATCHv4 00/13] uprobes/x86: Fix red zone issue for optimized uprobes
 2026-07-01  9:28 UTC  (6+ messages)
` [PATCHv4 02/13] uprobes/x86: Remove struct uprobe_trampoline object

[PATCH v4 00/64] drivers: usb: dwc3: sync code with Linux v6.16
 2026-07-01  9:26 UTC  (6+ messages)
` [PATCH v4 19/64] usb: dwc3: import from kernel v4.16

[RFC PATCH 0/5] Add support for AMD IOMMU GAPPI
 2026-07-01  9:25 UTC  (4+ messages)
` [RFC PATCH 5/5] iommu/amd: Provide kernel command line option to enable GAPPI

[PATCH 1/2] fpga: altera-cvp: Avoid out-of-bounds read in trailing byte write
 2026-07-01  9:26 UTC  (2+ messages)
` [PATCH 2/2] fpga: altera-cvp: Propagate PCI config access errors

[PATCH 0/5] arm64: qcom: dts: Add display support for Shikra
 2026-07-01  9:25 UTC  (5+ messages)
` [PATCH 2/5] arm64: dts: qcom: shikra-cqm-evk: Enable display and add ili7807s panel

[for-next][PATCH 00/15] tracing: Updates for 7.2
 2026-07-01  9:24 UTC  (5+ messages)
` [for-next][PATCH 04/15] tracepoint: Add lockdep rcu_is_watching() check to trace_##name##_enabled()

[Intel-wired-lan] [tnguy-net-queue:main] BUILD SUCCESS 2a00517db8de4be7df3d483b215c5544fb30a191
 2026-07-01  9:08 UTC 

[Intel-wired-lan] [tnguy-net-queue:dev-queue] BUILD SUCCESS ce1701bc69ab47a1f404b525bcfaccdbda3af9c8
 2026-07-01  9:14 UTC 

[tip:timers/core] BUILD SUCCESS 034b5779b85b8ce2eacf235f41af15c21d10cf54
 2026-07-01  9:18 UTC 

[tip:sched/core] BUILD SUCCESS 19b7bdc3a1550ab2550427c33395bec7caeaf72d
 2026-07-01  9:15 UTC 

[tip:perf/core] BUILD SUCCESS a4573a3838ae4fc73b70019cfa1dac9aaea7cc2f
 2026-07-01  9:14 UTC 

[rppt-memblock:kernelcore-mirror] BUILD SUCCESS 7783dcd79ae9c4aa48bc47bd4275772445dc4b2a
 2026-07-01  9:13 UTC 

[rppt-memblock:for-next] BUILD SUCCESS 27dbdbed235dcc9fc1e869a2a3ad97d628635dd8
 2026-07-01  9:13 UTC 

[PATCH] drm/virtio: defer hotplug event from dequeue worker to avoid deadlock
 2026-07-01  9:23 UTC  (2+ messages)

[PATCH] hw/riscv/riscv-iommu.c: set ftype and iova in riscv_iommu_ctx()
 2026-07-01  9:22 UTC 

[PATCH 00/10] Add sysfs entry for system load control
 2026-07-01  9:23 UTC  (3+ messages)
` [PATCH 01/10] power: supply: "

[pci:next] BUILD SUCCESS 8ed613d20370a1bac750005bc35e2c01bd46ad88
 2026-07-01  9:17 UTC 

[pci:dt-binding] BUILD SUCCESS d71376622c459f57e5dd86c7d5bb505b664faa37
 2026-07-01  9:11 UTC 

[pci:controller/rzg3s-host] BUILD SUCCESS 007c7304d80f1462b98a36284f45adcc1eb8adec
 2026-07-01  9:12 UTC 

[pci:controller/dwc-meson] BUILD SUCCESS 40fb390cbcc11797c44c16dabdf763ec87643671
 2026-07-01  9:12 UTC 

[linusw-pinctrl:for-next] BUILD SUCCESS a1636f548c497cedf001238c879eae9e271b5809
 2026-07-01  9:14 UTC 

[linusw-pinctrl:b4/tb10x] BUILD SUCCESS 430af65f7d5b8271b53955da90198ba63817e2cd
 2026-07-01  9:18 UTC 

[geert-renesas-drivers:renesas-pinctrl-for-v7.3] BUILD SUCCESS 5a653cedec948423fc8a0180c90b8d05c2239d9d
 2026-07-01  9:11 UTC 

[geert-renesas-drivers:renesas-clk-for-v7.3] BUILD SUCCESS 91fb4643954379f8493dba649d520c23f0d1f4e6
 2026-07-01  9:10 UTC 

[geert-renesas-drivers:master] BUILD SUCCESS 6f1b13512461d824cbc644d57f6947ec0aeeb1f7
 2026-07-01  9:16 UTC 

[geert-renesas-devel:next] BUILD SUCCESS 30d3a7db7471001c926c20333e07e54749fd3572
 2026-07-01  9:15 UTC 

[geert-renesas-devel:renesas-dts-for-v7.3] BUILD SUCCESS dccd661075ca8bdccfbc95d065964df6481a8126
 2026-07-01  9:15 UTC 

[PATCH v2 0/2] KVM: x86: gmem populate fix and cleanups
 2026-07-01  9:22 UTC  (3+ messages)
` [PATCH v2 2/2] KVM: TDX: Return EINVAL, not EOPNOTSUPP, for NULL INIT_MEM_REGION source

[cxl:next] BUILD SUCCESS bdc0a9797abd91556f73d1c8cdae878853521699
 2026-07-01  9:09 UTC 

[PATCH v2] drm/xe/vm: Fix BO prefetch with CONSULT_MEM_ADVISE_PREF_LOC
 2026-07-01  9:21 UTC  (4+ messages)

[PATCH 0/2] riscv: vdso: Do not use LTO for the vDSO
 2026-07-01  9:21 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] riscv: vdso: Simplify cflags remove logic

[PATCH v2] target/ppc: Expose the TB offset of the guest in QEMU monitor
 2026-07-01  5:11 UTC  (2+ messages)

[PATCH] iommu/dma: free the entire IOVA reservation in dma_iova_destroy()
 2026-07-01  9:20 UTC 

[Buildroot] [PATCH] package/shadow: needs host-pkgconf
 2026-07-01  9:20 UTC  (2+ messages)

[PATCH v8 00/46] guest_memfd: In-place conversion support
 2026-07-01  9:19 UTC  (5+ messages)
` [PATCH v8 06/46] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v8 17/46] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl

[PATCH 0/2] fix clock refcount imbalance for all Coresight platform drivers
 2026-07-01  9:20 UTC  (3+ messages)
` [PATCH 1/2] coresight: Fix clock refcount imbalance on platform remove

[PATCH] sched_ext: Reject task setter kfuncs outside SCX contexts
 2026-07-01  9:19 UTC 

[PATCH v2 0/2] drm/xe/guc: distinguish wedged from recoverable cancellation
 2026-07-01  9:19 UTC  (2+ messages)
` ✓ CI.KUnit: success for drm/xe/guc: distinguish wedged from recoverable cancellation (rev3)

[Buildroot] [git commit] package/shadow: needs host-pkgconf
 2026-07-01  9:13 UTC 

[PATCH v5 0/3] iio: dac: Add support for AD5529R DAC
 2026-07-01  9:17 UTC  (3+ messages)
` [PATCH v5 3/3] iio: dac: Add AD5529R DAC driver support

[PATCH v2 0/5] SMMUV3: STE lookup fixes
 2026-07-01  9:11 UTC  (6+ messages)
` [PATCH v2 1/5] hw/arm/smmuv3: Fix off-by-one bug in alignment strtab mask
` [PATCH v2 2/5] hw/arm/smmuv3: Sanitize SMMU_S_STRTAB_BASE_CFG.SPLIT
` [PATCH v2 3/5] hw/arm/smmuv3: Sanitize SMMU_S_STRTAB_BASE_CFG.LOG2SIZE
` [PATCH v2 4/5] hw/arm/smmuv3: Check L1STD.SPAN
` [PATCH v2 5/5] hw/arm/smmuv3: Enforce alignment of L2Ptr according to the span

[PATCH v2] arm64: dts: qcom: sm8550: add SDHC4 controller node
 2026-07-01  9:16 UTC  (11+ messages)

[Linux Kernel Bug] INFO: task hung in ocfs2_recovery_disable
 2026-07-01  9:16 UTC  (2+ messages)
` [PATCH] ocfs2: fix hung task in orphan recovery

[PATCH v2 0/2] Fix LT PHY related SSC writes
 2026-07-01  9:15 UTC  (3+ messages)
` [PATCH v2 1/2] drm/i915/ltphy: Readout ssc_enabled for LT PHY
` [PATCH v2 2/2] drm/i915/ltphy: Fix SSC Enablement bit in PORT_CLOCK_CTL

[PATCH] drm/amdgpu: split amdgpu_bo_create_reserved into create and map helpers
 2026-07-01  9:13 UTC  (2+ messages)

[PATCH v9] Bluetooth: btbcm: Add Synaptics 4384 chip support
 2026-07-01  9:13 UTC  (2+ messages)
` [v9] "

[PATCH 0/9] tools/perf: Add interface to expose HTM trace data via perf
 2026-07-01  9:13 UTC  (11+ messages)
` [PATCH 5/9] tools/perf: process htm auxtrace events and display in perf report -D
` [PATCH 6/9] perf tools powerpc: Add HTM trace data processing and decoding support
` [PATCH 7/9] perf tools powerpc: Add physical to logical address mapping for HTM traces
` [PATCH 8/9] tools/perf/powerpc: Add event name as htm of PERF_TYPE_SYNTH type to present htm samples
` [PATCH 9/9] tools/perf/powerpc: Add logical address in decoded traces

[PATCH] Documentation: Extend the real-time hardware bits with some firmware bits
 2026-07-01  9:12 UTC 

[PATCH 0/4] TQMa6UL: read module data from EEPROM
 2026-07-01  9:11 UTC  (5+ messages)
` [PATCH 1/4] sysinfo: tq_eeprom: select NVMEM
` [PATCH 2/4] arm: dts: tqma6ul: add eeprom nvmem-layout
` [PATCH 3/4] arm: dts: tqma6ul: integrate tq,eeprom sysinfo driver
` [PATCH 4/4] boards: tqma6ul: select TQ_COMMON_SYSINFO

[LTP] [PATCH v1] statx/statx04: Skip testing casefolded filesystems
 2026-07-01  9:11 UTC  (2+ messages)
` [LTP] "

[RFC] cxl/dcd: clarify extent lifetime identity across release and re-add
 2026-07-01  8:48 UTC 

[RFC] xen/arm64: livepatch: enable attaching callbacks
 2026-07-01  9:11 UTC  (2+ messages)

[PATCH v3 00/16] mm: Some cleanups for page allocator APIs
 2026-07-01  9:10 UTC  (4+ messages)
` [PATCH v3 16/16] mm: remove the __GFP_NO_OBJ_EXT flag

[PATCH v5 0/8] mm: optimize zone-device memmap initialization
 2026-07-01  9:05 UTC  (9+ messages)
` [PATCH v5 1/8] mm: fix stale ZONE_DEVICE refcount comment
` [PATCH v5 2/8] mm: factor zone-device page init helpers out of __init_zone_device_page
` [PATCH v5 3/8] mm: add a set_page_section_from_pfn() helper
` [PATCH v5 4/8] mm: add a template-based fast path for zone-device page init
` [PATCH v5 5/8] mm: extend the template fast path to zone-device compound tails
` [PATCH v5 6/8] string: introduce memcpy_nt() helpers
` [PATCH v5 7/8] x86/string: extend memcpy_flushcache() fixed-size fastpaths
` [PATCH v5 8/8] mm: use memcpy_nt() in zone-device template copies

[oe] [meta-oe] [PATCH v2] fastfetch: upgrade 2.64.2 -> 2.65.2
 2026-07-01  9:09 UTC 

[RFC] xen/arm64: livepatch: enable attaching callbacks
 2026-07-01  9:09 UTC  (2+ messages)

[PATCH] ARM: dts: imx6ul-tqma6ul: add nvmem-layout
 2026-07-01  9:09 UTC 

[geert-m68k:master] BUILD SUCCESS d5bf076679e88c6b77d5628b70a5a64db5c8c785
 2026-07-01  9:07 UTC 

Update i2c branches
 2026-07-01  9:08 UTC 

[PATCH] ocfs2: validate quota file block count in ocfs2_local_read_info()
 2026-07-01  9:08 UTC  (2+ messages)

[PATCH v5 0/8] futex: Use runtime constants for futex_hash computation
 2026-07-01  9:07 UTC  (6+ messages)
` [PATCH v5 8/8] futex: Use runtime constants for __futex_hash() hot path

[tip:irq/urgent] BUILD SUCCESS 98bf7e54cec07d514b3575c11896a8b12d50ecc4
 2026-07-01  9:05 UTC 

[RFC PATCH bpf 0/6] bpf: Disallow interpreter fallback for interpreter-unsupported insns
 2026-07-01  9:07 UTC  (11+ messages)
` [RFC PATCH bpf 1/6] bpf: Disallow interpreter fallback for user BPF_ADDR_SPACE_CAST insn

[PATCH v3 0/2] Add Lenovo ThinkEdge SE70 carrier board support
 2026-07-01  9:06 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: arm: tegra: Add lenovo,thinkedge-se70 compatible string
` [PATCH 2/2] arm64: tegra: Add Lenovo ThinkEdge SE70 device tree

[PATCH 0/2] riscv: ptdump: Refactor for KVM gstage ptdump support
 2026-07-01  9:06 UTC  (3+ messages)
` [PATCH 2/2] KVM: riscv: Register ptdump with debugfs on guest creation

[PATCH net-next v3 0/3] ptp: Add driver for R-Car Gen4 gPTP timer
 2026-07-01  9:06 UTC  (4+ messages)
` [PATCH net-next v3 1/3] dt-bindings: ptp: renesas,rcar-gen4-gptp: Add R-Car Gen4
` [PATCH net-next v3 2/3] ptp: Add driver for "
` [PATCH net-next v3 3/3] arm64: dts: renesas: r8a779g0: Add gPTP node

[PATCH] ASoC: rt712: add mute led control for specific machines
 2026-07-01  9:05 UTC 

[PATCH] i3c: master: dw-i3c-master: fix OD timing for first broadcast
 2026-07-01  9:06 UTC  (8+ messages)
          `  "

[rafael-pm:bleeding-edge] BUILD SUCCESS 194ccfe8caf50aded58ba374a22d917580188192
 2026-07-01  9:04 UTC 

[PATCH 0/3] fixing expensive http test timeouts
 2026-07-01  9:04 UTC  (10+ messages)
` [PATCH 3/3] t5551: pack refs after creating many tags
          ` weird quadratic reftable behavior, was: "

[PATCH 0/2] media: Add Himax HM1092 mono NIR sensor driver
 2026-07-01  9:04 UTC  (3+ messages)
` [PATCH 2/2] media: i2c: hm1092: add "

[bluetooth-next:master] BUILD SUCCESS 547fc6a4a51a5ef50b28bb5b9894bbd6c0ac922b
 2026-07-01  9:04 UTC 

[PATCH] mempool: optimize mempool resizing
 2026-07-01  9:03 UTC  (2+ messages)
`  "

[PATCH] media: v4l2-ctrls: document expected validation scope
 2026-07-01  9:03 UTC  (2+ messages)

[PATCH v2] json-c: upgrade 0.18 -> 0.19
 2026-07-01  9:02 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.