summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel
Commit message (Expand)AuthorAgeFilesLines
* riscv: cpu-hotplug: clear cpu from numa map when teardownPingfan Liu2022-02-101-0/+2
* riscv: Fix XIP_FIXUP_FLASH_OFFSETMyrtle Shah2022-02-041-6/+5
* riscv: eliminate unreliable __builtin_frame_address(1)Changbin Du2022-02-041-4/+5
* RISC-V: Remove redundant err variableMinghao Chi2022-01-201-3/+1
* RISC-V: Do not use cpumask data structure for hartid bitmapAtish Patra2022-01-203-94/+107
* RISC-V: Move spinwait booting method to its own configAtish Patra2022-01-204-5/+16
* RISC-V: Move the entire hart selection via lottery to SMPAtish Patra2022-01-201-2/+6
* RISC-V: Use __cpu_up_stack/task_pointer only for spinwait methodAtish Patra2022-01-204-21/+30
* RISC-V: Do not print the SBI version during HSM extension boot printAtish Patra2022-01-201-1/+1
* RISC-V: Avoid using per cpu array for ordered bootingAtish Patra2022-01-203-15/+33
* RISC-V: Introduce sv48 support without relocatable kernelPalmer Dabbelt2022-01-192-12/+14
|\
| * riscv: Use pgtable_l4_enabled to output mmu_type in cpuinfoAlexandre Ghiti2022-01-191-11/+12
| * riscv: Implement sv48 supportAlexandre Ghiti2022-01-191-1/+2
* | Merge tag 'riscv-for-linus-5.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-199-40/+61
|\ \
| * | RISC-V: Use SBI SRST extension when availableAnup Patel2022-01-111-0/+35
| * | RISC-V: Use common riscv_cpuid_to_hartid_mask() for both SMP=y and SMP=nSean Christopherson2022-01-092-10/+10
| * | riscv: head: remove useless __PAGE_ALIGNED_BSS and .balignJisheng Zhang2022-01-091-4/+0
| * | riscv: head: make secondary_start_common() staticJisheng Zhang2022-01-091-3/+2
| * | riscv: remove cpu_stop()Jisheng Zhang2022-01-091-7/+1
| * | riscv: use hart id instead of cpu id on machine_kexecNick Kossifidis2022-01-091-1/+2
| * | riscv: Don't use va_pa_offset on kdumpNick Kossifidis2022-01-091-11/+9
| * | riscv/head: fix misspelling of guaranteedhasheddan2022-01-071-1/+1
| * | riscv: vmlinux.lds.S|vmlinux-xip.lds.S: remove `.fixup` sectionJisheng Zhang2022-01-052-2/+0
| * | riscv: extable: add `type` and `data` fieldsJisheng Zhang2022-01-051-1/+1
| |/
* | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-1/+1
|\ \
| * | exit: Add and use make_task_dead.Eric W. Biederman2021-12-131-1/+1
| |/
* | Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-01-121-10/+0
|\ \
| * | perf: Drop dead and useless guest "support" from arm, csky, nds32 and riscvSean Christopherson2021-11-171-13/+0
| * | perf: Protect perf_guest_cbs with RCUSean Christopherson2021-11-171-2/+5
| |/
* / arch: Make ARCH_STACKWALK independent of STACKTRACEPeter Zijlstra2021-12-101-4/+0
|/
* 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-021-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-014-17/+9
|\ \ \ \
| * | | | ftrace: disable preemption when recursion locked王贇2021-10-271-2/+0
| * | | | ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang2021-10-081-5/+0
| * | | | kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-09-302-3/+3
| * | | | kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu2021-09-301-1/+1
| * | | | kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu2021-09-301-6/+5
| |/ / /
* | | | Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-11-013-7/+0
|\ \ \ \