summaryrefslogtreecommitdiffstats
path: root/arch/riscv (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-0222-0/+4523
|\
| * RISC-V: KVM: fix boolreturn.cocci warningsBixuan Cui2021-11-011-9/+9
| * RISC-V: KVM: remove unneeded semicolonran jianping2021-11-014-8/+8
| * RISC-V: KVM: Fix GPA passed to __kvm_riscv_hfence_gvma_xyz() functionsAnup Patel2021-10-312-4/+5
| * RISC-V: KVM: Factor-out FP virtualization into separate sourcesAnup Patel2021-10-315-176/+228
| * riscv: do not select non-existing config ANON_INODESLukas Bulwahn2021-10-221-1/+0
| * RISC-V: KVM: Add SBI v0.1 supportAtish Patra2021-10-045-0/+209
| * RISC-V: KVM: Implement ONE REG interface for FP registersAtish Patra2021-10-042-0/+114
| * RISC-V: KVM: FP lazy save/restoreAtish Patra2021-10-044-0/+342
| * RISC-V: KVM: Add timer functionalityAtish Patra2021-10-047-1/+309
| * RISC-V: KVM: Implement MMU notifiersAnup Patel2021-10-044-5/+89
| * RISC-V: KVM: Implement stage2 page table programmingAnup Patel2021-10-045-16/+676
| * RISC-V: KVM: Implement VMID allocatorAnup Patel2021-10-047-2/+249
| * RISC-V: KVM: Handle WFI exits for VCPUAnup Patel2021-10-041-0/+76
| * RISC-V: KVM: Handle MMIO exits for VCPUAnup Patel2021-10-048-4/+651
| * RISC-V: KVM: Implement VCPU world-switchAnup Patel2021-10-045-4/+319
| * RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctlsAnup Patel2021-10-042-4/+290
| * RISC-V: KVM: Implement VCPU interrupts and requests handlingAnup Patel2021-10-043-13/+197
| * RISC-V: KVM: Implement VCPU create, init and destroy functionsAnup Patel2021-10-042-9/+115
| * RISC-V: Add initial skeletal KVM supportAnup Patel2021-10-0412-0/+805
| * RISC-V: Add hypervisor extension related CSR definesAnup Patel2021-10-041-0/+87
* | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-024-48/+178
|\ \
| * \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-024-48/+178
| |\ \
| | * | riscv, bpf: Increase the maximum number of iterationsBjörn Töpel2021-11-011-1/+1
| | * | riscv, bpf: Add BPF exception tablesTong Tiangen2021-10-284-47/+177
| | |/
* | | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-025-18/+10
|\ \ \
| * | | ftrace: disable preemption when recursion locked王贇2021-10-271-2/+0
| * | | ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang2021-10-091-5/+0
| * | | kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-10-013-4/+4
| * | | kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu2021-10-011-1/+1
| * | | kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu2021-10-011-6/+5
| | |/ | |/|
* | | Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-11-023-7/+0
|\ \ \
| * | | riscv: rely on core code to keep thread_info::cpu updatedArd Biesheuvel2021-09-303-7/+0
| |/ /
* | | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-012-8/+6
|\ \ \
| * | | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-152-8/+6
| |/ /
* | | Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-013-11/+2
|\ \ \
| * | | irq: remove handle_domain_{irq,nmi}()Mark Rutland2021-10-261-1/+0
| * | | irq: riscv: perform irqentry in entry codeMark Rutland2021-10-263-11/+2
| * | | irq: add a (temporary) CONFIG_HANDLE_DOMAIN_IRQ_IRQENTRYMark Rutland2021-10-251-0/+1
| |/ /
* | | Merge tag 'riscv-for-linus-5.15-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-10-304-13/+11
|\ \ \ | |_|/ |/| |
| * | riscv: Fix asan-stack clang buildAlexandre Ghiti2021-10-293-2/+10
| * | riscv: Do not re-populate shadow memory with kasan_populate_early_shadowAlexandre Ghiti2021-10-291-11/+0
| * | riscv: fix misalgned trap vector base addressChen Lu2021-10-271-0/+1
* | | riscv, bpf: Fix potential NULL dereferenceBjörn Töpel2021-10-281-1/+2
* | | bpf: Define bpf_jit_alloc_exec_limit for riscv JITLorenz Bauer2021-10-231-0/+5
* | | Merge tag 'riscv-for-linus-5.15-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-10-097-29/+52
|\| |
| * | riscv: Flush current cpu icache before other cpusAlexandre Ghiti2021-10-051-0/+2
| * | Merge remote-tracking branch 'palmer/riscv-clone3' into fixesPalmer Dabbelt2021-10-051-1/+2
| |\ \
| | * | RISC-V: Include clone3() on rv32Palmer Dabbelt2021-10-051-1/+2
| * | | riscv/vdso: make arch_setup_additional_pages wait for mmap_sem for write kill...Tong Tiangen2021-10-021-1/+3