summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm
AgeCommit message (Expand)AuthorFilesLines
2025-02-01Merge tag 'riscv-for-linus-6.14-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds11-54/+322
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 Torvalds2-0/+6
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 Bonzini2-0/+6
2025-01-18Merge patch series "riscv: Add support for xtheadvector"Palmer Dabbelt10-53/+321
2025-01-18riscv: Add ghostwrite vulnerabilityCharlie Jenkins2-1/+24
2025-01-18riscv: hwprobe: Add thead vendor extension probingCharlie Jenkins3-2/+59
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-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: Add SBI system suspend supportAndrew Jones1-0/+1
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-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 Torvalds3-1/+15
2024-11-27Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds16-145/+451
2024-11-27Merge tag 'kvm-riscv-6.13-2' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini3-1/+15
2024-11-27Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini16-145/+451
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
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-1/+21
2024-11-21RISC-V: Add Svade and Svadu Extensions SupportYong-Xuan Wang3-1/+15
2024-11-21Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+0
2024-11-20Merge tag 'ftrace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-9/+13
2024-11-20Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-11/+5
2024-11-13riscv: Fix default misaligned access trapCharlie Jenkins1-0/+12