summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | RISCV: KVM: Add sstateen0 context save/restoreMayuresh Chitale2023-10-122-0/+9
| | * | | | | RISCV: KVM: Add senvcfg context save/restoreMayuresh Chitale2023-10-123-0/+4
| | * | | | | RISC-V: KVM: Enable Smstateen accessesMayuresh Chitale2023-10-123-0/+18
| | * | | | | RISC-V: KVM: Add kvm_vcpu_configMayuresh Chitale2023-10-121-0/+7
| | * | | | | RISC-V: Detect Zicond from ISA stringAnup Patel2023-10-121-0/+1
| | * | | | | RISC-V: Detect Smstateen extensionMayuresh Chitale2023-10-121-0/+1
| | |/ / / /
* | | | | | Merge tag 'docs-6.7' of git://git.lwn.net/linuxLinus Torvalds2023-11-011-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | docs: move riscv under archCosta Shulyupin2023-10-101-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'riscv-for-linus-6.6-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-10-133-2/+43
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | riscv: Fix ftrace syscall handling which are now prefixed with __riscv_Alexandre Ghiti2023-10-121-0/+21
| * | | riscv: Only consider swbp/ss handlers for correct privileged modeBjörn Töpel2023-09-202-2/+22
| | |/ | |/|
* / | mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts2023-09-291-1/+2
|/ /
* / riscv: errata: fix T-Head dcache.cva encodingIcenowy Zheng2023-09-121-2/+2
|/
* Merge tag 'riscv-for-linus-6.6-mw2-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-09-099-9/+54
|\
| * Merge patch series "bpf, riscv: use BPF prog pack allocator in BPF JIT"Palmer Dabbelt2023-09-081-0/+1
| |\
| | * riscv: implement a memset like function for textPuranjay Mohan2023-09-061-0/+1
| * | Merge patch series "riscv: Introduce KASLR"Palmer Dabbelt2023-09-082-0/+5
| |\ \
| | * | riscv: libstub: Implement KASLR by using generic functionsAlexandre Ghiti2023-09-051-0/+2
| | * | riscv: Introduce virtual kernel mapping KASLRAlexandre Ghiti2023-09-051-0/+3
| * | | Merge patch "RISC-V: Add ptrace support for vectors"Palmer Dabbelt2023-09-081-4/+9
| |\ \ \
| | * | | RISC-V: Add ptrace support for vectorsAndy Chiu2023-09-011-4/+9
| * | | | Merge patch series "Add non-coherent DMA support for AX45MP"Palmer Dabbelt2023-09-084-0/+37
| |\ \ \ \
| | * | | | riscv: mm: dma-noncoherent: nonstandard cache operations supportLad Prabhakar2023-09-011-0/+28
| | * | | | riscv: errata: Add Andes alternative portsLad Prabhakar2023-09-012-0/+8
| | * | | | riscv: asm: vendorid_list: Add Andes Technology to the vendors listLad Prabhakar2023-09-011-0/+1
| | | |/ / | | |/| |
| * | | | Merge patch series "RISC-V: Probe for misaligned access speed"Palmer Dabbelt2023-09-082-5/+2
| |\ \ \ \
| | * | | | RISC-V: alternative: Remove feature_probe_funcEvan Green2023-09-011-5/+0
| | * | | | RISC-V: Probe for unaligned access speedEvan Green2023-09-011-0/+2
| | |/ / /
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-09-074-4/+29
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge tag 'kvm-riscv-6.6-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2023-08-314-4/+29
| |\ \ \ \
| | * | | | KVM: riscv: Add KVM_GET_REG_LIST API supportHaibo Xu2023-08-091-0/+3
| | * | | | RISC-V: KVM: Improve vector save/restore functionsAndrew Jones2023-08-081-4/+2
| | * | | | RISC-V: KVM: provide UAPI for host SATP modeDaniel Henrique Barboza2023-08-082-0/+3
| | * | | | RISC-V: KVM: Allow Zicntr, Zicsr, Zifencei, and Zihpm for Guest/VMAnup Patel2023-08-081-0/+4
| | * | | | RISC-V: KVM: Allow Zba and Zbs extensions for Guest/VMAnup Patel2023-08-081-0/+2
| | * | | | RISC-V: KVM: Extend ONE_REG to enable/disable multiple ISA extensionsAnup Patel2023-08-081-0/+9
| | * | | | RISC-V: KVM: Factor-out ONE_REG related code to its own source fileAnup Patel2023-08-081-0/+6
| | | |_|/ | | |/| |
* | | | | Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-09-0114-23/+245
|\ \ \ \ \
| * \ \ \ \ Merge patch series "RISC-V: mm: Make SV48 the default address space"Palmer Dabbelt2023-08-313-12/+75
| |\ \ \ \ \
| | * | | | | RISC-V: mm: Update pgtable comment documentationCharlie Jenkins2023-08-231-3/+5
| | * | | | | RISC-V: mm: Restrict address space for sv39,sv48,sv57Charlie Jenkins2023-08-233-9/+70
| | | |_|/ / | | |/| | |
| * | | | | Merge patch series "riscv: Reduce ARCH_KMALLOC_MINALIGN to 8"Palmer Dabbelt2023-08-312-0/+16
| |\ \ \ \ \
| | * | | | | riscv: allow kmalloc() caches aligned to the smallest valueJisheng Zhang2023-08-232-0/+16
| | |/ / / /
| * | | | | Merge patch series "riscv: support ELF format binaries in nommu mode"Palmer Dabbelt2023-08-313-1/+19
| |\ \ \ \ \
| | * | | | | riscv: support the elf-fdpic binfmt loaderGreg Ungerer2023-08-233-1/+19
| | |/ / / /
| * | | | | Merge patch series "riscv: KCFI support"Palmer Dabbelt2023-08-314-3/+121
| |\ \ \ \ \
| | * | | | | riscv: Add CFI error handlingSami Tolvanen2023-08-232-0/+32
| | * | | | | riscv: Implement syscall wrappersSami Tolvanen2023-08-232-3/+89
| | |/ / / /
| * | | | | riscv: alternatives: fix a typo in commentYuan Tan2023-08-021-1/+1
| * | | | | Merge patch series "RISC-V: Probe DT extension support using riscv,isa-extens...Palmer Dabbelt2023-07-251-5/+12
| |\ \ \ \ \