summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-208-22/+228
|\ \
| * | riscv: Explicit comment about user virtual address space sizeAlexandre Ghiti2022-01-201-0/+9
| * | riscv: Implement sv48 supportAlexandre Ghiti2022-01-207-9/+187
| * | riscv: Allow to dynamically define VA_BITSAlexandre Ghiti2022-01-203-4/+14
| * | riscv: Split early kasan mapping to prepare sv48 introductionAlexandre Ghiti2022-01-201-0/+1
| * | riscv: Move KASAN mapping next to the kernel mappingAlexandre Ghiti2022-01-203-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-081-0/+5
| * | | riscv/mm: Adjust PAGE_PROT_NONE to comply with THP semanticsNanyong Sun2022-01-082-6/+7
| * | | riscv: Make vmalloc/vmemmap end equal to the start of the next regionAlexandre Ghiti2022-01-061-2/+2
| * | | riscv: extable: add a dedicated uaccess handlerJisheng Zhang2022-01-063-70/+51
| * | | riscv: add gpr-num.hJisheng Zhang2022-01-061-0/+77
| * | | riscv: extable: add `type` and `data` fieldsJisheng Zhang2022-01-062-11/+31
| * | | riscv: extable: consolidate definitionsJisheng Zhang2022-01-063-6/+35
| * | | riscv: extable: make fixup_exception() return boolJisheng Zhang2022-01-061-4/+4
| * | | riscv: bpf: move rv_bpf_fixup_exception signature to extable.hJisheng Zhang2022-01-061-0/+12
| * | | riscv: switch to relative exception tablesJisheng Zhang2022-01-063-3/+27
| * | | riscv: consolidate __ex_table constructionJisheng Zhang2022-01-062-27/+15
| * | | riscv: remove unused __cmpxchg_user() macroJisheng Zhang2022-01-061-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-121-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
|/
* Merge tag 'riscv-for-linus-5.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-11-134-14/+14
|\
| * riscv/vdso: Drop unneeded part due to merge issueKefeng Wang2021-10-271-11/+0
| * riscv: remove .text section size limitation for XIPVitaly Wool2021-10-261-2/+4
| * Merge tag 'for-riscv' of https://git.kernel.org/pub/scm/virt/kvm/kvm.git into...Palmer Dabbelt2021-10-051-0/+87
| |\
| * | riscv/vdso: Add support for time namespacesTong Tiangen2021-10-043-1/+10
* | | Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-101-9/+0
|\ \ \
| * | | arch: remove unused function syscall_set_arguments()Peter Collingbourne2021-09-141-9/+0
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-026-0/+589
|\ \ \ \
| * | | | RISC-V: KVM: Fix GPA passed to __kvm_riscv_hfence_gvma_xyz() functionsAnup Patel2021-10-311-2/+3