linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-11 20:07:55 to 2023-07-13 13:34:33 UTC [more...]

[PATCH v4 0/5] riscv: Introduce KASLR
 2023-07-13 13:33 UTC 

[RESEND PATCH v6 0/7] Add PLL clocks driver and syscon for StarFive JH7110 SoC
 2023-07-13 13:24 UTC  (18+ messages)
` [RESEND PATCH v6 1/7] dt-bindings: clock: Add StarFive JH7110 PLL clock generator
` [RESEND PATCH v6 2/7] dt-bindings: soc: starfive: Add StarFive syscon module
` [RESEND PATCH v6 3/7] dt-bindings: clock: jh7110-syscrg: Add PLL clock inputs
` [RESEND PATCH v6 4/7] clk: starfive: Add StarFive JH7110 PLL clock driver
` [RESEND PATCH v6 5/7] clk: starfive: jh7110-sys: Add PLL clocks source from DTS
` [RESEND PATCH v6 6/7] riscv: dts: starfive: jh7110: Add syscon nodes
` [RESEND PATCH v6 7/7] riscv: dts: starfive: jh7110: Add PLL clocks source in SYSCRG node

[PATCH v2 0/2] riscv: support ELF format binaries in nommu mode
 2023-07-13 13:17 UTC  (6+ messages)
` [PATCH v2 2/2] riscv: support the elf-fdpic binfmt loader

[PATCH v4 0/4] RISC-V: archrandom support
 2023-07-13 13:16 UTC  (14+ messages)
` [PATCH v4 1/4] RISC-V: Add Bitmanip/Scalar Crypto parsing from DT
` [PATCH v4 2/4] dt-bindings: riscv: Document the 1.0 scalar cryptography extensions
` [PATCH v4 3/4] RISC-V: hwprobe: Expose Zbc and the scalar crypto extensions
` [PATCH v4 4/4] RISC-V: Implement archrandom when Zkr is available

[PATCH 0/7] KVM RISC-V ONE_REG ISA extension improvements
 2023-07-13 12:49 UTC  (15+ messages)
` [PATCH 1/7] RISC-V: KVM: Factor-out ONE_REG related code to its own source file
` [PATCH 2/7] RISC-V: KVM: Extend ONE_REG to enable/disable multiple ISA extensions
` [PATCH 3/7] RISC-V: KVM: Allow Zba and Zbs extensions for Guest/VM
` [PATCH 4/7] RISC-V: KVM: Allow Zicntr, Zicsr, Zifencei, and Zihpm "
` [PATCH 5/7] RISC-V: KVM: Sort ISA extensions alphabetically in ONE_REG interface
` [PATCH 6/7] RISC-V: KVM: Allow Zbc, Zbk* and Zk* extensions for Guest/VM
` [PATCH 7/7] RISC-V: KVM: Allow Zvb* and Zvk* "

[PATCH v2 0/3] Add SPI module for StarFive JH7110 SoC
 2023-07-13 12:39 UTC  (8+ messages)
` [PATCH v2 1/3] dt-bindings: spi: add reference file to YAML
` [PATCH v2 2/3] dt-bindings: spi: constrain minItems of clocks and clock-names
` [PATCH v2 3/3] riscv: dts: starfive: Add spi node for JH7110 SoC

[PATCH v3] RISC-V: Document that V registers are clobbered on syscalls
 2023-07-13 12:27 UTC  (2+ messages)

[PATCH v5 00/11] RISC-V: Probe DT extension support using riscv,isa-extensions & riscv,isa-base
 2023-07-13 12:11 UTC  (12+ messages)
` [PATCH v5 01/11] RISC-V: Provide a more helpful error message on invalid ISA strings
` [PATCH v5 02/11] RISC-V: don't parse dt/acpi isa string to get rv32/rv64
` [PATCH v5 03/11] RISC-V: drop a needless check in print_isa_ext()
` [PATCH v5 04/11] RISC-V: shunt isa_ext_arr to cpufeature.c
` [PATCH v5 05/11] RISC-V: repurpose riscv_isa_ext array in riscv_fill_hwcap()
` [PATCH v5 06/11] RISC-V: add missing single letter extension definitions
` [PATCH v5 07/11] RISC-V: add single letter extensions to riscv_isa_ext
` [PATCH v5 08/11] RISC-V: split riscv_fill_hwcap() in 3
` [PATCH v5 09/11] RISC-V: enable extension detection from dedicated properties
` [PATCH v5 10/11] RISC-V: try new extension properties in of_early_processor_hartid()
` [PATCH v5 11/11] RISC-V: provide Kconfig & commandline options to control parsing "riscv,isa"

[PATCH] selftests: riscv: Fix compilation error with vstate_exec_nolibc.c
 2023-07-13 11:58 UTC 

[PATCH] selftests/riscv: fix potential build failure during the "emit_tests" step
 2023-07-13 11:51 UTC  (2+ messages)

[PATCH rfc -next 00/10] mm: convert to generic VMA lock-based page fault
 2023-07-13 11:46 UTC  (2+ messages)

[PATCH v8 0/9] Add STG/ISP/VOUT clock and reset drivers for StarFive JH7110
 2023-07-13 11:39 UTC  (10+ messages)
` [PATCH v8 1/9] dt-bindings: clock: Add StarFive JH7110 System-Top-Group clock and reset generator
` [PATCH v8 2/9] clk: starfive: Add StarFive JH7110 System-Top-Group clock driver
` [PATCH v8 3/9] dt-bindings: clock: Add StarFive JH7110 Image-Signal-Process clock and reset generator
` [PATCH v8 4/9] clk: starfive: Add StarFive JH7110 Image-Signal-Process clock driver
` [PATCH v8 5/9] dt-bindings: clock: Add StarFive JH7110 Video-Output clock and reset generator
` [PATCH v8 6/9] clk: starfive: Add StarFive JH7110 Video-Output clock driver
` [PATCH v8 7/9] reset: starfive: jh7110: Add StarFive STG/ISP/VOUT resets support
` [PATCH v8 8/9] riscv: dts: starfive: jh7110: Add DVP and HDMI TX pixel external clocks
` [PATCH v8 9/9] riscv: dts: starfive: jh7110: Add STGCRG/ISPCRG/VOUTCRG nodes

[PATCH v6 00/14] refactor Kconfig to consolidate KEXEC and CRASH options
 2023-07-13 11:13 UTC  (16+ messages)
` [PATCH v6 01/14] kexec: consolidate kexec and crash options into kernel/Kconfig.kexec
` [PATCH v6 02/14] x86/kexec: refactor for kernel/Kconfig.kexec
` [PATCH v6 03/14] arm/kexec: "
` [PATCH v6 04/14] ia64/kexec: "
` [PATCH v6 05/14] arm64/kexec: "
` [PATCH v6 06/14] loongarch/kexec: "
` [PATCH v6 07/14] m68k/kexec: "
` [PATCH v6 08/14] mips/kexec: "
` [PATCH v6 09/14] parisc/kexec: "
` [PATCH v6 10/14] powerpc/kexec: "
` [PATCH v6 11/14] riscv/kexec: "
` [PATCH v6 12/14] s390/kexec: "
` [PATCH v6 13/14] sh/kexec: "
` [PATCH v6 14/14] kexec: rename ARCH_HAS_KEXEC_PURGATORY

[PATCH rfc -next 00/10] mm: convert to generic VMA lock-based page fault
 2023-07-13  9:53 UTC  (11+ messages)
` [PATCH rfc -next 01/10] mm: add a generic VMA lock-based page fault handler
` [PATCH rfc -next 02/10] x86: mm: use try_vma_locked_page_fault()
` [PATCH rfc -next 03/10] arm64: "
` [PATCH rfc -next 04/10] s390: "
` [PATCH rfc -next 05/10] powerpc: "
` [PATCH rfc -next 06/10] riscv: "
` [PATCH rfc -next 07/10] ARM: mm: try VMA lock-based page fault handling first
` [PATCH rfc -next 08/10] loongarch: mm: cleanup __do_page_fault()
` [PATCH rfc -next 09/10] loongarch: mm: add access_error() helper
` [PATCH rfc -next 10/10] loongarch: mm: try VMA lock-based page fault handling first

[PATCH v7 0/9] Add STG/ISP/VOUT clock and reset drivers for StarFive JH7110
 2023-07-13 10:05 UTC  (26+ messages)
` [PATCH v7 1/9] dt-bindings: clock: Add StarFive JH7110 System-Top-Group clock and reset generator
` [PATCH v7 2/9] clk: starfive: Add StarFive JH7110 System-Top-Group clock driver
` [PATCH v7 3/9] dt-bindings: clock: Add StarFive JH7110 Image-Signal-Process clock and reset generator
` [PATCH v7 4/9] clk: starfive: Add StarFive JH7110 Image-Signal-Process clock driver
` [PATCH v7 5/9] dt-bindings: clock: Add StarFive JH7110 Video-Output clock and reset generator
` [PATCH v7 6/9] clk: starfive: Add StarFive JH7110 Video-Output clock driver
` [PATCH v7 7/9] reset: starfive: jh7110: Add StarFive STG/ISP/VOUT resets support
` [PATCH v7 8/9] riscv: dts: starfive: jh7110: Add DVP and HDMI TX pixel external clocks
` [PATCH v7 9/9] riscv: dts: starfive: jh7110: Add STGCRG/ISPCRG/VOUTCRG nodes

[PATCH v4 00/12] RISC-V: support some cryptography accelerations
 2023-07-13  7:40 UTC  (4+ messages)
` [PATCH v4 04/12] RISC-V: add vector crypto extension detection

[PATCH] riscv: entry: set a0 prior to syscall_handler
 2023-07-13  5:26 UTC  (3+ messages)

[PATCH] riscv: correct pt_level name via pgtable_l5/4_enabled
 2023-07-13  1:24 UTC  (3+ messages)

[PATCH v2 0/3] RISC-V: archrandom support
 2023-07-13  0:21 UTC  (3+ messages)
` [PATCH v2 3/3] RISC-V: Implement archrandom when Zkr is available

[PATCH v2 0/6] perf parse-regs: Refactor architecture functions
 2023-07-12 22:37 UTC  (2+ messages)

[PATCH 1/1] riscv: dts: Enable device-tree overlay support for starfive devices
 2023-07-12 18:52 UTC  (6+ messages)

[PATCH V11 0/5] riscv: Optimize function trace
 2023-07-12 18:26 UTC  (3+ messages)

[PATCH v2] RISC-V: Don't trust V from the riscv,isa DT property on T-Head CPUs
 2023-07-12 17:48 UTC 

[PATCH v4 00/11] RISC-V: Probe DT extension support using riscv,isa-extensions & riscv,isa-base
 2023-07-12 17:34 UTC  (3+ messages)
` [PATCH v4 05/11] RISC-V: repurpose riscv_isa_ext array in riscv_fill_hwcap()

[PATCH] RISC-V: Don't trust V from the riscv,isa DT property
 2023-07-12 17:24 UTC  (6+ messages)

[PATCH 0/4] riscv: tlb flush improvements
 2023-07-12 17:23 UTC  (5+ messages)

[PATCH] RISC-V: Don't include Zicsr or Zifencei in I from ACPI
 2023-07-12 17:13 UTC  (5+ messages)

[PATCH] riscv: mm: fix truncates issue on RV32
 2023-07-12 16:00 UTC  (3+ messages)

[PATCH] perf: RISC-V: Remove PERF_HES_STOPPED flag checking in riscv_pmu_start()
 2023-07-12 16:00 UTC  (3+ messages)

[PATCH 0/2] riscv,mmio: I/O barriers fixes and cleanups
 2023-07-12 15:18 UTC  (4+ messages)
` [PATCH 2/2] riscv,mmio: Use the generic implementation for the I/O accesses

[PATCH] dt-bindings: RISC-V: Re-word the I extension binding
 2023-07-12 15:04 UTC  (3+ messages)

[PATCH] RISC-V: Re-alphabetize Kconfig
 2023-07-12 14:47 UTC  (2+ messages)

[PATCH V2] riscv: kexec: Fixup synchronization problem between init_mm and active_mm
 2023-07-12 14:43 UTC  (2+ messages)

[PATCH v5 22/38] riscv: Implement the new page table range API
 2023-07-12 13:58 UTC  (2+ messages)

[PATCH] riscv: sigcontext: Correct the comment of sigreturn
 2023-07-12 13:50 UTC  (3+ messages)

[PATCH] Documentation: RISC-V: hwprobe: Fix a formatting error
 2023-07-12 13:50 UTC  (3+ messages)

[PATCH 0/3] Add SiFive Private L2 cache and PMU driver
 2023-07-12 12:48 UTC  (10+ messages)
` [PATCH 3/3] dt-bindings: riscv: sifive: Add SiFive Private L2 cache controller

Consider switching to WQ_UNBOUND messages (was: Re: [PATCH v2 6/7] workqueue: Report work funcs that trigger automatic CPU_INTENSIVE mechanism)
 2023-07-12 12:27 UTC  (8+ messages)

[PATCH V2] riscv: correct pt_level name via pgtable_l5/4_enabled
 2023-07-12 11:57 UTC 

[PATCH v2 00/15] spi: Header and core clean up and refactoring
 2023-07-12 11:47 UTC  (2+ messages)
` (subset) "

[PATCH v1 0/3] Allwinner R329/D1/R528/T113s Dual/Quad SPI modes support
 2023-07-12 11:47 UTC  (2+ messages)
` (subset) "

[PATCH v1] riscv: dts: renesas: clean up dtbs_check W=1 warning due to empty phy node
 2023-07-12  9:13 UTC  (4+ messages)

[PATCH 13/15] serial: sifive: Use devm_platform_get_and_ioremap_resource()
 2023-07-12  6:28 UTC 

[PATCH 0/3] RISC-V: archrandom support
 2023-07-12  5:54 UTC  (7+ messages)
` [PATCH 2/3] RISC-V: hwprobe: Expose Zbc and the scalar crypto extensions

[PATCH v8 0/4] Add support for Allwinner GPADC on D1/T113s/R329/T507 SoCs
 2023-07-12  5:37 UTC  (4+ messages)
` [PATCH v8 1/4] iio: adc: Kconfig change description for Allwinner GPADC

[PATCH V2] riscv: Add BUG_ON() for no cpu nodes in devicetree
 2023-07-11 22:58 UTC  (2+ messages)

[PATCH v4] RISC-V: Show accurate per-hart isa in /proc/cpuinfo
 2023-07-11 20:18 UTC 

[PATCH bpf] riscv, bpf: Fix inconsistent JIT image generation
 2023-07-11 20:07 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;
as well as URLs for NNTP newsgroup(s).