index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-19
sched, time: Fix lock inversion in thread_group_cputime()
Rik van Riel
1
-2
/
+3
2014-09-19
sched: Add new API wake_up_if_idle() to wake up the idle cpu
Chuansheng Liu
1
-0
/
+19
2014-09-19
sched/numa: Use select_idle_sibling() to select a destination for task_numa_m...
Rik van Riel
1
-0
/
+8
2014-09-09
sched: Reduce contention in update_cfs_rq_blocked_load()
Jason Low
1
-0
/
+3
2014-09-09
sched: Migrate waking tasks
Lai Jiangshan
1
-1
/
+7
2014-09-08
sched, time: Atomically increment stime & utime
Rik van Riel
1
-2
/
+5
2014-09-08
time, signal: Protect resource use statistics with seqlock
Rik van Riel
1
-13
/
+20
2014-09-08
Merge tag 'v3.17-rc4' into sched/core, to prevent conflicts with upcoming pat...
Ingo Molnar
3
-11
/
+7
2014-09-07
sched/deadline: Fix a precision problem in the microseconds range
xiaofeng.yan
3
-13
/
+10
2014-09-05
sched/fair: Replace rcu_assign_pointer() with RCU_INIT_POINTER()
Andreea-Cristina Bernat
1
-1
/
+1
2014-08-28
percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_t
Christoph Lameter
3
-3
/
+3
2014-08-26
scheduler: Replace __get_cpu_var with this_cpu_ptr
Christoph Lameter
1
-2
/
+2
2014-08-26
time: Replace __get_cpu_var uses
Christoph Lameter
1
-1
/
+1
2014-08-25
sched: Add function single_task_running to let a task check if it is the only...
Tim Chen
1
-0
/
+12
2014-08-20
sched/fair: Remove double_lock_balance() from load_balance()
Kirill Tkhai
1
-52
/
+99
2014-08-20
sched/fair: Remove double_lock_balance() from active_load_balance_cpu_stop()
Kirill Tkhai
1
-16
/
+44
2014-08-20
sched: Remove double_rq_lock() from __migrate_task()
Kirill Tkhai
1
-8
/
+15
2014-08-20
sched: Teach scheduler to understand TASK_ON_RQ_MIGRATING state
Kirill Tkhai
2
-3
/
+15
2014-08-20
sched: Add wrapper for checking task_struct::on_rq
Kirill Tkhai
6
-68
/
+76
2014-08-20
sched/fair: Fix reschedule which is generated on throttled cfs_rq
Kirill Tkhai
1
-3
/
+3
2014-08-20
sched: Match declaration with definition
Pranith Kumar
1
-1
/
+1
2014-08-20
sched: Change autogroup_move_group() to use for_each_thread()
Oleg Nesterov
1
-4
/
+1
2014-08-20
sched: Change thread_group_cputime() to use for_each_thread()
Oleg Nesterov
1
-8
/
+2
2014-08-20
sched: s/do_each_thread/for_each_process_thread/ in debug.c
Oleg Nesterov
1
-4
/
+2
2014-08-20
sched: s/do_each_thread/for_each_process_thread/ in core.c
Oleg Nesterov
1
-7
/
+6
2014-08-13
locking: Remove deprecated smp_mb__() barriers
Peter Zijlstra
1
-16
/
+0
2014-08-12
sched/numa: Fix numa capacity computation
Rik van Riel
1
-3
/
+8
2014-08-12
sched/numa: Fix off-by-one in capacity check
Rik van Riel
1
-1
/
+1
2014-08-12
sched: Rename a misleading variable in build_overlap_sched_groups()
Zhihui Zhang
1
-7
/
+6
2014-08-12
sched/fair: Allow calculate_imbalance() to move idle cpus
Peter Zijlstra
1
-6
/
+5
2014-08-12
sched/fair: Make update_sd_pick_busiest() return 'true' on a busier sd
Rik van Riel
1
-12
/
+37
2014-08-12
sched/fair: Make calculate_imbalance() independent
Peter Zijlstra
1
-1
/
+1
2014-08-11
Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-cpuidle'
Rafael J. Wysocki
2
-7
/
+7
2014-08-06
Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-4
/
+0
2014-08-06
cpuidle: menu: Lookup CPU runqueues less
Mel Gorman
2
-7
/
+7
2014-08-05
Merge branch 'pm-cpuidle'
Rafael J. Wysocki
1
-4
/
+0
2014-08-04
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
8
-184
/
+301
2014-08-04
Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2
-2
/
+2
2014-07-28
sched/fair: Fix 'make xmldocs' warning caused by missing description
Masanari Iida
1
-0
/
+1
2014-07-28
sched: Use macro for magic number of -1 for setparam
Steven Rostedt
1
-7
/
+10
2014-07-28
sched: Robustify topology setup
Peter Zijlstra
1
-0
/
+14
2014-07-28
Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...
Ingo Molnar
2
-9
/
+5
2014-07-28
sched: Fix sched_setparam() policy == -1 logic
Daniel Bristot de Oliveira
1
-2
/
+3
2014-07-19
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2014-07-16
sched: Allow wait_on_bit_action() functions to support a timeout
NeilBrown
1
-8
/
+8
2014-07-16
sched: Remove proliferation of wait_on_bit() action functions
NeilBrown
1
-0
/
+18
2014-07-16
sched/numa: Revert "Use effective_load() to balance NUMA loads"
Peter Zijlstra
1
-14
/
+6
2014-07-16
sched: Fix static_key race with sched_feat()
Jason Baron
1
-0
/
+5
2014-07-16
sched: Remove extra static_key*() function indirection
Jason Baron
1
-11
/
+1
2014-07-16
sched/rt: Fix replenish_dl_entity() comments to match the current upstream code
xiaofeng.yan
1
-1
/
+1
[prev]
[next]