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
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
riscv: delete temporary files
Ilie Halip
2020-01-18
1
-1
/
+2
*
riscv: make sure the cores stay looping in .Lsecondary_park
Greentime Hu
2020-01-15
1
-6
/
+10
*
Merge tag 'riscv/for-v5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-01-12
1
-1
/
+1
|
\
|
*
riscv: Fixup obvious bug for fp-regs reset
Guo Ren
2020-01-12
1
-1
/
+1
*
|
riscv: Implement copy_thread_tls
Amanieu d'Antras
2020-01-07
1
-3
/
+3
|
/
*
riscv: prefix IRQ_ macro names with an RV_ namespace
Paul Walmsley
2020-01-04
1
-3
/
+3
*
riscv: ftrace: correct the condition logic in function graph tracer
Zong Li
2020-01-03
1
-1
/
+1
*
riscv: reject invalid syscalls below -1
David Abdurachmanov
2019-12-27
1
-0
/
+1
*
riscv: fix compile failure with EXPORT_SYMBOL() & !MMU
Luc Van Oostenryck
2019-12-27
1
-3
/
+0
*
riscv: fix scratch register clearing in M-mode.
Greentime Hu
2019-12-20
1
-1
/
+1
*
Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-11-30
1
-1
/
+1
|
\
*
\
Merge tag 'riscv/for-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2019-11-27
18
-138
/
+340
|
\
\
|
*
\
Merge branch 'next/nommu' into for-next
Paul Walmsley
2019-11-22
16
-94
/
+302
|
|
\
\
|
|
*
|
riscv: add nommu support
Christoph Hellwig
2019-11-17
4
-3
/
+34
|
|
*
|
riscv: clear the instruction cache and all registers when booting
Christoph Hellwig
2019-11-17
1
-1
/
+87
|
|
*
|
riscv: read the hart ID from mhartid on boot
Damien Le Moal
2019-11-17
1
-0
/
+8
|
|
*
|
riscv: provide native clint access for M-mode
Christoph Hellwig
2019-11-17
5
-3
/
+64
|
|
*
|
riscv: cleanup the default power off implementation
Christoph Hellwig
2019-11-13
3
-2
/
+18
|
|
*
|
riscv: abstract out CSR names for supervisor vs machine mode
Christoph Hellwig
2019-11-05
10
-86
/
+91
|
|
*
|
riscv: enter WFI in default_power_off() if SBI does not shutdown
Christoph Hellwig
2019-11-05
1
-1
/
+2
|
*
|
|
Merge branch 'next/isa-string' into for-next
Paul Walmsley
2019-11-22
1
-42
/
+3
|
|
\
\
\
|
|
*
|
|
RISC-V: Remove unsupported isa string info print
Atish Patra
2019-10-28
1
-42
/
+3
|
*
|
|
|
riscv: add support for SECCOMP and SECCOMP_FILTER
David Abdurachmanov
2019-10-29
2
-2
/
+35
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-11-26
1
-3
/
+2
|
\
\
\
\
|
*
|
|
|
vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA
Kees Cook
2019-11-04
1
-1
/
+1
|
*
|
|
|
vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATA
Kees Cook
2019-11-04
1
-1
/
+1
|
*
|
|
|
vmlinux.lds.h: Move NOTES into RO_DATA
Kees Cook
2019-11-04
1
-1
/
+0
*
|
|
|
|
Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2019-11-25
1
-2
/
+2
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
riscv: Use pr_warn instead of pr_warning
Kefeng Wang
2019-10-18
1
-2
/
+2
*
|
|
|
|
riscv: for C functions called only from assembly, mark with __visible
Paul Walmsley
2019-10-28
5
-8
/
+8
*
|
|
|
|
riscv: fp: add missing __user pointer annotations
Paul Walmsley
2019-10-28
1
-2
/
+2
*
|
|
|
|
riscv: add missing header file includes
Paul Walmsley
2019-10-28
10
-0
/
+12
*
|
|
|
|
riscv: mark some code and data as file-static
Paul Walmsley
2019-10-28
1
-1
/
+1
*
|
|
|
|
riscv: add prototypes for assembly language functions from head.S
Paul Walmsley
2019-10-28
3
-0
/
+25
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
riscv: cleanup do_trap_break
Christoph Hellwig
2019-10-25
1
-20
/
+6
*
|
|
|
riscv: remove the switch statement in do_trap_break()
Vincent Chen
2019-10-14
1
-11
/
+11
*
|
|
|
RISC-V: entry: Remove unneeded need_resched() loop
Valentin Schneider
2019-10-09
1
-2
/
+1
*
|
|
|
riscv: Correct the handling of unexpected ebreak in do_trap_break()
Vincent Chen
2019-10-07
1
-3
/
+3
*
|
|
|
riscv: avoid sending a SIGTRAP to a user thread trapped in WARN()
Vincent Chen
2019-10-07
1
-1
/
+1
*
|
|
|
riscv: avoid kernel hangs when trapped in BUG()
Vincent Chen
2019-10-07
1
-3
/
+3
|
|
_
|
/
|
/
|
|
*
|
|
RISC-V: Clear load reservations while restoring hart contexts
Palmer Dabbelt
2019-10-01
1
-1
/
+20
|
|
/
|
/
|
*
|
riscv: Avoid interrupts being erroneously enabled in handle_exception()
Vincent Chen
2019-09-20
1
-1
/
+5
*
|
RISC-V: Export kernel symbols for kvm
Atish Patra
2019-09-20
2
-0
/
+2
*
|
arch/riscv: disable excess harts before picking main boot hart
Xiang Wang
2019-09-20
1
-3
/
+5
*
|
Merge tag 'riscv/for-v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2019-09-16
8
-35
/
+187
|
\
\
|
*
|
riscv: cleanup riscv_cpuid_to_hartid_mask
Christoph Hellwig
2019-09-05
1
-0
/
+1
|
*
|
riscv: optimize send_ipi_single
Christoph Hellwig
2019-09-05
1
-1
/
+7
|
*
|
riscv: cleanup send_ipi_mask
Christoph Hellwig
2019-09-05
1
-9
/
+7
|
*
|
riscv: refactor the IPI code
Christoph Hellwig
2019-09-05
1
-24
/
+31
|
*
|
riscv: Add support for perf registers sampling
Mao Han
2019-09-05
2
-0
/
+45
[next]