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
2015-06-12
time: Prevent early expiry of hrtimers[CLOCK_REALTIME] at the leap second edge
John Stultz
3
-8
/
+58
2015-06-12
ntp: Introduce and use SECS_PER_DAY macro instead of 86400
John Stultz
1
-2
/
+3
2015-06-12
time: Move clock_was_set_seq update before updating shadow-timekeeper
John Stultz
1
-4
/
+8
2015-06-12
Merge tag 'trace-rb-bm-fix-4.1-rc7' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2015-06-11
ring-buffer-benchmark: Fix the wrong sched_priority of producer
Wang Long
1
-1
/
+1
2015-06-11
sched, numa: do not hint for NUMA balancing on VM_MIXEDMAP mappings
Mel Gorman
1
-1
/
+1
2015-06-10
clocksource: Use current logging style
Joe Perches
1
-12
/
+12
2015-06-10
time: Refactor usecs_to_jiffies
Nicholas Mc Guire
1
-10
/
+3
2015-06-09
x86/mpx: Clean up the code by not passing a task pointer around when unnecessary
Dave Hansen
1
-4
/
+4
2015-06-07
perf/x86/intel: Introduce PERF_RECORD_LOST_SAMPLES
Kan Liang
1
-0
/
+33
2015-06-07
perf/x86/intel: Handle multiple records in the PEBS buffer
Yan, Zheng
2
-12
/
+3
2015-06-07
sched/numa: Only consider less busy nodes as numa balancing destinations
Rik van Riel
1
-2
/
+28
2015-06-07
Revert 095bebf61a46 ("sched/numa: Do not move past the balance point if unbal...
Rik van Riel
1
-26
/
+15
2015-06-07
sched/fair: Prevent throttling in early pick_next_task_fair()
Ben Segall
1
-11
/
+14
2015-06-07
preempt: Use preempt_schedule_context() as the official tracing preemption point
Frederic Weisbecker
1
-5
/
+3
2015-06-07
sched: Make preempt_schedule_context() function-tracing safe
Frederic Weisbecker
1
-2
/
+9
2015-06-07
lockdep: Fix a race between /proc/lock_stat and module unload
Peter Zijlstra
2
-6
/
+19
2015-06-05
Merge branch 'linus' into irq/core
Thomas Gleixner
8
-63
/
+95
2015-06-05
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-1
/
+16
2015-06-05
compat: cleanup coding in compat_get_bitmap() and compat_put_bitmap()
Helge Deller
1
-2
/
+4
2015-06-03
Merge branch 'locking/core' into x86/core, to prepare for dependent patch
Ingo Molnar
11
-13
/
+870
2015-06-03
lockdep: Do not break user-visible string
Borislav Petkov
1
-2
/
+1
2015-06-03
Merge branches 'x86/mm', 'x86/build', 'x86/apic' and 'x86/platform' into x86/...
Ingo Molnar
2
-0
/
+45
2015-06-02
clockevents: Rename state to state_use_accessors
Thomas Gleixner
1
-2
/
+2
2015-06-02
clockevents: Use set/get state helper functions
Thomas Gleixner
2
-6
/
+7
2015-06-02
clockevents: Provide functions to set and get the state
Thomas Gleixner
5
-24
/
+35
2015-06-02
clockevents: Use helpers to check the state of a clockevent device
Viresh Kumar
4
-17
/
+17
2015-06-02
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
13
-380
/
+481
2015-06-02
Merge branch 'linus' into sched/core, to resolve conflict
Ingo Molnar
4
-11
/
+13
2015-05-29
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+3
2015-05-27
Merge branches 'array.2015.05.27a', 'doc.2015.05.27a', 'fixes.2015.05.27a', '...
Paul E. McKenney
8
-200
/
+300
2015-05-27
rcutorture: Test SRCU cleanup code path
Paul E. McKenney
1
-19
/
+58
2015-05-27
rcutorture: Replace barriers with smp_store_release() and smp_load_acquire()
Paul E. McKenney
1
-11
/
+13
2015-05-27
locktorture: Change longdelay_us to longdelay_ms
Paul E. McKenney
1
-6
/
+6
2015-05-27
rcutorture: Allow negative values of nreaders to oversubscribe
Paul E. McKenney
1
-1
/
+1
2015-05-27
locktorture: fix deadlock in 'rw_lock_irq' type
Alexey Kodanev
1
-1
/
+1
2015-05-27
rcu: Correctly handle non-empty Tiny RCU callback list with none ready
Paul E. McKenney
1
-0
/
+5
2015-05-27
rcu: Further shrink Tiny RCU by making empty functions static inlines
Paul E. McKenney
1
-33
/
+0
2015-05-27
rcu: Conditionally compile RCU's eqs warnings
Paul E. McKenney
1
-8
/
+15
2015-05-27
rcu: Make RCU able to tolerate undefined CONFIG_RCU_KTHREAD_PRIO
Paul E. McKenney
1
-0
/
+4
2015-05-27
rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT_LEAF
Paul E. McKenney
3
-8
/
+18
2015-05-27
rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT
Paul E. McKenney
3
-8
/
+20
2015-05-27
rcu: Enable diagnostic dump of rcu_node combining tree
Paul E. McKenney
1
-0
/
+27
2015-05-27
rcu: Convert CONFIG_RCU_FANOUT_EXACT to boot parameter
Paul E. McKenney
2
-3
/
+6
2015-05-27
rcu: Provide diagnostic option to slow down grace-period scans
Paul E. McKenney
1
-4
/
+25
2015-05-27
rcu: Shut up spurious gcc uninitialized-variable warning
Paul E. McKenney
1
-3
/
+3
2015-05-27
rcu: Modulate grace-period slow init to normalize delay
Paul E. McKenney
1
-2
/
+13
2015-05-27
cpu: Remove new instance of __cpuinit that crept back in
Paul Gortmaker
1
-1
/
+1
2015-05-27
cpu: Handle smpboot_unpark_threads() uniformly
Paul E. McKenney
1
-1
/
+1
2015-05-27
rcu: Correctly initialize ->rcu_qs_ctr_snap at online time
Paul E. McKenney
1
-1
/
+1
[prev]
[next]