public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2022-04-22 22:33:01 to 2022-05-04 02:40:31 UTC [more...]

[PATCH 0/3] RISC-V: Add Bitmanip/Scalar Crypto HWCAP
 2022-05-04  2:39 UTC  (6+ messages)
` [PATCH 1/3] RISC-V: add Bitmanip/Scalar Crypto parsing from DT
` [PATCH 2/3] RISC-V: uapi: add HWCAP for Bitmanip/Scalar Crypto
` [PATCH 3/3] RISC-V: HWCAP: parse Bitmanip/Scalar Crypto HWCAP from DT

[PATCH v2 0/7] KVM RISC-V Sv57x4 support and HFENCE improvements
 2022-05-04  2:15 UTC  (9+ messages)
` [PATCH v2 1/7] RISC-V: KVM: Use G-stage name for hypervisor page table
` [PATCH v2 2/7] RISC-V: KVM: Add Sv57x4 mode support for G-stage
` [PATCH v2 3/7] RISC-V: KVM: Treat SBI HFENCE calls as NOPs
` [PATCH v2 5/7] RISC-V: KVM: Reduce KVM_MAX_VCPUS value

CFP open for RISC-V MC at Linux Plumbers Conference 2022
 2022-05-04  1:30 UTC 

[PATCH v3 0/8] PolarFire SoC dt for 5.19
 2022-05-03 23:55 UTC  (15+ messages)
` [PATCH v3 1/8] riscv: dts: microchip: remove icicle memory clocks
` [PATCH v3 2/8] riscv: dts: microchip: move sysctrlr out of soc bus
` [PATCH v3 3/8] riscv: dts: microchip: remove soc vendor from filenames
` [PATCH v3 4/8] dt-bindings: riscv: microchip: document icicle reference design
` [PATCH v3 5/8] riscv: dts: microchip: make the fabric dtsi board specific
` [PATCH v3 6/8] dt-bindings: vendor-prefixes: add Sundance DSP
` [PATCH v3 7/8] dt-bindings: riscv: microchip: add polarberry compatible string
` [PATCH v3 8/8] riscv: dts: microchip: add the sundance polarberry

[PATCH] riscv: Fix irq_work when SMP is disabled
 2022-05-03 23:16 UTC  (2+ messages)

[PATCH v2 01/17] dt-bindings: PCI: dwc: Define common and native DT bindings
 2022-05-03 21:46 UTC 

2nd Quater puchase request
 2022-05-03 14:49 UTC 

[PATCH -next v6 0/6]mm: page_table_check: add support on arm64 and riscv
 2022-05-03  1:13 UTC  (9+ messages)
` [PATCH -next v6 1/6] mm: page_table_check: using PxD_SIZE instead of PxD_PAGE_SIZE
` [PATCH -next v6 2/6] mm: page_table_check: move pxx_user_accessible_page into x86
` [PATCH -next v6 3/6] mm: page_table_check: add hooks to public helpers
` [PATCH -next v6 4/6] mm: remove __HAVE_ARCH_PTEP_CLEAR in pgtable.h
` [PATCH -next v6 5/6] arm64/mm: Enable ARCH_SUPPORTS_PAGE_TABLE_CHECK
` [PATCH -next v6 6/6] riscv/mm: "

[PATCH v5 00/11] archs/random: fallback to best raw ktime when no cycle counter
 2022-05-02 21:01 UTC  (6+ messages)
` [PATCH v5 06/11] nios2: use fallback for random_get_entropy() instead of zero
` [PATCH v5 11/11] random: insist on random_get_entropy() existing in order to simplify

[PATCH v2 0/2] riscv mmu-type minor fixes
 2022-05-02 12:57 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: riscv: Add mmu-type riscv,sv57
` [PATCH v2 2/2] riscv: Don't output a bogus mmu-type on a no MMU kernel

[V3] PCI: fu740: Drop to 2.5GT/s to fix initial device probing on some boards
 2022-05-02 11:46 UTC  (7+ messages)

[PATCH V9 21/24] LoongArch: Add zboot (compressed kernel) support
 2022-05-01 23:36 UTC  (7+ messages)

[RFC v2 00/39] Kconfig: Introduce HAS_IOPORT config option
 2022-05-01 22:40 UTC  (3+ messages)
` [RFC v2 01/39] Kconfig: introduce HAS_IOPORT option and select it as necessary

[PATCH] RISC-V: Don't check text_mutex during stop_machine
 2022-05-01 14:09 UTC  (2+ messages)

[PATCH v2 0/8] PolarFire SoC dt for 5.19
 2022-05-01 10:51 UTC  (17+ messages)
` [PATCH v2 1/8] riscv: dts: microchip: remove icicle memory clocks
` [PATCH v2 2/8] riscv: dts: microchip: move sysctrlr out of soc bus
` [PATCH v2 3/8] riscv: dts: microchip: remove soc vendor from filenames
` [PATCH v2 4/8] dt-bindings: riscv: microchip: document icicle reference design
` [PATCH v2 5/8] riscv: dts: microchip: make the fabric dtsi board specific
` [PATCH v2 6/8] dt-bindings: vendor-prefixes: add Sundance DSP
` [PATCH v2 7/8] dt-bindings: riscv: microchip: add polarberry compatible string
` [PATCH v2 8/8] riscv: dts: microchip: add the sundance polarberry

[PATCH] riscv: fix typos in comments
 2022-04-30 19:11 UTC 

[PATCH] RISC-V: fix typos in comments
 2022-04-30 19:11 UTC 

[PATCH v4 0/7] Generic Ticket Spinlocks
 2022-04-30 15:36 UTC  (8+ messages)
` [PATCH v4 1/7] asm-generic: ticket-lock: New generic ticket-based spinlock
` [PATCH v4 2/7] asm-generic: qspinlock: Indicate the use of mixed-size atomics
` [PATCH v4 3/7] asm-generic: qrwlock: Document the spinlock fairness requirements
` [PATCH v4 4/7] openrisc: Move to ticket-spinlock
` [PATCH v4 5/7] RISC-V: Move to generic spinlocks
` [PATCH v4 6/7] RISC-V: Move to queued RW locks
` [PATCH v4 7/7] csky: Move to generic ticket-spinlock

[PATCH v3 0/7] Generic Ticket Spinlocks
 2022-04-30  7:52 UTC  (3+ messages)
` [PATCH v3 4/7] openrisc: Move to ticket-spinlock

[PATCH 1/2] riscv: ftrace: Fix the comments about the number of ftrace instruction
 2022-04-30  7:08 UTC  (8+ messages)
` [PATCH 2/2] riscv: kprobe: Allow coexistence of ftrace and kprobe

[PATCH V12 00/20] riscv: Add COMPAT mode support for 64BIT
 2022-04-30  5:43 UTC  (4+ messages)

[PATCH v1 0/8] PolarFire SoC dt for 5.19
 2022-04-29 22:44 UTC  (10+ messages)
` [PATCH v1 1/8] riscv: dts: microchip: remove icicle memory clocks
` [PATCH v1 2/8] riscv: dts: microchip: move sysctrlr out of soc bus
` [PATCH v1 3/8] riscv: dts: microchip: remove soc vendor from filenames
` [PATCH v1 4/8] dt-bindings: riscv: microchip: document icicle reference design
` [PATCH v1 5/8] riscv: dts: microchip: make the fabric dtsi board specific
` [PATCH v1 6/8] dt-bindings: vendor-prefixes: add Sundance DSP
` [PATCH v1 7/8] dt-bindings: riscv: microchip: add polarberry compatible string
` [PATCH v1 8/8] riscv: dts: microchip: add the sundance polarberry

[PATCH 0/2] serial: sifive: Correct/improve baud base handling
 2022-04-29 20:40 UTC  (3+ messages)
` [PATCH 1/2] serial: sifive: Report actual baud base rather than fixed 115200
` [PATCH 2/2] serial: sifive: Remove duplicate `clkin_rate' setting

[PATCH] RISC-V-fixes: relocate DTB if it's outside memory region
 2022-04-29 19:18 UTC  (5+ messages)

[GIT PULL] RISC-V Fixes for 5.18-rc6
 2022-04-29 17:47 UTC  (2+ messages)

[PATCH 1/2] riscv: dts: microchip: remove icicle memory clocks
 2022-04-29 10:43 UTC  (3+ messages)
` [PATCH 2/2] riscv: dts: microchip: move sysctrlr out of soc bus

[syzbot] possible deadlock in do_page_fault
 2022-04-29  6:50 UTC 

[PATCH bpf-next v2 0/2] Support riscv jit to provide
 2022-04-29  1:42 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] bpf: Unify data extension operation of jited_ksyms and jited_linfo
` [PATCH bpf-next v2 2/2] riscv, bpf: Support riscv jit to provide bpf_line_info

[PATCH] RISC-V-fixes: relocate DTB if it's outside memory region
 2022-04-28 21:58 UTC  (3+ messages)

[PATCH 0/5] iommu/sun50i: Allwinner D1 support
 2022-04-28 11:12 UTC  (14+ messages)
` [PATCH 1/5] dt-bindings: iommu: sun50i: Add compatible for Allwinner D1
` [PATCH 2/5] iommu/sun50i: Support variants without an external reset
` [PATCH 3/5] iommu/sun50i: Ensure bypass is disabled
` [PATCH 4/5] iommu/sun50i: Add support for the D1 variant
` [PATCH 5/5] iommu/sun50i: Ensure the IOMMU can be used for DMA

[PATCH -next 0/2] Support riscv jit to provide bpf_line_info
 2022-04-28  9:47 UTC  (5+ messages)
` [PATCH -next 1/2] bpf: Unify data extension operation of jited_ksyms and jited_linfo
` [PATCH -next 2/2] riscv, bpf: Support riscv jit to provide bpf_line_info

[PATCH] RISC-V: PCI: Avoid handing out address 0 to devices
 2022-04-27 22:15 UTC 

Wycena paneli fotowoltaicznych
 2022-04-27  7:28 UTC 

[PATCH v3 0/4] Add Sstc extension support
 2022-04-26 21:10 UTC  (6+ messages)
` [PATCH v3 1/4] RISC-V: Add SSTC extension CSR details
` [PATCH v3 2/4] RISC-V: Enable sstc extension parsing from DT
` [PATCH v3 3/4] RISC-V: Prefer sstc extension if available
` [PATCH v3 4/4] RISC-V: KVM: Support sstc extension

[PATCH] sysrq: do not omit current cpu when showing backtrace of all active CPUs
 2022-04-26 11:24 UTC  (4+ messages)

[RESEND PATCH] riscv: dts: sifive: fu540-c000: align dma node name with dtschema
 2022-04-26  7:56 UTC  (2+ messages)

[PATCH] riscv: dts: fu540-c000: fix duplicated dma compatible
 2022-04-26  7:55 UTC  (3+ messages)

[PATCH v3 00/13] Introduce sv48 support without relocatable kernel
 2022-04-26  5:57 UTC  (3+ messages)
` [PATCH v3 07/13] riscv: Implement sv48 support

[PATCH] RISC-V: cpu.c: remove nonexistent ext from cpuinfo
 2022-04-25 22:08 UTC 

[PATCH] RISC-V: Allow the used to downgrade to sv48 when HW supports sv57
 2022-04-25 14:30 UTC  (6+ messages)

[PATCH -next v5 0/5]mm: page_table_check: add support on arm64 and riscv
 2022-04-25 11:34 UTC  (11+ messages)
` [PATCH -next v5 3/5] mm: page_table_check: add hooks to public helpers
` [PATCH -next v5 4/5] arm64: mm: add support for page table check

[PATCH v2] binfmt_flat: do not stop relocating GOT entries prematurely on riscv
 2022-04-25  7:40 UTC  (14+ messages)
      ` [PATCH] binfmt_flat: Remove shared library support

[PATCH v4 00/11] archs/random: fallback to best raw ktime when no cycle counter
 2022-04-24 10:51 UTC  (12+ messages)
` [PATCH v4 04/11] mips: use fallback for random_get_entropy() instead of zero

[RFC PATCH v2 0/2] Risc-V Svinval support
 2022-04-24  9:02 UTC  (3+ messages)
` [RFC PATCH v2 1/2] riscv: enum for svinval extension
` [RFC PATCH v2 2/2] riscv: mm: use svinval instructions instead of sfence.vma

[PATCH V2 0/3] riscv: atomic: Optimize AMO instructions usage
 2022-04-24  8:33 UTC  (15+ messages)

[PATCH V3] riscv: patch_text: Fixup last cpu should be master
 2022-04-24  7:33 UTC  (3+ messages)

[PATCH v6 00/17] archs/random: fallback to best raw ktime when no cycle counter
 2022-04-23 21:26 UTC 

[PATCH v3 0/9] More PolarFire SoC Fixes for 5.18
 2022-04-23 17:58 UTC  (20+ messages)
` [PATCH v3 1/9] clk: microchip: mpfs: fix parents for FIC clocks
` [PATCH v3 2/9] clk: microchip: mpfs: mark CLK_ATHENA as critical
` [PATCH v3 3/9] riscv: dts: microchip: fix usage of fic clocks on mpfs
` [PATCH v3 4/9] dt-bindings: clk: mpfs document msspll dri registers
` [PATCH v3 5/9] dt-bindings: clk: mpfs: add defines for two new clocks
` [PATCH v3 6/9] dt-bindings: rtc: add refclk to mpfs-rtc
` [PATCH v3 7/9] clk: microchip: mpfs: re-parent the configurable clocks
` [PATCH v3 8/9] clk: microchip: mpfs: add RTCREF clock control
` [PATCH v3 9/9] riscv: dts: microchip: reparent mpfs clocks

[PATCH v3] RISC-V: Increase range and default value of NR_CPUS
 2022-04-23  5:21 UTC  (5+ messages)

[PATCH] RISC-V: configs: Configs that had RPMSG_CHAR now get RPMSG_CTRL
 2022-04-23  2:41 UTC  (2+ messages)

[PATCH v3 00/13] Introduce sv48 support without relocatable kernel
 2022-04-23  1:50 UTC  (2+ messages)

[PATCH] RISC-V: Drop support for medlow
 2022-04-23  1:38 UTC 

[PATCH v3 0/9] More PolarFire SoC Fixes for 5.18
 2022-04-22 22:32 UTC  (4+ messages)


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