index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'csky-for-linus-4.21' of git://github.com/c-sky/csky-linux
Linus Torvalds
2019-01-05
36
-222
/
+1555
|
\
|
*
csky: Add perf support for C-SKY
Guo Ren
2019-01-02
4
-1
/
+1054
|
*
csky: Add EM_CSKY_OLD 39
Guo Ren
2018-12-31
1
-1
/
+3
|
*
clocksource/drivers/c-sky: fixup ftrace call-graph panic
Guo Ren
2018-12-31
1
-1
/
+1
|
*
csky: ftrace call graph supported.
Guo Ren
2018-12-31
4
-20
/
+151
|
*
csky: basic ftrace supported
Guo Ren
2018-12-31
6
-0
/
+64
|
*
csky: remove unused members in processor.h
Guo Ren
2018-12-31
7
-40
/
+0
|
*
csky: optimize kernel panic print.
Guo Ren
2018-12-31
3
-56
/
+41
|
*
csky: stacktrace supported.
Guo Ren
2018-12-31
6
-12
/
+86
|
*
csky: CPU-hotplug supported for SMP
Guo Ren
2018-12-31
3
-15
/
+69
|
*
clocksource/drivers/c-sky: fixup qemu fail to bootup sometimes.
Guo Ren
2018-12-31
1
-2
/
+2
|
*
csky: fixup save hi,lo,dspcr regs in switch_stack.
Guo Ren
2018-12-31
8
-68
/
+79
|
*
csky: remove syscall_exit_work
Guo Ren
2018-12-31
1
-12
/
+4
|
*
csky: fixup remove vdsp implement for kernel.
Guo Ren
2018-12-31
1
-7
/
+1
|
*
csky: bugfix gdb coredump error.
Guo Ren
2018-12-31
1
-1
/
+6
|
*
csky: fixup abiv2 mmap(... O_SYNC) failed.
Guo Ren
2018-12-31
3
-2
/
+3
|
*
csky: define syscall_get_arch()
Dmitry V. Levin
2018-12-30
2
-0
/
+8
|
*
elf-em.h: add EM_CSKY
Dmitry V. Levin
2018-12-30
2
-1
/
+2
|
*
csky: remove meaningless header-y
Masahiro Yamada
2018-12-30
1
-2
/
+0
|
*
csky: Don't leak device tree node reference
Yangtao Li
2018-12-30
1
-1
/
+1
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-01-05
138
-587
/
+746
|
\
\
|
*
|
mm/page_io.c: fix polled swap page in
Jens Axboe
2019-01-04
1
-1
/
+3
|
*
|
checkpatch: add Co-developed-by to signature tags
Jorge Ramirez-Ortiz
2019-01-04
1
-0
/
+1
|
*
|
docs: fix Co-Developed-by docs
Jorge Ramirez-Ortiz
2019-01-04
1
-2
/
+2
|
*
|
drivers/base/platform.c: kmemleak ignore a known leak
Qian Cai
2019-01-04
1
-0
/
+3
|
*
|
fs: don't open code lru_to_page()
Nikolay Borisov
2019-01-04
10
-15
/
+15
|
*
|
fs/: remove caller signal_pending branch predictions
Davidlohr Bueso
2019-01-04
5
-6
/
+6
|
*
|
mm/: remove caller signal_pending branch predictions
Davidlohr Bueso
2019-01-04
3
-3
/
+3
|
*
|
arch/arc/mm/fault.c: remove caller signal_pending_branch predictions
Davidlohr Bueso
2019-01-04
1
-1
/
+1
|
*
|
kernel/sched/: remove caller signal_pending branch predictions
Davidlohr Bueso
2019-01-04
3
-3
/
+3
|
*
|
kernel/locking/mutex.c: remove caller signal_pending branch predictions
Davidlohr Bueso
2019-01-04
1
-1
/
+1
|
*
|
mm: select HAVE_MOVE_PMD on x86 for faster mremap
Joel Fernandes (Google)
2019-01-04
1
-0
/
+1
|
*
|
mm: speed up mremap by 20x on large regions
Joel Fernandes (Google)
2019-01-04
2
-0
/
+69
|
*
|
mm: treewide: remove unused address argument from pte_alloc functions
Joel Fernandes (Google)
2019-01-04
44
-151
/
+101
|
*
|
initramfs: cleanup incomplete rootfs
David Engraf
2019-01-04
1
-3
/
+3
|
*
|
scripts/gdb: fix lx-version string output
Du Changbin
2019-01-04
1
-1
/
+1
|
*
|
kernel/kcov.c: mark write_comp_data() as notrace
Anders Roxell
2019-01-04
1
-1
/
+1
|
*
|
kernel/sysctl: add panic_print into sysctl
Feng Tang
2019-01-04
6
-1
/
+28
|
*
|
panic: add options to print system info when panic happens
Feng Tang
2019-01-04
2
-0
/
+36
|
*
|
bfs: extra sanity checking and static inode bitmap
Tigran Aivazian
2019-01-04
5
-43
/
+41
|
*
|
exec: separate MM_ANONPAGES and RLIMIT_STACK accounting
Oleg Nesterov
2019-01-04
2
-53
/
+53
|
*
|
exec: load_script: don't blindly truncate shebang string
Oleg Nesterov
2019-01-04
1
-3
/
+7
|
*
|
fork: fix some -Wmissing-prototypes warnings
Yi Wang
2019-01-04
3
-6
/
+2
|
*
|
fat: new inline functions to determine the FAT variant (32, 16 or 12)
Carmeli Tamir
2019-01-04
6
-22
/
+39
|
*
|
fat: move MAX_FAT to fat.h and change it to inline function
Carmeli Tamir
2019-01-04
3
-3
/
+10
|
*
|
fat: remove FAT_FIRST_ENT macro
Carmeli Tamir
2019-01-04
2
-7
/
+8
|
*
|
include/uapi/linux/msdos_fs.h: use MSDOS_NAME for volume label size
Carmeli Tamir
2019-01-04
1
-2
/
+2
|
*
|
hfsplus: return file attributes on statx
Ernesto A. Fernández
2019-01-04
3
-0
/
+24
|
*
|
autofs: add strictexpire mount option
Ian Kent
2019-01-04
4
-3
/
+13
|
*
|
autofs: change catatonic setting to a bit flag
Ian Kent
2019-01-04
5
-16
/
+20
[next]