messages from 2026-03-17 20:24:44 to 2026-03-19 02:41:37 UTC [more...]
[PATCH 0/3] usb: spacemit: k3: Add USB2.0 support
2026-03-19 2:41 UTC (10+ messages)
` [PATCH 1/3] dt-bindings: usb: dwc3: spacemit: add support for K3 SoC
` [PATCH 2/3] usb: dwc3: dwc3-generic-plat: "
` [PATCH 3/3] riscv: dts: spacemit: k3: Add USB2.0 support
[PATCH 0/8] gpu: nova-core: convert registers to use the kernel register macro
2026-03-19 2:20 UTC (19+ messages)
` [PATCH 1/8] gpu: nova-core: convert PMC registers to "
` [PATCH 2/8] gpu: nova-core: convert PBUS "
` [PATCH 3/8] gpu: nova-core: convert PFB "
` [PATCH 4/8] gpu: nova-core: convert GC6 "
` [PATCH 5/8] gpu: nova-core: convert FUSE "
` [PATCH 6/8] gpu: nova-core: convert PDISP "
` [PATCH 7/8] gpu: nova-core: convert falcon "
` [PATCH 8/8] Documentation: nova: remove register abstraction task
[PATCH v5 00/17] cleanup in spi by use devm_clk_get_enabled
2026-03-19 2:04 UTC (18+ messages)
` [PATCH v5 01/17] spi: axiado: Simplify clock management with devm_clk_get_enabled()
` [PATCH v5 02/17] spi: bcm63xx-hsspi: Simplify clock handling "
` [PATCH v5 03/17] spi: bcmbca-hsspi: "
` [PATCH v5 04/17] spi: img-spfi: "
` [PATCH v5 05/17] spi: imx: "
` [PATCH v5 06/17] spi: npcm-pspi: "
` [PATCH v5 07/17] spi: orion: "
` [PATCH v5 08/17] spi: rockchip-sfc: "
` [PATCH v5 09/17] spi: sifive: "
` [PATCH v5 10/17] spi: slave-mt27xx: "
` [PATCH v5 11/17] spi: st: "
` [PATCH v5 12/17] spi: stm32-qspi: "
` [PATCH v5 13/17] spi: stm32: "
` [PATCH v5 14/17] spi: sunplus-sp7021: "
` [PATCH v5 15/17] spi: uniphier: "
` [PATCH v5 16/17] spi: zynq-qspi: "
` [PATCH v5 17/17] spi: zynqmp-gqspi: "
[REGRESSION] perf build failed after 5cf6e76e4f4f ("libperf: Don't remove -g when EXTRA_CFLAGS are used") on riscv64 with gcc 13
2026-03-19 1:56 UTC
[PATCH v3 0/7] riscv: spacemit: enable SD card support with UHS modes for OrangePi RV2
2026-03-19 1:53 UTC (6+ messages)
` [PATCH v3 5/7] riscv: dts: spacemit: k1-orangepi-rv2: add PMIC and power infrastructure
` [PATCH v3 7/7] riscv: dts: spacemit: k1-bananapi-f3: add SD card support with UHS modes
[PATCH RESEND 0/2] riscv: fix minor typos and style issues in XIP code
2026-03-18 23:23 UTC (2+ messages)
[PATCH 1/1] usb: dwc3: dwc3-generic-plat: Add optional VBUS regulator support
2026-03-18 23:15 UTC (4+ messages)
[PATCH] riscv: Simplify assignment for UTS_MACHINE
2026-03-18 23:13 UTC (2+ messages)
[PATCH v8 0/3] Fix get cpu steer-tag fail on ARM64 platform
2026-03-18 21:34 UTC (5+ messages)
` [PATCH v8 1/3] ACPI: Refactor get_acpi_id_for_cpu() to acpi_get_cpu_uid() on non-x86
` [PATCH v8 2/3] x86: Implement acpi_get_cpu_uid()
` [PATCH v8 3/3] PCI/TPH: Fix get cpu steer-tag fail on ARM64 platform
[PATCH] RISC-V: KVM: Fix out-of-bounds by 1
2026-03-18 21:19 UTC (2+ messages)
[PATCH 0/3] thermal: spacemit: Add support for SpacemiT K1 SoC thermal sensor
2026-03-18 20:29 UTC (2+ messages)
[PATCH v2] riscv: disable local interrupts and stop other CPUs before reboot/shutdown
2026-03-18 20:18 UTC (3+ messages)
[PATCH v3 11/17] spi: st: Use helper function devm_clk_get_enabled()
2026-03-18 19:02 UTC (2+ messages)
[PATCH v3 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
2026-03-18 17:47 UTC (25+ messages)
` [PATCH v3 01/23] mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()
` [PATCH v3 02/23] tools/testing/vma: add unit tests flag empty, diff_pair, and[_mask]
` [PATCH v3 03/23] mm/vma: add further vma_flags_t unions
` [PATCH v3 04/23] tools/testing/vma: convert bulk of test code to vma_flags_t
` [PATCH v3 05/23] mm/vma: use new VMA flags for sticky flags logic
` [PATCH v3 06/23] tools/testing/vma: fix VMA flag tests
` [PATCH v3 07/23] mm/vma: add append_vma_flags() helper
` [PATCH v3 08/23] tools/testing/vma: add simple test for append_vma_flags()
` [PATCH v3 09/23] mm: unexport vm_brk_flags() and eliminate vm_flags parameter
` [PATCH v3 10/23] mm/vma: introduce vma_flags_same[_mask/_pair]()
` [PATCH v3 11/23] mm/vma: introduce [vma_flags,legacy]_to_[legacy,vma_flags]() helpers
` [PATCH v3 12/23] tools/testing/vma: test that legacy flag helpers work correctly
` [PATCH v3 13/23] mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistent
` [PATCH v3 14/23] tools/testing/vma: update VMA flag tests to test vma_test[_any_mask]()
` [PATCH v3 15/23] mm: introduce vma_flags_count() and vma[_flags]_test_single_mask()
` [PATCH v3 16/23] tools/testing/vma: test vma_flags_count,vma[_flags]_test_single_mask
` [PATCH v3 17/23] mm: convert do_brk_flags() to use vma_flags_t
` [PATCH v3 18/23] mm: update vma_supports_mlock() to use new VMA flags
` [PATCH v3 19/23] mm/vma: introduce vma_clear_flags[_mask]()
` [PATCH v3 20/23] tools/testing/vma: update VMA tests to test vma_clear_flags[_mask]()
` [PATCH v3 21/23] mm/vma: convert as much as we can in mm/vma.c to vma_flags_t
` [PATCH v3 22/23] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
` [PATCH v3 23/23] mm/vma: convert __mmap_region() "
[PATCH] riscv: patch: Avoid early page_to_phys()
2026-03-18 17:42 UTC (2+ messages)
[PATCH v4 00/17] cleanup in spi by use devm_clk_get_enabled
2026-03-18 17:20 UTC (20+ messages)
` [PATCH v4 01/17] spi: axiado: Simplify clock management with devm_clk_get_enabled()
` [PATCH v4 02/17] spi: bcm63xx-hsspi: Simplify clock handling "
` [PATCH v4 03/17] spi: bcmbca-hsspi: "
` [PATCH v4 04/17] spi: img-spfi: "
` [PATCH v4 05/17] spi: imx: "
` [PATCH v4 06/17] spi: npcm-pspi: "
` [PATCH v4 07/17] spi: orion: "
` [PATCH v4 08/17] spi: rockchip-sfc: "
` [PATCH v4 09/17] spi: sifive: "
` [PATCH v4 10/17] spi: slave-mt27xx: "
` [PATCH v4 11/17] spi: st: "
` [PATCH v4 12/17] spi: stm32-qspi: "
` [PATCH v4 13/17] spi: stm32: "
` [Linux-stm32] "
` [PATCH v4 14/17] spi: sunplus-sp7021: "
` [PATCH v4 15/17] spi: uniphier: "
` [PATCH v4 16/17] spi: zynq-qspi: "
` [PATCH v4 17/17] spi: zynqmp-gqspi: "
[PATCH v3 07/17] spi: orion: Use helper function devm_clk_get_enabled()
2026-03-18 17:04 UTC (2+ messages)
[PATCH net-next v4 00/13] macb usrio/tsu patches
2026-03-18 16:37 UTC (14+ messages)
` [PATCH net-next v4 01/13] net: macb: rename macb_default_usrio to at91_default_usrio as not all platforms have mii mode control in usrio
` [PATCH net-next v4 02/13] net: macb: split USRIO_HAS_CLKEN capability in two
` [PATCH net-next v4 03/13] dt-bindings: net: cdns,macb: replace cdns,refclk-ext with cdns,refclk-source
` [PATCH net-next v4 04/13] net: macb: rework usrio refclk selection code
` [PATCH net-next v4 05/13] net: macb: np4 doesn't need a usrio pointer
` [PATCH net-next v4 06/13] net: macb: add mpfs specific usrio configuration
` [PATCH net-next v4 07/13] net: macb: warn on pclk use as a tsu_clk fallback
` [PATCH net-next v4 08/13] net: macb: clean up tsu clk rate acquisition
` [PATCH net-next v4 09/13] dt-bindings: net: macb: add property indicating timer adjust mode
` [PATCH net-next v4 10/13] net: macb: timer adjust mode is not supported
` [PATCH net-next v4 11/13] net: macb: runtime detect MACB_CAPS_USRIO_DISABLED
` [PATCH net-next v4 12/13] net: macb: set MACB_CAPS_USRIO_DISABLED if no usrio config is provided
` [PATCH net-next v4 13/13] net: macb: drop usrio pointer on EyeQ5 config
[PATCH v3 0/3] RISC-V: KVM: Fix hugepage mapping handling during dirty logging
2026-03-16 6:20 UTC (4+ messages)
` [PATCH v3 1/3] RISC-V: KVM: Fix lost write protection on huge pages "
` [PATCH v3 2/3] RISC-V: KVM: Allow splitting huge pages to arbitrary level
` [PATCH v3 3/3] RISC-V: KVM: Split huge pages during fault handling for dirty logging
[PATCH v11 00/16] Direct Map Removal Support for guest_memfd
2026-03-17 14:13 UTC (17+ messages)
` [PATCH v11 01/16] set_memory: set_direct_map_* to take address
` [PATCH v11 02/16] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v11 03/16] mm/secretmem: make use of folio_{zap,restore}_direct_map
` [PATCH v11 04/16] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v11 05/16] mm/gup: drop local variable in gup_fast_folio_allowed
` [PATCH v11 06/16] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v11 07/16] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v11 08/16] KVM: x86: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v11 09/16] KVM: arm64: "
` [PATCH v11 10/16] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v11 11/16] KVM: selftests: load elf via bounce buffer
` [PATCH v11 12/16] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v11 13/16] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v11 14/16] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
` [PATCH v11 15/16] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v11 16/16] KVM: selftests: Test guest execution from direct map removed gmem
[PATCH v2 0/2] irqchip/riscv-aplic: Fix RISC-V APLIC irqchip probe issues
2026-03-10 6:17 UTC (3+ messages)
` [PATCH v2 1/2] irqchip/riscv-aplic: Do not clear ACPI dependencies on probe failure
` [PATCH v2 2/2] irqchip/riscv-aplic: Register syscore operations only once
[PATCH 00/15] exec: Remove AT_VECTOR_SIZE_ARCH from UAPI
2026-03-18 16:22 UTC (4+ messages)
` [PATCH 14/15] alpha: remove "
[PATCH] riscv: vector: treat VS_INITIAL as discard
2026-03-18 15:32 UTC (3+ messages)
[PATCH v3 01/17] spi: axiado: Use helper function devm_clk_get_enabled()
2026-03-18 15:05 UTC (2+ messages)
[PATCH v2 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
2026-03-18 14:42 UTC (5+ messages)
` [PATCH v2 01/23] mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()
` [PATCH v2 03/23] mm/vma: add further vma_flags_t unions
[PATCH v3] reset: spacemit: k3: Decouple composite reset lines
2026-03-18 13:17 UTC (4+ messages)
[PATCH v2] RISC-V: KVM: Batch stage-2 remote TLB flushes
2026-03-18 12:35 UTC
[PATCH v3 0/2] riscv: Introduce support for hardware break/watchpoints
2026-03-18 12:00 UTC (3+ messages)
` [PATCH v3 1/2] "
[PATCH v13 0/5] PolarFire SoC GPIO interrupt support
2026-03-18 11:04 UTC (6+ messages)
` [PATCH v13 1/5] dt-bindings: gpio: fix microchip,mpfs-gpio interrupt documentation
` [PATCH v13 2/5] gpio: mpfs: Add interrupt support
` [PATCH v13 3/5] dt-bindings: soc: microchip: document PolarFire SoC's gpio interrupt mux
` [PATCH v13 4/5] soc: microchip: add mpfs gpio interrupt mux driver
` [PATCH v13 5/5] riscv: dts: microchip: update mpfs gpio interrupts to better match the SoC
[PATCH 1/1] riscv: dts: spacemit: reorder phy nodes for K1
2026-03-18 10:00 UTC
[PATCH] RISC-V: KVM: Fix double-free of sdata in kvm_pmu_clear_snapshot_area()
2026-03-18 9:29 UTC
[PATCH] pwm: th1520: fix `CLIPPY=1` warning
2026-03-18 8:41 UTC (2+ messages)
[PATCH 00/11] Drivers: hv: Add ARM64 support in mshv_vtl
2026-03-18 4:23 UTC (3+ messages)
[PATCH v7 0/3] Fix get cpu steer-tag fail on ARM64 platform
2026-03-18 4:04 UTC (6+ messages)
` [PATCH v7 1/3] ACPI: Refactor get_acpi_id_for_cpu() to acpi_get_cpu_uid() on non-x86
[PATCH v3] riscv: dts: spacemit: Add ethernet device for K3
2026-03-18 3:55 UTC
[PATCH net-next v10 0/4] riscv: spacemit: Add ethernet support for K3
2026-03-18 3:40 UTC (2+ messages)
[PATCH v2] riscv: dts: spacemit: Add ethernet device for K3
2026-03-18 0:39 UTC
[PATCH v4 phy-next 00/24] Split Generic PHY consumer and provider API
2026-03-18 0:08 UTC (26+ messages)
` [PATCH v4 phy-next 01/24] ata: add <linux/pm_runtime.h> where missing
` [PATCH v4 phy-next 02/24] PCI: Add missing headers transitively included by <linux/phy/phy.h>
` [PATCH v4 phy-next 03/24] usb: add "
` [PATCH v4 phy-next 04/24] drm: add <linux/pm_runtime.h> where missing
` [PATCH v4 phy-next 05/24] phy: "
` [PATCH v4 phy-next 06/24] phy: spacemit: include missing <linux/phy/phy.h>
` [PATCH v4 phy-next 07/24] net: lan969x: include missing <linux/of.h>
` [PATCH v4 phy-next 08/24] PCI: Remove device links to PHY
` [PATCH v4 phy-next 09/24] ufs: exynos: stop poking into struct phy guts
` [PATCH v4 phy-next 10/24] drm/rockchip: dw_hdmi: avoid direct dereference of phy->dev.of_node
` [PATCH v4 phy-next 11/24] drm/msm/dp: remove debugging prints with internal struct phy state
` [PATCH v4 phy-next 12/24] phy: move provider API out of public <linux/phy/phy.h>
` [PATCH v4 phy-next 13/24] phy: make phy_get_mode(), phy_(get|set)_bus_width() NULL tolerant
` [PATCH v4 phy-next 14/24] phy: introduce phy_get_max_link_rate() helper for consumers
` [PATCH v4 phy-next 15/24] drm/rockchip: dsi: include PHY provider header
` [PATCH v4 phy-next 16/24] drm: bridge: cdns-mhdp8546: use consumer API for getting PHY bus width
` [PATCH v4 phy-next 17/24] media: sunxi: a83-mips-csi2: include PHY provider header
` [PATCH v4 phy-next 18/24] net: renesas: rswitch: "
` [PATCH v4 phy-next 19/24] pinctrl: tegra-xusb: "
` [PATCH v4 phy-next 20/24] power: supply: cpcap-charger: include missing <linux/property.h>
` [PATCH v4 phy-next 21/24] phy: include PHY provider header (1/2)
` [PATCH v4 phy-next 22/24] phy: include PHY provider header (2/2)
` [PATCH v4 phy-next 23/24] phy: remove temporary provider compatibility from consumer header
` [PATCH v4 phy-next 24/24] MAINTAINERS: add regexes for linux-phy
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox