summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-03-243-6/+27
|\
| * RISC-V: KVM: Add common kvm_riscv_vcpu_wfi() functionAnup Patel2022-03-111-0/+1
| * RISC-V: Add SBI HSM suspend related definesAnup Patel2022-03-111-5/+22
| * RISC-V: KVM: Add common kvm_riscv_vcpu_sbi_system_reset() functionAnup Patel2022-03-111-0/+3
| * RISC-V: KVM: Upgrade SBI spec version to v0.3Anup Patel2022-03-111-1/+1
* | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-231-32/+1
|\ \
| * | uaccess: generalize access_ok()Arnd Bergmann2022-02-251-30/+1
| * | uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann2022-02-251-2/+0
| |/
* / riscv: Fix is_linear_mapping with recent move of KASAN regionAlexandre Ghiti2022-03-032-1/+2
|/
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-1/+0
|\
| * include: move find.h from asm_generic to linuxYury Norov2022-01-151-1/+0
* | RISC-V: Do not use cpumask data structure for hartid bitmapAtish Patra2022-01-202-11/+10
* | RISC-V: Use __cpu_up_stack/task_pointer only for spinwait methodAtish Patra2022-01-201-2/+0
* | RISC-V: Avoid using per cpu array for ordered bootingAtish Patra2022-01-201-0/+25
* | RISC-V: Introduce sv48 support without relocatable kernelPalmer Dabbelt2022-01-198-22/+228
|\ \
| * | riscv: Explicit comment about user virtual address space sizeAlexandre Ghiti2022-01-191-0/+9
| * | riscv: Implement sv48 supportAlexandre Ghiti2022-01-197-9/+187
| * | riscv: Allow to dynamically define VA_BITSAlexandre Ghiti2022-01-193-4/+14
| * | riscv: Split early kasan mapping to prepare sv48 introductionAlexandre Ghiti2022-01-191-0/+1
| * | riscv: Move KASAN mapping next to the kernel mappingAlexandre Ghiti2022-01-193-11/+17
* | | Merge tag 'riscv-for-linus-5.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-1910-182/+260
|\ \ \
| * | | RISC-V: Use SBI SRST extension when availableAnup Patel2022-01-111-0/+24
| * | | RISC-V: Use common riscv_cpuid_to_hartid_mask() for both SMP=y and SMP=nSean Christopherson2022-01-091-8/+2
| * | | riscv: remove cpu_stop()Jisheng Zhang2022-01-091-2/+0
| * | | riscv/mm: Enable THP migrationNanyong Sun2022-01-071-0/+5
| * | | riscv/mm: Adjust PAGE_PROT_NONE to comply with THP semanticsNanyong Sun2022-01-072-6/+7
| * | | riscv: Make vmalloc/vmemmap end equal to the start of the next regionAlexandre Ghiti2022-01-051-2/+2
| * | | riscv: extable: add a dedicated uaccess handlerJisheng Zhang2022-01-053-70/+51
| * | | riscv: add gpr-num.hJisheng Zhang2022-01-051-0/+77
| * | | riscv: extable: add `type` and `data` fieldsJisheng Zhang2022-01-052-11/+31
| * | | riscv: extable: consolidate definitionsJisheng Zhang2022-01-053-6/+35
| * | | riscv: extable: make fixup_exception() return boolJisheng Zhang2022-01-051-4/+4
| * | | riscv: bpf: move rv_bpf_fixup_exception signature to extable.hJisheng Zhang2022-01-051-0/+12
| * | | riscv: switch to relative exception tablesJisheng Zhang2022-01-053-3/+27
| * | | riscv: consolidate __ex_table constructionJisheng Zhang2022-01-052-27/+15
| * | | riscv: remove unused __cmpxchg_user() macroJisheng Zhang2022-01-051-75/+0
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-164-11/+45
|\ \ \
| * | | RISC-V: KVM: Add VM capability to allow userspace get GPA bitsAnup Patel2022-01-061-0/+1
| * | | RISC-V: KVM: Add SBI HSM extension in KVMAtish Patra2022-01-061-0/+1
| * | | RISC-V: KVM: Add SBI v0.2 base extensionAtish Patra2022-01-062-0/+10
| * | | RISC-V: KVM: Reorganize SBI code by moving SBI v0.1 to its own fileAtish Patra2022-01-061-0/+2
| * | | RISC-V: KVM: Mark the existing SBI implementation as v0.1Atish Patra2022-01-061-0/+29
| * | | KVM: RISC-V: Use common KVM implementation of MMU memory cachesSean Christopherson2022-01-062-10/+2
| * | | KVM: Drop obsolete kvm_arch_vcpu_block_finish()Sean Christopherson2021-12-081-1/+0
* | | | Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-01-111-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar2021-12-131-5/+3
| |\| |
| * | | locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.hSebastian Andrzej Siewior2021-12-071-1/+1
| | |/ | |/|
* | | Merge tag 'efi-urgent-for-v5.16-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-12-271-1/+0
|\ \ \ | |_|/ |/| |
| * | efi: Move efifb_setup_from_dmi() prototype from arch headersJavier Martinez Canillas2021-12-131-1/+0
| |/
* / RISC-V: KVM: Fix incorrect KVM_MAX_VCPUS valueAnup Patel2021-11-221-5/+3
|/