aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2020-12-12Merge tag 'riscv-for-linus-5.10-rc8' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+2
2020-12-10RISC-V: Define get_cycles64() regardless of M-modeGravatar Palmer Dabbelt 1-2/+2
2020-11-29Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2020-11-28Merge tag 'riscv-for-linus-5.10-rc6' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-1/+4
2020-11-27Merge tag 'asm-generic-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+2
2020-11-25RISC-V: fix barrier() use in <vdso/processor.h>Gravatar Randy Dunlap 1-0/+2
2020-11-25RISC-V: Add missing jump label initializationGravatar Anup Patel 1-0/+1
2020-11-25riscv: Explicitly specify the build id style in vDSO Makefile againGravatar Nathan Chancellor 1-1/+1
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingGravatar Peter Zijlstra 1-1/+1
2020-11-16arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededGravatar Arnd Bergmann 1-0/+2
2020-11-15Merge tag 'perf-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+1
2020-11-09perf/arch: Remove perf_sample_data::regs_user_copyGravatar Peter Zijlstra 1-2/+1
2020-11-06RISC-V: Fix the VDSO symbol generaton for binutils-2.35+Gravatar Palmer Dabbelt 3-9/+16
2020-11-06RISC-V: Use non-PGD mappings for early DTB accessGravatar Anup Patel 1-0/+14
2020-11-06riscv: uaccess: fix __put_kernel_nofault()Gravatar Changbin Du 1-1/+1
2020-11-05riscv: fix pfn_to_virt err in do_page_fault().Gravatar Liu Shaohua 1-1/+3
2020-11-05riscv: Set text_offset correctly for M-ModeGravatar Sean Anderson 1-0/+5
2020-11-05RISC-V: Remove any memblock representing unusable memory areaGravatar Atish Patra 1-11/+7
2020-11-04risc-v: kernel: ftrace: Fixes improper SPDX comment styleGravatar Ryan Kosta 1-1/+1
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Gravatar Joe Perches 3-6/+6
2020-10-24Merge tag 'riscv-for-linus-5.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 5-95/+93
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+1
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 3-5/+3
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-0/+1
2020-10-19Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 25-239/+936
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Gravatar Jens Axboe 1-3/+1
2020-10-14Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-30/+16
2020-10-13memblock: use separate iterators for memory and reserved regionsGravatar Mike Rapoport 1-1/+1
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Gravatar Mike Rapoport 2-20/+15
2020-10-13riscv: drop unneeded node initializationGravatar Mike Rapoport 1-9/+0
2020-10-13Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-13/+0
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+1
2020-10-09kbuild: explicitly specify the build id styleGravatar Bill Wendling 1-1/+1
2020-10-08seccomp: Move config option SECCOMP to arch/KconfigGravatar YiFei Zhu 1-13/+0
2020-10-06riscv: Fixup bootup failure with HARDENED_USERCOPYGravatar Guo Ren 1-2/+3
2020-10-04RISC-V: Make sure memblock reserves the memory containing DTGravatar Atish Patra 1-0/+1
2020-10-04riscv: remove address space overrides using set_fs()Gravatar Christoph Hellwig 4-34/+1
2020-10-04riscv: implement __get_kernel_nofault and __put_user_nofaultGravatar Christoph Hellwig 1-0/+20
2020-10-04riscv: refactor __get_user and __put_userGravatar Christoph Hellwig 1-42/+52
2020-10-04riscv: use memcpy based uaccess for nommu againGravatar Christoph Hellwig 3-19/+20
2020-10-04Merge branch 'base.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Palmer Dabbelt 1-0/+1
2020-10-02RISC-V: Add page table dump support for uefiGravatar Atish Patra 1-6/+42
2020-10-02RISC-V: Add EFI runtime servicesGravatar Atish Patra 8-3/+132
2020-10-02RISC-V: Add EFI stub support.Gravatar Atish Patra 4-0/+59
2020-10-02RISC-V: Add PE/COFF header for EFI stubGravatar Atish Patra 5-2/+212
2020-10-02RISC-V: Implement late mapping page table allocation functionsGravatar Atish Patra 1-31/+99
2020-10-02RISC-V: Add early ioremap supportGravatar Atish Patra 6-0/+51
2020-10-02RISC-V: Move DT mapping outof fixmapGravatar Anup Patel 6-22/+20
2020-09-30RISC-V: Check clint_time_val before useGravatar Anup Patel 2-4/+13
2020-09-25kbuild: preprocess module linker scriptGravatar Masahiro Yamada 2-4/+2