summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2021-09-03riscv: Fixup patch_text panic in ftraceGuo Ren2-0/+2
2021-09-03riscv: Fixup wrong ftrace remove cflagGuo Ren2-3/+3
2021-09-03riscv: Ensure the value of FP registers in the core dump file is up to dateVincent Chen1-0/+4
2021-08-04bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2-0/+8
2021-07-14sched/core: Initialize the idle task with preemption disabledValentin Schneider1-1/+0
2021-06-30riscv32: Use medany C model for modulesKhem Raj1-1/+1
2021-06-18riscv: Use -mno-relax when using lld linkerKhem Raj1-0/+9
2021-06-10riscv: vdso: fix and clean-up MakefileJisheng Zhang1-2/+2
2021-05-22riscv: Workaround mcount name prior to clang-13Nathan Chancellor2-7/+17
2021-05-22riscv: Use $(LD) instead of $(CC) to link vDSONathan Chancellor1-8/+4
2021-05-19RISC-V: Fix error code returned by riscv_hartid_to_cpuid()Anup Patel1-1/+1
2021-04-21riscv: Fix spelling mistake "SPARSEMEM" to "SPARSMEM"Kefeng Wang1-1/+1
2021-04-16riscv,entry: fix misaligned base for excp_vect_tableZihao Yu1-0/+1
2021-04-07riscv: evaluate put_user() arg before enabling user accessBen Dooks1-2/+5
2021-03-25RISC-V: correct enum sbi_ext_rfence_fidHeinrich Schuchardt1-2/+2
2021-03-25riscv: Correct SPARSEMEM configurationKefeng Wang1-2/+2
2021-03-07riscv: Get rid of MAX_EARLY_MAPPING_SIZEAlexandre Ghiti1-16/+5
2021-03-04riscv: Disable KSAN_SANITIZE for vDSOTobias Klauser1-1/+2
2021-02-17riscv: virt_addr_valid must check the address belongs to linear mappingAlexandre Ghiti1-1/+4
2021-02-17Revert "dts: phy: add GPIO number and active state used for phy reset"Palmer Dabbelt1-1/+0
2021-02-10RISC-V: Define MAXPHYSMEM_1GB only for RV32Atish Patra1-0/+2
2021-01-27RISC-V: Fix maximum allowed phsyical memory for RV32Atish Patra1-2/+4
2021-01-27RISC-V: Set current memblock limitAtish Patra1-2/+14
2021-01-27riscv: defconfig: enable gpio support for HiFive UnleashedSagar Shrikant Kadam1-0/+2
2021-01-27dts: phy: add GPIO number and active state used for phy resetSagar Shrikant Kadam1-0/+1
2021-01-27dts: phy: fix missing mdio device and probe failure of vsc8541-01 deviceSagar Shrikant Kadam1-0/+1
2021-01-27riscv: cacheinfo: Fix using smp_processor_id() in preemptibleKefeng Wang1-1/+10
2021-01-27riscv: Enable interrupts during syscalls with M-ModeDamien Le Moal1-0/+9
2021-01-27riscv: Fix kernel time_init()Damien Le Moal1-0/+3
2021-01-19riscv: Trace irq on only interrupt is enabledAtish Patra1-3/+3
2021-01-19riscv: Fix KASAN memory mapping.Nick Hu1-2/+2
2021-01-19riscv: Fixup CONFIG_GENERIC_TIME_VSYSCALLGuo Ren2-2/+2
2021-01-19riscv: return -ENOSYS for syscall -1Andreas Schwab1-8/+1
2021-01-19riscv: Drop a duplicated PAGE_KERNEL_EXECKefeng Wang1-1/+0
2021-01-12local64.h: make <asm/local64.h> mandatoryRandy Dunlap1-1/+0
2020-12-30RISC-V: Fix usage of memblock_enforce_memory_limitAtish Patra1-1/+1
2020-12-12Merge tag 'riscv-for-linus-5.10-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2020-12-11RISC-V: Define get_cycles64() regardless of M-modePalmer Dabbelt1-2/+2
2020-11-29Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2020-11-29Merge tag 'riscv-for-linus-5.10-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-1/+4
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-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-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-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