summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel
Commit message (Expand)AuthorAgeFilesLines
* RISC-V: Remove CLINT related code from timer and archAnup Patel2020-08-205-68/+1
* RISC-V: Add mechanism to provide custom IPI operationsAnup Patel2020-08-204-23/+60
* riscv: Setup exception vector for nommu platformQiu Wenbo2020-08-141-8/+17
* Merge tag 'riscv-for-linus-5.9-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-0712-25/+159
|\
| * riscv: disable stack-protector for vDSOTobias Klauser2020-08-041-0/+2
| * RISC-V: Fix build warning for smpboot.cAtish Patra2020-08-041-1/+1
| * RISC-V: Setup exception vector earlyAtish Patra2020-07-303-10/+10
| * riscv: Cleanup unnecessary define in asm-offset.cGuo Ren2020-07-302-8/+1
| * riscv: Add jump-label implementationEmil Renner Berthing2020-07-302-0/+55
| * riscv: Support R_RISCV_ADD64 and R_RISCV_SUB64 relocsEmil Renner Berthing2020-07-301-0/+16
| * riscv: Add STACKPROTECTOR supportedGuo Ren2020-07-301-0/+6
| * riscv: Allow building with kcov coverageTobias Klauser2020-07-301-0/+1
| * riscv: Enable context trackingGreentime Hu2020-07-301-1/+15
| * riscv: Support irq_work via self IPIsGreentime Hu2020-07-301-0/+15
| * riscv: Enable LOCKDEP_SUPPORT & fixup TRACE_IRQFLAGS_SUPPORTGuo Ren2020-07-301-1/+33
| * riscv: Fixup lockdep_assert_held with wrong param cpu_runningZong Li2020-07-301-1/+0
| * riscv: Fixup static_obj() failGuo Ren2020-07-301-1/+1
| * RISC-V: Use a local variable instead of smp_processor_id()Greentime Hu2020-06-291-3/+4
* | Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-08-071-22/+11
|\ \
| * | riscv: switch to ->regset_get()Al Viro2020-07-271-22/+11
* | | Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds2020-08-041-2/+2
|\ \ \
| * | | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-2/+2
* | | | riscv: Fix "no previous prototype" compile warning in kgdb.c fileVincent Chen2020-07-091-5/+5
| |_|/ |/| |
* | | riscv: Fixup __vdso_gettimeofday broke dynamic ftraceGuo Ren2020-06-251-0/+3
* | | riscv: Add extern declarations for vDSO time-related functionsVincent Chen2020-06-251-0/+6
* | | riscv: Add -fPIC option to CFLAGS_vgettimeofday.oVincent Chen2020-06-251-1/+1
|/ /
* | Merge tag 'riscv-for-linus-5.8-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-201-0/+6
|\ \
| * | RISC-V: Don't allow write+exec only page mapping request in mmapYash Shah2020-06-181-0/+6
| |/
* | maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig2020-06-182-4/+4
* | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-173-5/+6
|/
* Merge tag 'riscv-for-linus-5.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-1114-97/+96
|\
| * riscv: set the permission of vdso_data to read-onlyVincent Chen2020-06-101-2/+14
| * riscv: use vDSO common flow to reduce the latency of the time-related functionsVincent Chen2020-06-108-59/+51
| * riscv: fix build warning of missing prototypesZong Li2020-06-091-0/+1
| * RISC-V: Remove do_IRQ() functionAnup Patel2020-06-092-7/+3
| * irqchip: RISC-V per-HART local interrupt controller driverAnup Patel2020-06-092-32/+3
| * RISC-V: Rename and move plic_find_hart_id() to arch directoryAnup Patel2020-06-091-0/+16
| * RISC-V: self-contained IPI handling routineAnup Patel2020-06-092-8/+19
* | mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-092-2/+2
* | mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* | kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-7/+1
* | riscv: add show_stack_loglvl()Dmitry Safonov2020-06-091-3/+10
* | kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov2020-06-091-1/+1
|/
* Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-0410-21/+500
|\
| * riscv: cacheinfo: Implement cache_get_priv_group with a generic ops structureYash Shah2020-05-201-0/+17
| * riscv: Use text_mutex instead of patch_lockZong Li2020-05-182-6/+20
| * riscv: Use NOKPROBE_SYMBOL() instead of __krpobes annotationZong Li2020-05-181-7/+14
| * riscv: Remove the 'riscv_' prefix of function nameZong Li2020-05-182-12/+12
| * riscv: Add SW single-step support for KDBVincent Chen2020-05-181-2/+177