summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-02-10riscv: cpu-hotplug: clear cpu from numa map when teardownPingfan Liu1-0/+2
2022-02-04riscv: Fix XIP_FIXUP_FLASH_OFFSETMyrtle Shah1-6/+5
2022-02-04riscv: eliminate unreliable __builtin_frame_address(1)Changbin Du1-4/+5
2022-01-20RISC-V: Remove redundant err variableMinghao Chi1-3/+1
2022-01-20RISC-V: Do not use cpumask data structure for hartid bitmapAtish Patra3-94/+107
2022-01-20RISC-V: Move spinwait booting method to its own configAtish Patra4-5/+16
2022-01-20RISC-V: Move the entire hart selection via lottery to SMPAtish Patra1-2/+6
2022-01-20RISC-V: Use __cpu_up_stack/task_pointer only for spinwait methodAtish Patra4-21/+30
2022-01-20RISC-V: Do not print the SBI version during HSM extension boot printAtish Patra1-1/+1
2022-01-20RISC-V: Avoid using per cpu array for ordered bootingAtish Patra3-15/+33
2022-01-19RISC-V: Introduce sv48 support without relocatable kernelPalmer Dabbelt2-12/+14
2022-01-19riscv: Use pgtable_l4_enabled to output mmu_type in cpuinfoAlexandre Ghiti1-11/+12
2022-01-19riscv: Implement sv48 supportAlexandre Ghiti1-1/+2
2022-01-19Merge tag 'riscv-for-linus-5.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-40/+61
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-01-12Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-10/+0
2022-01-11RISC-V: Use SBI SRST extension when availableAnup Patel1-0/+35
2022-01-09RISC-V: Use common riscv_cpuid_to_hartid_mask() for both SMP=y and SMP=nSean Christopherson2-10/+10
2022-01-09riscv: head: remove useless __PAGE_ALIGNED_BSS and .balignJisheng Zhang1-4/+0
2022-01-09riscv: head: make secondary_start_common() staticJisheng Zhang1-3/+2
2022-01-09riscv: remove cpu_stop()Jisheng Zhang1-7/+1
2022-01-09riscv: use hart id instead of cpu id on machine_kexecNick Kossifidis1-1/+2
2022-01-09riscv: Don't use va_pa_offset on kdumpNick Kossifidis1-11/+9
2022-01-07riscv/head: fix misspelling of guaranteedhasheddan1-1/+1
2022-01-05riscv: vmlinux.lds.S|vmlinux-xip.lds.S: remove `.fixup` sectionJisheng Zhang2-2/+0
2022-01-05riscv: extable: add `type` and `data` fieldsJisheng Zhang1-1/+1
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman1-1/+1
2021-12-10arch: Make ARCH_STACKWALK independent of STACKTRACEPeter Zijlstra1-4/+0
2021-11-17perf: Drop dead and useless guest "support" from arm, csky, nds32 and riscvSean Christopherson1-13/+0
2021-11-17perf: Protect perf_guest_cbs with RCUSean Christopherson1-2/+5
2021-11-13Merge tag 'riscv-for-linus-5.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus 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/...Linus 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/rost...Linus Torvalds4-17/+9
2021-11-01Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-7/+0
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+5
2021-11-01Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...Linus 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