Linux-RISC-V Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-07-12 08:01:31 to 2018-08-07 00:11:10 UTC [more...]

[PATCH] RISC-V: Don't use a global include guard for uapi/asm/syscalls.h
 2018-08-07  0:11 UTC  (6+ messages)
  `  "
    ` [PATCH v2] "

[PATCH 1/4] pcie-microsemi: Add support for the Vera-board root complex
 2018-08-06 23:34 UTC  (7+ messages)
` [PATCH 2/4] riscv/smpboot: Fix mm_grab() typo
` [PATCH 3/4] riscv/smpboot: Add missing include
` [PATCH 4/4] irq-riscv-plic: Update function name

[RFC] RISC-V: Fix !CONFIG_SMP compilation error
 2018-08-06 23:17 UTC 

simplified RISC-V interrupt and clocksource handling v2
 2018-08-06 20:59 UTC  (25+ messages)
` [PATCH 01/11] dt-bindings: Correct RISC-V's timebase-frequency
` [PATCH 02/11] dt-bindings: Add an enable method to RISC-V
` [PATCH 03/11] dt-bindings: interrupt-controller: RISC-V PLIC documentation
` [PATCH 04/11] RISC-V: remove timer leftovers
` [PATCH 05/11] RISC-V: simplify software interrupt / IPI code
` [PATCH 06/11] RISC-V: remove INTERRUPT_CAUSE_* defines from asm/irq.h
` [PATCH 07/11] RISC-V: add a definition for the SIE SEIE bit
` [PATCH 08/11] RISC-V: implement low-level interrupt handling
` [PATCH 09/11] RISC-V: Support per-hart timebase-frequency
` [PATCH 10/11] irqchip: add a SiFive PLIC driver
` [PATCH 11/11] clocksource: new RISC-V SBI timer driver

simplified RISC-V interrupt and clocksource handling v3
 2018-08-06 20:27 UTC  (10+ messages)
` [PATCH 1/8] RISC-V: remove timer leftovers
` [PATCH 2/8] RISC-V: simplify software interrupt / IPI code
` [PATCH 3/8] RISC-V: remove INTERRUPT_CAUSE_* defines from asm/irq.h
` [PATCH 4/8] RISC-V: add a definition for the SIE SEIE bit
` [PATCH 5/8] RISC-V: implement low-level interrupt handling
` [PATCH 6/8] dt-bindings: interrupt-controller: RISC-V PLIC documentation
` [PATCH 7/8] irqchip: add a SiFive PLIC driver
` [PATCH 8/8] clocksource: new RISC-V SBI timer driver

add support for Xilinx PCIe root ports on RISC-V v3
 2018-08-06 19:49 UTC  (16+ messages)
` [PATCH 1/3] PCI: add a callback to struct pci_host_bridge for adding a new device
` [PATCH 2/3] PCI/xilinx: Work-around for hardware DMA limit (32 bits)
` [PATCH 3/3] PCI/xilinx: Depend on OF instead of the ARCH

[PATCH 1/2] pcie-microsemi: Add support for the Vera-board root complex
 2018-08-06 18:51 UTC  (2+ messages)
` [PATCH 2/2] riscv/smpboot: Fix mm_grab() typo

[PATCH v2] riscv: Add support to no-FPU systems
 2018-08-05 23:32 UTC  (6+ messages)

[PATCH v3 0/7] Introduce struct __kernel_timex
 2018-08-05 21:29 UTC  (6+ messages)
` [PATCH v3 3/7] riscv: Delete asm/compat.h

RISC-V irqchip drivers
 2018-08-04 16:40 UTC  (34+ messages)
` [PATCH 1/6] RISC-V: simplify software interrupt / IPI code
` [PATCH 2/6] RISC-V: remove INTERRUPT_CAUSE_* defines from asm/irq.h
` [PATCH 3/6] irqchip: RISC-V Local Interrupt Controller Driver
` [PATCH 4/6] dt-bindings: interrupt-controller: RISC-V local interrupt controller docs
` [PATCH 5/6] irqchip: New RISC-V PLIC Driver
` [PATCH 6/6] dt-bindings: interrupt-controller: RISC-V PLIC documentation

add support for Xilinx PCIe root ports on RISC-V v2
 2018-08-04 10:12 UTC  (10+ messages)
` [PATCH 1/3] PCI: add a callback to struct pci_host_bridge for adding a new device
` [PATCH 2/3] PCI/xilinx: Work-around for hardware DMA limit (32 bits)
` [PATCH 3/3] PCI/xilinx: Depend on OF instead of the ARCH

[PATCH] RISC-V: Add the directive for alignment of stvec's value
 2018-08-04  4:38 UTC  (5+ messages)

[PATCH v3 0/4] riscv: Add support to no-FPU systems
 2018-08-03  6:42 UTC  (10+ messages)
` [PATCH v3 1/4] Extract FPU context operations from entry.S
` [PATCH v3 2/4] Refactor FPU codes in signal setup/return procedures
` [PATCH v3 3/4] Cleanup ISA string setting
` [PATCH v3 4/4] Add an option to support no-FPU systems

[PATCH] riscv: remove unnecessary of_platform_populate call
 2018-08-03  1:58 UTC  (2+ messages)

[PATCH] RISC-V: Add preprocessor directives for boot_sec_cpu
 2018-08-03  0:27 UTC  (3+ messages)

[RFC PATCH 2/2] riscv: Introduce per cpu based local timer interrupt
 2018-08-03  0:14 UTC  (2+ messages)

[RFC PATCH 2/2] riscv: Introduce per cpu based local timer interrupt
 2018-08-02 21:53 UTC  (2+ messages)

[PATCH 2/3] dt-bindings: interrupt-controller: RISC-V local interrupt controller docs
 2018-08-02 20:30 UTC  (2+ messages)

[PATCH 3/3] irqchip: RISC-V Local Interrupt Controller Driver
 2018-08-02 18:30 UTC  (2+ messages)

[PATCH v2] RISC-V: Add the directive for alignment of stvec's value
 2018-08-02 15:21 UTC 

RFC: simplified RISC-V interrupt and clocksource handling
 2018-08-02 11:51 UTC  (36+ messages)
` [PATCH 1/9] RISC-V: remove timer leftovers
` [PATCH 2/9] RISC-V: simplify software interrupt / IPI code
` [PATCH 3/9] RISC-V: remove INTERRUPT_CAUSE_* defines from asm/irq.h
` [PATCH 4/9] RISC-V: add a definition for the SIE SEIE bit
` [PATCH 5/9] RISC-V: implement low-level interrupt handling
` [PATCH 6/9] RISC-V: Support per-hart timebase-frequency
` [PATCH 7/9] irqchip: add a RISC-V PLIC driver
` [PATCH 8/9] dt-bindings: interrupt-controller: RISC-V PLIC documentation
` [PATCH 9/9] clocksource: new RISC-V SBI timer driver

[PATCH v9 04/12] RISC-V: Init and Halt Code
 2018-07-31 13:03 UTC  (2+ messages)

[PATCH V2] riscv: Convert uses of REG_FMT to %p
 2018-07-29 16:31 UTC  (3+ messages)

[PATCH] riscv: Convert uses of REG_FMT to %p
 2018-07-28 16:20 UTC  (2+ messages)

[PATCH 0/6] kbuild: clean-up and rename LDFLAGS to KBUILD_LDFLAGS
 2018-07-18 23:41 UTC  (9+ messages)
` [PATCH 1/6] um: remove redundant 'export LDFLAGS' in arch/x86/Makefile.um
` [PATCH 2/6] ARM: vfp: clean-up arch/arm/vfp/Makefile
` [PATCH 3/6] kbuild: remove redundant LDFLAGS clearing in arch/*/Makefile
` [PATCH 4/6] kbuild: replace $(LDFLAGS) $(ldflags-y) with $(ld_flags)
` [PATCH 5/6] kbuild: change ld_flags to contain LDFLAGS_$(@F)
` [PATCH 6/6] kbuild: rename LDFLAGS to KBUILD_LDFLAGS

[PATCH] module: Add the print format of Elf_Addr for 32/64-bit compatibly
 2018-07-17  3:05 UTC 

[PATCH] RISC-V: Don't increment sepc after breakpoint
 2018-07-15  0:34 UTC 

[PATCH v2 0/7] Introduce struct __kernel_timex
 2018-07-12 13:51 UTC  (9+ messages)
` [PATCH v2 3/7] riscv: Include asm-generic/compat.h


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