summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-7/+5
2021-10-08ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang1-5/+0
2021-10-04riscv: set default pm_power_off to NULLDimitri John Ledkov1-3/+9
2021-10-04riscv/vdso: Add support for time namespacesTong Tiangen2-53/+200
2021-10-04RISC-V: KVM: FP lazy save/restoreAtish Patra1-0/+72
2021-10-04RISC-V: KVM: Handle MMIO exits for VCPUAnup Patel1-0/+6
2021-10-04RISC-V: KVM: Implement VCPU world-switchAnup Patel1-0/+78
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-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2-3/+3
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu1-1/+1
2021-09-30kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu1-6/+5
2021-09-30riscv: rely on core code to keep thread_info::cpu updatedArd Biesheuvel3-7/+0
2021-09-12Merge tag 'smp-urgent-2021-09-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+2
2021-09-11Merge tag 'riscv-for-linus-5.15-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+2
2021-09-10riscv: 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-25riscv: use strscpy to replace strlcpyJason Wang1-1/+1
2021-08-24riscv: explicitly use symbol offsets for VDSOSaleem Abdulrasool3-20/+16
2021-08-24riscv: Enable Undefined Behavior Sanitizer UBSANJisheng Zhang1-0/+1
2021-08-24riscv: 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-23riscv: stacktrace: pin the task's stack in get_wchanJisheng Zhang1-1/+5
2021-07-21riscv: kprobes: implement the branch instructionsChen Lifu2-2/+79
2021-07-21riscv: 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-06riscv: xip: Fix duplicate included asm/pgtable.hJiapeng Chong1-1/+0
2021-07-06riscv: add VMAP_STACK overflow detectionTong Tiangen3-1/+144
2021-07-05riscv: Introduce structure that group all variables regarding kernel mappingAlexandre Ghiti4-5/+7
2021-06-30Merge branch 'riscv-wx-mappings' into for-nextPalmer Dabbelt1-9/+3
2021-06-30riscv: 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-10riscv: 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-01RISC-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