summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next/nommu' into for-nextPaul Walmsley2019-11-2250-361/+915
|\
| * riscv: provide a flat image loaderChristoph Hellwig2019-11-174-5/+39
| * riscv: add nommu supportChristoph Hellwig2019-11-1723-71/+254
| * riscv: clear the instruction cache and all registers when bootingChristoph Hellwig2019-11-172-1/+88
| * riscv: read the hart ID from mhartid on bootDamien Le Moal2019-11-172-0/+9
| * riscv: provide native clint access for M-modeChristoph Hellwig2019-11-177-3/+105
| * riscv: add support for MMIO access to the timer registersChristoph Hellwig2019-11-132-3/+19
| * riscv: implement remote sfence.i using IPIsChristoph Hellwig2019-11-132-6/+21
| * riscv: cleanup the default power off implementationChristoph Hellwig2019-11-133-2/+18
| * riscv: poison SBI calls for M-modeChristoph Hellwig2019-11-131-2/+3
| * riscv: don't allow selecting SBI based drivers for M-modeDamien Le Moal2019-11-131-0/+6
| * riscv: abstract out CSR names for supervisor vs machine modeChristoph Hellwig2019-11-0519-127/+188
| * riscv: separate MMIO functions into their own header filePaul Walmsley2019-11-052-144/+167
| * riscv: enter WFI in default_power_off() if SBI does not shutdownChristoph Hellwig2019-11-051-1/+2
* | Merge branch 'next/misc' into for-nextPaul Walmsley2019-11-2218-42/+63
|\ \
| * | riscv: dts: add support for PDMA device of HiFive Unleashed Rev A00Green Wan2019-11-151-0/+7
| * | RISC-V: Add multiple compression image format.Atish Patra2019-11-121-0/+12
| * | riscv: clean up the macro format in each header fileZong Li2019-11-1215-33/+40
| * | riscv: Use PMD_SIZE to replace PTE_PARENT_SIZEZong Li2019-11-121-9/+4
| |/
* | Merge branch 'next/tlb-opt' into for-nextPaul Walmsley2019-11-221-2/+23
|\ \
| * | RISC-V: Issue a tlb page flush if possibleAtish Patra2019-10-291-1/+4
| * | RISC-V: Issue a local tlbflush if possible.Atish Patra2019-10-291-2/+17
| * | RISC-V: Do not invoke SBI call if cpumask is emptyAtish Patra2019-10-291-0/+3
| |/
* | Merge branch 'next/isa-string' into for-nextPaul Walmsley2019-11-221-42/+3
|\ \
| * | RISC-V: Remove unsupported isa string info printAtish Patra2019-10-281-42/+3
* | | riscv: add support for SECCOMP and SECCOMP_FILTERDavid Abdurachmanov2019-10-295-3/+63
| |/ |/|
* | RISC-V: Add PCIe I/O BAR memory mappingYash Shah2019-10-282-1/+13
* | riscv: for C functions called only from assembly, mark with __visiblePaul Walmsley2019-10-285-8/+8
* | riscv: fp: add missing __user pointer annotationsPaul Walmsley2019-10-281-2/+2
* | riscv: add missing header file includesPaul Walmsley2019-10-2813-0/+17
* | riscv: mark some code and data as file-staticPaul Walmsley2019-10-282-2/+2
* | riscv: init: merge split string literals in preprocessor directivePaul Walmsley2019-10-281-2/+1
* | riscv: add prototypes for assembly language functions from head.SPaul Walmsley2019-10-285-0/+29
|/
* riscv: cleanup do_trap_breakChristoph Hellwig2019-10-251-20/+6
* riscv: cleanup <asm/bug.h>Christoph Hellwig2019-10-231-13/+3
* riscv: Fix undefined reference to vmemmap_populate_basepagesKefeng Wang2019-10-231-1/+1
* riscv: Fix implicit declaration of 'page_to_section'Kefeng Wang2019-10-231-4/+1
* riscv: fix fs/proc/kcore.c compilation with sparsemem enabledDavid Abdurachmanov2019-10-231-2/+0
* RISC-V: fix virtual address overlapped in FIXADDR_START and VMEMMAP_STARTGreentime Hu2019-10-151-8/+8
* riscv: tlbflush: remove confusing comment on local_flush_tlb_all()Paul Walmsley2019-10-141-4/+0
* riscv: dts: HiFive Unleashed: add default chosen/stdout-pathPaul Walmsley2019-10-141-0/+1
* riscv: remove the switch statement in do_trap_break()Vincent Chen2019-10-141-11/+11
* RISC-V: entry: Remove unneeded need_resched() loopValentin Schneider2019-10-091-2/+1
* riscv: Correct the handling of unexpected ebreak in do_trap_break()Vincent Chen2019-10-071-3/+3
* riscv: avoid sending a SIGTRAP to a user thread trapped in WARN()Vincent Chen2019-10-071-1/+1
* riscv: avoid kernel hangs when trapped in BUG()Vincent Chen2019-10-071-3/+3
* riscv: Fix memblock reservation for device tree blobAlbert Ou2019-10-011-1/+11
* RISC-V: Clear load reservations while restoring hart contextsPalmer Dabbelt2019-10-012-1/+21
* Merge tag 'riscv/for-v5.4-rc1-b' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-09-279-19/+73
|\
| * riscv: Avoid interrupts being erroneously enabled in handle_exception()Vincent Chen2019-09-201-1/+5
OpenPOWER on IntegriCloud