aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel
AgeCommit message (Expand)Author
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-22drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand
2022-03-10riscv: Fix auipc+jalr relocation range checksEmil Renner Berthing
2022-02-25uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann
2022-02-24riscv: fix oops caused by irqsoff latency tracerChangbin Du
2022-02-14RISC-V: Fix IPI/RFENCE hmask on non-monotonic hartid orderingGeert Uytterhoeven
2022-02-14RISC-V: Fix handling of empty cpu masksGeert Uytterhoeven
2022-02-14RISC-V: Fix hartid mask handling for hartid 31 and upGeert Uytterhoeven
2022-02-10riscv: cpu-hotplug: clear cpu from numa map when teardownPingfan Liu
2022-02-04riscv: Fix XIP_FIXUP_FLASH_OFFSETMyrtle Shah
2022-02-04riscv: eliminate unreliable __builtin_frame_address(1)Changbin Du
2022-01-20RISC-V: Remove redundant err variableMinghao Chi
2022-01-20RISC-V: Do not use cpumask data structure for hartid bitmapAtish Patra
2022-01-20RISC-V: Move spinwait booting method to its own configAtish Patra
2022-01-20RISC-V: Move the entire hart selection via lottery to SMPAtish Patra
2022-01-20RISC-V: Use __cpu_up_stack/task_pointer only for spinwait methodAtish Patra
2022-01-20RISC-V: Do not print the SBI version during HSM extension boot printAtish Patra
2022-01-20RISC-V: Avoid using per cpu array for ordered bootingAtish Patra
2022-01-19RISC-V: Introduce sv48 support without relocatable kernelPalmer Dabbelt
2022-01-19riscv: Use pgtable_l4_enabled to output mmu_type in cpuinfoAlexandre Ghiti
2022-01-19riscv: Implement sv48 supportAlexandre Ghiti
2022-01-19Merge tag 'riscv-for-linus-5.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-12Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-01-11RISC-V: Use SBI SRST extension when availableAnup Patel
2022-01-09RISC-V: Use common riscv_cpuid_to_hartid_mask() for both SMP=y and SMP=nSean Christopherson
2022-01-09riscv: head: remove useless __PAGE_ALIGNED_BSS and .balignJisheng Zhang
2022-01-09riscv: head: make secondary_start_common() staticJisheng Zhang
2022-01-09riscv: remove cpu_stop()Jisheng Zhang
2022-01-09riscv: use hart id instead of cpu id on machine_kexecNick Kossifidis
2022-01-09riscv: Don't use va_pa_offset on kdumpNick Kossifidis
2022-01-07riscv/head: fix misspelling of guaranteedhasheddan
2022-01-05riscv: vmlinux.lds.S|vmlinux-xip.lds.S: remove `.fixup` sectionJisheng Zhang
2022-01-05riscv: extable: add `type` and `data` fieldsJisheng Zhang
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman
2021-12-10arch: Make ARCH_STACKWALK independent of STACKTRACEPeter Zijlstra
2021-11-17perf: Drop dead and useless guest "support" from arm, csky, nds32 and riscvSean Christopherson
2021-11-17perf: Protect perf_guest_cbs with RCUSean Christopherson
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王贇