summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv/for-v5.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-12-044-8/+88
|\
| * Merge branch 'next/defconfig-add-debug' into for-nextPaul Walmsley2019-11-222-0/+48
| |\
| | * riscv: defconfigs: enable more debugging optionsPaul Walmsley2019-11-222-0/+46
| | * riscv: defconfigs: enable debugfsPaul Walmsley2019-11-222-0/+2
| * | Merge branch 'next/misc2' into for-nextPaul Walmsley2019-11-222-8/+40
| |\ \
| | * | RISC-V: Add address map dumperYash Shah2019-11-221-0/+32
| | * | riscv: Fix Kconfig indentationKrzysztof Kozlowski2019-11-211-8/+8
| | |/
* | | Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-031-1/+0
|\ \ \
| * | | asm-generic: Make msi.h a mandatory include/asm headerMichal Simek2019-11-261-1/+0
* | | | Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-11-301-1/+1
|\ \ \ \
* \ \ \ \ Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2019-11-285-99/+9
|\ \ \ \ \
| * | | | | riscv: use the generic ioremap codeChristoph Hellwig2019-11-115-88/+7
| * | | | | arch: rely on asm-generic/io.h for default ioremap_* definitionsChristoph Hellwig2019-11-111-10/+0
| | |_|_|/ | |/| | |
* | | | | Merge tag 'riscv/for-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-11-2769-450/+1067
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | 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
| | |/ / / | |/| | |
* | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-261-3/+2
|\ \ \ \ \
| * | | | | vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook2019-11-041-1/+1
| * | | | | vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAKees Cook2019-11-041-1/+1
| * | | | | vmlinux.lds.h: Move NOTES into RO_DATAKees Cook2019-11-041-1/+0
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2019-11-251-1/+1
|\ \ \ \ \ \
| * | | | | | int128: move __uint128_t compiler test to KconfigArd Biesheuvel2019-11-171-1/+1
| |/ / / / /
* | | | | | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-251-2/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | riscv: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-2/+2
* | | | | | 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