linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-28 00:43:32 to 2021-10-08 01:41:06 UTC [more...]

[PATCH v4 0/3] riscv: optimized mem* functions
 2021-10-08  1:39 UTC  (3+ messages)

[PATCH] dt-bindings: clock: fu740-prci: add reset-cells
 2021-10-08  1:29 UTC  (2+ messages)

[PATCH] riscv: Flush current cpu icache before other cpus
 2021-10-08  0:40 UTC  (2+ messages)

[PATCH v2 1/2] firmware: include drivers/firmware/Kconfig unconditionally
 2021-10-07 15:10 UTC  (2+ messages)
` [PATCH v2 2/2] qcom_scm: hide Kconfig symbol

[PATCH v20 00/17] KVM RISC-V Support
 2021-10-07 14:31 UTC  (21+ messages)
` [PATCH v20 17/17] RISC-V: KVM: Add MAINTAINERS entry

[RFC PATCH v4 00/10] Linux RISC-V ACLINT Support
 2021-10-07 12:36 UTC  (11+ messages)
` [RFC PATCH v4 01/10] RISC-V: Clear SIP bit only when using SBI IPI operations
` [RFC PATCH v4 02/10] RISC-V: Treat IPIs as normal Linux IRQs
` [RFC PATCH v4 03/10] RISC-V: Allow marking IPIs as suitable for remote FENCEs
` [RFC PATCH v4 04/10] RISC-V: Use IPIs for remote TLB flush when possible
` [RFC PATCH v4 05/10] dt-bindings: interrupt-controller: Add ACLINT MSWI and SSWI bindings
` [RFC PATCH v4 06/10] irqchip: Add ACLINT software interrupt driver
` [RFC PATCH v4 07/10] RISC-V: Select ACLINT SWI driver for virt machine
` [RFC PATCH v4 08/10] dt-bindings: timer: Add ACLINT MTIMER bindings
` [RFC PATCH v4 09/10] clocksource: clint: Add support for ACLINT MTIMER device
` [RFC PATCH v4 10/10] MAINTAINERS: Add entry for RISC-V ACLINT drivers

[RFC PATCH v8 00/21] riscv: Add vector ISA support
 2021-10-07 10:10 UTC  (25+ messages)
` [RFC PATCH v8 09/21] riscv: Add task switch support for vector
` [RFC PATCH v8 11/21] riscv: Add sigcontext save/restore "
` [RFC PATCH v8 15/21] riscv: Add vector extension XOR implementation
` [RFC PATCH v8 20/21] riscv: Optimize task switch codes of vector
` [RFC PATCH v8 21/21] riscv: Turn has_vector into a static key if VECTOR=y

[PATCH 00/12] DT: CPU h/w id parsing clean-ups and cacheinfo id support
 2021-10-07  8:07 UTC  (22+ messages)
` [PATCH 01/12] of: Add of_get_cpu_hwid() to read hardware ID from CPU nodes
` [PATCH 02/12] ARM: Use of_get_cpu_hwid()
` [PATCH 03/12] ARM: broadcom: "
` [PATCH 04/12] arm64: "
` [PATCH 05/12] csky: "
` [PATCH 06/12] openrisc: "
` [PATCH 07/12] powerpc: "
` [PATCH 08/12] riscv: "
` [PATCH 09/12] sh: "
` [PATCH 10/12] x86: dt: "
` [PATCH 11/12] cacheinfo: Allow for >32-bit cache 'id'
` [PATCH 12/12] cacheinfo: Set cache 'id' based on DT data

[GIT PULL] KVM/riscv for 5.16
 2021-10-07  6:59 UTC  (4+ messages)

[v3 00/10] Improve RISC-V Perf support using SBI PMU and sscofpmf extension
 2021-10-06 18:28 UTC  (5+ messages)

[PATCH] drivers: mfd: da9063: Add restart notifier implementation
 2021-10-06 11:35 UTC  (16+ messages)

[PATCH] riscv: Don't use va_pa_offset on kdump
 2021-10-06 11:13 UTC  (2+ messages)

RISC-V: patched kexec-tools on github for review/testing
 2021-10-06 11:10 UTC  (3+ messages)

[PATCH 1/2] firmware: include drivers/firmware/Kconfig unconditionally
 2021-10-06  8:29 UTC  (14+ messages)
` [PATCH 2/2] [v2] qcom_scm: hide Kconfig symbol

[PATCH v4 0/2] Fix simple-bus issues with fw_devlink
 2021-10-06  5:29 UTC  (7+ messages)
` [PATCH v4 1/2] drivers: bus: simple-pm-bus: Add support for probing simple bus only devices
` [PATCH v4 2/2] drivers: bus: Delete CONFIG_SIMPLE_PM_BUS

[PATCH] soc: add polarfire soc system controller
 2021-10-05 12:47 UTC 

[PATCH] RISC-V: Include clone3() on rv32
 2021-10-05  9:14 UTC  (6+ messages)

[PATCH v4 1/6] dt-bindings: mmc: cdns: document Microchip MPFS MMC/SDHCI controller
 2021-10-05  8:22 UTC  (3+ messages)
` [PATCH v4 4/6] riscv: dts: microchip: drop duplicated MMC/SDHC node

[RFC PATCH 0/8] Move task_struct::cpu back into thread_info
 2021-10-05  1:55 UTC  (12+ messages)
` [RFC PATCH 3/8] s390: add CPU field to struct thread_info
` [RFC PATCH 4/8] powerpc: "

[PATCH v2 0/2] riscv: improve unaligned memory accesses
 2021-10-05  1:04 UTC  (2+ messages)

[PATCH v2] riscv: add rv32 and rv64 randconfig build targets
 2021-10-05  0:57 UTC  (2+ messages)

[PATCH 05/10] riscv: remove Kconfig check for GCC version for ARCH_RV64I
 2021-10-05  0:57 UTC  (4+ messages)

[PATCH V2 1/2] riscv: Add RISC-V svpbmt extension
 2021-10-05  0:44 UTC  (15+ messages)
` [PATCH V2 2/2] dt-bindings: riscv: Add svpbmt in cpu mmu-type property

[PATCH v2 00/10] Introduce sv48 support without relocatable kernel
 2021-10-04  7:31 UTC  (13+ messages)
` [PATCH v2 01/10] riscv: Allow to dynamically define VA_BITS
` [PATCH v2 02/10] riscv: Get rid of MAXPHYSMEM configs
` [PATCH v2 03/10] asm-generic: Prepare for riscv use of pud_alloc_one and pud_free
` [PATCH v2 04/10] riscv: Implement sv48 support
` [PATCH v2 05/10] riscv: Use pgtable_l4_enabled to output mmu_type in cpuinfo
` [PATCH v2 06/10] riscv: Explicit comment about user virtual address space size
` [PATCH v2 07/10] riscv: Improve virtual kernel memory layout dump
` [PATCH v2 08/10] Documentation: riscv: Add sv48 description to VM layout
` [PATCH v2 09/10] riscv: Initialize thread pointer before calling C functions
` [PATCH v2 10/10] riscv: Allow user to downgrade to sv39 when hw supports sv48

[PATCH] riscv: add rv32 and rv64 randconfig build targets
 2021-10-03 17:45 UTC  (2+ messages)

[PATCH] riscv: config: enable default defconfig to boot Hifive Unmatched
 2021-10-03 17:10 UTC  (2+ messages)

[PATCH] riscv: set default pm_power_off to NULL
 2021-10-03 17:10 UTC  (2+ messages)

[PATCH v2] riscv: mm: don't advertise 1 num_asid for 0 asid bits
 2021-10-03 17:10 UTC  (2+ messages)

[PATCH] RISC-V: Inform checksyscalls.sh about the rv32 ABI
 2021-10-03  0:55 UTC  (2+ messages)

[PATCH -next] riscv/vdso: Add support for time namespaces
 2021-10-02 23:18 UTC  (3+ messages)

[PATCH -next v3 0/3] riscv: Fix two vdso issue
 2021-10-02 20:24 UTC  (5+ messages)

[PATCH v5 0/3] riscv: optimized mem* functions
 2021-10-02 17:20 UTC  (10+ messages)
` [PATCH v5 1/3] riscv: optimized memcpy
` [PATCH v5 2/3] riscv: optimized memmove
` [PATCH v5 3/3] riscv: optimized memset

[PATCH v2 0/6] memblock: cleanup memblock_free interface
 2021-09-30 22:10 UTC  (9+ messages)
` [PATCH v2 1/6] arch_numa: simplify numa_distance allocation
` [PATCH v2 2/6] xen/x86: free_p2m_page: use memblock_free_ptr() to free a virtual pointer
` [PATCH v2 3/6] memblock: drop memblock_free_early_nid() and memblock_free_early()
` [PATCH v2 4/6] memblock: stop aliasing __memblock_free_late with memblock_free_late
` [PATCH v2 5/6] memblock: rename memblock_free to memblock_phys_free
` [PATCH v2 6/6] memblock: use memblock_free for freeing virtual pointers

Status of the various RISC-V specification and policy
 2021-09-30 21:31 UTC 

Status of the various RISC-V specification and policy
 2021-09-30 17:30 UTC 

Status of the various RISC-V specification and policy
 2021-09-29 19:01 UTC  (5+ messages)

[PATCH v4 2/3] riscv: optimized memmove
 2021-09-29 17:04 UTC  (4+ messages)

[RFC PATCH 7/8] riscv: rely on core code to keep thread_info::cpu updated
 2021-09-28 22: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).