summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)AuthorFilesLines
2022-04-01Merge tag 'riscv-for-linus-5.18-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-5/+99
2022-03-31riscv: Increase stack size under KASANDmitry Vyukov1-2/+8
2022-03-31RISC-V CPU Idle SupportPalmer Dabbelt3-0/+86
2022-03-31riscv: Rename "sp_in_global" to "current_stack_pointer"Kees Cook1-0/+2
2022-03-30riscv module: remove (NOLOAD)Fangrui Song1-3/+3
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2022-03-25Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-76/+347
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-6/+27
2022-03-24Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-32/+1
2022-03-22perf: RISC-V: Add support for SBI PMU and SscofpmfPalmer Dabbelt4-73/+161
2022-03-22RISC-V: Add sscofpmf extension supportAtish Patra2-1/+8
2022-03-22RISC-V: Add RISC-V SBI PMU extension definitionsAtish Patra1-0/+95
2022-03-22RISC-V: Add CSR encodings for all HPMCOUNTERSAtish Patra1-0/+58
2022-03-22RISC-V: Remove the current perf implementationAtish Patra1-72/+0
2022-03-18parport_pc: Also enable driver for PCI systemsMaciej W. Rozycki1-0/+1
2022-03-18RISC-V: Provide a fraemework for RISC-V ISA extensionsPalmer Dabbelt1-0/+25
2022-03-17RISC-V: Improve /proc/cpuinfo output for ISA extensionsAtish Patra1-0/+7
2022-03-17RISC-V: Implement multi-letter ISA extension probing frameworkAtish Patra1-0/+18
2022-03-11RISC-V: KVM: Add common kvm_riscv_vcpu_wfi() functionAnup Patel1-0/+1
2022-03-11RISC-V: Add SBI HSM suspend related definesAnup Patel1-5/+22
2022-03-11RISC-V: KVM: Add common kvm_riscv_vcpu_sbi_system_reset() functionAnup Patel1-0/+3
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-04riscv: 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-15riscv: mm: Set sv57 on defaultlyQinglin Pan2-0/+2
2022-02-15riscv: mm: Prepare pt_ops helper functions for sv57Qinglin Pan2-0/+3
2022-02-15riscv: 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-20RISC-V: Introduce sv48 support without relocatable kernelPalmer Dabbelt8-22/+228
2022-01-20riscv: Explicit comment about user virtual address space sizeAlexandre Ghiti1-0/+9
2022-01-20riscv: Implement sv48 supportAlexandre Ghiti7-9/+187
2022-01-20riscv: Allow to dynamically define VA_BITSAlexandre Ghiti3-4/+14
2022-01-20riscv: Split early kasan mapping to prepare sv48 introductionAlexandre Ghiti1-0/+1
2022-01-20riscv: 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/ke...Linus 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-12Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus 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-08riscv/mm: Enable THP migrationNanyong Sun1-0/+5
2022-01-08riscv/mm: Adjust PAGE_PROT_NONE to comply with THP semanticsNanyong Sun2-6/+7