summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-06-261-7/+7
|\
| * riscv: Switch to hotplug core state synchronizationThomas Gleixner2023-05-151-7/+7
* | Merge tag 'riscv-for-linus-6.4-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-021-0/+4
|\ \
| * | riscv: Fix relocatable kernels with early alternatives using -fno-pieAlexandre Ghiti2023-05-311-0/+4
| |/
* | Merge tag 'probes-fixes-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-05-181-0/+2
|\ \ | |/ |/|
| * rethook, fprobe: do not trace rethook related functionsZe Gao2023-05-181-0/+2
* | riscv: Fix orphan section warnings caused by kernel/piAlexandre Ghiti2023-05-102-6/+3
|/
* Merge tag 'riscv-for-linus-6.4-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-0510-49/+532
|\
| * RISC-V: include cpufeature.h in cpufeature.cConor Dooley2023-05-021-0/+1
| * riscv: Move .rela.dyn to the init sectionsAlexandre Ghiti2023-05-021-6/+6
| * riscv: compat_syscall_table: Fixup compile warningGuo Ren2023-05-021-0/+1
| * RISC-V: Align SBI probe implementation with specAndrew Jones2023-04-292-10/+9
| * Merge patch series "RISC-V Hibernation Support"Palmer Dabbelt2023-04-296-33/+515
| |\
| | * RISC-V: Add arch functions to support hibernation/suspend-to-diskSia Jee Heng2023-04-294-0/+510
| | * RISC-V: Factor out common code of __cpu_resume_enter()Sia Jee Heng2023-04-291-31/+3
| | * RISC-V: Change suspend_save_csrs and suspend_restore_csrs to public functionSia Jee Heng2023-04-291-2/+2
* | | Merge tag 'kvm-riscv-6.4-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2023-05-052-0/+4
|\ \ \ | |/ / |/| |
| * | RISC-V: Detect AIA CSRs from ISA stringAnup Patel2023-04-212-0/+4
* | | Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-2928-564/+715
|\ \ \
| * | | RISC-V: hwprobe: Explicity check for -1 in vdso initAndrew Jones2023-04-261-1/+1
| * | | RISC-V: hwprobe: There can only be one firstAndrew Jones2023-04-261-1/+3
| * | | riscv: Allow to downgrade paging mode from the command lineAlexandre Ghiti2023-04-264-1/+113
| * | | RISC-V: hwprobe: Remove __init on probe_vendor_features()Evan Green2023-04-261-2/+2
| * | | Merge patch series "Introduce 64b relocatable kernel"Palmer Dabbelt2023-04-192-10/+35
| |\ \ \
| | * | | riscv: Introduce CONFIG_RELOCATABLEAlexandre Ghiti2023-04-191-2/+15
| | * | | riscv: Move .rela.dyn outside of init to avoid empty relocationsAlexandre Ghiti2023-04-191-4/+4
| | * | | riscv: Prepare EFI header for relocatable kernelsAlexandre Ghiti2023-04-192-6/+18
| | | |/ | | |/|
| * | | Merge patch series "RISC-V kasan rework"Palmer Dabbelt2023-04-191-2/+0
| |\ \ \
| | * | | riscv: Fix EFI stub usage of KASAN instrumented strcmp functionAlexandre Ghiti2023-04-191-2/+0
| * | | | Merge patch series "RISC-V Hardware Probing User Interface"Palmer Dabbelt2023-04-1911-14/+327
| |\ \ \ \
| | * | | | RISC-V: Add hwprobe vDSO function and dataEvan Green2023-04-197-7/+120
| | * | | | RISC-V: hwprobe: Support probing of misaligned access performanceEvan Green2023-04-194-0/+51
| | * | | | RISC-V: hwprobe: Add support for RISCV_HWPROBE_BASE_BEHAVIOR_IMAEvan Green2023-04-191-0/+20
| | * | | | RISC-V: Add a syscall for HW probingEvan Green2023-04-191-1/+134
| | * | | | RISC-V: Move struct riscv_cpuinfo to new headerEvan Green2023-04-191-6/+2
| | | |/ / | | |/| |
| * | | | Revert "riscv: Set more data to cacheinfo"Song Shuai2023-04-121-51/+15
| * | | | riscv: entry: Save a0 prior syscall_enter_from_user_mode()Björn Töpel2023-04-111-2/+2
| * | | | Merge patch series "riscv: Add GENERIC_ENTRY support"Palmer Dabbelt2023-03-2410-476/+165
| |\ \ \ \
| | * | | | riscv: entry: Consolidate general regs saving/restoringJisheng Zhang2023-03-232-131/+7
| | * | | | riscv: entry: Consolidate ret_from_kernel_thread into ret_from_forkJisheng Zhang2023-03-232-12/+5
| | * | | | riscv: entry: Remove extra level wrappers of trace_hardirqs_{on,off}Jisheng Zhang2023-03-233-40/+0
| | * | | | riscv: entry: Convert to generic entryGuo Ren2023-03-235-297/+158
| | * | | | riscv: entry: Add noinstr to prevent instrumentation insertedGuo Ren2023-03-231-2/+2
| | * | | | riscv: ptrace: Remove duplicate operationGuo Ren2023-03-231-1/+0
| | |/ / /
| * | | | Merge patch series "RISC-V: Apply Zicboz to clear_page"Palmer Dabbelt2023-03-153-5/+56
| |\ \ \ \
| | * | | | RISC-V: Use Zicboz in clear_page when availableAndrew Jones2023-03-151-0/+11
| | * | | | RISC-V: cpufeatures: Put the upper 16 bits of patch ID to workAndrew Jones2023-03-151-4/+33
| | * | | | RISC-V: Add Zicboz detection and block size parsingAndrew Jones2023-03-153-1/+12
| * | | | | Merge patch series "riscv: alternative/cpufeature related cleanups"Palmer Dabbelt2023-03-151-8/+3
| |\| | | |
| | * | | | riscv: cpufeature: Drop errata_list.h and other unused includesAndrew Jones2023-03-151-5/+0