summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)Author
2022-04-01Merge tag 'riscv-for-linus-5.18-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-03-30riscv: Increase stack size under KASANDmitry Vyukov
2022-03-30RISC-V CPU Idle SupportPalmer Dabbelt
2022-03-30riscv: Rename "sp_in_global" to "current_stack_pointer"Kees Cook
2022-03-29riscv module: remove (NOLOAD)Fangrui Song
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-25Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-21perf: RISC-V: Add support for SBI PMU and SscofpmfPalmer Dabbelt
2022-03-21RISC-V: Add sscofpmf extension supportAtish Patra
2022-03-21RISC-V: Add RISC-V SBI PMU extension definitionsAtish Patra
2022-03-21RISC-V: Add CSR encodings for all HPMCOUNTERSAtish Patra
2022-03-21RISC-V: Remove the current perf implementationAtish Patra
2022-03-18parport_pc: Also enable driver for PCI systemsMaciej W. Rozycki
2022-03-17RISC-V: Provide a fraemework for RISC-V ISA extensionsPalmer Dabbelt
2022-03-17RISC-V: Improve /proc/cpuinfo output for ISA extensionsAtish Patra
2022-03-17RISC-V: Implement multi-letter ISA extension probing frameworkAtish Patra
2022-03-11RISC-V: KVM: Add common kvm_riscv_vcpu_wfi() functionAnup Patel
2022-03-11RISC-V: Add SBI HSM suspend related definesAnup Patel
2022-03-11RISC-V: KVM: Add common kvm_riscv_vcpu_sbi_system_reset() functionAnup Patel
2022-03-11RISC-V: KVM: Upgrade SBI spec version to v0.3Anup Patel
2022-03-10RISC-V: Add SBI HSM suspend related definesAnup Patel
2022-03-10RISC-V: Add arch functions for non-retentive suspend entry/exitAnup Patel
2022-03-10RISC-V: Enable CPU_IDLE driversAnup Patel
2022-03-03riscv: Fix is_linear_mapping with recent move of KASAN regionAlexandre Ghiti
2022-02-25uaccess: generalize access_ok()Arnd Bergmann
2022-02-25uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann
2022-02-14riscv: mm: Set sv57 on defaultlyQinglin Pan
2022-02-14riscv: mm: Prepare pt_ops helper functions for sv57Qinglin Pan
2022-02-14riscv: mm: Control p4d's folding by pgtable_l5_enabledQinglin Pan
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds
2022-01-20RISC-V: Do not use cpumask data structure for hartid bitmapAtish Patra
2022-01-20RISC-V: Use __cpu_up_stack/task_pointer only for spinwait methodAtish Patra
2022-01-20RISC-V: Avoid using per cpu array for ordered bootingAtish Patra
2022-01-19RISC-V: Introduce sv48 support without relocatable kernelPalmer Dabbelt
2022-01-19riscv: Explicit comment about user virtual address space sizeAlexandre Ghiti
2022-01-19riscv: Implement sv48 supportAlexandre Ghiti
2022-01-19riscv: Allow to dynamically define VA_BITSAlexandre Ghiti
2022-01-19riscv: Split early kasan mapping to prepare sv48 introductionAlexandre Ghiti
2022-01-19riscv: Move KASAN mapping next to the kernel mappingAlexandre Ghiti
2022-01-19Merge tag 'riscv-for-linus-5.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-01-15include: move find.h from asm_generic to linuxYury Norov
2022-01-11Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-01-11RISC-V: Use SBI SRST extension when availableAnup Patel
2022-01-09RISC-V: Use common riscv_cpuid_to_hartid_mask() for both SMP=y and SMP=nSean Christopherson
2022-01-09riscv: remove cpu_stop()Jisheng Zhang
2022-01-07riscv/mm: Enable THP migrationNanyong Sun
2022-01-07riscv/mm: Adjust PAGE_PROT_NONE to comply with THP semanticsNanyong Sun