summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorLines
2020-08-14riscv: Setup exception vector for nommu platformQiu Wenbo-8/+17
2020-08-07Merge tag 'riscv-for-linus-5.9-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-25/+159
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-22/+11
2020-08-04riscv: disable stack-protector for vDSOTobias Klauser-0/+2
2020-08-04RISC-V: Fix build warning for smpboot.cAtish Patra-1/+1
2020-08-04Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds-2/+2
2020-07-30RISC-V: Setup exception vector earlyAtish Patra-10/+10
2020-07-30riscv: Cleanup unnecessary define in asm-offset.cGuo Ren-8/+1
2020-07-30riscv: Add jump-label implementationEmil Renner Berthing-0/+55
2020-07-30riscv: Support R_RISCV_ADD64 and R_RISCV_SUB64 relocsEmil Renner Berthing-0/+16
2020-07-30riscv: Add STACKPROTECTOR supportedGuo Ren-0/+6
2020-07-30riscv: Allow building with kcov coverageTobias Klauser-0/+1
2020-07-30riscv: Enable context trackingGreentime Hu-1/+15
2020-07-30riscv: Support irq_work via self IPIsGreentime Hu-0/+15
2020-07-30riscv: Enable LOCKDEP_SUPPORT & fixup TRACE_IRQFLAGS_SUPPORTGuo Ren-1/+33
2020-07-30riscv: Fixup lockdep_assert_held with wrong param cpu_runningZong Li-1/+0
2020-07-30riscv: Fixup static_obj() failGuo Ren-1/+1
2020-07-27riscv: switch to ->regset_get()Al Viro-22/+11
2020-07-09riscv: Fix "no previous prototype" compile warning in kgdb.c fileVincent Chen-5/+5
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner-2/+2
2020-06-29RISC-V: Use a local variable instead of smp_processor_id()Greentime Hu-3/+4
2020-06-25riscv: Fixup __vdso_gettimeofday broke dynamic ftraceGuo Ren-0/+3
2020-06-25riscv: Add extern declarations for vDSO time-related functionsVincent Chen-0/+6
2020-06-25riscv: Add -fPIC option to CFLAGS_vgettimeofday.oVincent Chen-1/+1
2020-06-20Merge tag 'riscv-for-linus-5.8-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+6
2020-06-18RISC-V: Don't allow write+exec only page mapping request in mmapYash Shah-0/+6
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig-4/+4
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig-5/+6
2020-06-11Merge tag 'riscv-for-linus-5.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-97/+96
2020-06-10riscv: set the permission of vdso_data to read-onlyVincent Chen-2/+14
2020-06-10riscv: use vDSO common flow to reduce the latency of the time-related functionsVincent Chen-59/+51
2020-06-09riscv: fix build warning of missing prototypesZong Li-0/+1
2020-06-09RISC-V: Remove do_IRQ() functionAnup Patel-7/+3
2020-06-09irqchip: RISC-V per-HART local interrupt controller driverAnup Patel-32/+3
2020-06-09RISC-V: Rename and move plic_find_hart_id() to arch directoryAnup Patel-0/+16
2020-06-09RISC-V: self-contained IPI handling routineAnup Patel-8/+19
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse-2/+2
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-2/+2
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport-1/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov-7/+1
2020-06-09riscv: add show_stack_loglvl()Dmitry Safonov-3/+10
2020-06-09kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov-1/+1
2020-06-04Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-21/+500
2020-05-21RISC-V: gp_in_global needs register keywordPalmer Dabbelt-1/+1
2020-05-20riscv: cacheinfo: Implement cache_get_priv_group with a generic ops structureYash Shah-0/+17
2020-05-18riscv: Use text_mutex instead of patch_lockZong Li-6/+20
2020-05-18riscv: Use NOKPROBE_SYMBOL() instead of __krpobes annotationZong Li-7/+14
2020-05-18riscv: Remove the 'riscv_' prefix of function nameZong Li-12/+12
2020-05-18riscv: Add SW single-step support for KDBVincent Chen-2/+177
2020-05-18riscv: Use the XML target descriptions to report 3 system registersVincent Chen-0/+15