summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-5.18-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-04-0111-35/+231
|\
| * riscv: cpu.c: don't use kernel-doc markers for commentsRandy Dunlap2022-03-311-2/+2
| * RISC-V: module: fix apply_r_riscv_rcv_branch_rela typoWu Caize2022-03-311-2/+2
| * RISC-V: Declare per cpu boot data as staticAtish Patra2022-03-311-1/+1
| * RISC-V: Fix a comment typo in riscv_of_parent_hartid()Atish Patra2022-03-301-1/+1
| * riscv: Fix fill_callchain return valueNikita Shubin2022-03-301-1/+1
| * RISC-V CPU Idle SupportPalmer Dabbelt2022-03-306-24/+222
| |\
| | * RISC-V: Add SBI HSM suspend related definesAnup Patel2022-03-101-1/+1
| | * RISC-V: Add arch functions for non-retentive suspend entry/exitAnup Patel2022-03-105-21/+216
| | * RISC-V: Rename relocate() and make it globalAnup Patel2022-03-101-3/+4
| | * RISC-V: Enable CPU_IDLE driversAnup Patel2022-03-101-1/+2
| * | riscv: Rename "sp_in_global" to "current_stack_pointer"Kees Cook2022-03-301-4/+2
* | | Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-282-5/+4
|\ \ \ | |/ / |/| |
| * | resume_user_mode: Move to resume_user_mode.hEric W. Biederman2022-03-101-2/+2
| * | ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman2022-03-101-3/+2
| |/
* | Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-03-256-510/+182
|\ \
| * \ RISC-V: add support for restartable sequencesPalmer Dabbelt2022-03-222-0/+6
| |\ \
| | * | RISC-V: Add support for restartable sequenceVincent Chen2022-03-222-0/+6
| | |/
| * | perf: RISC-V: Add support for SBI PMU and SscofpmfPalmer Dabbelt2022-03-214-486/+3
| |\ \
| | * | RISC-V: Add sscofpmf extension supportAtish Patra2022-03-212-0/+3
| | * | RISC-V: Remove the current perf implementationAtish Patra2022-03-212-486/+0
| * | | RISC-V: Provide a fraemework for RISC-V ISA extensionsPalmer Dabbelt2022-03-172-23/+170
| |\| |
| | * | RISC-V: Improve /proc/cpuinfo output for ISA extensionsAtish Patra2022-03-171-2/+63
| | * | RISC-V: Do no continue isa string parsing without correct XLENAtish Patra2022-03-171-0/+5
| | * | RISC-V: Implement multi-letter ISA extension probing frameworkAtish Patra2022-03-171-6/+16
| | * | RISC-V: Extract multi-letter extension names from "riscv, isa"Tsukasa OI2022-03-171-8/+27
| | * | RISC-V: Minimal parser for "riscv, isa" stringsTsukasa OI2022-03-171-11/+61
| | * | RISC-V: Correctly print supported extensionsTsukasa OI2022-03-171-3/+5
| | |/
| * / riscv: mm: Set sv57 on defaultlyQinglin Pan2022-02-141-1/+3
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-03-241-1/+1
|\ \
| * | RISC-V: Add SBI HSM suspend related definesAnup Patel2022-03-111-1/+1
| |/
* | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-231-2/+2
|\ \
| * | uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann2022-02-251-2/+2
| |/
* | drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand2022-03-221-3/+0
* | riscv: Fix auipc+jalr relocation range checksEmil Renner Berthing2022-03-101-5/+16
* | riscv: fix oops caused by irqsoff latency tracerChangbin Du2022-02-244-5/+45
* | RISC-V: Fix IPI/RFENCE hmask on non-monotonic hartid orderingGeert Uytterhoeven2022-02-141-18/+39
* | RISC-V: Fix handling of empty cpu masksGeert Uytterhoeven2022-02-141-4/+4
* | RISC-V: Fix hartid mask handling for hartid 31 and upGeert Uytterhoeven2022-02-141-3/+4
* | 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
|\