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
/
csky
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
csky: Move static keyword to the front of declaration
Krzysztof Wilczynski
2019-09-30
1
-1
/
+1
*
csky: entry: Remove unneeded need_resched() loop
Valentin Schneider
2019-09-30
1
-4
/
+0
*
csky: Fixup csky_pmu.max_period assignment
Mao Han
2019-09-30
1
-1
/
+1
*
csky: Fixup add zero_fp fixup perf backtrace panic
Guo Ren
2019-09-30
2
-21
/
+31
*
Merge tag 'csky-for-linus-5.3-rc1' of git://github.com/c-sky/csky-linux
Linus Torvalds
2019-07-19
3
-37
/
+380
|
\
|
*
csky: Revert mmu ASID mechanism
Guo Ren
2019-07-19
1
-2
/
+0
|
*
csky: Fixup some error count in 810 & 860.
Guo Ren
2019-07-19
1
-6
/
+54
|
*
csky: Fix perf record in kernel/user space
Mao Han
2019-07-19
1
-12
/
+14
|
*
csky: Add pmu interrupt support
Mao Han
2019-07-19
1
-15
/
+246
|
*
csky: Add count-width property for csky pmu
Mao Han
2019-07-19
1
-1
/
+14
|
*
csky: Init pmu as a device
Mao Han
2019-07-19
1
-2
/
+48
|
*
csky: Fixup no panic in kernel for some traps
Guo Ren
2019-07-19
1
-0
/
+5
*
|
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-07-08
2
-4
/
+2
|
\
\
|
|
/
|
/
|
|
*
signal: Remove the task parameter from force_sig_fault
Eric W. Biederman
2019-05-29
1
-1
/
+1
|
*
signal: Remove task parameter from force_sig
Eric W. Biederman
2019-05-27
1
-3
/
+1
*
|
csky: Fixup libgcc unwind error
Guo Ren
2019-06-26
1
-0
/
+5
*
|
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
|
/
*
csky/syscall_trace: Fixup return processing flow
Guo Ren
2019-04-22
1
-1
/
+2
*
csky: Add support for perf registers sampling
Mao Han
2019-04-22
2
-0
/
+41
*
csky: Use va_pa_offset instead of phys_offset
Guo Ren
2019-04-22
2
-5
/
+5
*
csky: Support vmlinux bootup with MMU off
Guo Ren
2019-04-22
2
-56
/
+11
*
csky: Support dynamic start physical address
Guo Ren
2019-04-22
2
-2
/
+9
*
csky: Reconstruct signal processing
Guo Ren
2019-04-22
3
-260
/
+146
*
csky: Use in_syscall & forget_syscall instead of r11_sig
Guo Ren
2019-04-22
2
-16
/
+10
*
csky: Update syscall_trace_enter/exit implementation
Guo Ren
2019-04-22
2
-40
/
+35
*
csky: Add perf callchain support
Mao Han
2019-04-22
2
-0
/
+120
*
csky/ftrace: Add dynamic function tracer (include graph tracer)
Guo Ren
2019-04-22
1
-2
/
+146
*
csky: Fixup dead loop in show_stack
Guo Ren
2019-02-13
1
-0
/
+4
*
csky: coding convention: Use task_stack_page
Guo Ren
2019-02-13
1
-1
/
+2
*
csky: Fixup wrong pt_regs size
Guo Ren
2019-02-13
1
-1
/
+2
*
csky: fixup compile error with CPU 810.
Guo Ren
2019-01-10
1
-1
/
+1
*
csky: fixup relocation error with 807 & 860
Guo Ren
2019-01-08
1
-16
/
+22
*
Merge tag 'csky-for-linus-4.21' of git://github.com/c-sky/csky-linux
Linus Torvalds
2019-01-05
12
-144
/
+1265
|
\
|
*
csky: Add perf support for C-SKY
Guo Ren
2019-01-02
2
-0
/
+1032
|
*
csky: ftrace call graph supported.
Guo Ren
2018-12-31
1
-11
/
+37
|
*
csky: basic ftrace supported
Guo Ren
2018-12-31
2
-0
/
+29
|
*
csky: remove unused members in processor.h
Guo Ren
2018-12-31
5
-25
/
+0
|
*
csky: optimize kernel panic print.
Guo Ren
2018-12-31
2
-54
/
+39
|
*
csky: stacktrace supported.
Guo Ren
2018-12-31
3
-12
/
+75
|
*
csky: CPU-hotplug supported for SMP
Guo Ren
2018-12-31
1
-15
/
+56
|
*
csky: fixup save hi,lo,dspcr regs in switch_stack.
Guo Ren
2018-12-31
3
-25
/
+3
|
*
csky: remove syscall_exit_work
Guo Ren
2018-12-31
1
-12
/
+4
|
*
csky: Don't leak device tree node reference
Yangtao Li
2018-12-30
1
-1
/
+1
*
|
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-03
1
-1
/
+1
|
/
*
mm: remove CONFIG_HAVE_MEMBLOCK
Mike Rapoport
2018-10-31
1
-1
/
+0
*
csky: Misc headers
Guo Ren
2018-10-26
1
-0
/
+88
*
csky: SMP support
Guo Ren
2018-10-26
1
-0
/
+237
[next]