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
starfive-6.6.48-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
2019-05-06
Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
10
-250
/
+458
2019-05-06
Merge branch 'core-speculation-for-linus' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-0
/
+15
2019-05-06
Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-6
/
+3
2019-05-06
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
14
-826
/
+831
2019-05-06
Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-0
/
+5
2019-05-06
Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-9
/
+7
2019-05-06
kernel: cgroup: fix misuse of %x
Fuqian Huang
1
-4
/
+4
2019-05-06
cgroup: get rid of cgroup_freezer_frozen_exit()
Roman Gushchin
2
-13
/
+2
2019-05-06
cgroup: prevent spurious transition into non-frozen state
Roman Gushchin
2
-12
/
+6
2019-05-06
cgroup: Remove unused cgrp variable
Shaokun Zhang
1
-3
/
+0
2019-05-06
dma-mapping: add a Kconfig symbol to indicate arch_dma_prep_coherent presence
Christoph Hellwig
1
-0
/
+3
2019-05-06
Merge tag 'irqchip-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...
Thomas Gleixner
25
-152
/
+295
2019-05-06
Merge branches 'pm-cpuidle' and 'pm-sleep'
Rafael J. Wysocki
5
-16
/
+33
2019-05-06
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
1
-11
/
+10
2019-05-06
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+1
2019-05-06
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
2019-05-03
livepatch: Remove duplicated code for early initialization
Petr Mladek
1
-16
/
+26
2019-05-03
livepatch: Remove custom kobject state handling
Petr Mladek
1
-39
/
+17
2019-05-03
nohz_full: Allow the boot CPU to be nohz_full
Nicholas Piggin
2
-14
/
+70
2019-05-03
sched/isolation: Require a present CPU in housekeeping mask
Nicholas Piggin
1
-5
/
+13
2019-05-03
kernel/cpu: Allow non-zero CPU to be primary for suspend / kexec freeze
Nicholas Piggin
2
-1
/
+18
2019-05-03
power/suspend: Add function to disable secondaries for suspend
Nicholas Piggin
3
-10
/
+10
2019-05-03
genirq/msi: Add a new field in msi_desc to store an IOMMU cookie
Julien Grall
1
-0
/
+3
2019-05-03
sched/core: Allow the remote scheduler tick to be started on CPU0
Nicholas Piggin
1
-1
/
+1
2019-05-03
Merge branch 'linus' into sched/core, to pick up fixes
Ingo Molnar
24
-152
/
+276
2019-05-03
perf/ring_buffer: Fix AUX software double buffering
Alexander Shishkin
1
-2
/
+1
2019-05-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-49
/
+85
2019-05-03
tracing: kdb: Allow ftdump to skip all but the last few entries
Douglas Anderson
1
-14
/
+31
2019-05-03
tracing: Add trace_total_entries() / trace_total_entries_cpu()
Douglas Anderson
2
-15
/
+53
2019-05-03
tracing: kdb: The skip_lines parameter should have been skip_entries
Douglas Anderson
1
-8
/
+8
2019-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-30
/
+46
2019-05-02
kdb: kdb_support: replace strcpy() by strscpy()
Gustavo A. R. Silva
1
-1
/
+1
2019-05-02
gdbstub: Replace strcpy() by strscpy()
Gustavo A. R. Silva
1
-2
/
+2
2019-05-02
gdbstub: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-2
/
+3
2019-05-02
s390: simplify disabled_wait
Martin Schwidefsky
1
-6
/
+1
2019-05-02
bpf: switch to ->free_inode()
Al Viro
1
-8
/
+2
2019-05-01
Merge branch 'for-next/mitigations' of git://git.kernel.org/pub/scm/linux/ker...
Will Deacon
1
-0
/
+15
2019-05-01
genirq: Introduce irq_chip_{request,release}_resource_parent() apis
Lokesh Vutla
1
-0
/
+27
2019-04-30
bpf: Use vmalloc special flag
Rick Edgecombe
1
-1
/
+0
2019-04-30
modules: Use vmalloc special flag
Rick Edgecombe
1
-38
/
+39
2019-04-30
mm/hibernation: Make hibernation handle unmapped pages
Rick Edgecombe
1
-2
/
+3
2019-04-30
x86/modules: Avoid breaking W^X while loading modules
Nadav Amit
1
-0
/
+5
2019-04-30
fork: Provide a function for copying init_mm
Nadav Amit
1
-6
/
+18
2019-04-30
uprobes: Initialize uprobes earlier
Nadav Amit
2
-5
/
+4
2019-04-30
bpf: Fail bpf_probe_write_user() while mm is switched
Nadav Amit
1
-0
/
+8
2019-04-30
sched/cpufreq: Fix kobject memleak
Tobin C. Harding
1
-0
/
+1
2019-04-29
Merge tag 'seccomp-v5.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+15
2019-04-29
Provide in-kernel headers to make extending kernel easier
Joel Fernandes (Google)
4
-0
/
+174
2019-04-29
irq/irqdomain: Fix typo in the comment on top of __irq_domain_alloc_irqs()
Julien Grall
1
-1
/
+1
2019-04-29
locking/lockdep: Remove unnecessary unlikely()
zhengbin
1
-1
/
+1
[prev]
[next]