Linux-RISC-V Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-08 14:35:09 to 2022-07-13 22:07:52 UTC [more...]

[PATCH v1 0/2] Add the JH7100's Monitor Core
 2022-07-13 15:36 UTC  (16+ messages)
` [PATCH v1 1/2] dt-bindings: riscv: document the sifive e24
` [PATCH v1 2/2] riscv: dts: starfive: add the missing monitor core

[PATCH] riscv/vdso: fix missing vdso_data declaration
 2022-07-13 22:06 UTC 

[PATCH] RISC-V: cpu_ops_spinwait.c should include head.h
 2022-07-13 21:53 UTC 

[PATCH v2 0/1] Add Polarfire SoC GPIO support
 2022-07-13 21:10 UTC  (9+ messages)
` [PATCH v2 1/1] gpio: mpfs: add polarfire soc gpio support

[PATCH] checkstack: add riscv support for scripts/checkstack.pl
 2022-07-13 19:41 UTC 

[PATCH -next] arch_topology: Fix cache attributes detection in the CPU hotplug path
 2022-07-13 16:04 UTC  (4+ messages)

[PATCH -next v2 0/3] spi: microchip-core: fix and cleanups
 2022-07-13 14:19 UTC  (6+ messages)
` [PATCH -next v2 1/3] spi: microchip-core: fix UAF in mchp_corespi_remove()
` [PATCH -next v2 2/3] spi: microchip-core: switch to use devm_spi_alloc_master()
` [PATCH -next v2 3/3] spi: microchip-core: switch to use dev_err_probe()

[PATCH V4 5/5] riscv: atomic: Optimize LRSC-pairs atomic ops with .aqrl annotation
 2022-07-13 13:38 UTC  (9+ messages)

[PATCH 0/2] Improve vmcoreinfo and memory layout dump
 2022-07-13 11:55 UTC  (3+ messages)
` [PATCH 1/2] RISC-V: Add arch_crash_save_vmcoreinfo support
` [PATCH 2/2] riscv: Add modules to virtual kernel memory layout dump

[PATCH v6 0/4] Microchip soft ip corePWM driver
 2022-07-13  8:54 UTC  (6+ messages)
` [PATCH v6 1/4] dt-bindings: pwm: fix microchip corePWM's pwm-cells
` [PATCH v6 2/4] riscv: dts: fix the icicle's #pwm-cells
` [PATCH v6 3/4] pwm: add microchip soft ip corePWM driver
` [PATCH v6 4/4] MAINTAINERS: add pwm to PolarFire SoC entry

[GIT PULL] KVM/riscv fixes for 5.19, take #2
 2022-07-13  7:27 UTC  (4+ messages)

[PATCH v3 0/4] Add PLIC support for Renesas RZ/Five SoC / Fix T-HEAD PLIC edge flow
 2022-07-13  7:00 UTC  (3+ messages)

[PATCH -next 1/2] spi: microchip-core: fix UAF in mchp_corespi_remove()
 2022-07-13  2:14 UTC  (6+ messages)
` [PATCH -next 2/2] spi: microchip-core: switch to use devm_spi_alloc_master()

[PATCH 0/5] KVM RISC-V Svpbmt support
 2022-07-13  1:27 UTC  (11+ messages)
` [PATCH 1/5] KVM: Add gfp_custom flag in struct kvm_mmu_memory_cache
` [PATCH 2/5] riscv: Fix missing PAGE_PFN_MASK
` [PATCH 3/5] RISC-V: KVM: Add G-stage ioremap() and iounmap() functions
` [PATCH 4/5] RISC-V: KVM: Use PAGE_KERNEL_IO in kvm_riscv_gstage_ioremap()
` [PATCH 5/5] RISC-V: KVM: Add support for Svpbmt inside Guest/VM

[v3 0/5] Miscallenous improvement & fixes for the PMU driver
 2022-07-13  0:59 UTC  (9+ messages)
` [v3 1/5] RISC-V: Fix counter restart during overflow for RV32
` [v3 2/5] RISC-V: Update user page mapping only once during start
` [v3 3/5] RISC-V: Fix SBI PMU calls for RV32
` [v3 4/5] RISC-V: Move counter info definition to sbi header file
` [v3 5/5] RISC-V: Improve SBI definitions

[PATCH RFC 0/2] Add PLIC support for Renesas RZ/Five SoC
 2022-07-12 19:21 UTC  (8+ messages)
` [PATCH RFC 1/2] dt-bindings: interrupt-controller: sifive, plic: Document "
  ` [PATCH RFC 1/2] dt-bindings: interrupt-controller: sifive,plic: "

[PATCH v5 00/13] Canaan devicetree fixes
 2022-07-12 16:04 UTC  (9+ messages)
` [PATCH v5 02/13] dt-bindings: display: ili9341: document canaan kd233's lcd
` [PATCH v5 04/13] dt-bindings: memory-controllers: add canaan k210 sram controller

[PATCH] riscv: dts: fu740: Add PDMA node
 2022-07-12 15:01 UTC  (2+ messages)

[PATCH v5 0/4] Microchip soft ip corePWM driver
 2022-07-12 10:57 UTC  (12+ messages)
` [PATCH v5 1/4] dt-bindings: pwm: fix microchip corePWM's pwm-cells
` [PATCH v5 2/4] riscv: dts: fix the icicle's #pwm-cells
` [PATCH v5 3/4] pwm: add microchip soft ip corePWM driver
` [PATCH v5 4/4] MAINTAINERS: add pwm to PolarFire SoC entry

[PATCH V7 00/26] mm/mmap: Drop __SXXX/__PXXX macros from across platforms
 2022-07-12  2:39 UTC  (30+ messages)
` [PATCH V7 01/26] mm/mmap: Build protect protection_map[] with __P000
` [PATCH V7 02/26] mm/mmap: Define DECLARE_VM_GET_PAGE_PROT
` [PATCH V7 03/26] powerpc/mm: Move protection_map[] inside the platform
` [PATCH V7 04/26] sparc/mm: "
` [PATCH V7 05/26] arm64/mm: "
` [PATCH V7 06/26] x86/mm: "
` [PATCH V7 07/26] mm/mmap: Build protect protection_map[] with ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V7 08/26] microblaze/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V7 09/26] loongarch/mm: "
` [PATCH V7 10/26] openrisc/mm: "
` [PATCH V7 11/26] xtensa/mm: "
` [PATCH V7 12/26] hexagon/mm: "
` [PATCH V7 13/26] parisc/mm: "
` [PATCH V7 14/26] alpha/mm: "
` [PATCH V7 15/26] nios2/mm: "
` [PATCH V7 16/26] riscv/mm: "
` [PATCH V7 17/26] csky/mm: "
` [PATCH V7 18/26] s390/mm: "
` [PATCH V7 19/26] ia64/mm: "
` [PATCH V7 20/26] mips/mm: "
` [PATCH V7 21/26] m68k/mm: "
` [PATCH V7 22/26] arc/mm: "
` [PATCH V7 23/26] arm/mm: "
` [PATCH V7 24/26] um/mm: "
` [PATCH V7 25/26] sh/mm: "
` [PATCH V7 26/26] mm/mmap: Drop ARCH_HAS_VM_GET_PAGE_PROT

[PATCH v2 0/4] mm: arm64: bring up BATCHED_UNMAP_TLB_FLUSH
 2022-07-11 22:52 UTC  (7+ messages)
` [PATCH v2 1/4] Revert "Documentation/features: mark BATCHED_UNMAP_TLB_FLUSH doesn't apply to ARM64"
` [PATCH v2 2/4] mm: rmap: Allow platforms without mm_cpumask to defer TLB flush
` [PATCH v2 3/4] mm: rmap: Extend tlbbatch APIs to fit new platforms
` [PATCH v2 4/4] arm64: support batched/deferred tlb shootdown during page reclamation

[PATCH v4] arch/riscv: add Zihintpause support
 2022-07-11 20:44 UTC  (3+ messages)

[PATCH] riscv: Pass -mno-relax only on lld < 15.0.0
 2022-07-11 17:38 UTC  (3+ messages)

[PATCH v3 0/2] Fix RISC-V's arch-topology reporting
 2022-07-11 16:39 UTC  (9+ messages)
` [PATCH v3 1/2] arm64: topology: move store_cpu_topology() to shared code
` [PATCH v3 2/2] riscv: topology: fix default topology reporting

[PATCH 0/1] Add Polarfire SoC GPIO support
 2022-07-11 12:26 UTC  (4+ messages)
` [PATCH 1/1] gpio: mpfs - add polarfire soc gpio support

[PATCH v2 0/2] Fix RISC-V's arch-topology reporting
 2022-07-11 10:24 UTC  (8+ messages)
` [PATCH v2 1/2] arm64: topology: move store_cpu_topology() to shared code
` [PATCH v2 2/2] riscv: topology: fix default topology reporting

[RFC 0/2] JH7100 Monitor Core
 2022-07-11  8:54 UTC  (6+ messages)
` [RFC 1/2] dt-bindings: riscv: document the sifive e24
` [RFC 2/2] riscv: dts: starfive: add the missing monitor core

[PATCH v2 0/2] perf: RISC-V: fix access beyond allocated array
 2022-07-11  7:22 UTC  (5+ messages)
` [PATCH v2 1/2] "

[PATCH] RISC-V: KVM: Fix SRCU deadlock caused by kvm_riscv_check_vcpu_requests()
 2022-07-11  4:16 UTC  (5+ messages)

[PATCH] RISC-V/bpf: Enable bpf_probe_read{, str}()
 2022-07-11  3:58 UTC  (12+ messages)

[PATCH -next] riscv:uprobe remove set/clear SR_SPIE in arch_uprobe_pre/post/abort_xol
 2022-07-11  2:43 UTC 

U-Boot S-mode payload does not boot with a multicore configuration in RISC-V QEMU/KVM
 2022-07-10 15:19 UTC  (5+ messages)

[PATCH] fs: Call kmap_local_page() in copy_string_kernel()
 2022-07-10 10:01 UTC 

[RFC PATCH V2 0/4] Proof of concept for rv32 svpbmt support
 2022-07-10  7:56 UTC  (5+ messages)
` [RFC PATCH V2 1/4] riscv: Optimize satp_mode data type
` [RFC PATCH V2 2/4] riscv: Cleanup ERRATA_THEAD_PBMT for rv32 svpbmt compile
` [RFC PATCH V2 3/4] riscv: pgtable: Move svpbmt into the common pgtable-bits.h
` [RFC PATCH V2 4/4] riscv: Change rv32p34 to rv32p31 for svpbmt

[RFC PATCH 0/4] Proof of concept for rv32 svpbmt support
 2022-07-10  2:25 UTC  (5+ messages)
` [RFC PATCH 2/4] riscv: Cleanup ERRATA_THEAD_PBMT for rv32 svpbmt compile

[PATCH] fs: Replace kmap{,_atomic}() with kmap_local_page()
 2022-07-09 18:30 UTC  (3+ messages)

[PATCH] riscv: fix RISCV_ISA_SVPBMT kconfig dependency warning
 2022-07-09  1:49 UTC 

[PATCH bpf-next v3 0/6] Support riscv jit to provide
 2022-07-09  1:32 UTC  (7+ messages)
` [PATCH bpf-next v3 4/6] libbpf: Unify memory address casting operation style

[PATCH] riscv: always honor the CONFIG_CMDLINE_FORCE when parsing dtb
 2022-07-08 22:30 UTC  (3+ messages)

[PATCH v2] riscv: always honor the CONFIG_CMDLINE_FORCE when parsing dtb
 2022-07-08 20:38 UTC 

[GIT PULL] Microchip devicetree fixes for 5.19-rc6
 2022-07-08 18:26 UTC 

[PATCH v6 00/21] arch_topology: Updates to add socket support and fix cluster ids
 2022-07-08 16:27 UTC  (7+ messages)
` [PATCH v6 17/21] arch_topology: Limit span of cpu_clustergroup_mask()

[PATCH v4 0/4] Microchip soft ip corePWM driver
 2022-07-08 14:34 UTC  (3+ messages)
` [PATCH v4 2/4] riscv: dts: fix the icicle's #pwm-cells


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