summaryrefslogtreecommitdiff
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-03-251-2/+1
* Merge branch 'akpm-current/current'Stephen Rothwell2020-03-252-35/+2
|\
| * mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-03-241-5/+0
| * mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-03-241-1/+1
| * mm: introduce fault_signal_pending()Peter Xu2020-03-241-1/+1
| * asm-generic: make more kernel-space headers mandatoryMasahiro Yamada2020-03-241-28/+0
* | Merge remote-tracking branch 'irqchip/irq/irqchip-next'Stephen Rothwell2020-03-251-1/+1
|\ \
| * | irqchip/sifive-plic: Enable/Disable external interrupts upon cpu online/offlineAtish Patra2020-03-161-1/+1
* | | Merge remote-tracking branch 'net-next/master'Stephen Rothwell2020-03-256-602/+2004
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-136-602/+2004
| |\ \ \ | | |_|/ | |/| |
| | * | riscv, bpf: Add RV32G eBPF JITLuke Nelson2020-03-054-2/+1366
| | * | riscv, bpf: Factor common RISC-V JIT codeLuke Nelson2020-03-054-601/+639
| | |/
* | | Merge remote-tracking branch 'risc-v/for-next'Stephen Rothwell2020-03-2512-138/+125
|\ \ \
| * | | RISC-V: Move all address space definition macros to one placeAtish Patra2020-03-051-37/+41
| * | | riscv: Use p*d_leaf macros to define p*d_hugeAlexandre Ghiti2020-03-051-4/+2
| * | | RISC-V: Stop using LOCAL for the uaccess fixupsPalmer Dabbelt2020-03-031-4/+2
| * | | RISC-V: Inline the assembly register save/restore macrosPalmer Dabbelt2020-03-031-82/+61
| * | | RISC-V: Stop relying on GCC's register allocator's hueristicsPalmer Dabbelt2020-03-033-7/+10
| * | | RISC-V: Stop putting .sbss in .sdataPalmer Dabbelt2020-03-031-1/+0
| * | | riscv: force hart_lottery to put in .sdata sectionZong Li2020-03-031-2/+6
| * | | riscv: Delete CONFIG_SYSFS_SYSCALL from defconfigsDeepa Dinamani2020-03-032-0/+2
| * | | riscv: Use flush_icache_mm for flush_icache_user_rangeGuo Ren2020-03-031-1/+1
| | |/ | |/|
* | | riscv: fix the IPI missing issue in nommu modeGreentime Hu2020-03-182-5/+5
* | | riscv: uaccess should be used in nommu modeGreentime Hu2020-03-183-20/+19
| |/ |/|
* | riscv: fix seccomp reject syscall code pathTycho Andersen2020-03-053-21/+8
* | riscv: dts: Add GPIO reboot method to HiFive Unleashed DTS fileYash Shah2020-03-051-0/+5
* | RISC-V: Select Goldfish RTC driver for QEMU virt machineAnup Patel2020-03-053-0/+4
* | RISC-V: Select SYSCON Reboot and Poweroff for QEMU virt machineAnup Patel2020-03-053-0/+4
* | RISC-V: Enable QEMU virt machine support in defconfigsAnup Patel2020-03-052-29/+2
* | RISC-V: Add kconfig option for QEMU virt machineAnup Patel2020-03-051-0/+20
* | riscv: Fix range looking for kernel image memblockAlexandre Ghiti2020-03-041-1/+1
* | riscv: Force flat memory model with no-mmuDamien Le Moal2020-03-041-0/+1
* | riscv: Change code model of module to medany to improve data accessingVincent Chen2020-03-031-2/+4
* | riscv: avoid the PIC offset of static percpu data in module beyond 2G limitsVincent Chen2020-03-031-0/+16
|/
* riscv: adjust the indentZong Li2020-02-241-11/+15
* riscv: allocate a complete page size for each page tableZong Li2020-02-241-11/+16
* riscv: Fix gitignoreDamien Le Moal2020-02-191-0/+2
* RISC-V: Don't enable all interrupts in trap_init()Anup Patel2020-02-181-2/+2
* riscv: set pmp configuration if kernel is running in M-modeGreentime Hu2020-02-182-0/+18
* Merge tag 'microblaze-v5.6-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2020-02-041-1/+0
|\
| * asm-generic: Make dma-contiguous.h a mandatory include/asm headerMichal Simek2020-02-041-1/+0
* | riscv: mm: add p?d_leaf() definitionsSteven Price2020-02-042-0/+14
* | Merge tag 'riscv-for-linus-5.6-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-3116-9/+241
|\ \
| * | riscv: dts: Add DT support for SiFive FU540 GPIO driverYash Shah2020-01-292-1/+18
| * | riscv: mm: add support for CONFIG_DEBUG_VIRTUALZong Li2020-01-234-2/+54
| * | riscv: keep 32-bit kernel to 32-bit phys_addr_tOlof Johansson2020-01-221-2/+0
| * | riscv: Add KASAN supportNick Hu2020-01-2212-4/+169
* | | Merge tag 'docs-5.6' of git://git.lwn.net/linuxLinus Torvalds2020-01-291-2/+2
|\ \ \
| * | | RISC-V: Typo fixes in image header and documentation.Atish Patra2019-12-191-2/+2
* | | | Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-291-4/+0
|\ \ \ \