summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-5.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-11-135-59/+228
|\
| * riscv: remove .text section size limitation for XIPVitaly Wool2021-10-262-3/+19
| * riscv: set default pm_power_off to NULLDimitri John Ledkov2021-10-041-3/+9
| * riscv/vdso: Add support for time namespacesTong Tiangen2021-10-042-53/+200
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-2/+2
|\ \
| * | memblock: use memblock_free for freeing virtual pointersMike Rapoport2021-11-061-3/+2
| * | memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-061-2/+3
* | | Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-031-1/+2
|\ \ \
| * | | riscv: Use of_get_cpu_hwid()Rob Herring2021-10-201-1/+2
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-021-0/+156
|\ \ \ \
| * | | | RISC-V: KVM: FP lazy save/restoreAtish Patra2021-10-041-0/+72
| * | | | RISC-V: KVM: Handle MMIO exits for VCPUAnup Patel2021-10-041-0/+6
| * | | | RISC-V: KVM: Implement VCPU world-switchAnup Patel2021-10-041-0/+78
| |/ / /
* | | | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-024-17/+9
|\ \ \ \
| * | | | ftrace: disable preemption when recursion locked王贇2021-10-271-2/+0
| * | | | ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang2021-10-091-5/+0
| * | | | kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-10-012-3/+3
| * | | | kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu2021-10-011-1/+1
| * | | | kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu2021-10-011-6/+5
| |/ / /
* | | | Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-11-023-7/+0
|\ \ \ \
| * | | | riscv: rely on core code to keep thread_info::cpu updatedArd Biesheuvel2021-09-303-7/+0
| |/ / /
* | | | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-7/+5
|\ \ \ \
| * | | | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-7/+5
| |/ / /
* | | | Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-012-10/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | irq: riscv: perform irqentry in entry codeMark Rutland2021-10-262-10/+2
| |/ /
* | / riscv: fix misalgned trap vector base addressChen Lu2021-10-271-0/+1
| |/ |/|
* | riscv/vdso: make arch_setup_additional_pages wait for mmap_sem for write kill...Tong Tiangen2021-10-021-1/+3
* | riscv/vdso: Move vdso data page up frontTong Tiangen2021-10-022-19/+28
* | riscv/vdso: Refactor asm/vdso.hTong Tiangen2021-10-022-2/+4
|/
* Merge tag 'smp-urgent-2021-09-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-09-121-5/+2
|\
| * Merge branch 'linus' into smp/urgentThomas Gleixner2021-09-117-29/+132
| |\
| * | drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION()Thomas Gleixner2021-09-011-5/+2
* | | Merge tag 'riscv-for-linus-5.15-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-112-3/+2
|\ \ \ | |_|/ |/| |
| * | riscv: Move EXCEPTION_TABLE to RO_DATA segmentJisheng Zhang2021-09-112-3/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-5/+0
|\ \ \ | |/ / |/| |
| * | trap: cleanup trap_init()Kefeng Wang2021-09-081-5/+0
| |/
* | Merge tag 'riscv-for-linus-5.15-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-056-24/+132
|\ \ | |/ |/|
| * riscv: use strscpy to replace strlcpyJason Wang2021-08-261-1/+1
| * riscv: explicitly use symbol offsets for VDSOSaleem Abdulrasool2021-08-253-20/+16
| * riscv: Enable Undefined Behavior Sanitizer UBSANJisheng Zhang2021-08-251-0/+1
| * riscv: kprobes: implement the branch instructionsChen Lifu2021-07-222-2/+79
| * riscv: kprobes: implement the auipc instructionChen Lifu2021-07-222-1/+35
* | riscv: Ensure the value of FP registers in the core dump file is up to dateVincent Chen2021-08-251-0/+4
* | riscv: Fix a number of free'd resources in init_resources()Petr Pavlu2021-08-201-2/+2
* | riscv: kexec: do not add '-mno-relax' flag if compiler doesn't support itChangbin Du2021-08-121-1/+1
* | riscv: stacktrace: Fix NULL pointer dereferenceJisheng Zhang2021-07-241-1/+1
* | riscv: stacktrace: pin the task's stack in get_wchanJisheng Zhang2021-07-241-1/+5
|/
* Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-07-0913-59/+169
|\
| * riscv: xip: Fix duplicate included asm/pgtable.hJiapeng Chong2021-07-071-1/+0
| * riscv: add VMAP_STACK overflow detectionTong Tiangen2021-07-063-1/+144