The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2026-05-28 23:16:01 to 2026-05-29 03:02:20 UTC [more...]

[PATCH v2 0/2] pinctrl: add support amlogic a9
 2026-05-29  3:02 UTC  (3+ messages)

[PATCH] net/9p: add vsock transport
 2026-05-29  3:01 UTC  (2+ messages)

[PATCH v3] kernel/bpf/btf.c: reject to register duplicated kfunc
 2026-05-29  3:01 UTC  (3+ messages)

[PATCH bpf-next v2] bpf: Fix concurrent regression in map_create()
 2026-05-29  3:00 UTC  (2+ messages)

[PATCH] selftests/ftrace: Fix trace_marker_raw test on 64K page kernels
 2026-05-29  2:59 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v8 2/2] net: mana: force full-page RX buffers via ethtool private flag
 2026-05-29  2:55 UTC  (4+ messages)

[PATCH net-next] Documentation: networking: Add a test plan for ethtool pause validation
 2026-05-29  2:52 UTC  (7+ messages)

[PATCH] ALSA: loongson: Fix invalid position error in ls_pcm_pointer
 2026-05-29  2:48 UTC 

[PATCH v5 0/7] Tegra264 PWM support
 2026-05-29  2:47 UTC  (8+ messages)
` [PATCH v5 1/7] dt-bindings: pwm: Document Tegra264 controller
` [PATCH v5 2/7] pwm: tegra: Prefix driver-local macros and functions
` [PATCH v5 3/7] pwm: tegra: Avoid hard-coded max clock frequency
` [PATCH v5 4/7] pwm: tegra: Modify read/write accessors for multi-register channel
` [PATCH v5 5/7] pwm: tegra: Parametrize duty and scale field widths
` [PATCH v5 6/7] pwm: tegra: Add support for Tegra264
` [PATCH v5 7/7] arm64: tegra: Add PWM controllers on Tegra264

[PATCH] media: mali-c55: fix integer overflow in scaler factor calculation
 2026-05-29  2:44 UTC 

[PATCH] rust_binder: use a u64 stride when cleaning up the offsets array
 2026-05-29  2:41 UTC  (2+ messages)

[syzbot] [mptcp?] KMSAN: uninit-value in mptcp_established_options
 2026-05-29  2:41 UTC  (4+ messages)

[PATCH] docs/filesystems/9p: fix broken external links
 2026-05-29  2:40 UTC  (4+ messages)

[PATCH v2] serial: 8250: fix use-after-free in IRQ chain handling
 2026-05-29  2:39 UTC  (3+ messages)

[PATCH v2 0/3] spacemit: k1: Add support for Banana Pi BPI-CM6 IO board
 2026-05-29  2:38 UTC  (4+ messages)
` [PATCH v2 2/3] riscv: dts: spacemit: k1: Split gmac_clk_ref into independent pinctrl groups

[PATCH v5 00/16] Add ACPI-based PMT discovery support for Intel PMC
 2026-05-29  2:39 UTC  (3+ messages)
` [PATCH v5 13/16] platform/x86/intel/pmc/ssram: Refactor memory barrier for reentrant probe

[PATCH] ring-buffer: Better comment the use of RB_MISSED_EVENTS
 2026-05-29  2:37 UTC 

[PATCH] kernel/sched/fair: Fix to not require calculation for the weight nice0
 2026-05-29  2:34 UTC 

[PATCH 1/1] counter: intel-qep: Use devm_mutex_init()
 2026-05-29  2:34 UTC  (2+ messages)

[RFC PATCH v2 00/11] EDAC/RAS: Hygon Family 0x18 UMC ECC address translation
 2026-05-29  2:31 UTC  (3+ messages)
` [RFC PATCH v2 01/11] ras/amd/atl: Add Hygon DF1 Data Fabric system information helper

[PATCH] tracing/probes: Point the error offset correctly for eprobe argument error
 2026-05-29  2:29 UTC  (2+ messages)

[PATCH] f2fs: skip inode folio lookup for cached overwrite
 2026-05-29  2:29 UTC 

[PATCH v3 0/3] selftests/resctrl: Fix resctrl selftests issues on aarch64
 2026-05-29  2:28 UTC  (5+ messages)
` [PATCH v3 1/3] selftests/resctrl: Skip L3_CAT when no exclusive cache portion exists
` [PATCH v3 2/3] selftests/resctrl: Implement cl_flush() and sb() for aarch64
` [PATCH v3 3/3] selftests/resctrl: Recognise aarch64 as a vendor for L3_NONCONT_CAT

[PATCH-next v3 0/5] cgroup/cpuset: Support multiple source/destination cpusets for cpuset_*attach()
 2026-05-29  2:26 UTC  (7+ messages)
` [PATCH-next v3 3/5] cgroup/cpuset: Made cpuset_attach_old_cs track task group leaders
` [PATCH-next v3 4/5] cgroup/cpuset: Move mpol_rebind_mm/cpuset_migrate_mm() calls inside cpuset_attach_task()
` [PATCH-next v3 5/5] cgroup/cpuset: Support multiple source/destination cpusets for cpuset_*attach()

[PATCH v30 0/5] Add ASPEED AST2600 I2C controller driver
 2026-05-29  2:25 UTC  (4+ messages)
` [PATCH v30 4/5] i2c: ast2600: Add controller driver for AST2600 new register set

[PATCH v8 00/10] Implement LANDLOCK_ADD_RULE_NO_INHERIT
 2026-05-29  2:24 UTC  (12+ messages)
` [PATCH v8 01/10] landlock: Add landlock_walk_path_up() helper
` [PATCH v8 02/10] landlock: Use landlock_walk_path_up() in is_access_to_paths_allowed()
` [PATCH v8 03/10] landlock: Use landlock_walk_path_up() in collect_domain_accesses()
` [PATCH v8 04/10] landlock: Add LANDLOCK_ADD_RULE_NO_INHERIT user API
` [PATCH v8 05/10] landlock: Return inserted rule from landlock_insert_rule()
` [PATCH v8 06/10] landlock: Implement LANDLOCK_ADD_RULE_NO_INHERIT
` [PATCH v8 07/10] landlock: Add documentation for LANDLOCK_ADD_RULE_NO_INHERIT
` [PATCH v8 08/10] samples/landlock: Add LANDLOCK_ADD_RULE_NO_INHERIT to landlock-sandboxer
` [PATCH v8 09/10] selftests/landlock: Add selftests for LANDLOCK_ADD_RULE_NO_INHERIT
` [PATCH v8 10/10] landlock: Add KUnit tests "

[net-next v5 0/3] Add motorcomm 8531s set ds func and 8522 driver
 2026-05-29  2:05 UTC  (2+ messages)
` [net-next v5 1/3] net: phy: motorcomm: move mdio lock out from yt8531_set_ds()

[PATCH v2] unwind: Add sframe_(un)register() system calls
 2026-05-29  2:20 UTC  (3+ messages)

[PATCH 0/15] mm: introduce ANON_VMA_LAZY for deferred anon_vma creation
 2026-05-29  2:20 UTC  (6+ messages)

[PATCH v3 0/5] remoteproc: cleanup shared carveout and resource-table helpers
 2026-05-29  2:16 UTC  (6+ messages)
` [PATCH v3 1/5] remoteproc: add common wc-ioremap carveout callbacks
` [PATCH v3 2/5] remoteproc: switch exact-match drivers to wc-ioremap callbacks
` [PATCH v3 3/5] remoteproc: mark wc-ioremap carveouts as iomem
` [PATCH v3 4/5] remoteproc: add helper for optional ELF resource tables
` [PATCH v3 5/5] remoteproc: switch drivers to optional resource-table helper

[RFC PATCH 0/6] x86/resctrl: Introduce MMIO-based CMT access for Enhanced RDT
 2026-05-29  2:16 UTC  (4+ messages)
` [RFC PATCH 1/6] x86/resctrl: Parse ACPI ERDT table and map RMDD domains by L3 cache ID

[PATCH net-next v2] selftests: net: add socat syslog for PPPoL2TP
 2026-05-29  2:11 UTC 

[PATCH -next] firmware: imx: se_ctrl: serialize command receiver registration
 2026-05-29  2:10 UTC  (2+ messages)

[PATCH v2] counter: ftm-quaddec: use devm_mutex_init()
 2026-05-29  2:08 UTC  (2+ messages)

[PATCH v4] x86/cpu: Fix a F00F bug warning and clean up surrounding code
 2026-05-29  2:04 UTC  (2+ messages)
` [tip: x86/cpu] "

[PATCH v2] llc: Fix race between sock_orphan() and timer callback in llc_sk_free()
 2026-05-29  2:00 UTC 

[PATCH] fanotify: report thread pidfds for FAN_REPORT_TID
 2026-05-29  2:00 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v1] can: flexcan: Drop unused platform driver data
 2026-05-29  2:00 UTC  (3+ messages)

[PATCH v2] 9p: avoid returning ERR_PTR(0) from mkdir operations
 2026-05-29  1:55 UTC  (2+ messages)

[PATCH v15 0/9] Add Type-C DP support for RK3399 EVB IND board
 2026-05-29  1:18 UTC  (4+ messages)
` [PATCH v15 1/9] drm/bridge: Implement generic USB Type-C DP HPD bridge

[PATCH net-next 0/9] net: dsa: netc: add bridge mode support
 2026-05-29  1:53 UTC  (2+ messages)

[PATCH] 9p: avoid putting oldfid in p9_client_walk() error path
 2026-05-29  1:50 UTC  (2+ messages)

[PATCH RFC v2 0/7] mm: Fix MF_DELAYED handling on memory failure
 2026-05-29  1:50 UTC  (4+ messages)
` [PATCH RFC v2 6/7] KVM: selftests: Add memory failure tests in guest_memfd_test

[PATCH v3 1/1] drm/hyperv: Use "hv_drm_" as symbol name prefix
 2026-05-29  1:48 UTC 

[PATCH v2 1/1] drm/hyperv: Replace "hyperv_" with "hv_drm_" as symbol name prefix
 2026-05-29  1:44 UTC  (3+ messages)
` [EXTERNAL] "

[net-next v44] mctp pcc: Implement MCTP over PCC Transport
 2026-05-29  1:44 UTC  (4+ messages)

[PATCH v2 00/13] sched/fair/schedutil: Better manage system response time
 2026-05-29  1:43 UTC  (3+ messages)

[PATCH RESEND v8 00/10] SPMI: Implement sub-devices and migrate drivers
 2026-05-29  1:43 UTC  (4+ messages)

[PATCH V1] iommu/hyperv: Create hyperv subdirectory under drivers/iommu
 2026-05-29  1:41 UTC 

[PATCH v9 0/4] Add Qualcomm extended CTI support
 2026-05-29  1:42 UTC  (7+ messages)
` [PATCH v9 1/4] coresight: cti: Convert trigger usage fields to dynamic
` [PATCH v9 3/4] coresight: cti: add Qualcomm extended CTI identification and quirks

[PATCH] vmalloc: Fix NULL pointer dereference in is_vm_area_hugepages()
 2026-05-29  1:41 UTC 

[syzbot] [wireless?] WARNING in drv_link_info_changed (3)
 2026-05-29  1:41 UTC 

[PATCH] spmi: use kzalloc_flex in main allocation
 2026-05-29  1:41 UTC  (2+ messages)

[PATCH] Input: tca8418_keypad - enable overflow mode per datasheet (SCPS215G)
 2026-05-29  1:39 UTC 

[PATCH] nvme-multipath: set BIO_REMAPPED on bios remapped to per-path namespace disks
 2026-05-29  1:32 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2] spmi: clean up kernel-doc in spmi.h
 2026-05-29  1:28 UTC  (2+ messages)

[PATCH v3 0/2] spmi: pmic-arb: Add spmi-pmic-arb support for Qualcomm Hawi SoC
 2026-05-29  1:28 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: spmi: glymur-spmi-pmic-arb: Add compatible "
` [PATCH v3 2/2] spmi: spmi-pmic-arb: add support for PMIC arbiter v8.5

[PATCH] scsi: megaraid_sas: Add dma read memory barrier during complete command poll
 2026-05-29  1:26 UTC 

[PATCH] MAINTAINERS: add vm.rst to memory management core
 2026-05-29  1:26 UTC  (3+ messages)

[BUG] ntfs3: KASAN null-ptr-deref in ntfs_iget5 (fs/ntfs3/inode.c:543) on mount
 2026-05-29  1:21 UTC 

[PATCH] ata: libata-sata: retry hardreset when device detected but PHY not established
 2026-05-29  1:21 UTC  (11+ messages)

[GIT PULL] clk: samsung: fixes for v7.1
 2026-05-29  1:21 UTC  (2+ messages)

[PATCH v1 0/8] zorro: Improve handling of pointers in zorro_device_id::driver_data
 2026-05-29  1:20 UTC  (2+ messages)

[net v2] net: pcs: pcs-mtk-lynxi: fix bpi-r3 serdes configuration
 2026-05-29  1:20 UTC  (2+ messages)

[PATCH] llc: Fix NULL pointer dereference in llc_conn_state_process() when sk_socket is NULL
 2026-05-29  1:19 UTC  (2+ messages)

[PATCH v5 09/18] mm: add MM_CP_UFFD_RWP change_protection() flag
 2026-05-29  1:19 UTC  (2+ messages)

[PATCH v2] mmc: dw_mmc: Add desc_num field for clarity
 2026-05-29  1:17 UTC 

[PATCH v3 0/2] Add support for Microsoft Surface Pro 12in
 2026-05-29  1:16 UTC  (3+ messages)
` [PATCH v3 1/2] hid: Pen battery quirk for "
` [PATCH v3 2/2] arm64: dts: qcom: Add Microsoft "

[PATCH net-next v3 0/4] net: dsa: mxl862xx: SerDes ports and stats
 2026-05-29  1:15 UTC  (3+ messages)
` [PATCH net-next v3 1/4] net: dsa: mxl862xx: store firmware version for feature gating

test
 2026-05-29  1:15 UTC 

[PATCH v5 1/2] dt-bindings: ufs: Document static TX Equalization settings properties
 2026-05-29  1:14 UTC  (2+ messages)
` [PATCH v5 2/2] scsi: ufs: core: Add support for static TX Equalization settings

[PATCH net] net/sched: act_api: use mutex in tcf_idr_check_alloc
 2026-05-29  1:13 UTC  (2+ messages)

[PATCH v4 2/2] scsi: ufs: core: Add support for static TX Equalization settings
 2026-05-29  1:11 UTC  (3+ messages)

[PATCH] clk: samsung: exynos990: Fix PERIS gate clock parents and add TMU_SUB
 2026-05-29  1:10 UTC 

[PATCH v2 0/2] PCI: qcom: Add PCIe support for upcoming Hawi SoC
 2026-05-29  1:10 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: PCI: qcom: Document the Hawi PCIe Controller
` [PATCH v2 2/2] PCI: qcom: Add support for Hawi

[PATCH v2] scsi: ufs: core: Fix NULL pointer dereference in scsi_cmd_priv() calls
 2026-05-29  1:07 UTC 

[PATCH v2 0/4] pinctrl: qcom: spmi-gpio: Add bidirectional level-shifter function support
 2026-05-29  1:05 UTC  (4+ messages)
` [PATCH v2 1/4] soc: qcom: rpmh: Allow non-child devices to issue write commands
` [PATCH v2 2/4] dt-bindings: pinctrl: qcom,pmic-gpio: Add level-shifter function
` [PATCH v2 3/4] pinctrl: qcom: spmi-gpio: Rearchitect for flexible group support

[PATCH] rust: module_param: add missing newline to pr_warn
 2026-05-29  1:05 UTC  (2+ messages)

[Patch net-next v6 0/7] r8169: add RSS support for RTL8127
 2026-05-29  1:04 UTC  (5+ messages)
` [Patch net-next v6 1/7] r8169: add support for multi irqs
` [Patch net-next v6 2/7] r8169: add support for multi rx queues

[PATCH bpf-next 1/2] bpf: align syscall writeback behavior with caller-declared size
 2026-05-29  1:03 UTC  (6+ messages)

[PATCH net-next v1 0/2] Add support for RTL8261c
 2026-05-29  1:01 UTC  (6+ messages)
` [PATCH net-next v1 1/2] net: phy: realtek: add support for RTL8261
` [PATCH net-next v1 2/2] net: phy: realtek: load firmware for RTL8261C

[PATCH v4] Bluetooth: bnep: reject short frames before parsing
 2026-05-29  1:00 UTC  (5+ messages)

[PATCH 0/6] rust: drm: Higher-Ranked Lifetime private data
 2026-05-29  1:00 UTC  (4+ messages)
` [PATCH 3/6] rust: drm: Add RegistrationData to drm::Driver

[PATCH 0/2] iommu/arm-smmu-v3: Tegra264 invalidation workaround
 2026-05-29  0:59 UTC  (3+ messages)
` [PATCH 2/2] iommu/arm-smmu-v3: Issue CFGI/TLBI twice on Tegra264

[PATCH v3 0/5] KVM: arm64: nv: Implement nested stage-2 reverse map
 2026-05-29  0:55 UTC  (4+ messages)

[PATCH net-next 0/6] Remove unused support for crypto tfm cloning
 2026-05-29  0:50 UTC  (3+ messages)

[PATCH v4] KVM: selftests: Add a test for gPAT handling in L2
 2026-05-29  0:47 UTC  (2+ messages)

[PATCH net v2] eth: fbnic: move aui and fec from fbnic_net to fbnic_dev
 2026-05-29  0:45 UTC  (3+ messages)

[PATCH net-next 00/13] net/mlx5: Add switchdev mode support for Socket Direct single netdev, part 1/2
 2026-05-29  0:40 UTC  (2+ messages)

[PATCH] net: microchip: sparx5: clean up PSFP resources on flower setup failure
 2026-05-29  0:38 UTC  (2+ messages)

[PATCH net-next 1/4] net: phy: as21xxx: handle corner case with link and autoneg complete
 2026-05-29  0:36 UTC  (2+ messages)

[PATCH v3] usb: dwc3: qcom: Modify interrupt handling for eUSB2 Phy targets
 2026-05-29  0:34 UTC  (7+ messages)

[PATCH v5 0/7] Add RMPOPT support
 2026-05-29  0:29 UTC  (13+ messages)
` [PATCH v5 2/7] x86/msr: add wrmsrq_on_cpus helper
` [PATCH v5 4/7] x86/sev: Add support to perform RMP optimizations asynchronously

[PATCH v3 0/2] hwmon: (pmbus/max20860a) Add driver for Analog Devices MAX20860A
 2026-05-29  0:19 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: hwmon: pmbus: Add "
` [PATCH v3 2/2] hwmon: (pmbus/max20860a) Add driver for "

[BUG] KASAN: slab-use-after-free in au0828_dvb_register
 2026-05-29  0:17 UTC 

[PATCH v3] loop: Fix NULL pointer dereference in lo_rw_aio()
 2026-05-29  0:14 UTC  (2+ messages)

[PATCH v2 00/26] iommu/amd: Introduce AMD Hardware-accelerated Virtualized IOMMU (vIOMMU) Support
 2026-05-29  0:14 UTC  (3+ messages)
` [PATCH v2 22/26] iommufd: Add hw_queue_init and split queue alloc paths

[PATCH] nvme-rdma: parallelize I/O queue allocation and startup
 2026-05-29  0:13 UTC 

[PATCH 7.0 000/461] 7.0.11-rc1 review
 2026-05-29  0:11 UTC  (2+ messages)

[PATCH 0/4] bcma: support SHIM-attached big-endian SoC backplanes (BCM6362)
 2026-05-29  0:06 UTC  (5+ messages)
` [PATCH 1/4] bcma: support driver specific quirks from soc pdata
` [PATCH 2/4] bcma: allow SHIM-style mini-EROM wrapper-less cores in scan
` [PATCH 3/4] dt-bindings: bus: add brcm,bcm6362-wlan
` [PATCH 4/4] bus: add BCM6362 on-chip WLAN SHIM bridge driver

[PATCH 00/10] nfsd: a pile of fixes for random bugs
 2026-05-29  0:07 UTC  (7+ messages)
` [PATCH 01/10] nfsd: fix BUG_ON in nfsd4_alloc_layout_stateid on racing delegation revoke
` [PATCH 09/10] nfsd: cap decoded POSIX ACL count to bound sort cost

[PATCH 1/2] vfs: make LAST_XXX private to fs/namei.c
 2026-05-29  0:05 UTC  (3+ messages)

[PATCH 0/2] mm/damon/{reclaim,lru_sort}: handle ctx allocation failures
 2026-05-29  0:01 UTC  (3+ messages)
` [PATCH 1/2] mm/damon/reclaim: handle ctx allocation failure
` [PATCH 2/2] mm/damonn/lru_sort: "

[PATCH v3 3/4] KVM: x86: Virtualize AMD CPUID faulting
 2026-05-29  0:00 UTC  (2+ messages)

[RFC PATCH v2 3/3] mm/zsmalloc: drop class lock before freeing zspage
 2026-05-28 23:59 UTC  (2+ messages)

[RFC PATCH v5 0/2] vfs: add O_CREAT|O_DIRECTORY to open*(2)
 2026-05-28 23:58 UTC  (7+ messages)
` [RFC PATCH v5 1/2] "

[PATCH] Input: mtk-pmic-keys: Count available keys during probe instead of pre-counting
 2026-05-28 23:56 UTC 

[PATCH v4 0/6] media: qcom: iris: add support for decoding 10bit formats
 2026-05-28 23:55 UTC  (6+ messages)

[PATCH v10 00/31] DCD: Add support for Dynamic Capacity Devices (DCD)
 2026-05-28 23:53 UTC  (5+ messages)
` [PATCH v10 21/31] cxl + dax: Surface dax_resources on DCD Add Capacity events
` [PATCH v10 22/31] cxl + dax: Release dax_resources on DCD Release "

[PATCH net 0/3] selftests: mptcp: reduce bufferbloat and cleanup
 2026-05-28 23:50 UTC  (5+ messages)

[PATCH net-next v4 0/2] net: dsa: mv88e6xxx: add support for credit based shaper
 2026-05-28 23:48 UTC  (3+ messages)
` [PATCH net-next v4 2/2] "

[PATCH net v3] net: tls: use sync AEAD for sk_msg BPF sockets
 2026-05-28 23:47 UTC  (6+ messages)

[PATCH] perf jevents: Add IOMMU metrics for AMD and Intel
 2026-05-28 23:46 UTC  (3+ messages)

[PATCH v2 0/2] Add IOMMU TLB and interrupt metrics
 2026-05-28 23:44 UTC  (3+ messages)
` [PATCH v2 1/2] perf jevents: Add IOMMU metrics for AMD
` [PATCH v2 2/2] perf jevents: Add IOMMU metrics for Intel

[PATCH net v3 0/2] net: mana: Fix NULL dereferences during teardown after attach failure
 2026-05-28 23:40 UTC  (2+ messages)

[PATCH v4 00/10] x86,fs/resctrl: Improve resctrl quality and consistency
 2026-05-28 23:38 UTC  (3+ messages)
` [PATCH v4 08/10] fs/resctrl: Change last_cmd_status custom during input parsing

[PATCHv3] dmaengine: ti: omap-dma: turn lch_map into a flexible array
 2026-05-28 23:35 UTC 

[PATCH v7 0/5] media: iris: add support for purwa platform
 2026-05-28 23:33 UTC  (2+ messages)

[PATCH v2 0/2] Add bvec_folio and its kernel-doc
 2026-05-28 23:30 UTC  (2+ messages)

[PATCH v3 00/17] arm64: Use EL2 virtual timer when running VHE
 2026-05-28 23:29 UTC  (2+ messages)
` (subset) "

[PATCH v2] netlink, audit: prevent false ENOBUFS on timeout expiry
 2026-05-28 23:29 UTC  (5+ messages)

[PATCH v3 0/3] KVM: guest_memfd: Fix signed offset+size goof
 2026-05-28 23:25 UTC  (3+ messages)
` [PATCH v3 1/3] KVM: guest_memfd: Treat memslot binding offset+size as unsigned values

[PATCH v3 00/16] KVM: selftests: Link with VFIO selftests lib and test device interrupts
 2026-05-28 23:24 UTC  (5+ messages)
` [PATCH v3 13/16] KVM: selftests: Verify vCPU migration during IRQ delivery

[PATCH v3 0/5] rockchip: add USB nodes for RK3528
 2026-05-28 23:23 UTC  (6+ messages)
` [PATCH v3 1/5] arm64: dts: rockchip: Add "
` [PATCH v3 2/5] arm64: dts: rockchip: Enable USB 2.0 ports on Radxa E20C
` [PATCH v3 3/5] arm64: dts: rockchip: Enable USB ports on Radxa ROCK 2A/2F
` [PATCH v3 4/5] arm64: dts: rockchip: Enable USB 2.0 ports on ArmSoM Sige1
` [PATCH v3 5/5] arm64: dts: rockchip: Enable USB 2.0 ports on NanoPi Zero2

[PATCH v6] MAINTAINERS: Add Axiado reviewer and Maintainers
 2026-05-28 23:24 UTC  (2+ messages)

[PATCH 0/6] sched/proxy: doodles
 2026-05-28 23:20 UTC  (4+ messages)
` [PATCH 1/6] sched/proxy: Remove superfluous clear_task_blocked_in()

[PATCH v2 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-05-28 23:15 UTC  (7+ messages)
` [PATCH v2 4/9] vfio/pci: Convert BAR mmap() to use a DMABUF
` [PATCH v2 7/9] vfio/pci: Support mmap() of a VFIO DMABUF
` [PATCH v2 8/9] vfio/pci: Permanently revoke a DMABUF on request


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