summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport
2021-11-02Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-11-01Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-11-01Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-11-01riscv, bpf: Increase the maximum number of iterationsBjörn Töpel
2021-11-01RISC-V: KVM: fix boolreturn.cocci warningsBixuan Cui
2021-11-01RISC-V: KVM: remove unneeded semicolonran jianping
2021-10-31RISC-V: KVM: Fix GPA passed to __kvm_riscv_hfence_gvma_xyz() functionsAnup Patel
2021-10-31RISC-V: KVM: Factor-out FP virtualization into separate sourcesAnup Patel
2021-10-30Merge tag 'riscv-for-linus-5.15-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-10-29riscv: Fix asan-stack clang buildAlexandre Ghiti
2021-10-29riscv: Do not re-populate shadow memory with kasan_populate_early_shadowAlexandre Ghiti
2021-10-28riscv, bpf: Fix potential NULL dereferenceBjörn Töpel
2021-10-28riscv, bpf: Add BPF exception tablesTong Tiangen
2021-10-27riscv: fix misalgned trap vector base addressChen Lu
2021-10-27ftrace: disable preemption when recursion locked王贇
2021-10-26irq: remove handle_domain_{irq,nmi}()Mark Rutland
2021-10-26irq: riscv: perform irqentry in entry codeMark Rutland
2021-10-25irq: add a (temporary) CONFIG_HANDLE_DOMAIN_IRQ_IRQENTRYMark Rutland
2021-10-22bpf: Define bpf_jit_alloc_exec_limit for riscv JITLorenz Bauer
2021-10-22riscv: do not select non-existing config ANON_INODESLukas Bulwahn
2021-10-20riscv: Use of_get_cpu_hwid()Rob Herring
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook
2021-10-09Merge tag 'riscv-for-linus-5.15-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-10-08ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang
2021-10-08Merge tag 'asm-generic-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-10-07firmware: include drivers/firmware/Kconfig unconditionallyArnd Bergmann
2021-10-04riscv: Flush current cpu icache before other cpusAlexandre Ghiti
2021-10-04Merge remote-tracking branch 'palmer/riscv-clone3' into fixesPalmer Dabbelt
2021-10-04RISC-V: Include clone3() on rv32Palmer Dabbelt
2021-10-04RISC-V: KVM: Add SBI v0.1 supportAtish Patra
2021-10-04RISC-V: KVM: Implement ONE REG interface for FP registersAtish Patra
2021-10-04RISC-V: KVM: FP lazy save/restoreAtish Patra
2021-10-04RISC-V: KVM: Add timer functionalityAtish Patra
2021-10-04RISC-V: KVM: Implement MMU notifiersAnup Patel
2021-10-04RISC-V: KVM: Implement stage2 page table programmingAnup Patel
2021-10-04RISC-V: KVM: Implement VMID allocatorAnup Patel
2021-10-04RISC-V: KVM: Handle WFI exits for VCPUAnup Patel
2021-10-04RISC-V: KVM: Handle MMIO exits for VCPUAnup Patel
2021-10-04RISC-V: KVM: Implement VCPU world-switchAnup Patel
2021-10-04RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctlsAnup Patel
2021-10-04RISC-V: KVM: Implement VCPU interrupts and requests handlingAnup Patel
2021-10-04RISC-V: KVM: Implement VCPU create, init and destroy functionsAnup Patel