summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)Author
2021-11-13Merge tag 'riscv-for-linus-5.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport
2021-11-02Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-11-01Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-11-01Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-10-27riscv: fix misalgned trap vector base addressChen Lu
2021-10-27ftrace: disable preemption when recursion locked王贇
2021-10-26riscv: remove .text section size limitation for XIPVitaly Wool
2021-10-26irq: riscv: perform irqentry in entry codeMark Rutland
2021-10-20riscv: Use of_get_cpu_hwid()Rob Herring
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook
2021-10-08ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang
2021-10-04riscv: set default pm_power_off to NULLDimitri John Ledkov
2021-10-04riscv/vdso: Add support for time namespacesTong Tiangen
2021-10-04RISC-V: KVM: FP lazy save/restoreAtish Patra
2021-10-04RISC-V: KVM: Handle MMIO exits for VCPUAnup Patel
2021-10-04RISC-V: KVM: Implement VCPU world-switchAnup Patel
2021-10-02riscv/vdso: make arch_setup_additional_pages wait for mmap_sem for write kill...Tong Tiangen
2021-10-02riscv/vdso: Move vdso data page up frontTong Tiangen
2021-10-02riscv/vdso: Refactor asm/vdso.hTong Tiangen
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu
2021-09-30kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu
2021-09-30riscv: rely on core code to keep thread_info::cpu updatedArd Biesheuvel
2021-09-12Merge tag 'smp-urgent-2021-09-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-09-11Merge tag 'riscv-for-linus-5.15-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-09-10riscv: Move EXCEPTION_TABLE to RO_DATA segmentJisheng Zhang
2021-09-11Merge branch 'linus' into smp/urgentThomas Gleixner
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-08trap: cleanup trap_init()Kefeng Wang
2021-09-05Merge tag 'riscv-for-linus-5.15-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-09-01drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION()Thomas Gleixner
2021-08-25riscv: use strscpy to replace strlcpyJason Wang
2021-08-24riscv: explicitly use symbol offsets for VDSOSaleem Abdulrasool
2021-08-24riscv: Enable Undefined Behavior Sanitizer UBSANJisheng Zhang
2021-08-24riscv: Ensure the value of FP registers in the core dump file is up to dateVincent Chen
2021-08-20riscv: Fix a number of free'd resources in init_resources()Petr Pavlu
2021-08-12riscv: kexec: do not add '-mno-relax' flag if compiler doesn't support itChangbin Du
2021-07-24riscv: stacktrace: Fix NULL pointer dereferenceJisheng Zhang
2021-07-23riscv: stacktrace: pin the task's stack in get_wchanJisheng Zhang
2021-07-21riscv: kprobes: implement the branch instructionsChen Lifu
2021-07-21riscv: kprobes: implement the auipc instructionChen Lifu
2021-07-09Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-07-08riscv: convert to setup_initial_init_mm()Kefeng Wang
2021-07-06riscv: xip: Fix duplicate included asm/pgtable.hJiapeng Chong