summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)AuthorFilesLines
2025-02-01Merge tag 'riscv-for-linus-6.14-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds13-55/+327
2025-01-27Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-73/+17
2025-01-27Merge tag 'bitmap-for-6.14' of https://github.com:/norov/linuxLinus Torvalds1-10/+10
2025-01-26asm-generic: pgalloc: provide generic __pgd_{alloc,free}Kevin Brodsky1-2/+1
2025-01-26mm: pgtable: introduce generic __tlb_remove_table()Qi Zheng1-12/+0
2025-01-26riscv: pgtable: move pagetable_dtor() to __tlb_remove_table()Qi Zheng2-31/+21
2025-01-26mm: pgtable: introduce pagetable_dtor()Qi Zheng1-4/+4
2025-01-26mm: pgtable: add statistics for P4D level page tableQi Zheng1-1/+5
2025-01-26asm-generic: pgalloc: provide generic p4d_{alloc_one,free}Kevin Brodsky1-23/+0
2025-01-26riscv: mm: skip pgtable level check in {pud,p4d}_alloc_oneKevin Brodsky1-18/+4
2025-01-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-3/+10
2025-01-25Merge tag 'mailbox-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-0/+1
2025-01-22Merge tag 'ftrace-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2-21/+25
2025-01-20riscv: sbi: vendorid_list: Add Microchip Technology to the vendor listValentina Fernandez1-0/+1
2025-01-20Merge tag 'kvm-riscv-6.14-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini3-0/+10
2025-01-18Merge patch series "riscv: Add support for xtheadvector"Palmer Dabbelt12-54/+326
2025-01-18riscv: Add ghostwrite vulnerabilityCharlie Jenkins2-1/+24
2025-01-18riscv: hwprobe: Add thead vendor extension probingCharlie Jenkins5-3/+64
2025-01-18riscv: vector: Support xtheadvector save/restoreCharlie Jenkins3-50/+180
2025-01-18riscv: Add xtheadvector instruction definitionsCharlie Jenkins1-0/+25
2025-01-18riscv: csr: Add CSR encodings for CSR_VXRM/CSR_VXSATCharlie Jenkins1-3/+8
2025-01-18RISC-V: define the elements of the VCSR vector CSRHeiko Stuebner1-0/+4
2025-01-18riscv: vector: Use vlenb from DT for theadCharlie Jenkins2-0/+8
2025-01-18riscv: Add thead and xtheadvector as a vendor extensionCharlie Jenkins1-0/+16
2025-01-15Merge tag 'loongarch-kvm-6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini4-2/+7
2025-01-09Merge patch series "SBI PMU event related fixes"Palmer Dabbelt1-0/+1
2025-01-09drivers/perf: riscv: Fix Platform firmware event dataAtish Patra1-0/+1
2025-01-08riscv: qspinlock: Fixup _Q_PENDING_LOOPS definitionGuo Ren1-1/+4
2025-01-08riscv: mm: Fix the out of bound issue of vmemmap addressXu Lu2-1/+2
2024-12-30riscv: Always inline bitopsNathan Chancellor1-10/+10
2024-12-30RISC-V: KVM: Add new exit statstics for redirected trapsAtish Patra1-0/+5
2024-12-30RISC-V: KVM: Allow Ziccrse extension for Guest/VMQuan Zhou1-0/+1
2024-12-30RISC-V: KVM: Allow Zabha extension for Guest/VMQuan Zhou1-0/+1
2024-12-30RISC-V: KVM: Allow Svvptc extension for Guest/VMQuan Zhou1-0/+1
2024-12-30RISC-V: KVM: Add SBI system suspend supportAndrew Jones2-0/+2
2024-12-26fprobe: Add fprobe_header encoding featureMasami Hiramatsu (Google)1-0/+1
2024-12-26fprobe: Rewrite fprobe on function-graph tracerMasami Hiramatsu (Google)1-0/+5
2024-12-26tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regsMasami Hiramatsu (Google)1-0/+14
2024-12-26fgraph: Replace fgraph_ret_regs with ftrace_regsMasami Hiramatsu (Google)1-21/+5
2024-12-19Merge tag 'kvm-selftests-treewide-6.14' of https://github.com/kvm-x86/linux i...Paolo Bonzini1-3/+0
2024-12-17KVM: Move KVM_REG_SIZE() definition to common uAPI headerSean Christopherson1-3/+0
2024-12-11riscv: Fix IPIs usage in kfence_protect_page()Alexandre Ghiti1-1/+3
2024-12-11riscv/futex: Optimize atomic cmpxchgDavidlohr Bueso1-1/+1
2024-12-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-1/+17
2024-11-27Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds18-145/+459
2024-11-27Merge tag 'kvm-riscv-6.13-2' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini4-1/+17
2024-11-27Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini18-145/+459
2024-11-26RISC-V: Remove unnecessary include from compat.hPalmer Dabbelt1-1/+0
2024-11-26Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-22/+28
2024-11-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-0/+378