summaryrefslogtreecommitdiff
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* riscv: Fix orphan section warnings caused by kernel/piAlexandre Ghiti2023-05-092-6/+3
* 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
|\ \ \ \
| * \ \ \ Merge tag 'kvmarm-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2023-04-267-57/+74
| |\ \ \ \
| * | | | | KVM: Change return type of kvm_arch_vm_ioctl() to "int"Thomas Huth2023-03-161-2/+1
* | | | | | Merge tag 'dma-mapping-6.4-2023-04-28' of git://git.infradead.org/users/hch/d...Linus Torvalds2023-04-291-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | of: address: always use dma_default_coherent for default coherencyJiaxun Yang2023-04-071-1/+1
| |/ / / /
* | | | | Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-2879-971/+2299
|\ \ \ \ \
| * | | | | 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-269-8/+150
| * | | | | RISC-V: hwprobe: Remove __init on probe_vendor_features()Evan Green2023-04-253-6/+6
| * | | | | Merge patch series "Introduce 64b relocatable kernel"Palmer Dabbelt2023-04-1911-15/+199
| |\ \ \ \ \
| | * | | | | riscv: Use --emit-relocs in order to move .rela.dyn in initAlexandre Ghiti2023-04-193-1/+21
| | * | | | | riscv: Check relocations at compile timeAlexandre Ghiti2023-04-192-0/+62
| | * | | | | riscv: Introduce CONFIG_RELOCATABLEAlexandre Ghiti2023-04-195-5/+91
| | * | | | | 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-193-6/+21
| | | |_|_|/ | | |/| | |
| * | | | | Merge patch series "RISC-V kasan rework"Palmer Dabbelt2023-04-195-247/+298
| |\ \ \ \ \
| | * | | | | riscv: Unconditionnally select KASAN_VMALLOC if KASANAlexandre Ghiti2023-04-191-0/+1
| | * | | | | riscv: Fix ptdump when KASAN is enabledAlexandre Ghiti2023-04-191-12/+12
| | * | | | | riscv: Fix EFI stub usage of KASAN instrumented strcmp functionAlexandre Ghiti2023-04-191-2/+0