summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include/asm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy2024-07-121-1/+1
| * | | | | mm: implement update_mmu_tlb() using update_mmu_tlb_range()Bang Li2024-07-031-2/+0
| * | | | | mm: add update_mmu_tlb_range()Bang Li2024-07-031-0/+2
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-07-203-97/+0
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-07-161-1/+0
| |\ \ \ \ \
| | * | | | | KVM: Delete the now unused kvm_arch_sched_in()Sean Christopherson2024-06-111-1/+0
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'loongarch-kvm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2024-07-121-1/+1
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge tag 'kvm-riscv-6.11-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2024-07-122-96/+0
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | RISC-V: KVM: Share APLIC and IMSIC defines with irqchip driversAnup Patel2024-06-262-96/+0
| | | |/ / | | |/| |
* | | | | Merge tag 'riscv-for-linus-6.11-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-07-2022-42/+273
|\ \ \ \ \
| * | | | | riscv: lib: relax assembly constraints in hweightQingfang Deng2024-07-151-4/+4
| | |_|_|/ | |/| | |
| * | | | Merge patch series "riscv: Apply Zawrs when available"Palmer Dabbelt2024-07-126-21/+96
| |\ \ \ \
| | * | | | KVM: riscv: Support guest wrs.ntoAndrew Jones2024-07-121-0/+1
| | * | | | riscv: Add Zawrs support for spinlocksChristoph Müllner2024-07-124-15/+91
| | * | | | riscv: Provide a definition for 'pause'Andrew Jones2024-07-122-6/+4
| * | | | | riscv: hwprobe: export highest virtual userspace addressClément Léger2024-07-112-1/+7
| * | | | | riscv: Improve sbi_ecall() code generation by reordering argumentsAlexandre Ghiti2024-07-101-4/+6
| * | | | | riscv: Add tracepoints for SBI calls and returnsSamuel Holland2024-07-101-0/+54
| * | | | | Merge patch series "riscv: Memory Hot(Un)Plug support"Palmer Dabbelt2024-06-266-5/+48
| |\ \ \ \ \
| | * | | | | riscv: mm: Add support for ZONE_DEVICEBjörn Töpel2024-06-263-0/+38
| | * | | | | riscv: mm: Add pfn_to_kaddr() implementationBjörn Töpel2024-06-261-0/+5
| | * | | | | riscv: mm: Change attribute from __init to __meminit for page functionsBjörn Töpel2024-06-262-3/+3
| | * | | | | riscv: mm: Pre-allocate vmemmap/direct map/kasan PGD entriesBjörn Töpel2024-06-261-2/+2
| | | |_|/ / | | |/| | |
| * | | | | riscv: dmi: Add SMBIOS/DMI supportHaibo Xu2024-06-261-0/+24
| * | | | | riscv: Implement pte_accessible()Alexandre Ghiti2024-06-261-0/+13
| * | | | | Merge patch series "Add support for a few Zc* extensions, Zcmop and Zimop"Palmer Dabbelt2024-06-262-0/+7
| |\ \ \ \ \
| | * | | | | riscv: add ISA extension parsing for ZcmopClément Léger2024-06-261-0/+1
| | * | | | | riscv: add ISA parsing for Zca, Zcf, Zcd and ZcbClément Léger2024-06-261-0/+4
| | * | | | | riscv: add ISA extensions validation callbackClément Léger2024-06-261-0/+1
| | * | | | | riscv: add ISA extension parsing for ZimopClément Léger2024-06-261-0/+1
| * | | | | | Merge patch series "riscv: Various text patching improvements"Palmer Dabbelt2024-06-262-2/+4
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | riscv: Pass patch_text() the length in bytesSamuel Holland2024-06-261-1/+1
| | * | | | | riscv: jump_label: Simplify assembly syntaxSamuel Holland2024-06-261-1/+1
| | * | | | | riscv: jump_label: Batch icache maintenanceSamuel Holland2024-06-261-0/+2
| | |/ / / /
| * | | | | riscv: vector: adjust minimum Vector requirement to ZVE32XAndy Chiu2024-05-301-5/+5
| * | | | | riscv: cpufeature: add zve32[xf] and zve64[xfd] isa detectionAndy Chiu2024-05-301-0/+5
| |/ / / /
* | | | | Merge tag 'ftrace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2024-07-181-1/+0
|\ \ \ \ \
| * | | | | function_graph: Everyone uses HAVE_FUNCTION_GRAPH_RET_ADDR_PTR, remove itSteven Rostedt (Google)2024-06-111-1/+0
| | |_|/ / | |/| | |
* | | | | riscv: convert to generic syscall tableArnd Bergmann2024-07-103-5/+18
| |_|_|/ |/| | |
* | | | RISC-V: fix vector insn load/store width maskJesse Taube2024-06-251-1/+1
|/ / /
* / / riscv: Fix fully ordered LR/SC xchg[8|16]() implementationsAlexandre Ghiti2024-05-301-10/+12
|/ /
* | Merge tag 'riscv-for-linus-6.10-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-05-245-11/+78
|\ \
| * | riscv: Fix early ftrace nop patchingAlexandre Ghiti2024-05-231-0/+6
| * | Merge patch series "riscv: Extension parsing fixes"Palmer Dabbelt2024-05-221-0/+2
| |\ \
| | * | riscv: cpufeature: Fix thead vector hwcap removalCharlie Jenkins2024-05-221-0/+2
| | |/
| * | ftrace: riscv: move from REGS to ARGSPuranjay Mohan2024-05-221-7/+69
| * | Merge patch series "riscv: access_ok() optimization"Palmer Dabbelt2024-05-222-4/+1
| |\ \
| | * | riscv: Define TASK_SIZE_MAX for __access_ok()Samuel Holland2024-05-161-0/+1
| | * | riscv: Remove PGDIR_SIZE_L3 and TASK_SIZE_MINSamuel Holland2024-05-162-4/+0
| | |/
* | | Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-05-221-0/+16
|\ \ \ | |/ / |/| |