Linux-RISC-V Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-19 07:45:30 to 2025-09-23 10:13:10 UTC [more...]

[RFC PATCH v2 00/18] iommu/riscv: Add irqbypass support
 2025-09-23 10:12 UTC  (23+ messages)
` [RFC PATCH v2 01/18] genirq/msi: Provide DOMAIN_BUS_MSI_REMAP
` [RFC PATCH v2 02/18] iommu/riscv: Move struct riscv_iommu_domain and info to iommu.h
` [RFC PATCH v2 03/18] iommu/riscv: Use data structure instead of individual values
` [RFC PATCH v2 04/18] iommu/riscv: Add IRQ domain for interrupt remapping
` [RFC PATCH v2 05/18] iommu/riscv: Prepare to use MSI table
` [RFC PATCH v2 06/18] iommu/riscv: Implement MSI table management functions
` [RFC PATCH v2 07/18] iommu/riscv: Export phys_to_ppn and ppn_to_phys
` [RFC PATCH v2 08/18] iommu/riscv: Use MSI table to enable IMSIC access
` [RFC PATCH v2 09/18] iommu/dma: enable IOMMU_DMA for RISC-V
` [RFC PATCH v2 10/18] RISC-V: Define irqbypass vcpu_info
` [RFC PATCH v2 11/18] iommu/riscv: Maintain each irq msitbl index with chip data
` [RFC PATCH v2 12/18] iommu/riscv: Add guest file irqbypass support
` [RFC PATCH v2 13/18] iommu/riscv: report iommu capabilities
` [RFC PATCH v2 14/18] RISC-V: KVM: Enable KVM_VFIO interfaces on RISC-V arch
` [RFC PATCH v2 15/18] RISC-V: KVM: Add guest file irqbypass support
` [RFC PATCH v2 16/18] vfio: enable IOMMU_TYPE1 for RISC-V
` [RFC PATCH v2 17/18] RISC-V: defconfig: Add VFIO modules
` [RFC PATCH v2 18/18] DO NOT UPSTREAM: RISC-V: KVM: Workaround kvm_riscv_gstage_ioremap() bug

[PATCH v3 0/3] spi: support the SpacemiT K1 SPI controller
 2025-09-23  8:27 UTC  (9+ messages)
` [PATCH v3 1/3] dt-bindings: spi: add SpacemiT K1 SPI support
` [PATCH v3 2/3] spi: spacemit: introduce SpacemiT K1 SPI controller driver
` [PATCH v3 3/3] riscv: dts: spacemit: define a SPI controller node

[PATCH v2 0/1] riscv: bpf: Fix uninitialized symbol 'retval_off'
 2025-09-23  7:34 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH 0/3] riscv: dts: spacemit: add 24c02 eeprom on BPI-F3
 2025-09-23  6:32 UTC  (12+ messages)
` [PATCH 1/3] riscv: dts: spacemit: enable the i2c2 adapter "
` [PATCH 2/3] riscv: dts: spacemit: add 24c02 eeprom "
` [PATCH 3/3] riscv: dts: spacemit: add i2c aliases "

[PATCH v5 00/21] Add Counter delegation ISA extension support
 2025-09-23  6:12 UTC  (3+ messages)
` [PATCH v5 12/21] RISC-V: perf: Modify the counter discovery mechanism
  ` [External] "

[PATCH v2] RISC-V: KVM: Introduce KVM_EXIT_FAIL_ENTRY_NO_VSFILE
 2025-09-23  5:38 UTC 

[PATCH RFC 0/1] Support unknown NMI based on SSE
 2025-09-23  5:05 UTC  (11+ messages)
` [PATCH RFC 1/1] drivers: firmware: riscv: add unknown NMI support
    ` [External] "

[PATCH 0/5] clk/reset: anlogic: add support for DR1V90 SoC
 2025-09-23  3:06 UTC  (7+ messages)
` [PATCH 1/5] clk: correct clk_div_mask() return value for width == 32
` [PATCH 2/5] dt-bindings: clock: add Anlogic DR1V90 CRU
` [PATCH 3/5] clk: anlogic: add cru support for Anlogic DR1V90 SoC
` [PATCH 4/5] reset: anlogic: add support for Anlogic DR1V90 resets
` [PATCH 5/5] riscv: dts: anlogic: add clocks and CRU for DR1V90

[PATCH v2 0/8] Verisilicon DC8200 driver (and adaption to TH1520)
 2025-09-23  2:22 UTC  (19+ messages)
` [PATCH v2 1/8] dt-bindings: vendor-prefixes: add verisilicon
` [PATCH v2 2/8] dt-bindings: display: add verisilicon,dc
` [PATCH v2 3/8] drm: verisilicon: add a driver for Verisilicon display controllers
` [PATCH v2 4/8] dt-bindings: display/bridge: add binding for TH1520 HDMI controller
` [PATCH v2 5/8] drm/bridge: add a driver for T-Head "
` [PATCH v2 6/8] riscv: dts: thead: add DPU and HDMI device tree nodes
` [PATCH v2 7/8] riscv: dts: thead: lichee-pi-4a: enable HDMI
` [PATCH v2 8/8] MAINTAINERS: assign myself as maintainer for verisilicon DC driver

[PATCH 0/6] i2c: spacemit: fix and introduce pio
 2025-09-23  1:24 UTC  (21+ messages)
` [PATCH 1/6] i2c: spacemit: ensure bus release check runs when wait_bus_idle() fails
` [PATCH 2/6] i2c: spacemit: remove stop function to avoid bus error
` [PATCH 3/6] i2c: spacemit: disable SDA glitch fix to avoid restart delay
` [PATCH 4/6] i2c: spacemit: check SDA instead of SCL after bus reset
` [PATCH 5/6] i2c: spacemit: ensure SDA is released "
` [PATCH 6/6] i2c: spacemit: introduce pio for k1

[PATCH 00/11] riscv: Memory type control for platforms with physical memory aliases
 2025-09-22 23:55 UTC  (2+ messages)

[PATCH v4 0/7] Disable ATS via iommu during PCI resets
 2025-09-22 19:39 UTC  (13+ messages)
` [PATCH v4 1/7] iommu/arm-smmu-v3: Add release_domain to attach prior to release_dev()
` [PATCH v4 4/7] iommu: Pass in old domain to attach_dev callback functions
` [PATCH v4 5/7] iommu: Add iommu_get_domain_for_dev_locked() helper
` [PATCH v4 6/7] iommu: Introduce iommu_dev_reset_prepare() and iommu_dev_reset_done()

[PATCH net-next] net: spacemit: Make stats_lock softirq-safe
 2025-09-22 19:00 UTC  (3+ messages)

[PATCH v2 0/5] Add reset controllers for other TH1520 subsystems
 2025-09-22 16:05 UTC  (5+ messages)
` [PATCH v2 1/5] dt-bindings: reset: thead,th1520-reset: Remove non-VO-subsystem resets
` [PATCH v2 2/5] dt-bindings: reset: thead,th1520-reset: Add controllers for more subsys

[PATCH v2 0/3] spi: support the SpacemiT K1 SPI controller
 2025-09-22 15:42 UTC  (15+ messages)
` [PATCH v2 1/3] dt-bindings: spi: add SpacemiT K1 SPI support
` [PATCH v2 2/3] spi: spacemit: introduce SpacemiT K1 SPI controller driver
` [PATCH v2 3/3] riscv: dts: spacemit: define a SPI controller node

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-09-22 14:28 UTC  (5+ messages)

[PATCH v1 0/2] riscv: hwprobe: add Zicbop support
 2025-09-22 13:53 UTC  (2+ messages)

[PATCH v2 00/11] riscv: Add initial support for Anlogic DR1V90
 2025-09-22 12:46 UTC  (12+ messages)
` [PATCH v2 01/11] dt-bindings: vendor-prefixes: Add Anlogic, Milianke and Nuclei
` [PATCH v2 02/11] dt-bindings: riscv: Add Nuclei UX900 compatibles
` [PATCH v2 03/11] dt-bindings: riscv: Add Anlogic DR1V90
` [PATCH v2 04/11] dt-bindings: timer: Add Anlogic DR1V90 CLINT
` [PATCH v2 05/11] dt-bindings: interrupt-controller: Add Anlogic DR1V90 PLIC
` [PATCH v2 06/11] dt-bindings: serial: snps-dw-apb-uart: Add Anlogic DR1V90 uart
` [PATCH v2 07/11] riscv: Add Anlogic SoC famly Kconfig support
` [PATCH v2 08/11] riscv: dts: Add initial Anlogic DR1V90 SoC device tree
` [PATCH v2 09/11] riscv: dts: anlogic: Add Milianke MLKPAI FS01 board
` [PATCH v2 10/11] riscv: defconfig: Enable Anlogic SoC
` [PATCH v2 11/11] MAINTAINERS: Setup support for Anlogic DR1V90 SoC tree

[PATCH] riscv: Use an atomic xchg in pudp_huge_get_and_clear()
 2025-09-22  6:19 UTC  (3+ messages)

[PATCH] RISC-V: KVM: Introduce KVM_EXIT_FAIL_ENTRY_NO_VSFILE
 2025-09-22  3:47 UTC  (2+ messages)

[PATCH 1/1] mm/thp: fix MTE tag mismatch when replacing zero-filled subpages
 2025-09-22  3:36 UTC 

[PATCH v3 0/3] RISC-V: Detect Ssqosid extension and handle srmcfg CSR
 2025-09-21 21:22 UTC  (5+ messages)
` [PATCH v3 1/3] dt-bindings: riscv: Add Ssqosid extension description
` [PATCH v3 2/3] RISC-V: Detect the Ssqosid extension
` [PATCH v3 3/3] RISC-V: Add support for srmcfg CSR from Ssqosid ext

[PATCH v3] RISC-V: re-enable gcc + rust builds
 2025-09-21 19:33 UTC  (3+ messages)

[PATCH v10 00/24] Linux SBI MPXY and RPMI drivers
 2025-09-21 17:25 UTC  (3+ messages)
` [PATCH v10 08/24] dt-bindings: clock: Add RPMI clock service message proxy bindings

[PATCH v4 0/2] ASoC: spacemit: add i2s support to K1 SoC
 2025-09-21  8:52 UTC  (3+ messages)
` [PATCH v4 1/2] ASoC: dt-bindings: Add bindings for SpacemiT K1
` [PATCH v4 2/2] ASoC: spacemit: add i2s support for K1 SoC

[PATCH] irqchip/sifive-plic: avoid interrupt ID 0 handling during suspend/resume
 2025-09-21  8:27 UTC  (2+ messages)

[PATCH v2 0/3] riscv: dts: thead: add more th1520 isa extension support
 2025-09-20 23:39 UTC  (7+ messages)
` [PATCH v2 1/3] riscv: dts: thead: add xtheadvector to the th1520 devicetree
` [PATCH v2 2/3] riscv: dts: thead: add ziccrse for th1520
` [PATCH v2 3/3] riscv: dts: thead: add zfh "

[PATCH v3 6/8] riscv: Apply acquire/release semantics to arch_xchg/arch_cmpxchg operations
 2025-09-20 14:52 UTC  (2+ messages)

[PATCH v3 0/7] Add PCIe support to Sophgo SG2042 SoC
 2025-09-20  7:42 UTC  (4+ messages)
` [PATCH v3 4/7] riscv: sophgo: dts: add PCIe controllers for SG2042
` (subset) [PATCH v3 0/7] Add PCIe support to Sophgo SG2042 SoC

[PATCH v2 0/4] riscv: Add Zalasr ISA extension support
 2025-09-20  6:04 UTC  (10+ messages)
      ` [External] "

[PATCH 0/6] Introduce SpacemiT K1 PCIe phy and host controller
 2025-09-20  5:55 UTC  (9+ messages)
` [PATCH 3/6] dt-bindings: phy: spacemit: introduce PCIe root complex
` [PATCH 5/6] PCI: spacemit: introduce SpacemiT PCIe host driver

[PATCH RESEND v4 0/3] clk: spacemit: fix i2s clock
 2025-09-20  5:55 UTC  (7+ messages)
` [PATCH RESEND v4 1/3] dt-bindings: clock: spacemit: introduce i2s pre-clock to "
` [PATCH RESEND v4 2/3] clk: spacemit: introduce pre-div for ddn clock
` [PATCH RESEND v4 3/3] clk: spacemit: fix i2s clock

[PATCH 0/2] Fix riscv sparse warnings
 2025-09-20  0:55 UTC  (5+ messages)
` [PATCH 1/2] riscv: Fix sparse warning in __get_user_error()
` [PATCH 2/2] riscv: Fix sparse warning about different address spaces

[PATCH net-next 00/10] net: stmmac: remove mac_interface
 2025-09-20  0:30 UTC  (2+ messages)

[PATCH v2] asm-generic: Remove pud_user() from pgtable-nopmd.h
 2025-09-20  0:14 UTC  (2+ messages)

[PATCH 5/6] PCI: spacemit: introduce SpacemiT PCIe host driver
 2025-09-19 18:06 UTC  (3+ messages)

[REGRESSION] riscv/for-next: (build) while in macro instantiation in arch/riscv/kernel/entry.o (arch/ri
 2025-09-19 15:59 UTC 

[REGRESSION] riscv/for-next: (build) while in macro instantiation in arch/riscv/kernel/entry.o (arch/ri
 2025-09-19 15:59 UTC 

[PATCH 0/3] spi: support the SpacemiT K1 SPI controller
 2025-09-19 15:25 UTC  (6+ messages)
` [PATCH 3/3] riscv: dts: spacemit: define a SPI controller node

[REGRESSION] riscv/for-next: (build) in arch/riscv/kernel/entry.o (arch/riscv/kernel/entry.S) [logspec:
 2025-09-19 14:59 UTC 

[REGRESSION] riscv/for-next: (build) in arch/riscv/kernel/entry.o (arch/riscv/kernel/entry.S) [logspec:
 2025-09-19 14:59 UTC 

[syzbot] riscv/for-next build error
 2025-09-19 14:42 UTC 

[PATCH] RISC-V: cpu-hotplug fix
 2025-09-19 13:28 UTC 

[PATCH v3] riscv: Use Zalrsc extension to implement atomic functions
 2025-09-19 13:03 UTC  (2+ messages)

[PATCH v3 0/8] riscv: Add Zalasr ISA extension support
 2025-09-19 12:12 UTC  (6+ messages)
  ` [External] "

[PATCH v2 0/2] Poweroff/reboot support for TH1520 via AON
 2025-09-19 10:57 UTC  (2+ messages)

[PATCH v1 0/3] Only link libstub to final vmlinux
 2025-09-19  9:36 UTC  (4+ messages)
` [PATCH v1 1/3] LoongArch: "
` [PATCH v1 2/3] arm64: "
` [PATCH v1 3/3] riscv: "

[GIT PULL] RISC-V SpacemiT Devicetrees for v6.18
 2025-09-19  9:31 UTC  (2+ messages)

[PATCH net-next v12 0/5] Add Ethernet MAC support for SpacemiT K1
 2025-09-19  8:53 UTC  (3+ messages)

[PATCH v6 05/11] KVM: guest_memfd: Add flag to remove from direct map
 2025-09-19  8:44 UTC  (2+ messages)

[PATCH v6 01/11] filemap: Pass address_space mapping to ->free_folio()
 2025-09-19  8:30 UTC  (2+ messages)

[PATCH v6 05/11] KVM: guest_memfd: Add flag to remove from direct map
 2025-09-19  8:25 UTC  (2+ messages)

Pytanie o samochód
 2025-09-19  7:46 UTC 


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