public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2023-09-22 07:54:49 to 2023-09-26 10:29:35 UTC [more...]

[PATCH v2 00/11] Add Milk-V Pioneer RISC-V board support
 2023-09-26 10:29 UTC  (12+ messages)
` [PATCH v2 08/11] serial: 8250_dw: Add Sophgo SG2042 support

[PATCH] irqchip/riscv-intc: Mark INTC nodes for secondary CPUs as initialized
 2023-09-26 10:28 UTC 

[PATCH v3 0/2] riscv: Optimize bitops with Zbb extension
 2023-09-26  9:46 UTC  (3+ messages)
` [PATCH v3 1/2] riscv: Rearrange hwcap.h and cpufeature.h
` [PATCH v3 2/2] riscv: Optimize bitops with Zbb extension

[RFC v2 0/6] riscv,isa-extensions additions
 2023-09-26  9:14 UTC  (15+ messages)
` [RFC v2 1/6] riscv: dts: microchip: convert isa detection to new properties
` [RFC v2 2/6] riscv: dts: sifive: "
` [RFC v2 3/6] riscv: dts: starfive: "
` [RFC v2 4/6] riscv: dts: renesas: "
` [RFC v2 5/6] riscv: dts: allwinner: "
` [RFC v2 6/6] riscv: dts: thead: "

[PATCH v2 1/2] riscv: Rearrange hwcap.h and cpufeature.h
 2023-09-26  8:39 UTC  (3+ messages)

[PATCH v3 00/13] mm: jit/text allocator
 2023-09-26  8:32 UTC  (27+ messages)
` [PATCH v3 02/13] mm: introduce execmem_text_alloc() and execmem_free()
` [PATCH v3 06/13] mm/execmem: introduce execmem_data_alloc()
` [PATCH v3 08/13] riscv: extend execmem_params for generated code allocations
` [PATCH v3 09/13] powerpc: extend execmem_params for kprobes allocations
` [PATCH v3 10/13] arch: make execmem setup available regardless of CONFIG_MODULES

[PATCH v1 0/7] DCE/DSE: Add Dead Syscalls Elimination support, part1
 2023-09-26  7:14 UTC  (13+ messages)
` [PATCH v1 1/7] DCE: add debug support
` [PATCH v1 2/7] DCE/DSE: add unused syscalls elimination configure support
` [PATCH v1 3/7] DCE/DSE: Add a new scripts/Makefile.syscalls
` [PATCH v1 4/7] DCE/DSE: mips: add HAVE_TRIM_UNUSED_SYSCALLS support
` [PATCH v1 5/7] DCE/DSE: riscv: move syscall tables to syscalls/
` [PATCH v1 6/7] DCE/DSE: riscv: add HAVE_TRIM_UNUSED_SYSCALLS support
` [PATCH v1 7/7] DCE/DSE: riscv: trim syscall tables

[PATCH v1 0/3] dma: sf-pdma: various sf-pdma updates for the mpfs platform
 2023-09-26  7:04 UTC  (13+ messages)
` [PATCH v1 1/3] dmaengine: sf-pdma: Support of_dma_controller_register()
` [PATCH v1 2/3] dt-bindings: dma: sf-pdma: add new compatible name
` [PATCH v1 3/3] dmaengine: sf-pdma: add mpfs-pdma "

[PATCH v2 0/9] KVM RISC-V Conditional Operations
 2023-09-26  4:14 UTC  (20+ messages)
` [PATCH v2 1/9] dt-bindings: riscv: Add XVentanaCondOps extension entry
` [PATCH v2 2/9] RISC-V: Detect XVentanaCondOps from ISA string
` [PATCH v2 3/9] dt-bindings: riscv: Add Zicond extension entry
` [PATCH v2 4/9] RISC-V: Detect Zicond from ISA string
` [PATCH v2 5/9] RISC-V: KVM: Allow XVentanaCondOps extension for Guest/VM
` [PATCH v2 6/9] RISC-V: KVM: Allow Zicond "
` [PATCH v2 7/9] KVM: riscv: selftests: Add senvcfg register to get-reg-list test
` [PATCH v2 8/9] KVM: riscv: selftests: Add smstateen registers "
` [PATCH v2 9/9] KVM: riscv: selftests: Add condops extensions "

[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
 2023-09-25 17:37 UTC  (9+ messages)
` [RFC PATCH v12 07/33] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [RFC PATCH v12 11/33] KVM: Introduce per-page memory attributes

[RFC PATCH 0/5] RISC-V: hwprobe related stuff
 2023-09-25 16:26 UTC  (8+ messages)
` [RFC PATCH 3/5] RISC-V: hwprobe: Introduce which-cpus flag

[PATCH] riscv: errata: andes: Makefile: Fix randconfig build issue
 2023-09-25 15:38 UTC 

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

[PATCH v5 0/1] Risc-V Svinval support
 2023-09-25 15:12 UTC  (2+ messages)

[RFC PATCH 1/1] riscv: add Kconfig.vdso
 2023-09-25 15:08 UTC  (2+ messages)

[PATCH 0/6] RISC-V: Add eMMC support for TH1520 boards
 2023-09-25 14:43 UTC  (20+ messages)
` [PATCH 1/6] dt-bindings: mmc: sdhci-of-dwcmhsc: Add T-Head TH1520 support
` [PATCH 2/6] mmc: sdhci: add __sdhci_execute_tuning() to header
` [PATCH 3/6] mmc: sdhci-of-dwcmshc: Add support for T-Head TH1520

[PATCH 0/7] KVM RISC-V Conditional Operations
 2023-09-25 13:32 UTC  (12+ messages)
` [PATCH 1/7] RISC-V: Detect XVentanaCondOps from ISA string
` [PATCH 2/7] RISC-V: Detect Zicond "
` [PATCH 7/7] KVM: riscv: selftests: Add condops extensions to get-reg-list test

[PATCH 0/2] RISC-V: KVM: A couple kselftests improvements
 2023-09-25 13:28 UTC  (2+ messages)

[PATCH v8 00/16] Linux RISC-V AIA Support
 2023-09-25 13:08 UTC  (11+ 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 10/16] irqchip/riscv-imsic: Add support for platform MSI irqdomain
` [PATCH v8 13/16] irqchip: Add RISC-V advanced PLIC driver for direct-mode

[PATCH v5 0/4] StarFive's Pulse Width Modulation driver support
 2023-09-25 12:39 UTC  (10+ messages)
` [PATCH v5 1/4] dt-bindings: pwm: Add StarFive PWM module
` [PATCH v5 2/4] pwm: starfive: Add PWM driver support
` [PATCH v5 3/4] riscv: dts: starfive: jh7110: Add PWM node and pins configuration
` [PATCH v5 4/4] riscv: dts: starfive: jh7100: "

[RFC PATCH 1/5] RISC-V: hwprobe: Clarify cpus size parameter
 2023-09-25 12:07 UTC  (3+ messages)

[PATCH 0/4] consolidate and cleanup CPU capacity
 2023-09-25 12:06 UTC  (9+ messages)
` [PATCH 2/4] topology: add a new arch_scale_freq_reference
` [PATCH 3/4] cpufreq/schedutil: use a fixed reference frequency

[RFC PATCH 4/5] RISC-V: selftests: Add which-cpus hwprobe test
 2023-09-25 11:23 UTC  (2+ messages)

[RFC PATCH 5/5] RISC-V: selftests: Apply which-cpus flag to CBO hwprobe test
 2023-09-25 11:23 UTC  (2+ messages)

[RFC PATCH 2/5] RISC-V: selftests: Replace cpu_count with cpusetsize
 2023-09-25 11:23 UTC  (2+ messages)

[PATCH 00/40] soc: Convert to platform remove callback returning void
 2023-09-25 10:20 UTC  (4+ messages)
` [PATCH 16/40] soc/microchip: mpfs-sys-controller: "

[PATCH] riscv: signal: fix sigaltstack frame size checking
 2023-09-25 10:07 UTC  (3+ messages)

[RFC] riscv: Script to autogenerate instruction handling code
 2023-09-25  3:19 UTC 

[PATCH -next v2] riscv: kdump: fix crashkernel reserving problem on RISC-V
 2023-09-25  2:43 UTC 

[PATCH v6 0/3] Add support for Allwinner PWM on D1/T113s/R329 SoCs
 2023-09-25  0:59 UTC  (2+ messages)

[PATCH v4] riscv: dts: allwinner: d1: Add PMU event node
 2023-09-24 20:09 UTC  (2+ messages)

[PATCH v1] riscv: dts: allwinner: remove address-cells from intc node
 2023-09-24 19:54 UTC  (2+ messages)

[PATCH] riscv: dts: use capital "OR" for multiple licenses in SPDX
 2023-09-24 19:53 UTC  (4+ messages)

[syzbot] riscv/fixes test error: BUG: got no coverage: (3)
 2023-09-24 14:14 UTC 

[PATCH AUTOSEL 6.1 24/28] riscv: errata: fix T-Head dcache.cva encoding
 2023-09-24 13:17 UTC 

[PATCH AUTOSEL 6.5 36/41] riscv: errata: fix T-Head dcache.cva encoding
 2023-09-24 13:15 UTC 

[PATCH] riscv: dts: starfive: Add VisionFive 2 PHY supplies
 2023-09-24 12:22 UTC  (2+ messages)

[GIT PULL] KVM/riscv fixes for 6.6, take #1
 2023-09-22 21:27 UTC  (2+ messages)

[PATCH] dt-bindings: riscv: cpus: Add missing additionalProperties on interrupt-controller node
 2023-09-22 20:34 UTC  (2+ messages)

[PATCH bpf 3/4] bpf: Ensure unit_size is matched with slab cache object size
 2023-09-22 18:43 UTC 

[PATCH v2 0/2] Fix set_huge_pte_at() panic on arm64
 2023-09-22 17:09 UTC  (8+ messages)
` [PATCH v2 1/2] mm: hugetlb: Add huge page size param to set_huge_pte_at()
` [PATCH v2 2/2] arm64: hugetlb: Fix set_huge_pte_at() to work with all swap entries

[PATCH v3 0/3] Change tuning implementation
 2023-09-22 16:36 UTC  (3+ messages)
` [PATCH v3 3/3] riscv: dts: starfive: add assigned-clock* to limit frquency

[PATCH 10/12] serial: 8250_dw: Add Sophgo SG2042 support
 2023-09-22 11:19 UTC  (7+ messages)

[PATCH v6 0/19] Refactoring Microchip PCIe driver and add StarFive PCIe
 2023-09-22 10:42 UTC  (4+ messages)
` [PATCH v6 07/19] PCI: plda: Move the setup functions to pcie-plda-host.c

[PATCH -next] riscv: kdump: fix crashkernel reserving problem on RISC-V
 2023-09-22 10:28 UTC  (4+ messages)

[PATCH v1 0/8] Fix set_huge_pte_at() panic on arm64
 2023-09-22  9:58 UTC  (20+ messages)
` [PATCH v1 2/8] powerpc: hugetlb: Convert set_huge_pte_at() to take vma
` [PATCH v1 3/8] riscv: "
` [PATCH v1 8/8] arm64: hugetlb: Fix set_huge_pte_at() to work with all swap entries

[PATCH v2 0/3] Add Svadu Extension Support
 2023-09-22  9:38 UTC  (6+ 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 v2 06/11] dt-bindings: timer: Add Sophgo sg2042 clint
 2023-09-22  8:18 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