summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-04-162-18/+33
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-04-092-18/+33
| |\
| | * riscv, bpf: Fix offset range checking for auipc+jalr on RV64Luke Nelson2020-04-081-17/+32
| | * riscv, bpf: Remove BPF JIT for nommu buildsBjörn Töpel2020-04-031-1/+1
* | | mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-04-101-2/+1
* | | Merge tag 'riscv-for-linus-5.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-04-0948-294/+2806
|\ \ \ | |/ / |/| |
| * | riscv: create a loader.bin boot image for Kendryte SoCChristoph Hellwig2020-04-032-3/+6
| * | riscv: Kendryte K210 default configDamien Le Moal2020-04-031-0/+68
| * | riscv: Add Kendryte K210 device treeDamien Le Moal2020-04-034-0/+149
| * | riscv: Select required drivers for Kendryte SOCDamien Le Moal2020-04-031-0/+4
| * | riscv: Add Kendryte K210 SoC supportChristoph Hellwig2020-04-031-0/+30
| * | riscv: Add SOC early init supportDamien Le Moal2020-04-035-0/+59
| * | riscv: Unaligned load/store handling for M_MODEDamien Le Moal2020-04-033-4/+395
| * | RISC-V: Support cpu hotplugAtish Patra2020-03-317-2/+180
| * | RISC-V: Add supported for ordered booting method using HSMAtish Patra2020-03-316-3/+121
| * | RISC-V: Add SBI HSM extension definitionsAtish Patra2020-03-311-0/+14
| * | RISC-V: Export SBI error to linux error mapping functionAtish Patra2020-03-312-1/+4
| * | RISC-V: Add cpu_ops and modify default booting methodAtish Patra2020-03-315-21/+147
| * | RISC-V: Move relocate and few other functions out of __initAtish Patra2020-03-312-72/+86
| * | RISC-V: Implement new SBI v0.2 extensionsAtish Patra2020-03-313-4/+270
| * | RISC-V: Introduce a new config for SBI v0.1Atish Patra2020-03-313-23/+118
| * | RISC-V: Add SBI v0.2 extension definitionsAtish Patra2020-03-311-0/+21
| * | RISC-V: Add basic support for SBI v0.2Atish Patra2020-03-313-73/+314
| * | RISC-V: Mark existing SBI as 0.1 SBI.Atish Patra2020-03-311-19/+22
| * | riscv: Use macro definition instead of magic numberZong Li2020-03-261-1/+1
| * | riscv: Add support to dump the kernel page tablesZong Li2020-03-265-0/+340
| * | riscv: patch code by fixmap mappingZong Li2020-03-261-9/+4
| * | riscv: introduce interfaces to patch kernel codeZong Li2020-03-264-1/+137
| * | riscv: add macro to get instruction lengthZong Li2020-03-262-1/+10
| * | riscv: add STRICT_KERNEL_RWX supportZong Li2020-03-263-0/+53
| * | riscv: add alignment for text, rodata and data sectionsZong Li2020-03-262-1/+17
| * | riscv: move exception table immediately after RO_DATAZong Li2020-03-261-2/+4
| * | riscv: add ARCH_SUPPORTS_DEBUG_PAGEALLOC supportZong Li2020-03-262-0/+16
| * | riscv: add ARCH_HAS_SET_DIRECT_MAP supportZong Li2020-03-263-0/+28
| * | riscv: add ARCH_HAS_SET_MEMORY supportZong Li2020-03-264-1/+176
| * | 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
* | | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-033-0/+3
|\ \ \
| * | | .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-253-0/+3
* | | | mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-5/+0
* | | | mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-04-021-1/+1
* | | | mm: introduce fault_signal_pending()Peter Xu2020-04-021-1/+1
* | | | asm-generic: make more kernel-space headers mandatoryMasahiro Yamada2020-04-021-28/+0
| |_|/ |/| |