All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-26 10:26:39 to 2026-02-26 11:04:29 UTC [more...]

Improving DISTRO_FEATURES backfill & opt-out
 2026-02-26 11:04 UTC  (2+ messages)
` [OE-core] "

[PATCH net-next v2 0/8] macb usrio/tsu patches
 2026-02-26 11:03 UTC  (17+ messages)
` [PATCH net-next v2 1/8] riscv: dts: microchip: add tsu clock to macb on mpfs
` [PATCH net-next v2 2/8] net: macb: rename macb_default_usrio to at91_default_usrio as not all platforms have mii mode control in usrio
` [PATCH net-next v2 3/8] net: macb: np4 doesn't need a usrio pointer
` [PATCH net-next v2 4/8] dt-bindings: net: macb: add property indicating timer adjust mode
` [PATCH net-next v2 5/8] net: macb: timer adjust mode is not supported
` [PATCH net-next v2 6/8] net: macb: add mpfs specific usrio configuration
` [PATCH net-next v2 7/8] net: macb: warn on pclk use as a tsu_clk fallback
` [PATCH net-next v2 8/8] net: macb: clean up tsu clk rate acquisition

[PATCH 00/11] Plane Color Pipeline support for MediaTek
 2026-02-26 10:51 UTC  (9+ messages)

[PATCH v2 00/19] drm/i915/overlay: Convert to parent interface
 2026-02-26 11:03 UTC  (2+ messages)
` ✗ Xe.CI.BAT: failure for drm/i915/overlay: Convert to parent interface (rev2)

[PATCH 0/2] ARM: dts: Add CPU clock and OPP table for i.MX7ULP
 2026-02-26 11:04 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: fsl: fsl,imx7ulp-smc1: Add #clock-cells
` [PATCH 2/2] ARM: dts: imx7ulp: Add CPU clock and OPP table support

[PATCH] MAINTAINERS: Add myself as a reviewer for RISC-V TCG CPUs
 2026-02-26 11:01 UTC  (2+ messages)

[PATCH v2] media: qcom: camss: Add debug message to camss-video format check
 2026-02-26 11:02 UTC  (2+ messages)

USB device with more than 32 channels
 2026-02-26 11:02 UTC 

[PATCH] ASoC: cs35l56: Only patch ASP registers if the DAI is part of a DAIlink
 2026-02-26 11:01 UTC 

[PATCH] drm: verisilicon: DRM_VERISILICON_DC should depend on ARCH_THEAD
 2026-02-26 11:00 UTC 

[PATCH v2] usb: dwc3: gadget: Prevent EPs resource conflict during StartTransfer
 2026-02-26 10:59 UTC  (11+ messages)

[PATCH net-next] bonding: print churn state via netlink
 2026-02-26 11:00 UTC  (2+ messages)

[PATCH v2] usb: port: add delay after usb_hub_set_port_power()
 2026-02-26 10:51 UTC  (7+ messages)

[PATCH] hw/arm: Remove the deprecated "highbank" and "midway" machines
 2026-02-26 10:58 UTC  (2+ messages)
` [PATCH 2/1] hw/net: Remove the xgmac device

[PATCH] drm/amdgpu/psp: Use Indirect access address for GFX to PSP mailbox
 2026-02-26 10:57 UTC 

[PATCH v3 00/32] hw/arm/virt: Introduce Tegra241 CMDQV support for accelerated SMMUv3
 2026-02-26 10:50 UTC  (33+ messages)
` [PATCH v3 01/32] backends/iommufd: Update iommufd_backend_get_device_info
` [PATCH v3 02/32] backends/iommufd: Update iommufd_backend_alloc_viommu to allow user ptr
` [PATCH v3 03/32] backends/iommufd: Introduce iommufd_backend_alloc_hw_queue
` [PATCH v3 04/32] backends/iommufd: Introduce iommufd_backend_viommu_mmap
` [PATCH v3 05/32] hw/arm/smmuv3-accel: Introduce CMDQV ops interface
` [PATCH v3 06/32] hw/arm/tegra241-cmdqv: Add Tegra241 CMDQV ops backend stub
` [PATCH v3 07/32] hw/arm/smmuv3-accel: Wire CMDQV ops into accel lifecycle
` [PATCH v3 08/32] hw/arm/virt: Store SMMUv3 device objects in VirtMachineState
` [PATCH v3 09/32] hw/arm/virt-acpi-build: Use stored SMMUv3 devices for IORT build
` [PATCH v3 10/32] hw/arm/tegra241-cmdqv: Probe host Tegra241 CMDQV support
` [PATCH v3 11/32] hw/arm/tegra241-cmdqv: Implement CMDQV init
` [PATCH v3 12/32] hw/arm/virt: Link SMMUv3 CMDQV resources to platform bus
` [PATCH v3 13/32] hw/arm/tegra241-cmdqv: Implement CMDQV vIOMMU alloc/free
` [PATCH v3 14/32] hw/arm/tegra241-cmdqv: Emulate global CMDQV registers
` [PATCH v3 15/32] hw/arm/tegra241-cmdqv: Emulate global and VINTF VCMDQ register reads
` [PATCH v3 16/32] hw/arm/tegra241-cmdqv: Emulate global and VINTF VCMDQ register writes
` [PATCH v3 17/32] hw/arm/tegra241-cmdqv: mmap VINTF Page0 for CMDQV
` [PATCH v3 18/32] system/physmem: Add address_space_is_ram() helper
` [PATCH v3 19/32] hw/arm/tegra241-cmdqv: Allocate HW VCMDQs on base register programming
` [PATCH v3 20/32] hw/arm/tegra241-cmdqv: Use mmap'ed VINTF page0 as VCMDQ backing
` [PATCH v3 21/32] hw/arm/tegra241-cmdqv: Map VINTF page0 into guest MMIO space
` [PATCH v3 22/32] hw/arm/tegra241-cmdqv: Add vEVENTQ allocation and free
` [PATCH v3 23/32] hw/arm/smmuv3-accel: Introduce common helper for veventq read
` [PATCH v3 24/32] hw/arm/tegra241-cmdqv: Read and propagate Tegra241 CMDQV errors
` [PATCH v3 25/32] hw/arm/tegra241-cmdqv: Add reset handler
` [PATCH v3 26/32] hw/arm/tegra241-cmdqv: Limit queue size based on backend page size
` [PATCH v3 27/32] tests/qtest/bios-tables-test: Prepare for IORT SMMUv3 node identifier change
` [PATCH v3 28/32] hw/arm/smmuv3: Add per-device identifier property
` [PATCH v3 29/32] tests/qtest/bios-tables-test: Update IORT blobs for SMMUv3 identifier change
` [PATCH v3 30/32] hw/arm/smmuv3-accel: Introduce helper to query CMDQV type
` [PATCH v3 31/32] hw/arm/virt-acpi: Advertise Tegra241 CMDQV nodes in DSDT
` [PATCH v3 32/32] hw/arm/smmuv3: Add cmdqv property for SMMUv3 device

[PATCH] mac80211: update outdated comment
 2026-02-26 10:57 UTC  (2+ messages)

[PATCH v6 0/1] numa: add 'memmap-type' option for memory type configuration
 2026-02-26 10:50 UTC  (2+ messages)
` [PATCH v6 1/1] "

[PATCH 0/5] Add DSI display support for SC8280XP
 2026-02-26 10:56 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: display: msm-dsi-phy-7nm: Add SC8280XP

[PATCH] drm/tests: Mark slow tests as slow
 2026-02-26 10:56 UTC  (3+ messages)

[PATCH v6 00/12] bus: add stm32 debug bus and coresight support for stm32mp1x platforms
 2026-02-26 10:54 UTC  (15+ messages)
` [PATCH v6 01/12] dt-bindings: document access-controllers property for coresight peripherals
` [PATCH v6 02/12] dt-bindings: pinctrl: document access-controllers property for stm32 HDP
` [PATCH v6 03/12] dt-bindings: bus: document the stm32 debug bus
` [PATCH v6 04/12] bus: stm32_firewall: allow check on different firewall controllers
` [PATCH v6 05/12] bus: stm32_firewall: add stm32_firewall_get_grant_all_access() API
` [PATCH v6 06/12] drivers: bus: add the stm32 debug bus driver
` [PATCH v6 07/12] arm: dts: stm32: introduce the debug bus for stm32mp1x platforms
` [PATCH v6 08/12] arm: dts: stm32: enable the debug bus on stm32mp1x boards
` [PATCH v6 09/12] arm: dts: stm32: enable CoreSight on stm32mp15xx-dkx boards
` [PATCH v6 10/12] arm: dts: stm32: enable CoreSight on the stm32mp157c-ev1 board
` [PATCH v6 11/12] arm: dts: stm32: enable CoreSight on the stm32mp135f-dk board
` [PATCH v6 12/12] pinctrl: stm32: add firewall checks before probing the HDP driver

[PATCH 0/3] arm/[tf-m|trusted-services]: rework dependencies clone to enable devtool
 2026-02-26 10:53 UTC  (4+ messages)
` [PATCH 1/3] arm/trusted-firmware-m: clone dependencies under tfm source tree
` [PATCH 2/3] arm-bsp/trusted-firmware-m: fix psa-adac patch paths for corstone1000
` [PATCH 3/3] arm/trusted-services: clone dependencies under ts source tree

[RFC][PATCH 0/6] x86/topo: SNC Divination
 2026-02-26 10:49 UTC  (7+ messages)
` [RFC][PATCH 1/6] x86/topo: Store extra copy of SRAT table
` [RFC][PATCH 2/6] x86/topo: Add TOPO_NUMA_DOMAIN
` [RFC][PATCH 3/6] x86/topo: Add __num_nodes_per_package
` [RFC][PATCH 4/6] x86/topo: Replace x86_has_numa_in_package
` [RFC][PATCH 5/6] x86/topo: Fix SNC topology mess
` [RFC][PATCH 6/6] x86/resctrl: Fix SNC detection

[PATCH] drm/i915/alpm: ALPM disable fixes
 2026-02-26 10:52 UTC  (3+ messages)

[PATCH v3 0/3] Automatic NFSv4 state revocation on filesystem unmount
 2026-02-26 10:52 UTC  (4+ messages)
` [PATCH v3 1/3] fs: add umount notifier chain for filesystem unmount notification

[PATCH v1 1/1] net/iavf: remove global adminq response buffer
 2026-02-26 10:52 UTC  (3+ messages)
` [PATCH v2 "

[PATCH 0/4] KVM: s390: vsie: Implement ASTFLEIE facility 2
 2026-02-26 10:52 UTC  (3+ messages)
` [PATCH 2/4] s390/sclp: Detect ASTFLEIE 2 facility

[PATCH v3 0/3] arm64: dts: rockchip: Fix vdec register blocks order on RK3576/RK3588
 2026-02-26 10:52 UTC  (10+ messages)
` [PATCH v3 1/3] media: dt-bindings: rockchip,vdec: Add alternative reg-names order for RK35{76,88}

[PATCH] usb: dwc3: Support for USB3340x ULPI PHY, via "snps,enable_xcvrdly_quirk"
 2026-02-26 10:51 UTC  (5+ messages)
` [PATCH v2 0/2] Re: [PATCH] usb: dwc3: Support for USB3340x ULPI PHY
  ` [PATCH v2 2/2] dt-bindings: usb: dwc3: Add property to insert delay before TxValid

[PATCH] kernel/trace/ftrace: introduce ftrace module notifier
 2026-02-26 10:51 UTC  (4+ messages)

[RFT PATCH] x86/hyperv: Use __naked attribute to fix stackless C function
 2026-02-26 10:51 UTC  (4+ messages)

[PATCH] staging: rtl8723bs: Wrap long comments to fit line length
 2026-02-26 10:51 UTC  (2+ messages)

[GIT PULL] KVM/arm64 fixes for 7.0, take #1
 2026-02-26 10:50 UTC 

[linux-next:master 999/2193] drivers/infiniband/core/ib_core_uverbs.c:249:3: error: call to undeclared function 'dma_buf_move_notify'; ISO C99 and later do not support implicit function declarations
 2026-02-26 10:49 UTC 

[syzbot] [kernel?] INFO: task hung in restrict_one_thread_callback
 2026-02-26 10:50 UTC  (2+ messages)
` [syzbot] [lsm] [kernel] "

[PATCH 0/8] Remove the Kontron SMARC-sAM67 board
 2026-02-26 10:49 UTC  (3+ messages)
` [PATCH 4/8] Revert "dt-bindings: mfd: sl28cpld: Add sa67mcu compatible"

[PATCH net-next] pppoe: remove kernel-mode relay support
 2026-02-26 10:50 UTC  (2+ messages)

[PATCH 0/7] dma-buf: heaps: Turn heaps into modules
 2026-02-26 10:49 UTC  (5+ messages)
` [PATCH 2/7] mm: cma: Export cma_alloc and cma_release

[PATCH net-next v3 0/5] net: cadence: macb: add IEEE 802.3az EEE support
 2026-02-26 10:49 UTC  (6+ messages)
` [PATCH 3/5] net: cadence: macb: implement EEE TX LPI support

[PATCH] workqueue: Update schedule_work() documentation to reflect per-CPU nature
 2026-02-26 10:47 UTC 

[PATCH 0/4] target/arm: fix WFIT syndrome reporting
 2026-02-26 10:48 UTC  (10+ messages)
` [PATCH 2/4] target/arm: use FIELD_DP32 instead of open-coding syn_wfx
` [PATCH 3/4] target/arm: pass rd directly to wfit helper
` [PATCH 4/4] target/arm: report register in WFIT syndromes

[PATCH] examples/vm_power: fix format-truncation warning
 2026-02-26 10:48 UTC  (3+ messages)

[bug report] Bug: Write fault blocked by KUAP!
 2026-02-26 10:48 UTC  (2+ messages)

[PATCH RFC 00/18] accel/qda: Introduce Qualcomm DSP Accelerator driver
 2026-02-26 10:48 UTC  (9+ messages)
` [PATCH RFC 04/18] accel/qda: Add built-in compute CB bus for QDA and integrate with IOMMU
` [PATCH RFC 05/18] accel/qda: Create compute CB devices on QDA compute bus
` [PATCH RFC 16/18] accel/qda: Add FastRPC-based DSP memory mapping support

[PATCH 5/8] dt-bindings: pinctrl: realtek: add RTD1625 pinctrl binding
 2026-02-26 10:47 UTC  (3+ messages)

[PATCH v4 0/3] arm64: dts: rockchip: Fix vdec register blocks order on RK3576/RK3588
 2026-02-26 10:46 UTC  (8+ messages)
` [PATCH v4 1/3] media: dt-bindings: rockchip,vdec: Add alternative reg-names order for RK35{76,88}
` [PATCH v4 2/3] arm64: dts: rockchip: Fix vdec register blocks order on RK3576
` [PATCH v4 3/3] arm64: dts: rockchip: Update vdec register blocks order on RK3588

[PATCH] arm64/mm: Describe 52 bits PA folding into TTBRx_EL1
 2026-02-26 10:11 UTC 

[PATCH v10 0/9] mmc: host: renesas_sdhi_core: support configuring an optional sdio mux
 2026-02-26 10:46 UTC  (4+ messages)
` [PATCH v10 3/9] mux: Add helper functions for getting optional and selected mux-state

[PATCH net-next v3 0/5] net: macb: EyeQ5 support
 2026-02-26 10:46 UTC  (3+ messages)
` [PATCH net-next v3 5/5] net: macb: Add "mobileye,eyeq5-gem" compatible

[PATCH] pinctrl: imx: PINCTRL_IMX_SCMI should depend on ARCH_MXC
 2026-02-26 10:46 UTC  (2+ messages)

[PATCH v7 00/23] MediaTek UFS Cleanup and MT8196 Enablement
 2026-02-26 10:45 UTC  (20+ messages)
` [PATCH v7 16/23] scsi: ufs: mediatek: Clean up logging prints
` [PATCH v7 18/23] scsi: ufs: mediatek: Don't acquire dvfsrc-vcore twice
` [PATCH v7 20/23] scsi: ufs: mediatek: Back up idle timer in per-instance struct

[PULL v2 00/19] Python patches
 2026-02-26 10:44 UTC  (2+ messages)
` block/nfs.c and libnfs vs Fedora 43 (was: Re: [PULL v2 00/19] Python patches)

[PATCH v10 00/19] migration: Add COLO multifd support and COLO migration unit test
 2026-02-26 10:44 UTC  (2+ messages)

[PATCH 0/1] Avoid oops on illegal VGA register access
 2026-02-26 10:44 UTC  (3+ messages)
` [PATCH 1/1] drm/i915: handle failure from vga_get

[PATCH v9 00/19] migration: Add COLO multifd support and COLO migration unit test
 2026-02-26 10:43 UTC  (4+ messages)
` [PATCH v9 19/19] colo: Fix a rare crash during shutdown

[PATCH RFC net-next v2 0/5] tcp: RFC 7323-compliant window retraction handling
 2026-02-26 10:43 UTC  (3+ messages)

[PATCH RFC] nvme-tcp: Implement recvmsg() receive flow
 2026-02-26 10:42 UTC  (8+ messages)

[PATCH] ARM: MAINTAINERS: TQ: Orphan TQ Systems boards
 2026-02-26 10:42 UTC  (3+ messages)

[PATCH 00/10] drm/i915/dpt: refactoring, move to parent interface
 2026-02-26 10:42 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for drm/i915/dpt: refactoring, move to parent interface (rev3)

[PATCH v7 bpf-next 1/2] bpf: test_run: Fix the null pointer dereference issue in bpf_lwt_xmit_push_encap
 2026-02-26 10:41 UTC  (2+ messages)

[PATCH v2 0/5] media: qcom: camss: Add PIX support for CSID/VFE‑340
 2026-02-26 10:40 UTC  (5+ messages)
` [PATCH v2 2/5] media: camss: csid-340: Add VC-to-interface mapping

[PATCH v7 0/2] Miscellaneous fixes in drm code
 2026-02-26 10:40 UTC  (3+ messages)
` [PATCH v7 1/2] drm: Warn before division by 0 would occur
` [PATCH v7 2/2] drm: Avoid suspicious operations in drm_fb_dma_get_gem_addr()

[PATCH net v2] net: consume xmit errors of GSO frames
 2026-02-26 10:40 UTC  (2+ messages)

[PATCH v5 2/4] net/idpf: add PTP virtchnl2 support
 2026-02-26 10:39 UTC  (6+ messages)
` [PATCH v6 0/4] Enable PTP feature for MEV
  ` [PATCH v6 3/4] net/idpf: add timesync support
  ` [PATCH v6 4/4] doc/guides: add PTP IDPF documentation

[PATCH v4] gpiolib: match secondary fwnode too in gpio_device_find_by_fwnode()
 2026-02-26 10:40 UTC  (2+ messages)

[PATCH net-next] inet: add ip_local_port_step_width sysctl to improve port usage distribution
 2026-02-26 10:39 UTC  (5+ messages)

[PULL 0/2] QTest patches for 2026-02-17
 2026-02-26 10:38 UTC  (3+ messages)
` [PULL 1/2] tests/qtest/libqos: Add RISC-V IOMMU helper library

[PATCH v2 00/14] Make RamDiscardManager work with multiple sources
 2026-02-26 10:37 UTC  (2+ messages)

Stalls when starting a VSOCK listening socket: soft lockups, RCU stalls, timeout
 2026-02-26 10:37 UTC  (2+ messages)

[LTP] [PATCH] clone10.c: avoid using the libc thread memory model in touch_tls_in_child()
 2026-02-26 10:35 UTC 

[PATCH v2 1/2] PCI/ASPM: Override the ASPM and Clock PM states set by BIOS for devicetree platforms
 2026-02-26 10:34 UTC  (11+ messages)

[PATCH v29 0/2] status: add status.compareBranches config for multiple branch comparisons
 2026-02-26 10:33 UTC  (4+ messages)
` [PATCH v30 "
  ` [PATCH v30 1/2] refactor format_branch_comparison in preparation
  ` [PATCH v30 2/2] status: add status.compareBranches config for multiple branch comparisons

[GIT PULL] please pull mmc-next-2026-02-26
 2026-02-26 11:48 UTC 

[PATCH 0/1] net/mlx5/core: Fix stack frame size warnings
 2026-02-26 10:33 UTC  (4+ messages)
` [PATCH 1/1] net/mlx5/core: Allocate ttc_params on heap

[RFC PATCH v3 0/8] fuse: LOOKUP_HANDLE operation
 2026-02-26 10:33 UTC  (7+ messages)
` [RFC PATCH v3 6/8] fuse: implementation of lookup_handle+statx compound operation

[oe-core][PATCH] dbus: disable ptest if using dbus-broker
 2026-02-26 10:32 UTC  (3+ messages)

[PATCH net] net: ti: icssg-prueth: Fix ping failure after offload mode setup when link speed is not 1G
 2026-02-26 10:23 UTC 

[Question] json parsing and bpf selftests dependencies
 2026-02-26 10:32 UTC 

[PATCH 6.19 000/781] 6.19.4-rc2 review
 2026-02-26 10:31 UTC  (2+ messages)

[PATCH net-next v5 0/2] icmp: Fix icmp error source address over xfrm tunnel
 2026-02-26 10:29 UTC  (3+ messages)
` [PATCH net-next v5 1/2] icmp: fix ICMP error source address when xfrm policy matches
` [PATCH net-next v5 2/2] selftests: net: add ICMP error source address test over xfrm tunnel

[PATCHv2 4/4] ARM: dts: BCM5301X: AC5300: set WAN MAC from nvram
 2026-02-26 10:29 UTC  (2+ messages)

[PATCH v1 0/6] Introduce Xe PCIe FLR
 2026-02-26 10:28 UTC  (2+ messages)

[GIT PULL FOR v7.1] media: add multi-committer series
 2026-02-26 10:28 UTC 

[PATCH] mm/rmap: fix incorrect pte restoration for lazyfree folios
 2026-02-26 10:28 UTC  (10+ messages)

[PATCH] zram: compression algorithms name use static fields
 2026-02-26 10:27 UTC  (2+ messages)

[PULL] IIO: 1st set of fixes for 7.0
 2026-02-26 10:27 UTC 

[PATCH v5 00/41] arm_mpam: Add KVM/arm64 and resctrl glue code
 2026-02-26 10:26 UTC  (4+ messages)
` [PATCH v5 26/41] arm_mpam: resctrl: Add monitor initialisation and domain boilerplate


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.