Linux-RISC-V Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-01-11 03:55:23 to 2021-01-18 15:45:06 UTC [more...]

perf tools build broken for RISCV 32 bit
 2021-01-18 15:44 UTC  (8+ messages)

riscv+KASAN does not boot
 2021-01-18 15:43 UTC  (8+ messages)

[PATCH v11 02/10] pinctrl: Add RISC-V Canaan Kendryte K210 FPIOA driver
 2021-01-18 13:33 UTC  (2+ messages)

[PATCH v2] drivers/soc/litex: Add restart handler
 2021-01-18 12:27 UTC  (6+ messages)

[PATCH v3 0/4] initrd: Use unified initrd reserve function in ARM/RISCV
 2021-01-18  9:17 UTC  (9+ messages)
` [PATCH v3 1/4] initrd: Add the preprocessor guard in initrd.h
` [PATCH v3 2/4] initramfs: Provide a common initrd reserve function
` [PATCH v3 3/4] ARM: Covert to reserve_initrd_mem()
` [PATCH v3 4/4] riscv: "

[PATCH v13 00/17] RISC-V Kendryte K210 support improvements
 2021-01-18  8:14 UTC  (21+ messages)
` [PATCH v13 01/17] clk: Add RISC-V Canaan Kendryte K210 clock driver
` [PATCH v13 02/17] pinctrl: Add RISC-V Canaan Kendryte K210 FPIOA driver
` [PATCH v13 03/17] dt-bindings: add Canaan boards compatible strings
` [PATCH v13 04/17] dt-bindings: update risc-v cpu properties
` [PATCH v13 05/17] dt-bindings: update sifive plic compatible string
` [PATCH v13 06/17] dt-bindings: update sifive clint "
` [PATCH v13 07/17] dt-bindings: update sifive uart "
` [PATCH v13 08/17] dt-bindings: fix sifive gpio properties
` [PATCH v13 09/17] dt-bindings: add resets property to dw-apb-timer
` [PATCH v13 10/17] riscv: Update Canaan Kendryte K210 device tree
` [PATCH v13 11/17] riscv: Add SiPeed MAIX BiT board "
` [PATCH v13 12/17] riscv: Add SiPeed MAIX DOCK "
` [PATCH v13 13/17] riscv: Add SiPeed MAIX GO "
` [PATCH v13 14/17] riscv: Add SiPeed MAIXDUINO "
` [PATCH v13 15/17] riscv: Add Kendryte KD233 "
` [PATCH v13 16/17] riscv: Update Canaan Kendryte K210 defconfig
` [PATCH v13 17/17] riscv: Add Canaan Kendryte K210 SD card defconfig

[PATCH 0/4] Assorted fixes for RV32
 2021-01-17 19:03 UTC  (23+ messages)
` [PATCH 1/4] RISC-V: Do not allocate memblock while iterating reserved memblocks
` [PATCH 2/4] RISC-V: Set current memblock limit
` [PATCH 3/4] RISC-V: Fix L1_CACHE_BYTES for RV32
` [PATCH 4/4] RISC-V: Fix maximum allowed phsyical memory "

[GIT PULL] RISC-V Fixes for 5.11-rc4
 2021-01-16 20:02 UTC  (2+ messages)

[PATCH v2 0/1] kasan: support backing vmalloc space for riscv
 2021-01-16  5:58 UTC  (2+ messages)
` [PATCH v2 1/1] riscv/kasan: add KASAN_VMALLOC support

[PATCH v3] riscv: add BUILTIN_DTB support for MMU-enabled targets
 2021-01-15 23:49 UTC 

[PATCH bpf] MAINTAINERS: update my email address
 2021-01-15 23:00 UTC  (2+ messages)

[PATCH] RISC-V: simplify BUILTIN_DTB processing
 2021-01-15 20:18 UTC  (5+ messages)

EFI booting crashes
 2021-01-15 19:38 UTC  (9+ messages)

[PATCH v12 00/17] RISC-V Kendryte K210 support improvements
 2021-01-15 16:07 UTC  (20+ messages)
` [PATCH v12 01/17] clk: Add RISC-V Canaan Kendryte K210 clock driver
` [PATCH v12 02/17] pinctrl: Add RISC-V Canaan Kendryte K210 FPIOA driver
` [PATCH v12 03/17] dt-bindings: fix sifive plic compatible string
` [PATCH v12 04/17] dt-bindings: add Canaan boards compatible strings
` [PATCH v12 05/17] dt-bindings: fix sifive gpio properties
` [PATCH v12 06/17] dt-bindings: add resets property to dw-apb-timer
` [PATCH v12 07/17] dt-bindings: update risc-v cpu properties
` [PATCH v12 08/17] dt-bindings: fix sifive clint compatible string
` [PATCH v12 09/17] dt-bindings: update sifive serial
` [PATCH v12 10/17] riscv: Update Canaan Kendryte K210 device tree
` [PATCH v12 11/17] riscv: Add SiPeed MAIX BiT board "
` [PATCH v12 12/17] riscv: Add SiPeed MAIX DOCK "
` [PATCH v12 13/17] riscv: Add SiPeed MAIX GO "
` [PATCH v12 14/17] riscv: Add SiPeed MAIXDUINO "
` [PATCH v12 15/17] riscv: Add Kendryte KD233 "
` [PATCH v12 16/17] riscv: Update Canaan Kendryte K210 defconfig
` [PATCH v12 17/17] riscv: Add Canaan Kendryte K210 SD card defconfig

[PATCH v16 00/17] KVM RISC-V Support
 2021-01-15 12:18 UTC  (18+ messages)
` [PATCH v16 01/17] RISC-V: Add hypervisor extension related CSR defines
` [PATCH v16 02/17] RISC-V: Add initial skeletal KVM support
` [PATCH v16 03/17] RISC-V: KVM: Implement VCPU create, init and destroy functions
` [PATCH v16 04/17] RISC-V: KVM: Implement VCPU interrupts and requests handling
` [PATCH v16 05/17] RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctls
` [PATCH v16 06/17] RISC-V: KVM: Implement VCPU world-switch
` [PATCH v16 07/17] RISC-V: KVM: Handle MMIO exits for VCPU
` [PATCH v16 08/17] RISC-V: KVM: Handle WFI "
` [PATCH v16 09/17] RISC-V: KVM: Implement VMID allocator
` [PATCH v16 10/17] RISC-V: KVM: Implement stage2 page table programming
` [PATCH v16 11/17] RISC-V: KVM: Implement MMU notifiers
` [PATCH v16 12/17] RISC-V: KVM: Add timer functionality
` [PATCH v16 13/17] RISC-V: KVM: FP lazy save/restore
` [PATCH v16 14/17] RISC-V: KVM: Implement ONE REG interface for FP registers
` [PATCH v16 15/17] RISC-V: KVM: Add SBI v0.1 support
` [PATCH v16 16/17] RISC-V: KVM: Document RISC-V specific parts of KVM API
` [PATCH v16 17/17] RISC-V: KVM: Add MAINTAINERS entry

[PATCH v11 00/10] RISC-V Kendryte K210 support improvements
 2021-01-15  5:56 UTC  (23+ messages)
` [PATCH v11 01/10] clk: Add RISC-V Canaan Kendryte K210 clock driver
` [PATCH v11 02/10] pinctrl: Add RISC-V Canaan Kendryte K210 FPIOA driver
` [PATCH v11 03/10] riscv: Update Canaan Kendryte K210 device tree
` [PATCH v11 04/10] riscv: Add SiPeed MAIX BiT board "
` [PATCH v11 05/10] riscv: Add SiPeed MAIX DOCK "
` [PATCH v11 06/10] riscv: Add SiPeed MAIX GO "
` [PATCH v11 07/10] riscv: Add SiPeed MAIXDUINO "
` [PATCH v11 08/10] riscv: Add Kendryte KD233 "
` [PATCH v11 09/10] riscv: Update Canaan Kendryte K210 defconfig
` [PATCH v11 10/10] riscv: Add Canaan Kendryte K210 SD card defconfig

[PATCH v2] initramfs: Provide a common initrd reserve function
 2021-01-15  5:44 UTC  (3+ messages)

[PATCH] riscv: stacktrace: Move register keyword to beginning of declaration
 2021-01-15  2:33 UTC  (2+ messages)

[PATCH 0/1] kasan: support backing vmalloc space for riscv
 2021-01-15  2:24 UTC  (3+ messages)
` [PATCH 1/1] riscv/kasan: add KASAN_VMALLOC support

[PATCH v2] riscv: fix build failure with Canaan K210 SoC
 2021-01-14 23:10 UTC  (3+ messages)

[PATCH v3] drivers/soc/litex: Add restart handler
 2021-01-14 13:48 UTC 

[PATCH v5 0/5] Unify NUMA implementation between ARM64 & RISC-V
 2021-01-14  5:21 UTC  (4+ messages)

[PATCH RESEND 0/3] riscv: improve the stacktrace report
 2021-01-14  5:17 UTC  (5+ messages)
` [PATCH RESEND 1/3] riscv: Add dump stack in show_regs
` [PATCH RESEND 2/3] riscv: Improve __show_regs
` [PATCH RESEND 3/3] riscv/stacktrace: Fix stack output without ra on the stack top

[PATCH v2 0/3] fix macb phy probe failure if phy-reset is not handled
 2021-01-14  5:01 UTC  (2+ messages)

[PATCH 1/1] riscv: Fix KASAN memory mapping
 2021-01-14  4:57 UTC  (2+ messages)

[PATCH v11 01/10] clk: Add RISC-V Canaan Kendryte K210 clock driver
 2021-01-14  3:57 UTC  (8+ messages)

[PATCH] initramfs: Provide a common initrd reserve function
 2021-01-14  1:16 UTC  (2+ messages)

[PATCH] riscv: Trace irq on only interrupt is enabled
 2021-01-13  4:36 UTC  (2+ messages)

[PATCH v2] riscv: cacheinfo: Fix using smp_processor_id() in preemptible
 2021-01-13  4:36 UTC  (2+ messages)

[PATCH] riscv: Fixup CONFIG_GENERIC_TIME_VSYSCALL
 2021-01-13  4:36 UTC  (2+ messages)

[PATCH] riscv: Remove duplicate definition in pagtable.h
 2021-01-13  2:57 UTC  (3+ messages)

[PATCH] riscv: fix build failure with Canaan K210 SoC
 2021-01-13  2:15 UTC 

[PATCH RESEND v4] riscv: Enable per-task stack canaries
 2021-01-12 23:22 UTC  (2+ messages)

[PATCH v5 0/9] Add k/uprobe & fentry & error_injection supported
 2021-01-12 19:18 UTC  (2+ messages)

[PATCH v2] arch: consolidate pm_power_off callback
 2021-01-12 14:05 UTC  (2+ messages)

[PATCH v2 0/4] Assorted fixes for RV32
 2021-01-11 23:45 UTC  (5+ messages)
` [PATCH v2 1/4] RISC-V: Do not allocate memblock while iterating reserved memblocks
` [PATCH v2 2/4] RISC-V: Set current memblock limit
` [PATCH v2 3/4] RISC-V: Fix L1_CACHE_BYTES for RV32
` [PATCH v2 4/4] RISC-V: Fix maximum allowed phsyical memory "

net: macb: can macb use __napi_schedule_irqoff() instead of __napi_schedule()
 2021-01-11 22:09 UTC  (3+ messages)

[PATCH] riscv: Align on L1_CACHE_BYTES when STRICT_KERNEL_RWX
 2021-01-11 19:40 UTC  (5+ messages)


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