summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include/asm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | riscv: Make vmalloc/vmemmap end equal to the start of the next regionAlexandre Ghiti2022-01-051-2/+2
| * | | riscv: extable: add a dedicated uaccess handlerJisheng Zhang2022-01-053-70/+51
| * | | riscv: add gpr-num.hJisheng Zhang2022-01-051-0/+77
| * | | riscv: extable: add `type` and `data` fieldsJisheng Zhang2022-01-052-11/+31
| * | | riscv: extable: consolidate definitionsJisheng Zhang2022-01-053-6/+35
| * | | riscv: extable: make fixup_exception() return boolJisheng Zhang2022-01-051-4/+4
| * | | riscv: bpf: move rv_bpf_fixup_exception signature to extable.hJisheng Zhang2022-01-051-0/+12
| * | | riscv: switch to relative exception tablesJisheng Zhang2022-01-053-3/+27
| * | | riscv: consolidate __ex_table constructionJisheng Zhang2022-01-052-27/+15
| * | | riscv: remove unused __cmpxchg_user() macroJisheng Zhang2022-01-051-75/+0
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-164-11/+45
|\ \ \
| * | | RISC-V: KVM: Add VM capability to allow userspace get GPA bitsAnup Patel2022-01-061-0/+1
| * | | RISC-V: KVM: Add SBI HSM extension in KVMAtish Patra2022-01-061-0/+1
| * | | RISC-V: KVM: Add SBI v0.2 base extensionAtish Patra2022-01-062-0/+10
| * | | RISC-V: KVM: Reorganize SBI code by moving SBI v0.1 to its own fileAtish Patra2022-01-061-0/+2
| * | | RISC-V: KVM: Mark the existing SBI implementation as v0.1Atish Patra2022-01-061-0/+29
| * | | KVM: RISC-V: Use common KVM implementation of MMU memory cachesSean Christopherson2022-01-062-10/+2
| * | | KVM: Drop obsolete kvm_arch_vcpu_block_finish()Sean Christopherson2021-12-081-1/+0
* | | | Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-01-111-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar2021-12-131-5/+3
| |\| |
| * | | locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.hSebastian Andrzej Siewior2021-12-071-1/+1
| | |/ | |/|
* | | Merge tag 'efi-urgent-for-v5.16-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-12-271-1/+0
|\ \ \ | |_|/ |/| |
| * | efi: Move efifb_setup_from_dmi() prototype from arch headersJavier Martinez Canillas2021-12-131-1/+0
| |/
* / RISC-V: KVM: Fix incorrect KVM_MAX_VCPUS valueAnup Patel2021-11-221-5/+3
|/
* Merge tag 'riscv-for-linus-5.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-11-134-14/+14
|\
| * riscv/vdso: Drop unneeded part due to merge issueKefeng Wang2021-10-261-11/+0
| * riscv: remove .text section size limitation for XIPVitaly Wool2021-10-261-2/+4
| * Merge tag 'for-riscv' of https://git.kernel.org/pub/scm/virt/kvm/kvm.git into...Palmer Dabbelt2021-10-041-0/+87
| |\
| * | riscv/vdso: Add support for time namespacesTong Tiangen2021-10-043-1/+10
* | | Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-101-9/+0
|\ \ \
| * | | arch: remove unused function syscall_set_arguments()Peter Collingbourne2021-09-141-9/+0
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-025-0/+461
|\ \ \ \
| * | | | RISC-V: KVM: Fix GPA passed to __kvm_riscv_hfence_gvma_xyz() functionsAnup Patel2021-10-311-2/+3
| * | | | RISC-V: KVM: Factor-out FP virtualization into separate sourcesAnup Patel2021-10-312-4/+60
| * | | | RISC-V: KVM: Add SBI v0.1 supportAtish Patra2021-10-041-0/+10
| * | | | RISC-V: KVM: FP lazy save/restoreAtish Patra2021-10-041-0/+5
| * | | | RISC-V: KVM: Add timer functionalityAtish Patra2021-10-042-0/+51
| * | | | RISC-V: KVM: Implement MMU notifiersAnup Patel2021-10-041-0/+2
| * | | | RISC-V: KVM: Implement stage2 page table programmingAnup Patel2021-10-041-0/+12
| * | | | RISC-V: KVM: Implement VMID allocatorAnup Patel2021-10-041-0/+24
| * | | | RISC-V: KVM: Handle MMIO exits for VCPUAnup Patel2021-10-041-0/+22
| * | | | RISC-V: KVM: Implement VCPU world-switchAnup Patel2021-10-041-1/+9
| * | | | RISC-V: KVM: Implement VCPU interrupts and requests handlingAnup Patel2021-10-041-0/+23
| * | | | RISC-V: KVM: Implement VCPU create, init and destroy functionsAnup Patel2021-10-041-0/+69
| * | | | RISC-V: Add initial skeletal KVM supportAnup Patel2021-10-042-0/+91
| | |_|/ | |/| |
| * | | RISC-V: Add hypervisor extension related CSR definesAnup Patel2021-10-041-0/+87
| |/ /
* | | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-011-1/+1
|\ \ \
| * | | kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-09-301-1/+1
| |/ /
* | | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-1/+1
|\ \ \
| * | | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-1/+1
| |/ /