index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
riscv
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 120
Thomas Gleixner
2019-05-24
5
-70
/
+5
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36
Thomas Gleixner
2019-05-24
1
-5
/
+1
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
6
-0
/
+6
*
Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
2019-05-19
1
-4
/
+0
|
\
|
*
arch: remove dangling asm-generic wrappers
Masahiro Yamada
2019-05-18
1
-4
/
+0
*
|
Merge tag 'riscv-for-linus-5.2-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-05-19
34
-320
/
+584
|
\
\
|
|
/
|
/
|
|
*
riscv: fix locking violation in page fault handler
Andreas Schwab
2019-05-16
1
-1
/
+2
|
*
RISC-V: sifive_l2_cache: Add L2 cache controller driver for SiFive SoCs
Yash Shah
2019-05-16
3
-0
/
+192
|
*
RISC-V: Avoid using invalid intermediate translations
Palmer Dabbelt
2019-05-16
1
-2
/
+10
|
*
riscv: Support BUG() in kernel module
Vincent Chen
2019-05-16
1
-1
/
+1
|
*
riscv: Add the support for c.ebreak check in is_valid_bugaddr()
Vincent Chen
2019-05-16
2
-4
/
+23
|
*
riscv: support trap-based WARN()
Vincent Chen
2019-05-16
1
-10
/
+18
|
*
riscv: fix sbi_remote_sfence_vma{,_asid}.
Gary Guo
2019-05-16
1
-7
/
+12
|
*
riscv: move switch_mm to its own file
Gary Guo
2019-05-16
3
-52
/
+72
|
*
riscv: move flush_icache_{all,mm} to cacheflush.c
Gary Guo
2019-05-16
3
-50
/
+62
|
*
RISC-V: Access CSRs using CSR numbers
Anup Patel
2019-05-16
9
-48
/
+57
|
*
RISC-V: Add interrupt related SCAUSE defines in asm/csr.h
Anup Patel
2019-05-16
2
-16
/
+21
|
*
RISC-V: Use tabs to align macro values in asm/csr.h
Anup Patel
2019-05-16
1
-38
/
+38
|
*
RISC-V: Fix minor checkpatch issues.
Atish Patra
2019-05-16
1
-2
/
+2
|
*
RISC-V: Support nr_cpus command line option.
Atish Patra
2019-05-16
1
-1
/
+9
|
*
RISC-V: Implement nosmp commandline option.
Atish Patra
2019-04-30
1
-1
/
+11
|
*
RISC-V: Add RISC-V specific arch_match_cpu_phys_id
Atish Patra
2019-04-30
2
-2
/
+7
|
*
riscv: vdso: drop unnecessary cc-ldoption
Nick Desaulniers
2019-04-29
1
-1
/
+1
|
*
riscv: call pm_power_off from machine_halt / machine_power_off
Christoph Hellwig
2019-04-25
1
-6
/
+9
|
*
riscv: print the unexpected interrupt cause
Christoph Hellwig
2019-04-25
1
-1
/
+2
|
*
riscv: remove duplicate macros from ptrace.h
Christoph Hellwig
2019-04-25
3
-21
/
+12
|
*
riscv: remove unreachable !HAVE_FUNCTION_GRAPH_RET_ADDR_PTR code
Christoph Hellwig
2019-04-25
1
-4
/
+0
|
*
riscv: cleanup the parse_dtb calling conventions
Christoph Hellwig
2019-04-25
2
-4
/
+5
|
*
riscv: simplify the stack pointer setup in head.S
Christoph Hellwig
2019-04-25
2
-7
/
+1
|
*
riscv: clear all pending interrupts when booting
Christoph Hellwig
2019-04-25
1
-1
/
+2
|
*
riscv: remove CONFIG_RISCV_ISA_A
Christoph Hellwig
2019-04-25
3
-21
/
+3
|
*
riscv: remove unreachable big endian code
Christoph Hellwig
2019-04-25
2
-14
/
+1
|
*
riscv: turn mm_segment_t into a struct
Christoph Hellwig
2019-04-25
2
-6
/
+10
|
*
riscv: use asm-generic/extable.h
Christoph Hellwig
2019-04-25
2
-6
/
+2
|
*
riscv/signal: Fixup additional syscall restarting
Guo Ren
2019-04-25
1
-0
/
+6
*
|
riscv: switch over to generic free_initmem()
Mike Rapoport
2019-05-14
1
-5
/
+0
*
|
Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-05-07
1
-1
/
+1
|
\
\
|
*
|
syscall_get_arch: add "struct task_struct *" argument
Dmitry V. Levin
2019-03-20
1
-1
/
+1
*
|
|
Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
2019-05-06
3
-13
/
+17
|
\
\
\
|
*
|
|
riscv/mmiowb: Hook up mmwiob() implementation to asm-generic code
Will Deacon
2019-04-08
4
-14
/
+17
|
*
|
|
arch: Use asm-generic header for asm/mmiowb.h
Will Deacon
2019-04-08
1
-0
/
+1
|
|
/
/
*
|
|
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2019-05-06
1
-3
/
+0
|
\
\
\
|
*
\
\
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
2019-04-10
8
-32
/
+43
|
|
\
\
\
|
*
|
|
|
locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archs
Waiman Long
2019-04-03
1
-3
/
+0
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2019-05-06
1
-2
/
+0
|
\
\
\
\
|
*
|
|
|
riscv/stacktrace: Remove the pointless ULONG_MAX marker
Thomas Gleixner
2019-04-14
1
-2
/
+0
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-05-06
1
-0
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
asm-generic/tlb, arch: Provide generic tlb_flush() based on flush_tlb_range()
Peter Zijlstra
2019-04-03
1
-0
/
+1
|
|
|
/
|
|
/
|
*
|
|
RISC-V: Fix Maximum Physical Memory 2GiB option for 64bit systems
Anup Patel
2019-04-10
1
-0
/
+8
*
|
|
RISC-V: Add separate defconfig for 32bit systems
Anup Patel
2019-04-09
1
-0
/
+84
|
|
/
|
/
|
[next]