aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-11RISC-V: KVM: Upgrade SBI spec version to v0.3Anup Patel1-1/+1
2022-03-10RISC-V: Add SBI HSM suspend related definesAnup Patel1-5/+22
2022-03-10RISC-V: Add arch functions for non-retentive suspend entry/exitAnup Patel2-0/+63
2022-03-10RISC-V: Enable CPU_IDLE driversAnup Patel1-0/+24
2022-03-03riscv: Fix is_linear_mapping with recent move of KASAN regionAlexandre Ghiti2-1/+2
2022-02-25uaccess: generalize access_ok()Arnd Bergmann1-30/+1
2022-02-25uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann1-2/+0
2022-02-14riscv: mm: Set sv57 on defaultlyQinglin Pan2-0/+2
2022-02-14riscv: mm: Prepare pt_ops helper functions for sv57Qinglin Pan2-0/+3
2022-02-14riscv: mm: Control p4d's folding by pgtable_l5_enabledQinglin Pan3-3/+156
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-1/+0
2022-01-20RISC-V: Do not use cpumask data structure for hartid bitmapAtish Patra2-11/+10
2022-01-20RISC-V: Use __cpu_up_stack/task_pointer only for spinwait methodAtish Patra1-2/+0
2022-01-20RISC-V: Avoid using per cpu array for ordered bootingAtish Patra1-0/+25
2022-01-19RISC-V: Introduce sv48 support without relocatable kernelPalmer Dabbelt8-22/+228
2022-01-19riscv: Explicit comment about user virtual address space sizeAlexandre Ghiti1-0/+9
2022-01-19riscv: Implement sv48 supportAlexandre Ghiti7-9/+187
2022-01-19riscv: Allow to dynamically define VA_BITSAlexandre Ghiti3-4/+14
2022-01-19riscv: Split early kasan mapping to prepare sv48 introductionAlexandre Ghiti1-0/+1
2022-01-19riscv: Move KASAN mapping next to the kernel mappingAlexandre Ghiti3-11/+17
2022-01-19Merge tag 'riscv-for-linus-5.17-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds10-182/+260
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-11/+45
2022-01-15include: move find.h from asm_generic to linuxYury Norov1-1/+0
2022-01-11Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2022-01-11RISC-V: Use SBI SRST extension when availableAnup Patel1-0/+24
2022-01-09RISC-V: Use common riscv_cpuid_to_hartid_mask() for both SMP=y and SMP=nSean Christopherson1-8/+2
2022-01-09riscv: remove cpu_stop()Jisheng Zhang1-2/+0
2022-01-07riscv/mm: Enable THP migrationNanyong Sun1-0/+5
2022-01-07riscv/mm: Adjust PAGE_PROT_NONE to comply with THP semanticsNanyong Sun2-6/+7
2022-01-06RISC-V: KVM: Add VM capability to allow userspace get GPA bitsAnup Patel1-0/+1
2022-01-06RISC-V: KVM: Add SBI HSM extension in KVMAtish Patra1-0/+1
2022-01-06RISC-V: KVM: Add SBI v0.2 base extensionAtish Patra2-0/+10
2022-01-06RISC-V: KVM: Reorganize SBI code by moving SBI v0.1 to its own fileAtish Patra1-0/+2
2022-01-06RISC-V: KVM: Mark the existing SBI implementation as v0.1Atish Patra1-0/+29
2022-01-06KVM: RISC-V: Use common KVM implementation of MMU memory cachesSean Christopherson2-10/+2
2022-01-05riscv: Make vmalloc/vmemmap end equal to the start of the next regionAlexandre Ghiti1-2/+2
2022-01-05riscv: extable: add a dedicated uaccess handlerJisheng Zhang3-70/+51
2022-01-05riscv: add gpr-num.hJisheng Zhang1-0/+77
2022-01-05riscv: extable: add `type` and `data` fieldsJisheng Zhang2-11/+31
2022-01-05riscv: extable: consolidate definitionsJisheng Zhang3-6/+35
2022-01-05riscv: extable: make fixup_exception() return boolJisheng Zhang1-4/+4
2022-01-05riscv: bpf: move rv_bpf_fixup_exception signature to extable.hJisheng Zhang1-0/+12
2022-01-05riscv: switch to relative exception tablesJisheng Zhang3-3/+27
2022-01-05riscv: consolidate __ex_table constructionJisheng Zhang2-27/+15
2022-01-05riscv: remove unused __cmpxchg_user() macroJisheng Zhang1-75/+0
2021-12-27Merge tag 'efi-urgent-for-v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds1-1/+0
2021-12-13efi: Move efifb_setup_from_dmi() prototype from arch headersJavier Martinez Canillas1-1/+0
2021-12-13Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar1-5/+3
2021-12-08KVM: Drop obsolete kvm_arch_vcpu_block_finish()Sean Christopherson1-1/+0
2021-12-07locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.hSebastian Andrzej Siewior1-1/+1