summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
2020-04-29Merge tag 'riscv-for-linus-5.7-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-04-24riscv: select ARCH_HAS_STRICT_KERNEL_RWX only if MMUDamien Le Moal
2020-04-23arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Masahiro Yamada
2020-04-21riscv: sbi: Fix undefined reference to sbi_shutdownKefeng Wang
2020-04-21riscv: sbi: Correct sbi_shutdown() and sbi_clear_ipi() exportKefeng Wang
2020-04-21riscv: fix vdso build with lldIlie Halip
2020-04-21RISC-V: stacktrace: Declare sp_in_global outside ifdefGuenter Roeck
2020-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual
2020-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-04-09Merge tag 'riscv-for-linus-5.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-04-08riscv, bpf: Fix offset range checking for auipc+jalr on RV64Luke Nelson
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-04-03riscv: create a loader.bin boot image for Kendryte SoCChristoph Hellwig
2020-04-03riscv: Kendryte K210 default configDamien Le Moal
2020-04-03riscv: Add Kendryte K210 device treeDamien Le Moal
2020-04-03riscv: Select required drivers for Kendryte SOCDamien Le Moal
2020-04-03riscv: Add Kendryte K210 SoC supportChristoph Hellwig
2020-04-03riscv: Add SOC early init supportDamien Le Moal
2020-04-03riscv: Unaligned load/store handling for M_MODEDamien Le Moal
2020-04-03riscv, bpf: Remove BPF JIT for nommu buildsBjörn Töpel
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu
2020-04-02mm: introduce fault_signal_pending()Peter Xu
2020-04-02asm-generic: make more kernel-space headers mandatoryMasahiro Yamada
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-03-31RISC-V: Support cpu hotplugAtish Patra
2020-03-31RISC-V: Add supported for ordered booting method using HSMAtish Patra
2020-03-31RISC-V: Add SBI HSM extension definitionsAtish Patra
2020-03-31RISC-V: Export SBI error to linux error mapping functionAtish Patra
2020-03-31RISC-V: Add cpu_ops and modify default booting methodAtish Patra
2020-03-31RISC-V: Move relocate and few other functions out of __initAtish Patra
2020-03-31RISC-V: Implement new SBI v0.2 extensionsAtish Patra
2020-03-31RISC-V: Introduce a new config for SBI v0.1Atish Patra
2020-03-31RISC-V: Add SBI v0.2 extension definitionsAtish Patra
2020-03-31RISC-V: Add basic support for SBI v0.2Atish Patra
2020-03-31RISC-V: Mark existing SBI as 0.1 SBI.Atish Patra
2020-03-30Merge tag 'irq-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2020-03-28Merge branch 'uaccess.futex' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner
2020-03-27futex: arch_futex_atomic_op_inuser() calling conventions changeAl Viro
2020-03-26RISC-V: Move all address space definition macros to one placeAtish Patra
2020-03-26RISC-V: Only select essential drivers for SOC_VIRT configAnup Patel
2020-03-26riscv: Use macro definition instead of magic numberZong Li
2020-03-26riscv: Add support to dump the kernel page tablesZong Li
2020-03-26riscv: patch code by fixmap mappingZong Li
2020-03-26riscv: introduce interfaces to patch kernel codeZong Li
2020-03-26riscv: add macro to get instruction lengthZong Li
2020-03-26riscv: add STRICT_KERNEL_RWX supportZong Li