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
2014-06-12
Merge commit '3cf2f34' into sched/core, to fix build error
Ingo Molnar
10
-27
/
+92
2014-06-05
sched/deadline: Delete extraneous extern for to_ratio()
Paul Gortmaker
1
-2
/
+0
2014-06-05
sched/idle: Optimize try-to-wake-up IPI
Peter Zijlstra
3
-9
/
+61
2014-06-05
sched/idle: Simplify wake_up_idle_cpu()
Andy Lutomirski
1
-20
/
+1
2014-06-05
sched/idle: Clear polling before descheduling the idle thread
Andy Lutomirski
1
-1
/
+25
2014-06-05
sched, trace: Add a tracepoint for IPI-less remote wakeups
Andy Lutomirski
1
-0
/
+4
2014-06-05
sched: Remove redundant assignment to "rt_rq" in update_curr_rt(...)
Giedrius Rekasius
1
-2
/
+1
2014-06-05
sched: Rename capacity related flags
Nicolas Pitre
3
-15
/
+15
2014-06-05
sched: Final power vs. capacity cleanups
Nicolas Pitre
2
-32
/
+33
2014-06-05
sched: Remove remaining dubious usage of "power"
Nicolas Pitre
3
-55
/
+55
2014-06-05
sched: Let 'struct sched_group_power' care about CPU capacity
Nicolas Pitre
3
-114
/
+114
2014-06-05
sched/fair: Disambiguate existing/remaining "capacity" usage
Nicolas Pitre
1
-21
/
+21
2014-06-05
sched/fair: Change "has_capacity" to "has_free_capacity"
Nicolas Pitre
1
-13
/
+13
2014-06-05
sched/fair: Remove "power" from 'struct numa_stats'
Nicolas Pitre
1
-6
/
+7
2014-06-05
sched: Fix signedness bug in yield_to()
Dan Carpenter
1
-1
/
+1
2014-06-05
sched/fair: Use time_after() in record_wakee()
Manuel Schölling
1
-1
/
+1
2014-06-05
sched/balancing: Reduce the rate of needless idle load balancing
Tim Chen
1
-6
/
+11
2014-06-05
sched/fair: Fix unlocked reads of some cfs_b->quota/period
Ben Segall
1
-19
/
+21
2014-05-22
sched/numa: Decay ->wakee_flips instead of zeroing
Rik van Riel
1
-1
/
+1
2014-05-22
sched/numa: Update migrate_improves/degrades_locality()
Rik van Riel
1
-13
/
+29
2014-05-22
sched/numa: Allow task switch if load imbalance improves
Rik van Riel
1
-10
/
+36
2014-05-22
sched/rt: Fix 'struct sched_dl_entity' and dl_task_time() comments, to match ...
xiaofeng.yan
1
-1
/
+1
2014-05-22
sched: Consolidate open coded implementations of nice level frobbing into nic...
Dongsheng Yang
2
-4
/
+4
2014-05-22
sched: Initialize rq->age_stamp on processor start
Corey Minyard
1
-0
/
+11
2014-05-22
sched, nohz: Change rq->nr_running to always use wrappers
Kirill Tkhai
5
-15
/
+17
2014-05-22
sched: Fix the rq->next_balance logic in rebalance_domains() and idle_balance()
Jason Low
1
-23
/
+46
2014-05-22
sched: Use clamp() and clamp_val() to make sys_nice() more readable
Dongsheng Yang
1
-9
/
+2
2014-05-22
sched: Do not zero sg->cpumask and sg->sgp->power in build_sched_groups()
Dietmar Eggemann
1
-2
/
+0
2014-05-22
sched/numa: Fix initialization of sched_domain_topology for NUMA
Vincent Guittot
1
-1
/
+1
2014-05-22
sched: Call select_idle_sibling() when not affine_sd
Rik van Riel
1
-3
/
+3
2014-05-22
sched: Simplify return logic in sched_read_attr()
Michael Kerrisk
1
-7
/
+2
2014-05-22
sched: Simplify return logic in sched_copy_attr()
Michael Kerrisk
1
-4
/
+2
2014-05-22
sched: Fix exec_start/task_hot on migrated tasks
Ben Segall
1
-0
/
+3
2014-05-22
Merge branch 'sched/urgent' into sched/core to avoid conflicts with upcoming ...
Ingo Molnar
6
-31
/
+78
2014-05-22
Merge branch 'pm-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Ingo Molnar
2
-9
/
+6
2014-05-22
Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixes
Ingo Molnar
19
-137
/
+156
2014-05-22
sched: Fix hotplug vs. set_cpus_allowed_ptr()
Lai Jiangshan
2
-3
/
+4
2014-05-22
sched/cpupri: Replace NR_CPUS arrays
Peter Zijlstra
2
-1
/
+8
2014-05-22
sched/deadline: Replace NR_CPUS arrays
Peter Zijlstra
2
-12
/
+27
2014-05-22
sched/deadline: Restrict user params max value to 2^63 ns
Juri Lelli
1
-7
/
+30
2014-05-22
sched/deadline: Change sched_getparam() behaviour vs SCHED_DEADLINE
Peter Zijlstra
1
-6
/
+3
2014-05-22
sched: Disallow sched_attr::sched_policy < 0
Peter Zijlstra
1
-0
/
+3
2014-05-22
sched: Make sched_setattr() correctly return -EFBIG
Michael Kerrisk
1
-2
/
+3
2014-05-21
Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-68
/
+50
2014-05-20
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+4
2014-05-13
cgroup: fix rcu_read_lock() leak in update_if_frozen()
Tejun Heo
1
-1
/
+3
2014-05-13
cgroup_freezer: replace freezer->lock with freezer_mutex
Tejun Heo
1
-66
/
+46
2014-05-13
cgroup: introduce task_css_is_root()
Tejun Heo
1
-1
/
+1
2014-05-13
Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-6
/
+30
2014-05-13
Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-4
/
+4
[next]