aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
2022-05-11riscv: add memory-type errata for T-HeadHeiko Stuebner
2022-05-11riscv: don't use global static vars to store alternative dataHeiko Stuebner
2022-05-11riscv: remove FIXMAP_PAGE_IO and fall back to its default valueHeiko Stuebner
2022-05-11riscv: add RISC-V Svpbmt extension supportHeiko Stuebner
2022-05-11riscv: Fix accessing pfn bits in PTEs for non-32bit variantsHeiko Stuebner
2022-05-11riscv: move boot alternatives to after fill_hwcapHeiko Stuebner
2022-05-11riscv: prevent compressed instructions in alternativesHeiko Stuebner
2022-05-11riscv: extend concatenated alternatives-lines to the same lengthHeiko Stuebner
2022-05-11riscv: implement ALTERNATIVE_2 macroHeiko Stuebner
2022-05-11riscv: implement module alternativesHeiko Stuebner
2022-05-11riscv: allow different stages with alternativesHeiko Stuebner
2022-05-11riscv: integrate alternatives better into the main architectureHeiko Stuebner
2022-04-01Merge tag 'riscv-for-linus-5.18-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-03-31RISC-V: K210 defconfigs: Drop redundant MEMBARRIER=nPalmer Dabbelt
2022-03-31RISC-V: defconfig: Drop redundant SBI HVC and earlyconPalmer Dabbelt
2022-03-31riscv: cpu.c: don't use kernel-doc markers for commentsRandy Dunlap
2022-03-31RISC-V: Enable profiling by defaultAnup Patel
2022-03-31RISC-V: module: fix apply_r_riscv_rcv_branch_rela typoWu Caize
2022-03-31RISC-V: Declare per cpu boot data as staticAtish Patra
2022-03-30RISC-V: Fix a comment typo in riscv_of_parent_hartid()Atish Patra
2022-03-30riscv: Increase stack size under KASANDmitry Vyukov
2022-03-30riscv: Fix fill_callchain return valueNikita Shubin
2022-03-30riscv: dts: canaan: Fix SPI3 bus widthNiklas Cassel
2022-03-30RISC-V CPU Idle SupportPalmer Dabbelt
2022-03-30riscv: Rename "sp_in_global" to "current_stack_pointer"Kees Cook
2022-03-30Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2022-03-29riscv module: remove (NOLOAD)Fangrui Song
2022-03-29Merge branches 'clk-sifive' and 'clk-visconti' into clk-nextStephen Boyd
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
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 branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-03-23riscv: mm: init: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefJisheng Zhang
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-22RISC-V: add support for restartable sequencesPalmer Dabbelt
2022-03-22drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand
2022-03-22mm/hugetlb: generalize ARCH_WANT_GENERAL_HUGETLBAnshuman Khandual
2022-03-22RISC-V: Add support for restartable sequenceVincent Chen
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: Do no continue isa string parsing without correct XLENAtish Patra
2022-03-17RISC-V: Implement multi-letter ISA extension probing frameworkAtish Patra
2022-03-17RISC-V: Extract multi-letter extension names from "riscv, isa"Tsukasa OI