messages from 2026-05-11 16:00:36 to 2026-05-11 16:30:02 UTC [more...]
[RFC][PATCH 6.12.y-cip 00/12] Backport PREEMPT-RT support for ARM 32-bit
2026-05-11 16:26 UTC (4+ messages)
[PATCH v4 00/55] make MM selftests more CI friendly
2026-05-11 16:27 UTC (12+ messages)
` [PATCH v4 01/55] selftests/mm: hugetlb-read-hwpoison: add SIGBUS handler
` [PATCH v4 02/55] selftests/mm: migration: don't assume huge page is TWOMEG
` [PATCH v4 03/55] selftests/mm: migration: make nthreads represent number of working threads
` [PATCH v4 04/55] selftests/mm: migration: properly cleanup fork()ed processes
` [PATCH v4 05/55] selftests/mm: run_vmtests.sh: don't gate THP and KSM tests on HAVE_HUGEPAGES
` [PATCH v4 06/55] selftests/mm: merge map_hugetlb into hugepage-mmap
` [PATCH v4 07/55] selftests/mm: rename hugepage-* tests to hugetlb-*
` [PATCH v4 08/55] selftests/mm: hugetlb-shm: use kselftest framework
` [PATCH v4 09/55] selftests/mm: hugetlb-vmemmap: "
` [PATCH v4 10/55] selftests/mm: hugetlb-madvise: "
` [PATCH v4 11/55] selftests/mm: hugetlb_madv_vs_map: "
[PATCH v19 0/7] ring-buffer: Making persistent ring buffers robust
2026-05-11 16:29 UTC (5+ messages)
[PATCH v6 0/4] iio: adc: qcom-pm8xxx-xoadc: add support for reading channel labels from DT
2026-05-11 16:29 UTC (5+ messages)
` [PATCH v6 1/4] dt-bindings: iio: adc: qcom,pm8018-adc: add label property for ADC channels
[PATCH v2 0/4] arm64: dts: renesas: Add various SolidRun RZ/G2 based boards
2026-05-11 16:28 UTC (3+ messages)
` [PATCH v2 1/4] dt-bindings: soc: "
[PATCH v2 00/11] drm/i915/display: reduce the pm demand peak bw based on display data rate
2026-05-11 16:28 UTC (2+ messages)
` ✓ CI.KUnit: success for "
[PATCH 00/12] kho: make boot time huge page allocation work nicely with KHO
2026-05-11 16:28 UTC (7+ messages)
` [PATCH 01/12] kho: generalize radix tree APIs
` [PATCH 02/12] kho: store incoming radix tree in kho_in
[Intel-wired-lan] [PATCH iwl-next v5 0/4] igc: add support for forcing link speed without autonegotiation
2026-05-11 16:28 UTC (3+ messages)
` "
[PATCH] dt-bindings: remoteproc: mtk,scp: Allow multiple memory regions
2026-05-11 16:27 UTC (4+ messages)
` [PATCH v2 0/1] dt-bindings: remoteproc: mtk,scp: Allow multiple memory regions for MT8188
` [PATCH v2 1/1] "
[PATCH v2 0/4] drm/panthor: Fix a race in the shrinker logic
2026-05-11 16:27 UTC (7+ messages)
` [PATCH v2 4/4] drm/gem: Make the GEM LRU lock part of drm_device
[PATCH nft] netfilter: nft_inner: Fix IPv6 inner_thoff desync
2026-05-11 16:27 UTC (3+ messages)
` [PATCH v2 "
[PATCH v2 00/10] drm: Improve logic behind damage handling
2026-05-11 16:27 UTC (2+ messages)
` ✓ Xe.CI.BAT: success for drm: Improve logic behind damage handling (rev2)
[PATCH] btrfs: always drop root->inodes lock in find_first_inode_to_shrink()
2026-05-11 16:26 UTC (4+ messages)
[PATCH resend v6 00/30] mm/virtio: skip redundant zeroing of host-zeroed pages
2026-05-11 16:26 UTC (11+ messages)
` [PATCH resend v6 09/30] mm: alloc_anon_folio: pass raw fault address to vma_alloc_folio
` [PATCH resend v6 10/30] mm: alloc_swap_folio: "
` [PATCH resend v6 11/30] mm: use __GFP_ZERO in alloc_anon_folio
` [PATCH resend v6 12/30] mm: vma_alloc_anon_folio_pmd: pass raw fault address to vma_alloc_folio
` [PATCH resend v6 13/30] mm: use __GFP_ZERO in vma_alloc_anon_folio_pmd
[PATCH v2 0/8] media: Add iMX95 neoisp driver
2026-05-11 16:26 UTC (3+ messages)
` [PATCH v2 1/8] dt-bindings: media: Add nxp neoisp support
[PATCH] mm/filemap: fix page_cache_prev_miss() when no hole is found
2026-05-11 16:26 UTC (3+ messages)
[PATCH v2 0/2] i2c: Add i2c-shared-gpio driver
2026-05-11 16:25 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: i2c: Add i2c-shared-gpio
` [PATCH v2 2/2] i2c: Add driver for gpio based busses with shared SCL
[PATCH 6.6.y 00/10] bpf: fix precision backtracking instruction iteration
2026-05-11 16:25 UTC (11+ messages)
` [PATCH 6.6.y 01/10] bpf: support non-r10 register spill/fill to/from stack in precision tracking
` [PATCH 6.6.y 02/10] selftests/bpf: add stack access precision test
` [PATCH 6.6.y 03/10] bpf: preserve STACK_ZERO slots on partial reg spills
` [PATCH 6.6.y 04/10] selftests/bpf: validate STACK_ZERO is preserved on subreg spill
` [PATCH 6.6.y 05/10] bpf: preserve constant zero when doing partial register restore
` [PATCH 6.6.y 06/10] selftests/bpf: validate zero preservation for sub-slot loads
` [PATCH 6.6.y 07/10] bpf: track aligned STACK_ZERO cases as imprecise spilled registers
` [PATCH 6.6.y 08/10] selftests/bpf: validate precision logic in partial_stack_load_preserves_zeros
` [PATCH 6.6.y 09/10] bpf: handle fake register spill to stack with BPF_ST_MEM instruction
` [PATCH 6.6.y 10/10] selftests/bpf: validate fake register spill/fill precision backtracking logic
[PATCH v3] libceph: reject monitor replies with oversized data segment
2026-05-11 16:24 UTC (4+ messages)
` [PATCH v5] libceph, ceph: reject oversized mon and MDS data segments
[PATCH] drm/ttm: Fix ttm_bo_shrink() infinite LRU walk on backup failure
2026-05-11 16:24 UTC
[PATCH v1] Bluetooth: L2CAP: Fix possible crash on l2cap_ecred_conn_rsp
2026-05-11 16:24 UTC
[PATCH v1 0/4] Hyper-V: Add para-virtualized IOMMU support for Linux guests
2026-05-11 16:24 UTC (5+ messages)
` [PATCH v1 1/4] iommu: Move Hyper-V IOMMU driver to its own subdirectory
` [PATCH v1 2/4] hyperv: Introduce new hypercall interfaces used by Hyper-V guest IOMMU
` [PATCH v1 3/4] iommu/hyperv: Add para-virtualized IOMMU support for Hyper-V guest
` [PATCH v1 4/4] iommu/hyperv: Add page-selective IOTLB flush support
[PATCHSET 2/2] libfuse: new mount service container fixes
2026-05-11 16:24 UTC (9+ messages)
` [PATCH 1/1] mount_service: use the mount_flags table instead of declaring our own
[PATCH v3] dt-bindings: iio: adc: Convert xilinx-xadc bindings to YAML schema
2026-05-11 16:24 UTC (5+ messages)
[PATCH] iio: gyro: bmg160: bail out when bandwidth/filter is not in table
2026-05-11 16:23 UTC (2+ messages)
[PATCH] dt-bindings: iio: dds: Add AD9832/AD9835 binding
2026-05-11 16:23 UTC (3+ messages)
[PATCH v1] Bluetooth: L2CAP: Fix possible crash on l2cap_ecred_conn_rsp
2026-05-11 16:23 UTC
[PATCH v3 0/1] dt-bindings: iio: adc: add AD7816/AD7817/AD7818 binding
2026-05-11 16:23 UTC (6+ messages)
` [PATCH v3 1/1] "
[PATCH v3 0/4] ROCK 4D audio enablement
2026-05-11 16:21 UTC (3+ messages)
[PATCH v2 00/10] sched: Flatten the pick
2026-05-11 16:21 UTC (3+ messages)
` [PATCH v2 10/10] sched/eevdf: Move to a single runqueue
[PATCH v3 0/5] iio: dac: ad5504: bindings, cleanups, and scale fixes
2026-05-11 16:22 UTC (3+ messages)
` [PATCH v3 1/5] dt-bindings: iio: dac: ad5504: add output-range and missing gpios
[PATCH v2 00/18] Add a new SoundWire enumeration helper
2026-05-11 16:21 UTC (3+ messages)
` [PATCH v2 01/18] soundwire: Add a helper function to wait for device initialisation
[RFC v2] crypto/ccp: Introduce SNP_VERIFY_MITIGATION command
2026-05-11 16:21 UTC (5+ messages)
[PATCH bpf-next v3 05/24] bpf: Support stack arguments for bpf functions
2026-05-11 16:21 UTC (5+ messages)
[PATCH v2] mm/khugepaged: avoid underflow in madvise_collapse for sub-PMD MADV_COLLAPSE
2026-05-11 16:21 UTC (5+ messages)
[PATCH v3] perf sched stats: Fix segmentation faults, memory leaks, and stale pointers in diff mode
2026-05-11 16:20 UTC (5+ messages)
` [PATCH v4] "
[PATCH] Bluetooth: 6lowpan: Defer peer channel release until RCU cleanup
2026-05-11 16:20 UTC (3+ messages)
` [PATCH v2] Bluetooth: 6lowpan: Fix peer and channel lifetime during teardown
[linux-next:master 9255/13385] kernel/trace/ftrace.c:6384:45: sparse: sparse: incorrect type in assignment (different address spaces)
2026-05-11 16:20 UTC
[android-common:android12-5.10-lts 2/2] kernel/sched/idle.c:179: warning: Function parameter or member 'stop_tick' not described in 'cpuidle_idle_call'
2026-05-11 16:20 UTC
[QUESTION] BPF_SK_SKB_STREAM_PARSER cannot observe strparser orig_offset?
2026-05-11 16:18 UTC (3+ messages)
[PATCH v3] dt-bindings: mfd: st,stmpe: fix PWM schema and drop legacy binding
2026-05-11 16:19 UTC (2+ messages)
[RFC 0/4] iio: light: add driver for Broadcom APDS9999
2026-05-11 16:19 UTC (8+ messages)
` [RFC 2/4] iio: light: add support for APDS9999 sensor
[PATCH bpf-next v13 1/8] bpf: Extend BPF syscall with common attributes support
2026-05-11 16:19 UTC (2+ messages)
[PATCH bpf-next v13 6/8] bpf: Add syscall common attributes support for map_create
2026-05-11 16:19 UTC (2+ messages)
[PATCH net v2] ptp: ocp: fix resource freeing order
2026-05-11 16:18 UTC
[PATCH] thermal: of: fix trailing whitespace and repeated word
2026-05-11 16:18 UTC
[PATCH 0/6] phy: rockchip: samsung-hdptx: Clock fixes and API transition cleanups
2026-05-11 16:18 UTC (6+ messages)
drop unused VFS exports
2026-05-11 16:18 UTC (7+ messages)
` [PATCH 1/3] fs: unexport drop_super_exclusive
` [PATCH 2/3] fs: remove start_removing_user_path_at
` [PATCH 3/3] fs: fold __start_removing_path into start_removing_path
[Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 6.18.x / 7.0.x series
2026-05-11 16:18 UTC
[PATCH v2] dt-bindings: misc: Add binding for Xilinx AXI-Stream FIFO
2026-05-11 16:18 UTC (3+ messages)
[RFC PATCH v2] gitlab: update issue template for binary test cases
2026-05-11 16:17 UTC
[PATCH v3 0/4] phy: phy-can-transceiver: Ad-hoc cleanups and refactoring
2026-05-11 16:17 UTC (5+ messages)
[PATCH v14 00/19] unwind_deferred: Implement sframe handling
2026-05-11 16:16 UTC (3+ messages)
` [PATCH v14 05/19] unwind_user/sframe: Add support for reading .sframe contents
[bluez/bluez]
2026-05-11 16:17 UTC
[PATCH v2] perf test: Make leafloop workload immune to compiler options
2026-05-11 16:17 UTC (3+ messages)
[bluez/bluez] 61f18b: all: Remove more unneeded MIN/MAX macro definition
2026-05-11 16:17 UTC
[PATCH v2 0/3] Add support for Baijie Helper A133 board
2026-05-11 16:18 UTC (4+ messages)
` [PATCH v2 2/3] dt-bindings: arm: sunxi: Add Baijie HelperBoard A133 compatible
[PATCH] cpufreq: cppc: Add update_limits support for Highest Performance changes
2026-05-11 16:16 UTC (3+ messages)
` [PATCH v3] "
[PATCH bpf-next v3 00/24] bpf: Support stack arguments for BPF functions and kfuncs
2026-05-11 16:17 UTC (3+ messages)
` [PATCH bpf-next v3 06/24] bpf: Refactor jmp history to use dedicated spi/frame fields
[PATCH v1 0/4] platform/x86: xo15-ebook: Bind to a platform device instead of an ACPI one
2026-05-11 16:13 UTC (5+ messages)
` [PATCH v1 3/4] platform/x86: xo15-ebook: Register ACPI notify handler directly
[PATCH] Mark Multi-Process QEMU as Orphaned
2026-05-11 16:15 UTC (8+ messages)
[PATCH] resource: export iomem_get_mapping() for loadable modules
2026-05-11 16:16 UTC (2+ messages)
[PATCH 00/12] Add TH1520 USB support
2026-05-11 16:16 UTC (7+ messages)
` [PATCH 05/12] phy: add a driver for T-Head TH1520 USB PHY
[PATCH v3 0/1] platform/x86: add Acer battery control driver
2026-05-11 16:09 UTC (3+ messages)
` [PATCH v3 1/1] "
[PATCH v5 00/14] media: iris: Add support for glymur platform
2026-05-11 16:15 UTC (10+ messages)
` [PATCH v5 10/14] media: iris: Add power sequence for Glymur
` [PATCH v5 11/14] media: iris: Add support to select core for dual core platforms
` [PATCH v5 12/14] media: iris: Add platform data for glymur
[PATCH v6 0/4] KVM: s390: Introducing kvm_arch_set_irq_inatomic Fast Inject
2026-05-11 16:14 UTC (5+ messages)
` [PATCH v6 1/4] KVM: s390: Add map/unmap ioctl and clean mappings post-guest
` [PATCH v6 2/4] KVM: s390: Enable adapter_indicators_set to use mapped pages
` [PATCH v6 3/4] KVM: S390: Change fi->lock, li->lock to raw
` [PATCH v6 4/4] KVM: s390: Introducing kvm_arch_set_irq_inatomic fast inject
[PATCH 2/3] [v5 net-next] p54spi: convert to devicetree
2026-05-11 16:12 UTC (2+ messages)
[PATCH] dt-bindings: misc: add documentation for MediaLB DIM2 controller
2026-05-11 16:14 UTC (2+ messages)
[PATCH 0/1] Subject: [RFC PATCH] bitbake: fetch2/git: add switch to disable fast shallow path
2026-05-11 16:14 UTC (6+ messages)
` [PATCH 1/1] bitbake: add BB_GIT_SHALLOW_SKIP_FAST to disable fast shallow mode
` [bitbake-devel] "
[PATCH v7 0/1] lan966x pci device: Add support for SFPs, I2C dependency part
2026-05-11 16:13 UTC (2+ messages)
` [PATCH v7 1/1] i2c: busses: at91: Add MCHP_LAN966X_PCI dependency
[PATCH v3] cooker: limit the execution of the hashequiv client/server ping
2026-05-11 16:13 UTC (2+ messages)
` [bitbake-devel] "
[PATCH v2 00/15] var-som-6ul: improve support for variants
2026-05-11 15:44 UTC (3+ messages)
` [PATCH v2 14/15] dt-bindings: display/lvds-codec: add ti,sn65lvds93
[PATCH v3] iio: accel: adxl355: replace usleep_range() with fsleep()
2026-05-11 16:13 UTC (3+ messages)
[PATCH v7 0/1] lan966x pci device: Add support for SFPs, clock dependency part
2026-05-11 16:13 UTC (3+ messages)
` [PATCH v7 1/1] clk: lan966x: Add MCHP_LAN966X_PCI dependency
[Invitation] bi-weekly guest_memfd upstream call on 2026-05-14
2026-05-11 16:13 UTC
[PATCH v1 0/3] mm: process_mrelease: expedite clean file folio reclaim and add auto-kill
2026-05-11 16:13 UTC (5+ messages)
` [PATCH v1 1/3] mm: process_mrelease: expedite clean file folio reclaim via mmu_gather
[PATCH v2 0/1] vfio: selftests: Find devices that have VFIO selftest drivers
2026-05-11 16:12 UTC (7+ messages)
` [PATCH v2 1/1] "
[PATCH v8 00/13] Add initial Xen Suspend-to-RAM support on ARM64
2026-05-11 16:11 UTC (7+ messages)
` [PATCH v8 10/13] xen/arm: Resume memory management on Xen resume
` [PATCH v8 11/13] xen/arm: Save/restore context on suspend/resume
[PATCH v2] ASoC: dt-bindings: Convert eukrea-tlv320.txt to yaml
2026-05-11 16:11 UTC (2+ messages)
[PATCH] ci: update versions of actions in GHA
2026-05-11 16:11 UTC
fix crashes when mounting legacy file system with sector size > PAGE_SIZE
2026-05-11 16:10 UTC (7+ messages)
` [PATCH 01/10] bfs: handle set_blocksize failures
` [PATCH 07/10] isofs: "
` [PATCH 08/10] minix: "
[PATCH v3] iio: adc: ad7192: replace usleep_range() with fsleep()
2026-05-11 16:10 UTC (4+ messages)
` [PATCH v4] "
[PATCH 1/2] [RFC] debugobjects: avoid gcc-16.0.1 section mismatch
2026-05-11 16:10 UTC (6+ messages)
[PATCH] killswitch: add per-function short-circuit mitigation primitive
2026-05-11 16:10 UTC (11+ messages)
[PATCH v2] staging: sm750fb: minor coding style cleanup
2026-05-11 16:09 UTC
[PATCH v7 00/11] iio: adc: hx711: add HX710B support
2026-05-11 16:09 UTC (9+ messages)
` [PATCH v7 01/11] dt-bindings: iio: adc: hx711: clean up existing binding text
` [PATCH v7 02/11] dt-bindings: iio: adc: hx711: add VSUP supply property
` [PATCH v7 03/11] dt-bindings: iio: adc: hx711: add RATE GPIO property
` [PATCH v7 04/11] dt-bindings: iio: adc: hx711: add HX710B support
[PATCH 0/3] usb: dwc3: xilinx: minor fixes for dwc3-xilinx glue driver
2026-05-11 16:08 UTC (4+ messages)
` [PATCH 1/3] usb: dwc3: xilinx: fix missing space before closing comment delimiter
` [PATCH 2/3] usb: dwc3: xilinx: use reset_control_reset() in versal init
` [PATCH 3/3] usb: dwc3: xilinx: fix error handling in zynqmp init error paths
[PATCH v4 0/3] driver core: remove software node from platform devices on device release
2026-05-11 16:08 UTC (11+ messages)
` [PATCH v4 1/3] driver core: platform: remove software node on release()
[PATCH net 0/3] rxrpc: Better fix for DATA/RESPONSE decrypt vs splice()
2026-05-11 16:07 UTC (4+ messages)
` [PATCH net 1/3] rxrpc: Also unshare DATA/RESPONSE packets when paged frags are present
` [PATCH net 2/3] rxrpc: Fix DATA decrypt vs splice() by copying data to buffer in recvmsg
` [PATCH net 3/3] rxrpc: Fix RESPONSE packet verification to extract skb to a linear buffer
[PATCH 0/2] i2c: Add i2c-shared-gpio driver
2026-05-11 16:08 UTC (9+ messages)
` [PATCH 1/2] dt-bindings: i2c: Add i2c-shared-gpio
` AW: "
` AW: "
[PATCH 0/1] wifi: rtw89: usb: Support switching to USB 3 mode
2026-05-11 16:08 UTC (3+ messages)
` [PATCH rtw-next v2 "
` [PATCH rtw-next v2 1/1] "
[PATCH tty v5 0/3] 8250: Add console flow control
2026-05-11 16:07 UTC (3+ messages)
` [PATCH tty v5 3/3] serial: 8250: Add support for "
[PATCH RFC v2 0/4] ZTE zx297520v3 clock bindings and driver
2026-05-11 16:07 UTC (3+ messages)
` [PATCH RFC v2 1/4] dt-bindings: clk: zte: Add zx297520v3 clock and reset bindings
[PATCH rc v2] iommu/arm-smmu-v3: Fix inconsistent ATS state tracking
2026-05-11 16:07 UTC (11+ messages)
[PATCH 0/4] media: uvcvideo: Fixes for hw timestamping
2026-05-11 16:07 UTC (6+ messages)
` [PATCH 1/4] media: uvcvideo: Fix dev_sof filtering in hw timestamp
` [PATCH 4/4] media: uvcvideo: Do not add clock samples with small sof delta
[PATCH] clk: rockchip: Use flexible array for clock table
2026-05-11 16:06 UTC (3+ messages)
[PATCH v4 0/3] iio: adc: ti-ads1298: Minor driver cleanups
2026-05-11 16:06 UTC (4+ messages)
` [PATCH v4 3/3] iio: adc: ti-ads1298: Remove unnecessary CONFIG2 write during init
[PATCH 0/3] ntfs: fix quota out-of-date marking
2026-05-11 16:06 UTC (4+ messages)
` [PATCH 1/3] ntfs: return view index entry data from lookup
` [PATCH 2/3] ntfs: use $Q when marking quotas out of date
` [PATCH 3/3] ntfs: mark quotas out of date on initial rw mount
[PATCH v4 1/3] iio: adc: ti-ads1298: Add parentheses around macro parameter
2026-05-11 16:05 UTC (3+ messages)
[PATCH] iio: adc: ad7766: Update to use iio_push_to_buffers_with_ts()
2026-05-11 16:05 UTC (2+ messages)
[PATCH v3] iio: adc: ti-ads1298: Fix incorrect timeout comment
2026-05-11 16:03 UTC (3+ messages)
` [PATCH v4] "
[PATCH v2 0/4] riscv: spacemit: k3: some clock fixes related to PCIe
2026-05-11 16:03 UTC (7+ messages)
` [PATCH v2 2/4] clk: spacemit: k3: Fix PCIe clock register offset
` [PATCH v2 3/4] dt-bindings: soc: spacemit: k3: Add PCIe DBI clock IDs
[PATCH] mm/mremap: unmap full fixed target for multi-VMA moves
2026-05-11 16:02 UTC (7+ messages)
[PATCH] serial: atmel: honor CREAD in atmel_set_termios
2026-05-11 15:56 UTC (2+ messages)
` [PATCH] tty: serial: atmel: Ignore chars when CREAD is cleared
[PATCH v2 0/3] i3c: dw: Add apb reset support
2026-05-11 16:02 UTC (3+ messages)
` [PATCH v2 2/3] dt-bindings: i3c: dw: Add apb reset
[PATCH 0/3] Add GPADC support for A523
2026-05-11 16:02 UTC (3+ messages)
` [PATCH 1/3] dt-bindings: iio: adc: Add GPADC for Allwinner A523
[PATCH v3 0/4] More Fixes for color pipeline
2026-05-11 16:02 UTC (2+ messages)
` ✓ Xe.CI.FULL: success for "
[PATCH] mmc: core: Kioxia 016G01 does not enter boot mode after SLEEP
2026-05-11 16:01 UTC (3+ messages)
[PATCH v6 0/2] riscv: sophgo: allow DMA multiplexer set channel number for DMA controller
2026-05-11 16:01 UTC (4+ messages)
` [PATCH v6 1/2] dt-bindings: dma: snps,dw-axi-dmac: Add fallback compatible for CV1800B
[PATCH v7 0/1] lan966x pci device: Add support for SFPs, clock dependency part
2026-05-11 16:01 UTC (2+ messages)
` [PATCH v7 1/1] clk: lan966x: Add MCHP_LAN966X_PCI dependency
[Buildroot] [PATCH 1/1] package/lm-sensors: bump version to 3.6.2
2026-05-11 16:01 UTC
[PATCH RFC v4 00/10] AD9910 Direct Digital Synthesizer
2026-05-11 16:01 UTC (8+ messages)
` [PATCH RFC v4 10/10] docs: iio: add documentation for ad9910 driver
[PATCH v7 0/3] lan966x pci device: Add support for SFPs, i2c part
2026-05-11 16:00 UTC (4+ messages)
` [PATCH v7 1/3] i2c: core: Introduce i2c_get_adapter_physdev()
` [PATCH v7 2/3] i2c: mux: Set adapter physical device
` [PATCH v7 3/3] i2c: mux: Create missing devlink between mux and "
[PATCH v7 0/8] lan966x pci device: Add support for SFPs, PCI part
2026-05-11 15:59 UTC (3+ messages)
` [PATCH v7 7/8] PCI: of: Set fwnode device of newly created PCI device nodes
` [PATCH v7 8/8] PCI: of: Remove fwnode_dev_initialized() call for a PCI root bridge node
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.