summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm
AgeCommit message (Expand)Author
14 daysMerge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2025-02-27mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()Ryan Roberts
2025-02-14riscv/futex: sign extend compare value in atomic cmpxchgAndreas Schwab
2025-02-14riscv/atomic: Do proper sign extension also for unsigned in arch_cmpxchgAndreas Schwab
2025-01-31Merge tag 'riscv-for-linus-6.14-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-26Merge tag 'bitmap-for-6.14' of https://github.com:/norov/linuxLinus Torvalds
2025-01-25asm-generic: pgalloc: provide generic __pgd_{alloc,free}Kevin Brodsky
2025-01-25mm: pgtable: introduce generic __tlb_remove_table()Qi Zheng
2025-01-25riscv: pgtable: move pagetable_dtor() to __tlb_remove_table()Qi Zheng
2025-01-25mm: pgtable: introduce pagetable_dtor()Qi Zheng
2025-01-25mm: pgtable: add statistics for P4D level page tableQi Zheng
2025-01-25asm-generic: pgalloc: provide generic p4d_{alloc_one,free}Kevin Brodsky
2025-01-25riscv: mm: skip pgtable level check in {pud,p4d}_alloc_oneKevin Brodsky
2025-01-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-01-24Merge tag 'mailbox-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2025-01-21Merge tag 'ftrace-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2025-01-20riscv: sbi: vendorid_list: Add Microchip Technology to the vendor listValentina Fernandez
2025-01-20Merge tag 'kvm-riscv-6.14-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2025-01-18Merge patch series "riscv: Add support for xtheadvector"Palmer Dabbelt
2025-01-18riscv: Add ghostwrite vulnerabilityCharlie Jenkins
2025-01-18riscv: hwprobe: Add thead vendor extension probingCharlie Jenkins
2025-01-18riscv: vector: Support xtheadvector save/restoreCharlie Jenkins
2025-01-18riscv: Add xtheadvector instruction definitionsCharlie Jenkins
2025-01-18riscv: csr: Add CSR encodings for CSR_VXRM/CSR_VXSATCharlie Jenkins
2025-01-18RISC-V: define the elements of the VCSR vector CSRHeiko Stuebner
2025-01-18riscv: vector: Use vlenb from DT for theadCharlie Jenkins
2025-01-18riscv: Add thead and xtheadvector as a vendor extensionCharlie Jenkins
2025-01-09Merge patch series "SBI PMU event related fixes"Palmer Dabbelt
2025-01-09drivers/perf: riscv: Fix Platform firmware event dataAtish Patra
2025-01-08riscv: qspinlock: Fixup _Q_PENDING_LOOPS definitionGuo Ren
2025-01-08riscv: mm: Fix the out of bound issue of vmemmap addressXu Lu
2024-12-30riscv: Always inline bitopsNathan Chancellor
2024-12-30RISC-V: KVM: Add new exit statstics for redirected trapsAtish Patra
2024-12-30RISC-V: KVM: Add SBI system suspend supportAndrew Jones
2024-12-26fprobe: Add fprobe_header encoding featureMasami Hiramatsu (Google)
2024-12-26fprobe: Rewrite fprobe on function-graph tracerMasami Hiramatsu (Google)
2024-12-26tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regsMasami Hiramatsu (Google)
2024-12-26fgraph: Replace fgraph_ret_regs with ftrace_regsMasami Hiramatsu (Google)
2024-12-11riscv: Fix IPIs usage in kfence_protect_page()Alexandre Ghiti
2024-12-11riscv/futex: Optimize atomic cmpxchgDavidlohr Bueso
2024-11-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-11-27Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-11-27Merge tag 'kvm-riscv-6.13-2' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2024-11-27Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini
2024-11-26RISC-V: Remove unnecessary include from compat.hPalmer Dabbelt
2024-11-25Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-11-21RISC-V: Add Svade and Svadu Extensions SupportYong-Xuan Wang