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
*
RISC-V: gp_in_global needs register keyword
Palmer Dabbelt
2020-05-21
1
-1
/
+1
*
riscv: stacktrace: Fix undefined reference to `walk_stackframe'
Kefeng Wang
2020-05-12
1
-1
/
+1
*
riscv: perf: RISCV_BASE_PMU should be independent
Kefeng Wang
2020-05-12
1
-1
/
+1
*
riscv: perf_event: Make some funciton static
Kefeng Wang
2020-05-11
1
-4
/
+4
*
riscv: force __cpu_up_ variables to put in data section
Zong Li
2020-05-04
1
-2
/
+2
*
riscv: add Linux note to vdso
Andreas Schwab
2020-05-04
2
-1
/
+13
*
RISC-V: Add bitmap reprensenting ISA features common across CPUs
Anup Patel
2020-05-04
1
-3
/
+80
*
RISC-V: Export riscv_cpuid_to_hartid_mask() API
Anup Patel
2020-05-04
1
-0
/
+2
*
riscv: sbi: Fix undefined reference to sbi_shutdown
Kefeng Wang
2020-04-21
1
-5
/
+8
*
riscv: sbi: Correct sbi_shutdown() and sbi_clear_ipi() export
Kefeng Wang
2020-04-21
1
-2
/
+2
*
riscv: fix vdso build with lld
Ilie Halip
2020-04-21
1
-3
/
+3
*
RISC-V: stacktrace: Declare sp_in_global outside ifdef
Guenter Roeck
2020-04-21
1
-2
/
+2
*
Merge tag 'riscv-for-linus-5.7' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-04-09
18
-206
/
+1679
|
\
|
*
riscv: Add SOC early init support
Damien Le Moal
2020-04-03
4
-0
/
+36
|
*
riscv: Unaligned load/store handling for M_MODE
Damien Le Moal
2020-04-03
3
-4
/
+395
|
*
RISC-V: Support cpu hotplug
Atish Patra
2020-03-31
4
-1
/
+140
|
*
RISC-V: Add supported for ordered booting method using HSM
Atish Patra
2020-03-31
6
-3
/
+121
|
*
RISC-V: Export SBI error to linux error mapping function
Atish Patra
2020-03-31
1
-1
/
+2
|
*
RISC-V: Add cpu_ops and modify default booting method
Atish Patra
2020-03-31
4
-21
/
+113
|
*
RISC-V: Move relocate and few other functions out of __init
Atish Patra
2020-03-31
2
-72
/
+86
|
*
RISC-V: Implement new SBI v0.2 extensions
Atish Patra
2020-03-31
1
-4
/
+249
|
*
RISC-V: Introduce a new config for SBI v0.1
Atish Patra
2020-03-31
1
-23
/
+109
|
*
RISC-V: Add basic support for SBI v0.2
Atish Patra
2020-03-31
2
-2
/
+246
|
*
riscv: patch code by fixmap mapping
Zong Li
2020-03-26
1
-9
/
+4
|
*
riscv: introduce interfaces to patch kernel code
Zong Li
2020-03-26
2
-1
/
+123
|
*
riscv: add macro to get instruction length
Zong Li
2020-03-26
1
-1
/
+2
|
*
riscv: add alignment for text, rodata and data sections
Zong Li
2020-03-26
1
-1
/
+4
|
*
riscv: move exception table immediately after RO_DATA
Zong Li
2020-03-26
1
-2
/
+4
|
*
RISC-V: Inline the assembly register save/restore macros
Palmer Dabbelt
2020-03-03
1
-82
/
+61
|
*
RISC-V: Stop relying on GCC's register allocator's hueristics
Palmer Dabbelt
2020-03-03
2
-5
/
+7
|
*
RISC-V: Stop putting .sbss in .sdata
Palmer Dabbelt
2020-03-03
1
-1
/
+0
|
*
riscv: force hart_lottery to put in .sdata section
Zong Li
2020-03-03
1
-2
/
+6
*
|
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2020-04-03
2
-0
/
+2
|
\
\
|
*
|
.gitignore: add SPDX License Identifier
Masahiro Yamada
2020-03-25
2
-0
/
+2
*
|
|
Merge tag 'irq-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-03-30
1
-1
/
+1
|
\
\
\
|
*
|
|
irqchip/sifive-plic: Enable/Disable external interrupts upon cpu online/offline
Atish Patra
2020-03-16
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
riscv: fix the IPI missing issue in nommu mode
Greentime Hu
2020-03-18
1
-1
/
+1
|
|
/
|
/
|
*
|
riscv: fix seccomp reject syscall code path
Tycho Andersen
2020-03-05
2
-14
/
+8
*
|
riscv: avoid the PIC offset of static percpu data in module beyond 2G limits
Vincent Chen
2020-03-03
1
-0
/
+16
|
/
*
RISC-V: Don't enable all interrupts in trap_init()
Anup Patel
2020-02-18
1
-2
/
+2
*
riscv: set pmp configuration if kernel is running in M-mode
Greentime Hu
2020-02-18
1
-0
/
+6
*
Merge tag 'riscv-for-linus-5.6-mw0' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-01-31
4
-0
/
+11
|
\
|
*
riscv: Add KASAN support
Nick Hu
2020-01-22
4
-0
/
+11
*
|
Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2020-01-29
1
-4
/
+0
|
\
\
|
*
|
arch/riscv/setup: Drop dummy_con initialization
Arvind Sankar
2020-01-14
1
-4
/
+0
*
|
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-01-28
1
-2
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Merge tag 'v5.5-rc3' into sched/core, to pick up fixes
Ingo Molnar
2019-12-25
1
-1
/
+1
|
|
\
\
|
*
|
|
sched/rt, riscv: Use CONFIG_PREEMPTION
Thomas Gleixner
2019-12-08
1
-2
/
+2
*
|
|
|
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
|
|
_
|
/
|
/
|
|
[next]