summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* RISC-V: remove decrement/increment dance in ISA string parserConor Dooley2023-06-211-8/+6
* RISC-V: rework comments in ISA string parserConor Dooley2023-06-211-11/+59
* RISC-V: validate riscv,isa at boot, not during ISA string parsingConor Dooley2023-06-212-9/+11
* RISC-V: split early & late of_node to hartid mappingConor Dooley2023-06-213-2/+23
* RISC-V: simplify register width check in ISA string parsingConor Dooley2023-06-211-8/+7
* Merge patch series "riscv: allow case-insensitive ISA string parsing"Palmer Dabbelt2023-06-062-19/+19
|\
| * riscv: allow case-insensitive ISA string parsingYangyu Chen2023-06-062-19/+19
* | RISC-V: Enable ACPI in defconfigSunil V L2023-06-011-0/+1
* | RISC-V: time.c: Add ACPI support for time_init()Sunil V L2023-06-011-6/+19
* | RISC-V: cpu: Enable cpuinfo for ACPI systemsSunil V L2023-06-011-8/+22
* | RISC-V: cpufeature: Add ACPI support in riscv_fill_hwcap()Sunil V L2023-06-011-10/+31
* | RISC-V: only iterate over possible CPUs in ISA string parserSunil V L2023-06-011-5/+10
* | RISC-V: smpboot: Add ACPI support in setup_smp()Sunil V L2023-06-012-1/+73
* | RISC-V: smpboot: Create wrapper setup_smp()Sunil V L2023-06-011-1/+6
* | drivers/acpi: RISC-V: Add RHCT related codeSunil V L2023-06-011-0/+8
* | RISC-V: ACPI: Cache and retrieve the RINTC structureSunil V L2023-06-013-0/+59
* | RISC-V: Add ACPI initialization in setup_arch()Sunil V L2023-06-012-0/+131
* | ACPI: processor_core: RISC-V: Enable mapping processor to the hartidSunil V L2023-06-011-0/+3
* | RISC-V: Add support to build the ACPI coreSunil V L2023-06-016-0/+166
* | riscv: move sbi_init() earlier before jump_label_init()Jisheng Zhang2023-06-011-1/+1
|/
* Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-052-3/+3
|\
| * locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda2023-04-292-3/+3
* | Merge tag 'riscv-for-linus-6.4-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-0519-66/+674
|\ \
| * | RISC-V: include cpufeature.h in cpufeature.cConor Dooley2023-05-011-0/+1
| * | riscv: Move .rela.dyn to the init sectionsAlexandre Ghiti2023-05-011-6/+6
| * | riscv: compat_syscall_table: Fixup compile warningGuo Ren2023-05-011-0/+1
| * | RISC-V: fixup in-flight collision with ARCH_WANT_OPTIMIZE_VMEMMAP renameConor Dooley2023-04-291-1/+1
| * | RISC-V: fix sifive and thead section mismatches in errataRandy Dunlap2023-04-292-8/+6
| * | RISC-V: Align SBI probe implementation with specAndrew Jones2023-04-294-12/+11
| * | riscv: mm: remove redundant parameter of create_fdt_early_page_tableSong Shuai2023-04-291-4/+2
| * | Merge patch series "RISC-V Hibernation Support"Palmer Dabbelt2023-04-2910-34/+634
| |\ \
| | * | RISC-V: Add arch functions to support hibernation/suspend-to-diskSia Jee Heng2023-04-297-1/+556
| | * | RISC-V: mm: Enable huge page support to kernel_page_present() functionSia Jee Heng2023-04-291-0/+8
| | * | RISC-V: Factor out common code of __cpu_resume_enter()Sia Jee Heng2023-04-292-31/+65
| | * | RISC-V: Change suspend_save_csrs and suspend_restore_csrs to public functionSia Jee Heng2023-04-292-2/+5
| | |/
| * | riscv: Adjust dependencies of HAVE_DYNAMIC_FTRACE selectionNathan Chancellor2023-04-291-1/+12
* | | Merge tag 'kvm-riscv-6.4-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2023-05-0519-91/+1129
|\ \ \
| * | | RISC-V: KVM: Virtualize per-HART AIA CSRsAnup Patel2023-04-213-35/+382
| * | | RISC-V: KVM: Use bitmap for irqs_pending and irqs_pending_maskAnup Patel2023-04-212-22/+38
| * | | RISC-V: KVM: Add ONE_REG interface for AIA CSRsAnup Patel2023-04-212-0/+16
| * | | RISC-V: KVM: Implement subtype for CSR ONE_REG interfaceAnup Patel2023-04-212-22/+69
| * | | RISC-V: KVM: Initial skeletal support for AIAAnup Patel2023-04-219-6/+255
| * | | RISC-V: KVM: Drop the _MASK suffix from hgatp.VMID mask definesAnup Patel2023-04-213-10/+9
| * | | RISC-V: Detect AIA CSRs from ISA stringAnup Patel2023-04-213-0/+6
| * | | RISC-V: Add AIA related CSR definesAnup Patel2023-04-211-1/+94
| * | | RISC-V: KVM: Allow Zbb extension for Guest/VMAnup Patel2023-04-212-0/+3
| * | | RISC-V: KVM: Add ONE_REG interface to enable/disable SBI extensionsAnup Patel2023-04-215-19/+274
| * | | RISC-V: KVM: Alphabetize selectsAndrew Jones2023-04-211-5/+5
| * | | KVM: RISC-V: Retry fault if vma_lookup() results become invalidDavid Matlack2023-04-211-9/+16
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-05-011-2/+1
|\ \ \ \