linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-30 18:39:44 to 2023-07-04 06:49:56 UTC [more...]

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

[PATCH 0/9] Add DRM driver for StarFive SoC JH7110
 2023-07-04  6:09 UTC  (4+ messages)
` [PATCH 3/9] drm/verisilicon: Add basic drm driver

[PATCH] mm: riscv: fix an unsafe pte read in huge_pte_alloc()
 2023-07-04  6:01 UTC  (2+ messages)

[PATCH -next v5 0/2] support allocating crashkernel above 4G explicitly on riscv
 2023-07-04  3:51 UTC  (7+ messages)
` [PATCH -next v5 1/2] riscv: kdump: Implement crashkernel=X,[high,low]

[PATCH] riscv: entry: Fixup do_trap_break from kernel side
 2023-07-04  2:44 UTC  (3+ messages)

[PATCH -next v6 0/2] support allocating crashkernel above 4G explicitly on riscv
 2023-07-04  2:39 UTC  (8+ messages)
` [PATCH -next v6 1/2] riscv: kdump: Implement crashkernel=X,[high,low]
` [PATCH -next v6 2/2] docs: kdump: Update the crashkernel description for riscv

[PATCH] riscv: pageattr: Fixup synchronization problem between init_mm and active_mm
 2023-07-04  2:25 UTC  (3+ messages)

[RFC PATCH 1/1] riscv/atomic.h: Deduplicate arch_atomic.*
 2023-07-04  2:08 UTC  (4+ messages)

[PATCH v6 0/8] Add Ethernet driver for StarFive JH7110 SoC
 2023-07-04  1:58 UTC  (5+ messages)

[PATCH v5 00/13] RISCV: Add KVM_GET_REG_LIST API
 2023-07-04  1:09 UTC  (22+ messages)
` [PATCH v5 01/13] KVM: arm64: selftests: Replace str_with_index with strdup_printf
` [PATCH v5 02/13] KVM: arm64: selftests: Drop SVE cap check in print_reg
` [PATCH v5 03/13] KVM: arm64: selftests: Remove print_reg's dependency on vcpu_config
` [PATCH v5 04/13] KVM: arm64: selftests: Rename vcpu_config and add to kvm_util.h
` [PATCH v5 05/13] KVM: arm64: selftests: Delete core_reg_fixup
` [PATCH v5 06/13] KVM: arm64: selftests: Split get-reg-list test code
` [PATCH v5 07/13] KVM: arm64: selftests: Finish generalizing get-reg-list
` [PATCH v5 08/13] KVM: arm64: selftests: Move reject_set check logic to a function
` [PATCH v5 09/13] KVM: arm64: selftests: Move finalize_vcpu back to run_test
` [PATCH v5 10/13] KVM: selftests: Only do get/set tests on present blessed list
` [PATCH v5 11/13] KVM: selftests: Add skip_set facility to get_reg_list test
` [PATCH v5 12/13] KVM: riscv: Add KVM_GET_REG_LIST API support
` [PATCH v5 13/13] KVM: riscv: selftests: Add get-reg-list test

[PATCH v2 1/3] riscv: obtain ACPI RSDP from FFI
 2023-07-03 21:32 UTC  (26+ messages)
` [PATCH v2 2/3] firmware: introduce FFI for SMBIOS entry
    ` [External] "
` [PATCH v2 3/3] riscv: obtain SMBIOS entry from FFI
    ` [External] "
    ` [External] Re: [PATCH v2 1/3] riscv: obtain ACPI RSDP "
      ` [External] "

[RFC PATCH 0/4] Add missing pins for RZ/Five SoC
 2023-07-03 21:10 UTC  (6+ messages)
` [RFC PATCH 1/4] pinctrl: renesas: rzg2l: Include pinmap in RZG2L_GPIO_PORT_PACK() macro

[PATCH 0/3] RISC-V: archrandom support
 2023-07-03 17:39 UTC  (9+ messages)
` [PATCH 1/3] RISC-V: add Bitmanip/Scalar Crypto parsing from DT

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

[PATCH v5 0/5] nolibc: add part2 of support for rv32
 2023-07-03 15:51 UTC  (7+ messages)
` [PATCH v5 1/5] tools/nolibc: fix up #error compile failures with -ENOSYS
` [PATCH v5 5/5] selftests/nolibc: riscv: customize makefile for rv32

[linux-next:master] BUILD REGRESSION 296d53d8f84ce50ffaee7d575487058c8d437335
 2023-07-03 15:11 UTC 

[PATCH v2] dt-bindings: riscv: deprecate riscv,isa
 2023-07-03 15:02 UTC  (2+ messages)

[PATCH v1 00/11] tools/nolibc: shrink arch support
 2023-07-03 14:55 UTC  (6+ messages)
` [PATCH v1 03/11] tools/nolibc: include crt.h before arch.h

[PATCH v4 00/10] tools/nolibc: add a new syscall helper
 2023-07-03 14:02 UTC  (29+ messages)
` [PATCH v5 00/14] "
  ` [PATCH v5 06/14] tools/nolibc: arch-*.h: clean up multiple whitespaces
  ` [PATCH v5 07/14] tools/nolibc: arch-loongarch.h: shrink with SYSCALL_CLOBBERLIST
  ` [PATCH v5 09/14] tools/nolibc: add missing my_syscall6() for mips
  ` [PATCH v5 10/14] tools/nolibc: __sysret: support syscalls who return a pointer
  ` [PATCH v5 11/14] tools/nolibc: clean up mmap() support
  ` [PATCH v5 14/14] selftests/nolibc: add mmap and munmap test cases

[PATCH v4 00/10] riscv: Allow userspace to directly access perf counters
 2023-07-03 13:03 UTC  (12+ messages)
` [PATCH v4 01/10] perf: Fix wrong comment about default event_idx
` [PATCH v4 02/10] include: riscv: Fix wrong include guard in riscv_pmu.h
` [PATCH v4 03/10] riscv: Make legacy counter enum match the HW numbering
` [PATCH v4 04/10] drivers: perf: Rename riscv pmu sbi driver
` [PATCH v4 05/10] riscv: Prepare for user-space perf event mmap support
` [PATCH v4 06/10] drivers: perf: Implement perf event mmap support in the legacy backend
` [PATCH v4 07/10] drivers: perf: Implement perf event mmap support in the SBI backend
` [PATCH v4 08/10] Documentation: admin-guide: Add riscv sysctl_perf_user_access
` [PATCH v4 09/10] tools: lib: perf: Implement riscv mmap support
` [PATCH v4 10/10] perf: tests: Adapt mmap-basic.c for riscv

[PATCH] riscv: optimize ELF relocation function in riscv
 2023-07-03 10:47 UTC  (3+ messages)

[PATCH v3 00/10] riscv: Allow userspace to directly access perf counters
 2023-07-03  9:45 UTC  (7+ messages)
` [PATCH v3 07/10] drivers: perf: Implement perf event mmap support in the SBI backend
` [PATCH v3 08/10] Documentation: admin-guide: Add riscv sysctl_perf_user_access

[PATCH 00/21] dma-mapping: unify support for cache flushes
 2023-07-03  7:54 UTC  (3+ messages)
` [PATCH 20/21] ARM: dma-mapping: split out arch_dma_mark_clean() helper

[PATCH v5 3/3] riscv: dts: starfive: Add TRNG node for VisionFive 2
 2023-07-03  7:52 UTC  (5+ messages)

[PATCH v3 0/3] Make fprobe + rethook immune to recursion
 2023-07-03  6:52 UTC  (4+ messages)
` [PATCH v3 2/4] fprobe: make fprobe_kprobe_handler recursion free

[PATCH 0/2] Two cross-compilation kselftest fixes
 2023-07-03  6:36 UTC  (2+ messages)

[PATCH -next V17 0/7] riscv: Add GENERIC_ENTRY support
 2023-07-03  3:09 UTC  (10+ messages)
` [PATCH -next V17 4/7] riscv: entry: Convert to generic entry

[PATCH v6 0/4] Add DMA driver for StarFive JH7110 SoC
 2023-07-03  1:35 UTC  (5+ messages)
` [PATCH v6 4/4] riscv: dts: starfive: add dma controller node

[PATCH v10 0/6] Add non-coherent DMA support for AX45MP
 2023-07-02 20:34 UTC  (7+ messages)
` [PATCH v10 1/6] riscv: asm: vendorid_list: Add Andes Technology to the vendors list
` [PATCH v10 2/6] riscv: errata: Add Andes alternative ports
` [PATCH v10 3/6] riscv: mm: dma-noncoherent: nonstandard cache operations support
` [PATCH v10 4/6] dt-bindings: cache: andestech,ax45mp-cache: Add DT binding documentation for L2 cache controller
` [PATCH v10 5/6] cache: Add L2 cache management for Andes AX45MP RISC-V core
` [PATCH v10 6/6] soc: renesas: Kconfig: Select the required configs for RZ/Five SoC

[PATCH v2 07/13] tools/nolibc: sys_lseek: add pure 64bit lseek
 2023-07-02 16:28 UTC  (3+ messages)

[PATCH v2 0/8] PCI: microchip: Fixes and clean-ups
 2023-07-01 23:13 UTC  (3+ messages)
` [PATCH v2 7/8] PCI: microchip: Rename and refactor mc_pcie_enable_msi()

[PATCH v5] dt-bindings: riscv: deprecate riscv,isa
 2023-07-01 23:10 UTC 

[GIT PULL] RISC-V Patches for the 6.5 Merge Window, Part 1
 2023-07-01 15:45 UTC  (2+ messages)

[PATCH v6 00/11] Add STG/ISP/VOUT clock and reset drivers for StarFive JH7110
 2023-07-01 15:45 UTC  (2+ messages)

[GIT PULL] KVM/riscv changes for 6.5
 2023-07-01 11:37 UTC  (3+ messages)

[PATCH v4] dt-bindings: riscv: deprecate riscv,isa
 2023-07-01 11:25 UTC  (4+ messages)

[PATCH v2 10/10] RISC-V: provide a Kconfig option to disable parsing "riscv,isa"
 2023-07-01 10:49 UTC  (6+ messages)

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

[PATCH v1 0/5] Add PWM-DAC audio support for StarFive JH7110 RISC-V SoC
 2023-07-01  8:17 UTC  (5+ messages)
` [PATCH v1 1/5] ASoC: dt-bindings: Add StarFive JH7110 dummy PWM-DAC transmitter

[PATCH 2/2] RISC-V: alternative: Remove feature_probe_func
 2023-06-30 21:57 UTC  (3+ messages)

[GIT PULL] RISC-V Patches for the 6.5 Merge Window, Part 1
 2023-06-30 20:37 UTC  (4+ messages)

[PATCH 0/6] riscv: KCFI support
 2023-06-30 20:13 UTC  (8+ messages)
` [PATCH 4/6] riscv: Add CFI error handling
` [PATCH 6/6] riscv: Allow CONFIG_CFI_CLANG to be selected

[PATCH V2] riscv: Add BUG_ON() for no cpu nodes in devicetree
 2023-06-30 18:39 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).