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
/
sched
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-29
sched: Fix race on toggling cfs_bandwidth_used
Ben Segall
1
-1
/
+8
2013-10-28
sched: Remove extra put_online_cpus() inside sched_setaffinity()
Michael wang
1
-1
/
+0
2013-10-16
sched: Remove get_online_cpus() usage
Peter Zijlstra
1
-10
/
+10
2013-10-16
sched: Fix race in migrate_swap_stop()
Peter Zijlstra
1
-0
/
+4
2013-10-09
mm: numa: Revert temporarily disabling of NUMA migration
Rik van Riel
1
-2
/
+0
2013-10-09
sched/numa: Remove the numa_balancing_scan_period_reset sysctl
Mel Gorman
1
-1
/
+0
2013-10-09
sched/numa: Avoid migrating tasks that are placed on their preferred node
Peter Zijlstra
1
-0
/
+29
2013-10-09
sched/numa: Stay on the same node if CLONE_VM
Rik van Riel
1
-5
/
+9
2013-10-09
sched/numa: Use {cpu, pid} to create task groups for shared faults
Peter Zijlstra
1
-0
/
+3
2013-10-09
sched/numa: Use a system-wide search to find swap/migration candidates
Mel Gorman
1
-0
/
+4
2013-10-09
sched/numa: Introduce migrate_swap()
Peter Zijlstra
1
-5
/
+101
2013-10-09
sched/numa: Do not migrate memory immediately after switching node
Rik van Riel
1
-1
/
+1
2013-10-09
sched/numa: Reschedule task on preferred NUMA node once selected
Mel Gorman
1
-0
/
+19
2013-10-09
sched/numa: Favour moving tasks towards the preferred node
Mel Gorman
1
-1
/
+2
2013-10-09
sched/numa: Update NUMA hinting faults once per scan
Mel Gorman
1
-0
/
+1
2013-10-09
sched/numa: Select a preferred node with the most numa hinting faults
Mel Gorman
1
-0
/
+1
2013-10-09
sched/numa: Track NUMA hinting faults on per-node basis
Mel Gorman
1
-0
/
+3
2013-10-09
sched/numa: Initialise numa_next_scan properly
Mel Gorman
1
-2
/
+2
2013-09-25
sched: Prepare for per-cpu preempt_count
Peter Zijlstra
1
-2
/
+0
2013-09-25
sched: Extract the basic add/sub preempt_count modifiers
Peter Zijlstra
1
-17
/
+12
2013-09-25
sched: Create more preempt_count accessors
Peter Zijlstra
1
-4
/
+3
2013-09-25
sched: Add NEED_RESCHED to the preempt_count
Peter Zijlstra
1
-5
/
+15
2013-09-25
sched: Introduce preempt_count accessor functions
Peter Zijlstra
1
-2
/
+2
2013-09-25
sched, rcu: Make RCU use resched_cpu()
Peter Zijlstra
1
-8
/
+2
2013-09-25
sched: Micro-optimize by dropping unnecessary task_rq() calls
Michael S. Tsirkin
1
-3
/
+3
2013-09-20
sched/balancing: Consider max cost of idle balance per sched domain
Jason Low
1
-1
/
+2
2013-09-20
sched: Reduce overestimating rq->avg_idle
Jason Low
1
-3
/
+4
2013-09-05
Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-15
/
+0
2013-09-04
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-3
/
+1
2013-09-04
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-4
/
+13
2013-09-04
Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git...
Linus Torvalds
1
-1
/
+6
2013-09-04
Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
1
-56
/
+57
2013-09-02
sched/fair: Fix the sd_parent_degenerate() code
Peter Zijlstra
1
-1
/
+9
2013-08-29
Merge branch 'linus' into perf/core
Ingo Molnar
1
-22
/
+74
2013-08-16
cpumask: Fix cpumask leak in partition_sched_domains()
Xiaotian Feng
1
-2
/
+3
2013-08-14
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-21
/
+61
2013-08-13
sched: fix the theoretical signal_wake_up() vs schedule() race
Oleg Nesterov
1
-1
/
+13
2013-08-13
sched: Consolidate open coded preemptible() checks
Frederic Weisbecker
1
-3
/
+1
2013-08-09
cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroup
Tejun Heo
1
-2
/
+2
2013-08-09
cgroup: pass around cgroup_subsys_state instead of cgroup in file methods
Tejun Heo
1
-33
/
+32
2013-08-09
cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods
Tejun Heo
1
-19
/
+20
2013-08-09
cgroup: add css_parent()
Tejun Heo
1
-6
/
+3
2013-08-09
cgroup: add/update accessors which obtain subsys specific data from css
Tejun Heo
1
-2
/
+6
2013-08-09
cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/
Tejun Heo
1
-2
/
+2
2013-07-23
sched: Micro-optimize the smart wake-affine logic
Peter Zijlstra
1
-1
/
+6
2013-07-22
Merge tag 'v3.11-rc2' into sched/core
Ingo Molnar
1
-6
/
+6
2013-07-18
remove sched notifier for cross-cpu migrations
Marcelo Tosatti
1
-15
/
+0
2013-07-18
sched: Fix some kernel-doc warnings
Yacine Belkadi
1
-21
/
+61
2013-07-15
kernel: delete __cpuinit usage from all core kernel files
Paul Gortmaker
1
-6
/
+6
2013-07-12
sched/__wake_up_sync_key(): Fix nr_exclusive tasks which lead to WF_SYNC clea...
Kirill Tkhai
1
-1
/
+1
[next]