summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2020-11-28Merge tag 'asm-generic-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2020-11-26RISC-V: Move dynamic relocation section under __initAtish Patra1-4/+4
2020-11-26RISC-V: Protect all kernel sections including init earlyAtish Patra6-27/+67
2020-11-26RISC-V: Align the .init.text sectionAtish Patra1-1/+7
2020-11-26RISC-V: Initialize SBI earlyAtish Patra1-4/+3
2020-11-26riscv: Enable ARCH_STACKWALKKefeng Wang3-40/+11
2020-11-25RISC-V: fix barrier() use in <vdso/processor.h>Randy Dunlap1-0/+2
2020-11-25RISC-V: Add missing jump label initializationAnup Patel1-0/+1
2020-11-25riscv: Explicitly specify the build id style in vDSO Makefile againNathan Chancellor1-1/+1
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra1-1/+1
2020-11-21riscv: Make stack walk callback consistent with generic codeKefeng Wang3-7/+7
2020-11-21riscv: Cleanup stacktraceKefeng Wang3-15/+21
2020-11-21riscv: Add HAVE_IRQ_TIME_ACCOUNTINGKefeng Wang1-0/+1
2020-11-21riscv: Enable CMA supportKefeng Wang1-2/+6
2020-11-20riscv: Enable seccomp architecture trackingYiFei Zhu1-0/+10
2020-11-16arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann1-0/+2
2020-11-15Merge tag 'perf-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+1
2020-11-09riscv: Ignore Image.* and loader.binKefeng Wang1-1/+2
2020-11-09riscv: Clean up boot dirKefeng Wang2-1/+4
2020-11-09riscv: Fix compressed Image formats buildKefeng Wang1-0/+3
2020-11-09RISC-V: Add kernel image sections to the resource treeNick Kossifidis2-27/+160
2020-11-09perf/arch: Remove perf_sample_data::regs_user_copyPeter Zijlstra1-2/+1
2020-11-06RISC-V: Fix the VDSO symbol generaton for binutils-2.35+Palmer Dabbelt3-9/+16
2020-11-06RISC-V: Use non-PGD mappings for early DTB accessAnup Patel1-0/+14
2020-11-06riscv: uaccess: fix __put_kernel_nofault()Changbin Du1-1/+1
2020-11-06riscv: fix pfn_to_virt err in do_page_fault().Liu Shaohua1-1/+3
2020-11-06riscv: Set text_offset correctly for M-ModeSean Anderson1-0/+5
2020-11-05RISC-V: Remove any memblock representing unusable memory areaAtish Patra1-11/+7
2020-11-05risc-v: kernel: ftrace: Fixes improper SPDX comment styleRyan Kosta1-1/+1
2020-10-30timekeeping: default GENERIC_CLOCKEVENTS to enabledArnd Bergmann1-1/+0
2020-10-27riscv: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin1-20/+2
2020-10-26treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches3-6/+6
2020-10-24Merge tag 'riscv-for-linus-5.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-95/+93
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+1
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds3-5/+3
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-0/+1
2020-10-20Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds25-239/+936
2020-10-18tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-3/+1
2020-10-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-30/+16
2020-10-14memblock: use separate iterators for memory and reserved regionsMike Rapoport1-1/+1
2020-10-14arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport2-20/+15
2020-10-14riscv: drop unneeded node initializationMike Rapoport1-9/+0
2020-10-14Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-13/+0
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2020-10-09kbuild: explicitly specify the build id styleBill Wendling1-1/+1
2020-10-08seccomp: Move config option SECCOMP to arch/KconfigYiFei Zhu1-13/+0
2020-10-07riscv: Fixup bootup failure with HARDENED_USERCOPYGuo Ren1-2/+3
2020-10-05RISC-V: Make sure memblock reserves the memory containing DTAtish Patra1-0/+1
2020-10-04riscv: remove address space overrides using set_fs()Christoph Hellwig4-34/+1
2020-10-04riscv: implement __get_kernel_nofault and __put_user_nofaultChristoph Hellwig1-0/+20