aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-08-20RISC-V: Remove CLINT related code from timer and archGravatar Anup Patel 5-68/+1
2020-08-20RISC-V: Add mechanism to provide custom IPI operationsGravatar Anup Patel 4-23/+60
2020-08-14riscv: Setup exception vector for nommu platformGravatar Qiu Wenbo 1-8/+17
2020-08-07Merge tag 'riscv-for-linus-5.9-mw0' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 12-25/+159
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-22/+11
2020-08-04riscv: disable stack-protector for vDSOGravatar Tobias Klauser 1-0/+2
2020-08-04RISC-V: Fix build warning for smpboot.cGravatar Atish Patra 1-1/+1
2020-08-04Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Gravatar Linus Torvalds 1-2/+2
2020-07-30RISC-V: Setup exception vector earlyGravatar Atish Patra 3-10/+10
2020-07-30riscv: Cleanup unnecessary define in asm-offset.cGravatar Guo Ren 2-8/+1
2020-07-30riscv: Add jump-label implementationGravatar Emil Renner Berthing 2-0/+55
2020-07-30riscv: Support R_RISCV_ADD64 and R_RISCV_SUB64 relocsGravatar Emil Renner Berthing 1-0/+16
2020-07-30riscv: Add STACKPROTECTOR supportedGravatar Guo Ren 1-0/+6
2020-07-30riscv: Allow building with kcov coverageGravatar Tobias Klauser 1-0/+1
2020-07-30riscv: Enable context trackingGravatar Greentime Hu 1-1/+15
2020-07-30riscv: Support irq_work via self IPIsGravatar Greentime Hu 1-0/+15
2020-07-30riscv: Enable LOCKDEP_SUPPORT & fixup TRACE_IRQFLAGS_SUPPORTGravatar Guo Ren 1-1/+33
2020-07-30riscv: Fixup lockdep_assert_held with wrong param cpu_runningGravatar Zong Li 1-1/+0
2020-07-30riscv: Fixup static_obj() failGravatar Guo Ren 1-1/+1
2020-07-27riscv: switch to ->regset_get()Gravatar Al Viro 1-22/+11
2020-07-09riscv: Fix "no previous prototype" compile warning in kgdb.c fileGravatar Vincent Chen 1-5/+5
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Gravatar Christian Brauner 1-2/+2
2020-06-29RISC-V: Use a local variable instead of smp_processor_id()Gravatar Greentime Hu 1-3/+4
2020-06-25riscv: Fixup __vdso_gettimeofday broke dynamic ftraceGravatar Guo Ren 1-0/+3
2020-06-25riscv: Add extern declarations for vDSO time-related functionsGravatar Vincent Chen 1-0/+6
2020-06-25riscv: Add -fPIC option to CFLAGS_vgettimeofday.oGravatar Vincent Chen 1-1/+1
2020-06-20Merge tag 'riscv-for-linus-5.8-rc2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+6
2020-06-18RISC-V: Don't allow write+exec only page mapping request in mmapGravatar Yash Shah 1-0/+6
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultGravatar Christoph Hellwig 2-4/+4
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultGravatar Christoph Hellwig 3-5/+6
2020-06-11Merge tag 'riscv-for-linus-5.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 14-97/+96
2020-06-10riscv: set the permission of vdso_data to read-onlyGravatar Vincent Chen 1-2/+14
2020-06-10riscv: use vDSO common flow to reduce the latency of the time-related functionsGravatar Vincent Chen 8-59/+51
2020-06-09riscv: fix build warning of missing prototypesGravatar Zong Li 1-0/+1
2020-06-09RISC-V: Remove do_IRQ() functionGravatar Anup Patel 2-7/+3
2020-06-09irqchip: RISC-V per-HART local interrupt controller driverGravatar Anup Patel 2-32/+3
2020-06-09RISC-V: Rename and move plic_find_hart_id() to arch directoryGravatar Anup Patel 1-0/+16
2020-06-09RISC-V: self-contained IPI handling routineGravatar Anup Patel 2-8/+19
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesGravatar Michel Lespinasse 1-2/+2
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 2-2/+2
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 1-1/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Gravatar Dmitry Safonov 1-7/+1
2020-06-09riscv: add show_stack_loglvl()Gravatar Dmitry Safonov 1-3/+10
2020-06-09kallsyms/printk: add loglvl to print_ip_sym()Gravatar Dmitry Safonov 1-1/+1
2020-06-04Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 10-21/+500
2020-05-21RISC-V: gp_in_global needs register keywordGravatar Palmer Dabbelt 1-1/+1
2020-05-20riscv: cacheinfo: Implement cache_get_priv_group with a generic ops structureGravatar Yash Shah 1-0/+17
2020-05-18riscv: Use text_mutex instead of patch_lockGravatar Zong Li 2-6/+20
2020-05-18riscv: Use NOKPROBE_SYMBOL() instead of __krpobes annotationGravatar Zong Li 1-7/+14
2020-05-18riscv: Remove the 'riscv_' prefix of function nameGravatar Zong Li 2-12/+12