summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport2-2/+2
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-7/+1
2020-06-09riscv: add show_stack_loglvl()Dmitry Safonov1-3/+10
2020-06-09kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov1-1/+1
2020-06-04Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-21/+500
2020-05-21RISC-V: gp_in_global needs register keywordPalmer Dabbelt1-1/+1
2020-05-20riscv: cacheinfo: Implement cache_get_priv_group with a generic ops structureYash Shah1-0/+17
2020-05-18riscv: Use text_mutex instead of patch_lockZong Li2-6/+20
2020-05-18riscv: Use NOKPROBE_SYMBOL() instead of __krpobes annotationZong Li1-7/+14
2020-05-18riscv: Remove the 'riscv_' prefix of function nameZong Li2-12/+12
2020-05-18riscv: Add SW single-step support for KDBVincent Chen1-2/+177
2020-05-18riscv: Use the XML target descriptions to report 3 system registersVincent Chen1-0/+15
2020-05-18riscv: Add KGDB supportVincent Chen3-0/+206
2020-05-18RISC-V: Skip setting up PMPs on trapsPalmer Dabbelt1-1/+10
2020-05-18riscv: Allow device trees to be built into the kernelPalmer Dabbelt3-0/+36
2020-05-12riscv: stacktrace: Fix undefined reference to `walk_stackframe'Kefeng Wang1-1/+1
2020-05-12riscv: perf: RISCV_BASE_PMU should be independentKefeng Wang1-1/+1
2020-05-11riscv: perf_event: Make some funciton staticKefeng Wang1-4/+4
2020-05-04riscv: force __cpu_up_ variables to put in data sectionZong Li1-2/+2
2020-05-04riscv: add Linux note to vdsoAndreas Schwab2-1/+13
2020-05-04RISC-V: Add bitmap reprensenting ISA features common across CPUsAnup Patel1-3/+80
2020-05-04RISC-V: Export riscv_cpuid_to_hartid_mask() APIAnup Patel1-0/+2
2020-04-21riscv: sbi: Fix undefined reference to sbi_shutdownKefeng Wang1-5/+8
2020-04-21riscv: sbi: Correct sbi_shutdown() and sbi_clear_ipi() exportKefeng Wang1-2/+2
2020-04-21riscv: fix vdso build with lldIlie Halip1-3/+3
2020-04-21RISC-V: stacktrace: Declare sp_in_global outside ifdefGuenter Roeck1-2/+2
2020-04-09Merge tag 'riscv-for-linus-5.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds18-206/+1679
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-0/+2
2020-04-03riscv: Add SOC early init supportDamien Le Moal4-0/+36
2020-04-03riscv: Unaligned load/store handling for M_MODEDamien Le Moal3-4/+395
2020-03-31RISC-V: Support cpu hotplugAtish Patra4-1/+140
2020-03-31RISC-V: Add supported for ordered booting method using HSMAtish Patra6-3/+121
2020-03-31RISC-V: Export SBI error to linux error mapping functionAtish Patra1-1/+2
2020-03-31RISC-V: Add cpu_ops and modify default booting methodAtish Patra4-21/+113
2020-03-31RISC-V: Move relocate and few other functions out of __initAtish Patra2-72/+86
2020-03-31RISC-V: Implement new SBI v0.2 extensionsAtish Patra1-4/+249
2020-03-31RISC-V: Introduce a new config for SBI v0.1Atish Patra1-23/+109
2020-03-31RISC-V: Add basic support for SBI v0.2Atish Patra2-2/+246
2020-03-30Merge tag 'irq-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2020-03-26riscv: patch code by fixmap mappingZong Li1-9/+4
2020-03-26riscv: introduce interfaces to patch kernel codeZong Li2-1/+123
2020-03-26riscv: add macro to get instruction lengthZong Li1-1/+2
2020-03-26riscv: add alignment for text, rodata and data sectionsZong Li1-1/+4
2020-03-26riscv: move exception table immediately after RO_DATAZong Li1-2/+4
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada2-0/+2
2020-03-18riscv: fix the IPI missing issue in nommu modeGreentime Hu1-1/+1
2020-03-16irqchip/sifive-plic: Enable/Disable external interrupts upon cpu online/offlineAtish Patra1-1/+1
2020-03-05riscv: fix seccomp reject syscall code pathTycho Andersen2-14/+8