summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-6.11-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-07-279-51/+221
|\
| * RISC-V: Provide the frequency of time CSR via hwprobePalmer Dabbelt2024-07-262-1/+2
| * riscv: Extend sv39 linear mapping max size to 128GStuart Menefy2024-07-261-1/+1
| * riscv: enable HAVE_ARCH_STACKLEAKJisheng Zhang2024-07-261-0/+1
| * Merge patch series "riscv: Separate vendor extensions from standard extensions"Palmer Dabbelt2024-07-234-47/+204
| |\
| | * riscv: cpufeature: Extract common elements from extension checkingCharlie Jenkins2024-07-232-62/+44
| | * riscv: Introduce vendor variants of extension helpersCharlie Jenkins2024-07-231-0/+83
| | * riscv: Extend cpufeature.c to detect vendor extensionsCharlie Jenkins2024-07-234-13/+105
| * | Merge patch series "Add ACPI NUMA support for RISC-V"Palmer Dabbelt2024-07-221-2/+13
| |\ \
| | * | ACPI: RISCV: Add NUMA support based on SRAT and SLITHaibo Xu2024-07-221-2/+13
* | | | Merge tag 'bitmap-6.11-rc1' of https://github.com:/norov/linuxLinus Torvalds2024-07-261-1/+1
|\ \ \ \
| * | | | riscv: Remove unnecessary int cast in variable_fls()Thorsten Blum2024-07-101-1/+1
* | | | | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-222-3/+3
|\ \ \ \ \
| * | | | | mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy2024-07-131-1/+1
| * | | | | mm: implement update_mmu_tlb() using update_mmu_tlb_range()Bang Li2024-07-041-2/+0
| * | | | | mm: add update_mmu_tlb_range()Bang Li2024-07-041-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-2024-42/+293
|\ \ \ \ \
| * | | | | riscv: lib: relax assembly constraints in hweightQingfang Deng2024-07-151-4/+4
| | |_|_|/ | |/| | |
| * | | | Merge patch series "riscv: Apply Zawrs when available"Palmer Dabbelt2024-07-128-21/+98
| |\ \ \ \
| | * | | | KVM: riscv: Support guest wrs.ntoAndrew Jones2024-07-122-0/+2
| | * | | | riscv: hwprobe: export Zawrs ISA extensionAndrew 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-113-1/+8
| * | | | | 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-264-0/+19
| |\ \ \ \ \
| | * | | | | RISC-V: KVM: Allow Zcmop extension for Guest/VMClément Léger2024-06-261-0/+1
| | * | | | | riscv: hwprobe: export Zcmop ISA extensionClément Léger2024-06-261-0/+1
| | * | | | | riscv: add ISA extension parsing for ZcmopClément Léger2024-06-261-0/+1
| | * | | | | RISC-V: KVM: Allow Zca, Zcf, Zcd and Zcb extensions for Guest/VMClément Léger2024-06-261-0/+4
| | * | | | | riscv: hwprobe: export Zca, Zcf, Zcd and Zcb ISA extensionsClément Léger2024-06-261-0/+4
| | * | | | | 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
| | * | | | | RISC-V: KVM: Allow Zimop extension for Guest/VMClément Léger2024-06-261-0/+1
| | * | | | | riscv: hwprobe: export Zimop ISA extensionClément Léger2024-06-261-0/+1
| | * | | | | riscv: add ISA extension parsing for ZimopClément Léger2024-06-261-0/+1