Linux-RISC-V Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-06-12 19:38:11 to 2018-07-31 22:37:14 UTC [more...]

RISC-V irqchip drivers
 2018-07-31 22:37 UTC  (19+ 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

RFC: simplified RISC-V interrupt and clocksource handling
 2018-07-31 16:57 UTC  (22+ 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  (10+ messages)
` [PATCH v2 3/7] riscv: Include asm-generic/compat.h

[PATCH v3 0/7] Introduce struct __kernel_timex
 2018-07-12  8:14 UTC  (3+ messages)
` [PATCH v3 3/7] riscv: Delete asm/compat.h

[RFC] Hypervisor extension emulation in QEMU or Spike
 2018-07-11  9:07 UTC  (3+ messages)

[RFC PATCH 0/4] Stop losing firmware-set DMA masks
 2018-07-10 18:12 UTC  (3+ messages)

[PATCH] riscv: remove unnecessary of_platform_populate call
 2018-07-09 15:50 UTC  (2+ messages)

[RFC PATCH 0/2] Local timer interrupt fix
 2018-07-06 18:00 UTC  (18+ messages)
` [RFC PATCH 1/2] dt-binding: RISC-V local timer docs
` [RFC PATCH 2/2] riscv: Introduce per cpu based local timer interrupt

[PATCH 3/6] timex: prepare compat helpers for y2038 changes
 2018-07-06  0:41 UTC  (4+ messages)
        ` [kbuild-all] "

[PATCH v2 0/4] Building for 32-bit RISC-V kernel
 2018-07-05 16:42 UTC  (15+ messages)
` [PATCH v2 1/4] RISC-V: Add conditional macro for zone of DMA32
` [PATCH v2 2/4] RISC-V: Select GENERIC_UCMPDI2 on RV32I
` [PATCH v2 3/4] RISC-V: Add definiion of extract symbol's index and type for 32-bit
` [PATCH v2 4/4] RISC-V: Change variable type for 32-bit compatible

[PATCH] RISC-V: Use KBUILD_CFLAGS instead of KCFLAGS when building the vDSO
 2018-07-05 15:44 UTC  (2+ messages)

[GIT PULL] RISC-V Fixus for 4.18-rc4
 2018-07-04 21:25 UTC 

Driver for the RISC-V Interrupt Controller
 2018-07-03 20:10 UTC  (10+ messages)
` [PATCH 1/3] RISC-V: Don't include irq-riscv-intc.h
` [PATCH 2/3] dt-bindings: interrupt-controller: RISC-V local interrupt controller docs
` [PATCH 3/3] irqchip: RISC-V Local Interrupt Controller Driver

[RFC] Cache flush via SBI
 2018-07-02 13:32 UTC  (2+ messages)

[PATCH v2] riscv: Add support to no-FPU systems
 2018-06-29  7:26 UTC  (3+ messages)

ERROR: "swiotlb_dma_ops" [...] undefined!
 2018-06-28 13:06 UTC  (2+ messages)

[PATCH] RISC-V: Add early printk support via the SBI console
 2018-06-23  7:24 UTC  (2+ messages)

Risc-V, qemu, and initrd
 2018-06-22 16:34 UTC  (11+ messages)

an initial RISC-V Linux 4.18 tree
 2018-06-21 16:06 UTC  (6+ messages)

[PATCH 0/5] Building for 32-bit RISC-V kernel
 2018-06-21 15:19 UTC  (16+ messages)
` [PATCH 1/5] RISC-V: Add conditional macro for zone of DMA32
` [PATCH] RISC-V: Add conditional marco for boot_sec_cpu
` [PATCH 2/5] RISC-V: Select GENERIC_UCMPDI2 on RV32I
` [PATCH 3/5] RISC-V: Add definiion of extract symbol's index and type for 32-bit
` [PATCH 4/5] RISC-V: Change variable type for 32-bit compatible
` [PATCH 5/5] RISC-V: Use fixed width integer types "

[PATCH] riscv: Add support to no-FPU systems
 2018-06-21  7:19 UTC  (3+ messages)

[PATCH] RISC-V: Add the directive for alignment of stvec's value
 2018-06-21  1:40 UTC 

[PATCH] RISC-V: Add conditional macro for boot_sec_cpu
 2018-06-21  1:39 UTC 

add support for Xilinx PCIe root ports on RISC-V
 2018-06-19 18:48 UTC  (7+ messages)
` [PATCH 1/3] PCI: Add hooks for bus/bridge-specific fixups
` [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 v2] mm: convert return type of handle_mm_fault() caller to vm_fault_t
 2018-06-17  8:48 UTC 

[PATCH] mm: convert return type of handle_mm_fault() caller to vm_fault_t
 2018-06-16 18:14 UTC  (3+ messages)

On Supporting no-FPU machines
 2018-06-15 23:42 UTC  (10+ messages)

[GIT PULL] RISC-V Updates for the 4.18 Merge Window
 2018-06-14 23:26 UTC 

[PATCH 3/3] riscv: fix __user annotation for __copy_user()
 2018-06-12 19:38 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