summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)AuthorFilesLines
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-11/+45
2022-01-12Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2022-01-06RISC-V: KVM: Add VM capability to allow userspace get GPA bitsAnup Patel1-0/+1
2022-01-06RISC-V: KVM: Add SBI HSM extension in KVMAtish Patra1-0/+1
2022-01-06RISC-V: KVM: Add SBI v0.2 base extensionAtish Patra2-0/+10
2022-01-06RISC-V: KVM: Reorganize SBI code by moving SBI v0.1 to its own fileAtish Patra1-0/+2
2022-01-06RISC-V: KVM: Mark the existing SBI implementation as v0.1Atish Patra1-0/+29
2022-01-06KVM: RISC-V: Use common KVM implementation of MMU memory cachesSean Christopherson2-10/+2
2021-12-27Merge tag 'efi-urgent-for-v5.16-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+0
2021-12-13efi: Move efifb_setup_from_dmi() prototype from arch headersJavier Martinez Canillas1-1/+0
2021-12-13Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar1-5/+3
2021-12-08KVM: Drop obsolete kvm_arch_vcpu_block_finish()Sean Christopherson1-1/+0
2021-12-07locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.hSebastian Andrzej Siewior1-1/+1
2021-11-22RISC-V: KVM: Fix incorrect KVM_MAX_VCPUS valueAnup Patel1-5/+3
2021-11-13Merge tag 'riscv-for-linus-5.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-14/+14
2021-11-10Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-9/+0
2021-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-0/+589
2021-11-02Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-1/+1
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2021-10-31RISC-V: KVM: Fix GPA passed to __kvm_riscv_hfence_gvma_xyz() functionsAnup Patel1-2/+3
2021-10-31RISC-V: KVM: Factor-out FP virtualization into separate sourcesAnup Patel2-4/+60
2021-10-29riscv: Fix asan-stack clang buildAlexandre Ghiti1-2/+1
2021-10-27riscv/vdso: Drop unneeded part due to merge issueKefeng Wang1-11/+0
2021-10-27riscv: remove .text section size limitation for XIPVitaly Wool1-2/+4
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-1/+1
2021-10-05Merge tag 'for-riscv' of https://git.kernel.org/pub/scm/virt/kvm/kvm.git into...Palmer Dabbelt1-0/+87
2021-10-05Merge remote-tracking branch 'palmer/riscv-clone3' into fixesPalmer Dabbelt1-1/+2
2021-10-05RISC-V: Include clone3() on rv32Palmer Dabbelt1-1/+2
2021-10-05riscv/vdso: Add support for time namespacesTong Tiangen3-1/+10
2021-10-04RISC-V: KVM: Add SBI v0.1 supportAtish Patra1-0/+10
2021-10-04RISC-V: KVM: Implement ONE REG interface for FP registersAtish Patra1-0/+10
2021-10-04RISC-V: KVM: FP lazy save/restoreAtish Patra1-0/+5
2021-10-04RISC-V: KVM: Add timer functionalityAtish Patra3-0/+68
2021-10-04RISC-V: KVM: Implement MMU notifiersAnup Patel1-0/+2
2021-10-04RISC-V: KVM: Implement stage2 page table programmingAnup Patel1-0/+12
2021-10-04RISC-V: KVM: Implement VMID allocatorAnup Patel1-0/+24
2021-10-04RISC-V: KVM: Handle MMIO exits for VCPUAnup Patel1-0/+22
2021-10-04RISC-V: KVM: Implement VCPU world-switchAnup Patel1-1/+9
2021-10-04RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctlsAnup Patel1-1/+52
2021-10-04RISC-V: KVM: Implement VCPU interrupts and requests handlingAnup Patel2-0/+26
2021-10-04RISC-V: KVM: Implement VCPU create, init and destroy functionsAnup Patel1-0/+69
2021-10-04RISC-V: Add initial skeletal KVM supportAnup Patel3-0/+138
2021-10-04RISC-V: Add hypervisor extension related CSR definesAnup Patel1-0/+87
2021-10-02riscv/vdso: Move vdso data page up frontTong Tiangen1-0/+2
2021-10-02riscv/vdso: Refactor asm/vdso.hTong Tiangen2-6/+11
2021-10-01kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu1-1/+1
2021-09-14arch: remove unused function syscall_set_arguments()Peter Collingbourne1-9/+0
2021-09-11riscv: Improve stack randomisation on RV64Kefeng Wang1-0/+3
2021-09-05Merge tag 'riscv-for-linus-5.15-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-28/+24
2021-09-01Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-4/+1