summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)Author
2022-04-01Merge tag 'riscv-for-linus-5.18-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-03-31riscv: cpu.c: don't use kernel-doc markers for commentsRandy Dunlap
2022-03-31RISC-V: module: fix apply_r_riscv_rcv_branch_rela typoWu Caize
2022-03-31RISC-V: Declare per cpu boot data as staticAtish Patra
2022-03-30RISC-V: Fix a comment typo in riscv_of_parent_hartid()Atish Patra
2022-03-30riscv: Fix fill_callchain return valueNikita Shubin
2022-03-30RISC-V CPU Idle SupportPalmer Dabbelt
2022-03-30riscv: Rename "sp_in_global" to "current_stack_pointer"Kees Cook
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-03-25Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-22RISC-V: add support for restartable sequencesPalmer Dabbelt
2022-03-22drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand
2022-03-22RISC-V: Add support for restartable sequenceVincent Chen
2022-03-21perf: RISC-V: Add support for SBI PMU and SscofpmfPalmer Dabbelt
2022-03-21RISC-V: Add sscofpmf extension supportAtish Patra
2022-03-21RISC-V: Remove the current perf implementationAtish Patra
2022-03-17RISC-V: Provide a fraemework for RISC-V ISA extensionsPalmer Dabbelt
2022-03-17RISC-V: Improve /proc/cpuinfo output for ISA extensionsAtish Patra
2022-03-17RISC-V: Do no continue isa string parsing without correct XLENAtish Patra
2022-03-17RISC-V: Implement multi-letter ISA extension probing frameworkAtish Patra
2022-03-17RISC-V: Extract multi-letter extension names from "riscv, isa"Tsukasa OI
2022-03-17RISC-V: Minimal parser for "riscv, isa" stringsTsukasa OI
2022-03-17RISC-V: Correctly print supported extensionsTsukasa OI
2022-03-11RISC-V: Add SBI HSM suspend related definesAnup Patel
2022-03-10riscv: Fix auipc+jalr relocation range checksEmil Renner Berthing
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman
2022-03-10RISC-V: Add SBI HSM suspend related definesAnup Patel
2022-03-10RISC-V: Add arch functions for non-retentive suspend entry/exitAnup Patel
2022-03-10RISC-V: Rename relocate() and make it globalAnup Patel
2022-03-10RISC-V: Enable CPU_IDLE driversAnup Patel
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-14riscv: mm: Set sv57 on defaultlyQinglin Pan
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