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
2009-12-09
sched: Update normalized values on user updates via proc
Christian Ehrhardt
3
-8
/
+29
2009-12-09
sched: Make tunable scaling style configurable
Christian Ehrhardt
4
-1
/
+51
2009-12-09
sched: Fix missing sched tunable recalculation on cpu add/remove
Christian Ehrhardt
2
-13
/
+32
2009-12-09
sched: Fix task priority bug
Peter Zijlstra
1
-6
/
+0
2009-12-09
sched: cgroup: Implement different treatment for idle shares
Peter Zijlstra
1
-2
/
+6
2009-12-09
sched: Remove unnecessary RCU exclusion
Peter Zijlstra
1
-7
/
+2
2009-12-09
sched: Discard some old bits
Peter Zijlstra
4
-19
/
+7
2009-12-09
sched: Clean up check_preempt_wakeup()
Peter Zijlstra
1
-40
/
+33
2009-12-09
sched: Move update_curr() in check_preempt_wakeup() to avoid redundant call
Jupyung Lee
1
-2
/
+2
2009-12-09
sched: Sanitize fork() handling
Peter Zijlstra
2
-42
/
+33
2009-12-09
sched: Clean up ttwu() rq locking
Peter Zijlstra
1
-8
/
+5
2009-12-09
sched: Remove rq->clock coupling from set_task_cpu()
Peter Zijlstra
1
-12
/
+1
2009-12-09
sched: Consolidate select_task_rq() callers
Peter Zijlstra
1
-3
/
+11
2009-12-09
sched: Remove sysctl.sched_features
Peter Zijlstra
1
-8
/
+0
2009-12-09
sched: Protect sched_rr_get_param() access to task->sched_class
Thomas Gleixner
4
-8
/
+8
2009-12-09
sched: Protect task->cpus_allowed access in sched_getaffinity()
Thomas Gleixner
1
-0
/
+4
2009-12-06
sched: Fix balance vs hotplug race
Peter Zijlstra
3
-27
/
+39
2009-12-06
cpumask: Fix generate_sched_domains() for UP
Geert Uytterhoeven
1
-1
/
+1
2009-12-06
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
10
-177
/
+330
2009-12-06
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
22
-575
/
+3574
2009-12-05
Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
11
-208
/
+589
2009-12-05
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-26
/
+15
2009-12-05
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-32
/
+28
2009-12-05
Merge branch 'core-softlockup-for-linus' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-1
/
+1
2009-12-05
Merge branch 'core-signal-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-13
/
+33
2009-12-05
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
11
-362
/
+1040
2009-12-05
Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-3
/
+7
2009-12-05
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-160
/
+358
2009-12-05
Merge branch 'core-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-8
/
+48
2009-12-03
mutex: Fix missing conditions to build mutex_spin_on_owner()
Frederic Weisbecker
1
-1
/
+1
2009-12-03
mutex: Better control mutex adaptive spinning config
Frederic Weisbecker
2
-2
/
+5
2009-12-03
rcu: Add expedited grace-period support for preemptible RCU
Paul E. McKenney
5
-27
/
+260
2009-12-03
rcu: Enable fourth level of TREE_RCU hierarchy
Paul E. McKenney
2
-3
/
+18
2009-12-03
rcu: Rename "quiet" functions
Paul E. McKenney
3
-36
/
+45
2009-12-03
Merge branch 'master' into next
James Morris
51
-720
/
+1879
2009-12-03
modules: don't export section names of empty sections via sysfs
Helge Deller
1
-1
/
+4
2009-12-02
sched, cputime: Introduce thread_group_times()
Hidetoshi Seto
4
-21
/
+64
2009-12-02
sched, cputime: Cleanups related to task_times()
Hidetoshi Seto
2
-10
/
+8
2009-12-02
sched: Fix isolcpus boot option
Rusty Russell
1
-1
/
+4
2009-12-02
sched: Revert 498657a478c60be092208422fefa9c7b248729c2
Tejun Heo
1
-1
/
+1
2009-12-02
perf: Don't free perf_mmap_data until work has been done
Kristian Høgsberg
1
-1
/
+2
2009-12-01
trace_syscalls: Remove unused syscall_name_to_nr()
Lai Jiangshan
1
-16
/
+0
2009-12-01
trace_syscalls: Simplify syscall profile
Lai Jiangshan
1
-16
/
+8
2009-12-01
trace_syscalls: Remove duplicate init_enter_##sname()
Lai Jiangshan
1
-0
/
+12
2009-12-01
trace_syscalls: Add syscall_nr field to struct syscall_metadata
Lai Jiangshan
1
-13
/
+9
2009-12-01
trace_syscalls: Remove enter_id exit_id
Lai Jiangshan
1
-20
/
+10
2009-12-01
trace_syscalls: Set event_enter_##sname->data to its metadata
Lai Jiangshan
1
-25
/
+11
2009-12-01
trace_syscalls: Remove unused event_syscall_enter and event_syscall_exit
Lai Jiangshan
1
-8
/
+0
2009-12-01
SLOW_WORK: Move slow_work's proc file to debugfs
David Howells
4
-12
/
+18
2009-12-01
SLOW_WORK: Fix the CONFIG_MODULES=n case
David Howells
1
-17
/
+29
[next]