index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched: Do not stop cpu in set_cpus_allowed_ptr() if task is not running
Kirill Tkhai
2014-09-19
1
-15
/
+32
*
sched/dl: Simplify pick_dl_task()
Kirill Tkhai
2014-09-19
1
-3
/
+1
*
sched/rt: Remove useless if from cleanup pick_next_task_rt()
Kirill Tkhai
2014-09-19
1
-2
/
+1
*
sched/core: Use put_prev_task() accessor where possible
Kirill Tkhai
2014-09-19
1
-4
/
+4
*
sched/fair: cleanup: Remove useless assignment in select_task_rq_fair()
Kirill Tkhai
2014-09-19
1
-5
/
+2
*
sched, time: Fix lock inversion in thread_group_cputime()
Rik van Riel
2014-09-19
1
-2
/
+3
*
sched: Add new API wake_up_if_idle() to wake up the idle cpu
Chuansheng Liu
2014-09-19
1
-0
/
+19
*
sched/numa: Use select_idle_sibling() to select a destination for task_numa_m...
Rik van Riel
2014-09-19
1
-0
/
+8
*
sched: Reduce contention in update_cfs_rq_blocked_load()
Jason Low
2014-09-09
1
-0
/
+3
*
sched: Migrate waking tasks
Lai Jiangshan
2014-09-09
1
-1
/
+7
*
sched, time: Atomically increment stime & utime
Rik van Riel
2014-09-08
1
-2
/
+5
*
time, signal: Protect resource use statistics with seqlock
Rik van Riel
2014-09-08
1
-13
/
+20
*
Merge tag 'v3.17-rc4' into sched/core, to prevent conflicts with upcoming pat...
Ingo Molnar
2014-09-08
3
-11
/
+7
|
\
|
*
-
.
Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-cpuidle'
Rafael J. Wysocki
2014-08-11
2
-7
/
+7
|
|
\
\
|
|
|
*
cpuidle: menu: Lookup CPU runqueues less
Mel Gorman
2014-08-06
2
-7
/
+7
|
*
|
|
Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2014-08-07
1
-4
/
+0
|
|
\
\
\
|
|
*
\
\
Merge branch 'pm-cpuidle'
Rafael J. Wysocki
2014-08-05
1
-4
/
+0
|
|
|
\
\
\
|
|
|
|
/
/
|
|
|
/
|
/
|
|
|
|
/
|
|
|
*
cpuidle: move idle traces to cpuidle_enter_state()
Sandeep Tripathy
2014-07-09
1
-4
/
+0
*
|
|
|
sched/deadline: Fix a precision problem in the microseconds range
xiaofeng.yan
2014-09-07
3
-13
/
+10
*
|
|
|
sched/fair: Replace rcu_assign_pointer() with RCU_INIT_POINTER()
Andreea-Cristina Bernat
2014-09-05
1
-1
/
+1
*
|
|
|
sched/fair: Remove double_lock_balance() from load_balance()
Kirill Tkhai
2014-08-20
1
-52
/
+99
*
|
|
|
sched/fair: Remove double_lock_balance() from active_load_balance_cpu_stop()
Kirill Tkhai
2014-08-20
1
-16
/
+44
*
|
|
|
sched: Remove double_rq_lock() from __migrate_task()
Kirill Tkhai
2014-08-20
1
-8
/
+15
*
|
|
|
sched: Teach scheduler to understand TASK_ON_RQ_MIGRATING state
Kirill Tkhai
2014-08-20
2
-3
/
+15
*
|
|
|
sched: Add wrapper for checking task_struct::on_rq
Kirill Tkhai
2014-08-20
6
-68
/
+76
*
|
|
|
sched/fair: Fix reschedule which is generated on throttled cfs_rq
Kirill Tkhai
2014-08-20
1
-3
/
+3
*
|
|
|
sched: Match declaration with definition
Pranith Kumar
2014-08-20
1
-1
/
+1
*
|
|
|
sched: Change autogroup_move_group() to use for_each_thread()
Oleg Nesterov
2014-08-20
1
-4
/
+1
*
|
|
|
sched: Change thread_group_cputime() to use for_each_thread()
Oleg Nesterov
2014-08-20
1
-8
/
+2
*
|
|
|
sched: s/do_each_thread/for_each_process_thread/ in debug.c
Oleg Nesterov
2014-08-20
1
-4
/
+2
*
|
|
|
sched: s/do_each_thread/for_each_process_thread/ in core.c
Oleg Nesterov
2014-08-20
1
-7
/
+6
*
|
|
|
sched/numa: Fix numa capacity computation
Rik van Riel
2014-08-12
1
-3
/
+8
*
|
|
|
sched/numa: Fix off-by-one in capacity check
Rik van Riel
2014-08-12
1
-1
/
+1
*
|
|
|
sched: Rename a misleading variable in build_overlap_sched_groups()
Zhihui Zhang
2014-08-12
1
-7
/
+6
*
|
|
|
sched/fair: Allow calculate_imbalance() to move idle cpus
Peter Zijlstra
2014-08-12
1
-6
/
+5
*
|
|
|
sched/fair: Make update_sd_pick_busiest() return 'true' on a busier sd
Rik van Riel
2014-08-12
1
-12
/
+37
*
|
|
|
sched/fair: Make calculate_imbalance() independent
Peter Zijlstra
2014-08-12
1
-1
/
+1
|
/
/
/
*
|
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2014-08-05
8
-184
/
+301
|
\
\
\
|
*
|
|
sched/fair: Fix 'make xmldocs' warning caused by missing description
Masanari Iida
2014-07-28
1
-0
/
+1
|
*
|
|
sched: Use macro for magic number of -1 for setparam
Steven Rostedt
2014-07-28
1
-7
/
+10
|
*
|
|
sched: Robustify topology setup
Peter Zijlstra
2014-07-28
1
-0
/
+14
|
*
|
|
Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...
Ingo Molnar
2014-07-28
2
-9
/
+5
|
|
\
\
\
|
|
*
|
|
sched: Fix sched_setparam() policy == -1 logic
Daniel Bristot de Oliveira
2014-07-28
1
-2
/
+3
|
|
|
/
/
|
*
|
|
sched: Allow wait_on_bit_action() functions to support a timeout
NeilBrown
2014-07-16
1
-8
/
+8
|
*
|
|
sched: Remove proliferation of wait_on_bit() action functions
NeilBrown
2014-07-16
1
-0
/
+18
|
*
|
|
sched/numa: Revert "Use effective_load() to balance NUMA loads"
Peter Zijlstra
2014-07-16
1
-14
/
+6
|
*
|
|
sched: Fix static_key race with sched_feat()
Jason Baron
2014-07-16
1
-0
/
+5
|
*
|
|
sched: Remove extra static_key*() function indirection
Jason Baron
2014-07-16
1
-11
/
+1
|
*
|
|
sched/rt: Fix replenish_dl_entity() comments to match the current upstream code
xiaofeng.yan
2014-07-16
1
-1
/
+1
|
*
|
|
sched: Transform resched_task() into resched_curr()
Kirill Tkhai
2014-07-16
6
-45
/
+47
[next]