public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2023-09-26 11:20:30 to 2023-09-29 13:10:55 UTC [more...]

[PATCH 0/2] pwm: add driver for T-THEAD TH1520 SoC
 2023-09-29 13:10 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: pwm: Add T-HEAD PWM controller
` [PATCH 2/2] pwm: add T-HEAD PWM driver

[PATCH v9 00/15] Linux RISC-V AIA Support
 2023-09-29 12:32 UTC  (19+ messages)
` [PATCH v9 01/15] RISC-V: Don't fail in riscv_of_parent_hartid() for disabled HARTs
` [PATCH v9 02/15] of: property: Add fw_devlink support for msi-parent
` [PATCH v9 03/15] drivers: irqchip/riscv-intc: Mark all INTC nodes as initialized
` [PATCH v9 04/15] irqchip/sifive-plic: Fix syscore registration for multi-socket systems
` [PATCH v9 05/15] irqchip/sifive-plic: Convert PLIC driver into a platform driver
` [PATCH v9 06/15] irqchip/riscv-intc: Add support for RISC-V AIA
` [PATCH v9 07/15] dt-bindings: interrupt-controller: Add RISC-V incoming MSI controller
` [PATCH v9 08/15] irqchip: Add RISC-V incoming MSI controller early driver
` [PATCH v9 09/15] irqchip/riscv-imsic: Add support for platform MSI irqdomain
` [PATCH v9 10/15] irqchip/riscv-imsic: Add support for PCI "
` [PATCH v9 11/15] dt-bindings: interrupt-controller: Add RISC-V advanced PLIC
` [PATCH v9 12/15] irqchip: Add RISC-V advanced PLIC driver for direct-mode
` [PATCH v9 13/15] irqchip/riscv-aplic: Add support for MSI-mode
` [PATCH v9 14/15] RISC-V: Select APLIC and IMSIC drivers
` [PATCH v9 15/15] MAINTAINERS: Add entry for RISC-V AIA drivers

[syzbot] riscv/fixes test error: BUG: got no coverage: (3)
 2023-09-29 11:40 UTC  (3+ messages)

[PATCH v2] RISC-V: Probe misaligned access speed in parallel
 2023-09-29 11:19 UTC  (6+ messages)

[PATCH] riscv: mm: Synchronize memory attributes for all mm in free_initmem() on RV32 platform
 2023-09-29 10:43 UTC  (2+ messages)

[PATCH 0/5] Enable peripherals on RZ/Five SMARC EVK
 2023-09-29  8:35 UTC  (8+ messages)
` [PATCH 1/5] riscv: dts: renesas: r9a07g043f: Add L2 cache node
` [PATCH 2/5] riscv: dts: renesas: r9a07g043f: Add dma-noncoherent property
` [PATCH 3/5] riscv: dts: renesas: rzfive-smarc: Enable the blocks which were explicitly disabled
` [PATCH 4/5] riscv: dts: renesas: rzfive-smarc: Drop dma properties from SSI1 node
` [PATCH 5/5] riscv: configs: defconfig: Enable configs required for RZ/Five SoC

[PATCH] riscv: fix out of bounds in walk_stackframe
 2023-09-29  8:25 UTC  (8+ messages)

[PATCH v2 0/2] Fix set_huge_pte_at() panic on arm64
 2023-09-29  6:36 UTC  (3+ messages)
` [PATCH v2 1/2] mm: hugetlb: Add huge page size param to set_huge_pte_at()

[PATCH 0/7] Add support to handle misaligned accesses in S-mode
 2023-09-29  1:02 UTC  (15+ messages)
` [PATCH 1/7] riscv: remove unused functions in traps_misaligned.c
` [PATCH 2/7] riscv: add support for misaligned handling in S-mode
` [PATCH 3/7] riscv: report perf event for misaligned fault
` [PATCH 4/7] riscv: add floating point insn support to misaligned access emulation
` [PATCH 5/7] riscv: add support for sysctl unaligned_enabled control
` [PATCH 6/7] riscv: report misaligned accesses emulation to hwprobe
` [PATCH 7/7] riscv: add support for PR_SET_UNALIGN and PR_GET_UNALIGN

[PATCH 00/26] KVM: vfio: Hide KVM internals from others
 2023-09-28 22:21 UTC  (13+ messages)
` [PATCH 01/26] vfio: Wrap KVM helpers with CONFIG_KVM instead of CONFIG_HAVE_KVM
` [PATCH 02/26] vfio: Move KVM get/put helpers to colocate it with other KVM related code
` [PATCH 03/26] virt: Declare and define vfio_file_set_kvm() iff CONFIG_KVM is enabled
` [PATCH 04/26] vfio: Add struct to hold KVM assets and dedup group vs. iommufd code
` [PATCH 05/26] vfio: KVM: Pass get/put helpers from KVM to VFIO, don't do circular lookup
` [PATCH 06/26] KVM: Drop CONFIG_KVM_VFIO and just look at KVM+VFIO

[PATCH v4 00/36] arm64/gcs: Provide support for GCS in userspace
 2023-09-28 16:59 UTC  (11+ messages)
` [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks

[PATCH] clocksource/drivers/riscv: Increase the clock_event rating
 2023-09-28 16:33 UTC  (5+ messages)

[PATCH -fixes 0/2] Fix set_huge_pte_at()
 2023-09-28 15:18 UTC  (3+ messages)
` [PATCH -fixes 1/2] riscv: Handle VM_FAULT_[HWPOISON|HWPOISON_LARGE] faults instead of panicking
` [PATCH -fixes 2/2] riscv: Fix set_huge_pte_at() for NAPOT mappings when a swap entry is set

[PATCH 0/2] usb: dwc3: add driver for T-HEAD TH1520 SoC
 2023-09-28 14:47 UTC  (8+ messages)
` [PATCH 1/2] dt-bindings: usb: Add T-HEAD TH1520 USB controller
` [PATCH 2/2] usb: dwc3: add T-HEAD TH1520 usb driver

[PATCH v2] MAINTAINERS: Add Hal as one of the maintainers of SFCTEMP HWMON DRIVER
 2023-09-28 12:33 UTC  (3+ messages)

[PATCH bpf-next v2 0/6] Zbb support and code simplification for RV64 JIT
 2023-09-28 11:08 UTC  (15+ messages)
` [PATCH bpf-next v2 1/6] riscv, bpf: Unify 32-bit sign-extension to emit_sextw
` [PATCH bpf-next v2 2/6] riscv, bpf: Unify 32-bit zero-extension to emit_zextw
` [PATCH bpf-next v2 3/6] riscv, bpf: Simplify sext and zext logics in branch instructions
` [PATCH bpf-next v2 4/6] riscv, bpf: Add necessary Zbb instructions
` [PATCH bpf-next v2 5/6] riscv, bpf: Optimize sign-extention mov insns with Zbb support
` [PATCH bpf-next v2 6/6] riscv, bpf: Optimize bswap "

[PATCH] docs: move riscv under arch
 2023-09-28 10:58 UTC  (2+ messages)

[PATCH bpf-next 0/4] Mixing bpf2bpf and tailcalls for RV64
 2023-09-28 10:39 UTC  (5+ messages)
` [PATCH bpf-next 4/4] riscv, bpf: Mixing bpf2bpf and tailcalls

[PATCH v3 00/11] Add Milk-V Pioneer RISC-V board support
 2023-09-28  9:55 UTC  (25+ messages)
` [PATCH v3 01/11] riscv: Add SOPHGO SOC family Kconfig support
` [PATCH v3 02/11] dt-bindings: vendor-prefixes: add milkv/sophgo
` [PATCH v3 03/11] dt-bindings: riscv: add sophgo sg2042 bindings
` [PATCH v3 04/11] dt-bindings: riscv: Add T-HEAD C920 compatibles
` [PATCH v3 05/11] dt-bindings: interrupt-controller: Add Sophgo SG2042 PLIC
` [PATCH v3 06/11] dt-bindings: timer: Add Sophgo sg2042 CLINT timer
` [PATCH v3 07/11] dt-bindings: interrupt-controller: Add Sophgo sg2042 CLINT mswi
` [PATCH v3 08/11] MAINTAINERS: add two files to sophgo devicetrees entry
` [PATCH v3 09/11] riscv: dts: add initial Sophgo SG2042 SoC device tree
` [PATCH v3 10/11] riscv: dts: sophgo: add Milk-V Pioneer board "
` [PATCH v3 11/11] riscv: defconfig: enable SOPHGO SoC

[PATCH v3 0/2] riscv: correct pt_level name via pgtable_l5/4_enabled
 2023-09-28  8:13 UTC  (3+ messages)
` [PATCH v3 1/2] RISC-V: Provide pgtable_l5_enabled on rv32

[PATCH 00/40] soc: Convert to platform remove callback returning void
 2023-09-28  6:14 UTC  (5+ messages)

[PATCH v8 00/16] Linux RISC-V AIA Support
 2023-09-28  4:38 UTC  (10+ messages)
` [PATCH v8 02/16] RISC-V: Add riscv_get_intc_hartid() function
` [PATCH v8 09/16] irqchip: Add RISC-V incoming MSI controller early driver
` [PATCH v8 13/16] irqchip: Add RISC-V advanced PLIC driver for direct-mode

[PATCH v4 0/6] riscv: SCS support
 2023-09-27 22:48 UTC  (7+ messages)
` [PATCH v4 1/6] riscv: VMAP_STACK overflow detection thread-safe
` [PATCH v4 2/6] riscv: Deduplicate IRQ stack switching
` [PATCH v4 3/6] riscv: Move global pointer loading to a macro
` [PATCH v4 4/6] riscv: Implement Shadow Call Stack
` [PATCH v4 5/6] riscv: Use separate IRQ shadow call stacks
` [PATCH v4 6/6] lkdtm: Fix CFI_BACKWARD on RISC-V

[PATCH v2 -next 0/4] RISC-V: ACPI improvements
 2023-09-27 20:15 UTC  (6+ messages)
` [PATCH v2 -next 1/4] RISC-V: ACPI: Enhance acpi_os_ioremap with MMIO remapping
` [PATCH v2 -next 2/4] RISC-V: ACPI: RHCT: Add function to get CBO block sizes
` [PATCH v2 -next 3/4] RISC-V: cacheflush: Initialize CBO variables on ACPI systems
` [PATCH v2 -next 4/4] clocksource/timer-riscv: ACPI: Add timer_cannot_wakeup_cpu

[PATCH v2 0/3] Add Svadu Extension Support
 2023-09-27 18:44 UTC  (11+ messages)
` [PATCH v2 1/3] RISC-V: Detect and Enable "
` [PATCH v2 2/3] dt-bindings: riscv: Add Svadu Entry
` [PATCH v2 3/3] RISC-V: KVM: Add Svadu Extension Support for Guest/VM

[PATCH] perf vendor events riscv: add Starfive Dubhe JSON file
 2023-09-27 17:05 UTC 

[PATCH v2 0/9] KVM RISC-V Conditional Operations
 2023-09-27 15:26 UTC  (12+ messages)
` [PATCH v2 2/9] RISC-V: Detect XVentanaCondOps from ISA string

[PATCH] riscv: signal: fix sigaltstack frame size checking
 2023-09-27 14:46 UTC  (2+ messages)

[GIT PULL 0/5] Missed starfive pmdomain changes for v6.6, now for v6.7
 2023-09-27 13:26 UTC  (8+ messages)
` [GIT PULL 2/5] dt-bindings: power: Add power-domain header for JH7110

[PATCH v1 0/7] DCE/DSE: Add Dead Syscalls Elimination support, part1
 2023-09-27 10:21 UTC  (6+ messages)

[PATCH v7 0/19] Refactoring Microchip PCIe driver and add StarFive PCIe
 2023-09-27 10:08 UTC  (20+ messages)
` [PATCH v7 01/19] dt-bindings: PCI: Add PLDA XpressRICH PCIe host common properties
` [PATCH v7 02/19] PCI: microchip: Move pcie-microchip-host.c to plda directory
` [PATCH v7 03/19] PCI: microchip: Move PLDA IP register macros to pcie-plda.h
` [PATCH v7 04/19] PCI: microchip: Rename data structure
` [PATCH v7 05/19] PCI: microchip: Rename two setup functions
` [PATCH v7 06/19] PCI: microchip: Change the argument of plda_pcie_setup_iomems()
` [PATCH v7 07/19] PCI: plda: Move the setup functions to pcie-plda-host.c
` [PATCH v7 08/19] PCI: plda: Add event interrupt codes and IRQ domain ops
` [PATCH v7 09/19] PCI: microchip: Rename interrupt related functions
` [PATCH v7 10/19] PCI: microchip: Add num_events field to struct plda_pcie_rp
` [PATCH v7 11/19] PCI: microchip: Add request_event_irq() callback function
` [PATCH v7 12/19] PCI: microchip: Add INTx and MSI event num to struct plda_event
` [PATCH v7 13/19] PCI: microchip: Add get_events() callback function
` [PATCH v7 14/19] PCI: microchip: Add event IRQ domain ops to struct plda_event
` [PATCH v7 15/19] PCI: microchip: Move IRQ functions to pcie-plda-host.c
` [PATCH v7 16/19] PCI: plda: Set plda_event_handler() and event ops to static
` [PATCH v7 17/19] dt-bindings: PCI: Add StarFive JH7110 PCIe controller
` [PATCH v7 18/19] PCI: starfive: Add "
` [PATCH v7 19/19] riscv: dts: starfive: add PCIe dts configuration for JH7110

[PATCH v3 00/11] Add SOPHGO SOC family Kconfig support
 2023-09-27  8:33 UTC  (4+ messages)
` [PATCH v3 01/11] riscv: "

Pozycjonowanie- informacja
 2023-09-27  8:30 UTC 

[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
 2023-09-27  5:19 UTC  (5+ messages)
` [RFC PATCH v12 11/33] KVM: Introduce per-page memory attributes

[PATCH] riscv: dts: starfive: Add VisionFive 2 PHY supplies
 2023-09-27  3:46 UTC  (3+ messages)

[PATCH] selftests: Fix wrong TARGET in kselftest top level Makefile
 2023-09-27  1:18 UTC  (2+ messages)

[PATCH] irqchip/riscv-intc: Mark INTC nodes for secondary CPUs as initialized
 2023-09-26 20:44 UTC  (2+ messages)

[PATCH v3 0/3] Change tuning implementation
 2023-09-26 15:03 UTC  (2+ messages)

[RFC PATCH v2 00/35] ACPI/arm64: add support for virtual cpuhotplug
 2023-09-26 13:16 UTC  (2+ messages)


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