aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-13Merge tag 'riscv-for-linus-5.16-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds5-59/+228
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport1-3/+2
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport1-2/+3
2021-11-02Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+2
2021-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+156
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds4-17/+9
2021-11-01Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds3-7/+0
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+5
2021-11-01Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-10/+2
2021-10-27riscv: fix misalgned trap vector base addressChen Lu1-0/+1
2021-10-27ftrace: disable preemption when recursion locked王贇1-2/+0
2021-10-26riscv: remove .text section size limitation for XIPVitaly Wool2-3/+19
2021-10-26irq: riscv: perform irqentry in entry codeMark Rutland2-10/+2
2021-10-20riscv: Use of_get_cpu_hwid()Rob Herring1-1/+2
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 killableTong 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/kernel/git/tip/tipLinus Torvalds1-5/+2
2021-09-11Merge tag 'riscv-for-linus-5.15-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus 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/kernel/git/riscv/linuxLinus 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/kernel/git/riscv/linuxLinus 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