summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-04-08uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann1-2/+2
2022-04-08riscv: Fix fill_callchain return valueNikita Shubin1-1/+1
2022-03-16riscv: Fix auipc+jalr relocation range checksEmil Renner Berthing1-5/+16
2022-03-02riscv: fix oops caused by irqsoff latency tracerChangbin Du4-5/+45
2022-02-16riscv: eliminate unreliable __builtin_frame_address(1)Changbin Du1-4/+5
2022-02-16riscv: cpu-hotplug: clear cpu from numa map when teardownPingfan Liu1-0/+2
2022-01-27riscv: use hart id instead of cpu id on machine_kexecNick Kossifidis1-1/+2
2022-01-27riscv: Don't use va_pa_offset on kdumpNick Kossifidis1-11/+9
2022-01-27RISC-V: Use common riscv_cpuid_to_hartid_mask() for both SMP=y and SMP=nSean Christopherson2-10/+10
2022-01-20perf: Protect perf_guest_cbs with RCUSean Christopherson1-2/+5
2021-10-27riscv: fix misalgned trap vector base addressChen Lu1-0/+1
2021-10-02riscv/vdso: make arch_setup_additional_pages wait for mmap_sem for write kill...Tong Tiangen1-1/+3
2021-10-02riscv/vdso: Move vdso data page up frontTong Tiangen2-19/+28
2021-10-02riscv/vdso: Refactor asm/vdso.hTong Tiangen2-2/+4
2021-09-12Merge tag 'smp-urgent-2021-09-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+2
2021-09-12Merge tag 'riscv-for-linus-5.15-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+2
2021-09-11riscv: Move EXCEPTION_TABLE to RO_DATA segmentJisheng Zhang2-3/+2
2021-09-11Merge branch 'linus' into smp/urgentThomas Gleixner7-29/+132
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+0
2021-09-08trap: cleanup trap_init()Kefeng Wang1-5/+0
2021-09-05Merge tag 'riscv-for-linus-5.15-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-24/+132
2021-09-01drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION()Thomas Gleixner1-5/+2
2021-08-26riscv: use strscpy to replace strlcpyJason Wang1-1/+1
2021-08-25riscv: explicitly use symbol offsets for VDSOSaleem Abdulrasool3-20/+16
2021-08-25riscv: Enable Undefined Behavior Sanitizer UBSANJisheng Zhang1-0/+1
2021-08-25riscv: Ensure the value of FP registers in the core dump file is up to dateVincent Chen1-0/+4
2021-08-20riscv: Fix a number of free'd resources in init_resources()Petr Pavlu1-2/+2
2021-08-12riscv: kexec: do not add '-mno-relax' flag if compiler doesn't support itChangbin Du1-1/+1
2021-07-24riscv: stacktrace: Fix NULL pointer dereferenceJisheng Zhang1-1/+1
2021-07-24riscv: stacktrace: pin the task's stack in get_wchanJisheng Zhang1-1/+5
2021-07-22riscv: kprobes: implement the branch instructionsChen Lifu2-2/+79
2021-07-22riscv: kprobes: implement the auipc instructionChen Lifu2-1/+35
2021-07-09Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds13-59/+169
2021-07-08riscv: convert to setup_initial_init_mm()Kefeng Wang1-4/+1
2021-07-07riscv: xip: Fix duplicate included asm/pgtable.hJiapeng Chong1-1/+0
2021-07-06riscv: add VMAP_STACK overflow detectionTong Tiangen3-1/+144
2021-07-06riscv: Introduce structure that group all variables regarding kernel mappingAlexandre Ghiti4-5/+7
2021-07-01Merge branch 'riscv-wx-mappings' into for-nextPalmer Dabbelt1-9/+3
2021-07-01riscv: Map the kernel with correct permissions the first timeAlexandre Ghiti1-9/+3
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+1
2021-06-28Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-17/+0
2021-06-18sched: Introduce task_is_running()Peter Zijlstra1-1/+1
2021-06-18Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar3-7/+25
2021-06-11riscv: Only initialize swiotlb when necessaryKefeng Wang1-5/+0
2021-06-11riscv: xip: support runtime trap patchingVitaly Wool2-5/+23
2021-06-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar3-12/+15
2021-06-03kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao1-7/+0
2021-06-02RISC-V: Fix memblock_free() usages in init_resources()Wende Tan1-2/+2
2021-06-01kprobes: Remove kprobe::fault_handlerPeter Zijlstra1-10/+0
2021-05-29riscv: Add __init section marker to some functions againJisheng Zhang1-1/+1