index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-0
/
+16
2016-05-28
remove lots of IS_ERR_VALUE abuses
Arnd Bergmann
1
-1
/
+1
2016-05-27
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
1
-0
/
+1
2016-05-27
mm: oom_reaper: remove some bloat
Michal Hocko
1
-0
/
+2
2016-05-26
add down_write_killable_nested()
Al Viro
1
-0
/
+16
2016-05-26
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-7
/
+11
2016-05-26
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-14
/
+36
2016-05-26
Merge tag 'pm-4.7-rc1-more' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+3
2016-05-25
Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-core'
Rafael J. Wysocki
1
-1
/
+3
2016-05-25
sched/core: Fix remote wakeups
Peter Zijlstra
1
-7
/
+11
2016-05-24
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-0
/
+1
2016-05-24
uprobes: wait for mmap_sem for write killable
Michal Hocko
1
-2
/
+5
2016-05-24
prctl: make PR_SET_THP_DISABLE wait for mmap_sem killable
Michal Hocko
1
-1
/
+2
2016-05-24
mm, fork: make dup_mmap wait for mmap_sem for write killable
Michal Hocko
1
-1
/
+5
2016-05-24
s390/kexec: consolidate crash_map/unmap_reserved_pages() and arch_kexec_prote...
Xunlei Pang
2
-21
/
+2
2016-05-24
kexec: do a cleanup for function kexec_load
Minfei Huang
1
-56
/
+69
2016-05-24
kexec: make a pair of map/unmap reserved pages in error path
Minfei Huang
1
-3
/
+6
2016-05-24
kexec: introduce a protection mechanism for the crashkernel reserved memory
Xunlei Pang
3
-2
/
+21
2016-05-24
kernek/fork.c: allocate idle task for a CPU always on its local node
Andi Kleen
1
-6
/
+9
2016-05-24
kernel/signal.c: convert printk(KERN_<LEVEL> ...) to pr_<level>(...)
Wang Xiaoqiang
1
-5
/
+5
2016-05-24
wait: allow sys_waitid() to accept __WNOTHREAD/__WCLONE/__WALL
Oleg Nesterov
1
-1
/
+2
2016-05-24
wait/ptrace: assume __WALL if the child is traced
Oleg Nesterov
1
-9
/
+20
2016-05-24
ELF/MIPS build fix
Ralf Baechle
1
-3
/
+1
2016-05-23
Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...
Linus Torvalds
1
-3
/
+2
2016-05-23
x86: remove more uaccess_32.h complexity
Linus Torvalds
2
-3
/
+2
2016-05-21
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
10
-59
/
+383
2016-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
3
-12
/
+24
2016-05-21
radix-tree: introduce radix_tree_empty
Matthew Wilcox
1
-6
/
+1
2016-05-21
kernel/sysctl_binary.c: use generic UUID library
Andy Shevchenko
1
-16
/
+7
2016-05-21
printk/nmi: flush NMI messages on the system panic
Petr Mladek
5
-3
/
+47
2016-05-21
printk/nmi: increase the size of NMI buffer and make it configurable
Petr Mladek
1
-1
/
+2
2016-05-21
printk/nmi: warn when some message has been lost in NMI context
Petr Mladek
3
-1
/
+25
2016-05-21
printk/nmi: generic solution for safe printk in NMI
Petr Mladek
4
-18
/
+265
2016-05-21
fork: free thread in copy_process on failure
Jiri Slaby
1
-1
/
+3
2016-05-21
exit_thread: accept a task parameter to be exited
Jiri Slaby
1
-1
/
+1
2016-05-21
mm, oom_reaper: do not mmput synchronously from the oom reaper context
Michal Hocko
1
-15
/
+35
2016-05-21
bpf: teach verifier to recognize imm += ptr pattern
Alexei Starovoitov
1
-1
/
+17
2016-05-21
bpf: support decreasing order in direct packet access
Alexei Starovoitov
1
-8
/
+4
2016-05-21
bpf: Use mount_nodev not mount_ns to mount the bpf filesystem
Eric W. Biederman
1
-1
/
+1
2016-05-20
bpf: rather use get_random_int for randomizations
Daniel Borkmann
1
-2
/
+2
2016-05-20
ftrace: Don't disable irqs when taking the tasklist_lock read_lock
Soumya PN
1
-3
/
+2
2016-05-20
Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-0
/
+12
2016-05-20
Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-2
/
+9
2016-05-20
Merge tag 'perf-core-for-mingo-20160516' of git://git.kernel.org/pub/scm/linu...
Ingo Molnar
3
-14
/
+36
2016-05-20
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
9
-231
/
+123
2016-05-20
cpuset: use static key better and convert to new API
Vlastimil Babka
1
-7
/
+7
2016-05-20
mm: /proc/sys/vm/stat_refresh to force vmstat update
Hugh Dickins
1
-0
/
+7
2016-05-20
include/linux/nodemask.h: create next_node_in() helper
Andrew Morton
1
-7
/
+1
2016-05-20
mm: rename _count, field of the struct page, to _refcount
Joonsoo Kim
1
-1
/
+1
2016-05-20
kernel/padata.c: hide unused functions
Arnd Bergmann
1
-37
/
+37
[next]