index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-03
sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()
Konstantin Khlebnikov
1
-3
/
+3
2015-08-03
sched/fair: Beef up wake_wide()
Mike Galbraith
1
-34
/
+33
2015-08-03
sched: Introduce the 'trace_sched_waking' tracepoint
Peter Zijlstra
1
-3
/
+7
2015-08-03
sched/cputime: Guarantee stime + utime == rtime
Peter Zijlstra
1
-41
/
+60
2015-08-03
sched, sysctl: Delete an unnecessary check before unregister_sysctl_table()
Markus Elfring
1
-2
/
+1
2015-08-03
sched/deadline: Remove a redundant condition from task_woken_dl()
Xunlei Pang
1
-1
/
+0
2015-08-03
sched/rt: Remove a redundant condition from task_woken_rt()
Xunlei Pang
1
-1
/
+0
2015-08-03
sched/fair: Avoid pulling all tasks in idle balancing
Yuyang Du
1
-0
/
+7
2015-08-03
locking/static_keys: Add static_key_{en,dis}able() helpers
Peter Zijlstra
1
-4
/
+2
2015-07-29
nohz: Remove useless argument on tick_nohz_task_switch()
Frederic Weisbecker
1
-1
/
+1
2015-07-22
rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()
Paul E. McKenney
1
-4
/
+4
2015-07-21
sched/idle: Move latency tracing stop/start calls deeper inside the idle loop
Lucas Stach
1
-9
/
+5
2015-07-14
cgroup: allow a cgroup subsystem to reject a fork
Aleksa Sarai
1
-1
/
+1
2015-07-07
sched/fair: Fix a comment reflecting function name change
Byungchul Park
1
-1
/
+1
2015-07-07
sched/fair: Clean up the __sched_period() code
Boqun Feng
1
-9
/
+4
2015-07-07
sched/numa: Consider 'imbalance_pct' when comparing loads in numa_has_capacity()
Srikar Dronamraju
1
-2
/
+3
2015-07-07
sched/numa: Prefer NUMA hotness over cache hotness
Srikar Dronamraju
2
-77
/
+30
2015-07-07
sched/numa: Check sched_feat(NUMA) in migrate_improves_locality()
bsegall@google.com
1
-2
/
+2
2015-07-06
sched/fair: Test list head instead of list entry in throttle_cfs_rq()
Cong Wang
1
-1
/
+1
2015-07-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-2
/
+15
2015-07-04
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-26
/
+55
2015-07-04
sched/numa: Fix numa balancing stats in /proc/pid/sched
Srikar Dronamraju
3
-23
/
+47
2015-07-04
sched/numa: Show numa_group ID in /proc/sched_debug task listings
Srikar Dronamraju
1
-1
/
+1
2015-07-04
sched/debug: Move print_cfs_rq() declaration to kernel/sched/sched.h
Srikar Dronamraju
1
-0
/
+5
2015-07-04
sched/stat: Simplify the sched_info accounting dependency
Naveen N. Rao
2
-3
/
+3
2015-07-03
sched, preempt_notifier: separate notifier registration from static_key inc/dec
Peter Zijlstra
1
-2
/
+15
2015-06-24
Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-401
/
+499
2015-06-23
Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-55
/
+59
2015-06-22
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+3
2015-06-22
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
6
-108
/
+55
2015-06-22
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
13
-363
/
+487
2015-06-22
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2015-06-22
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+2
2015-06-19
timer: Reduce timer migration overhead if disabled
Thomas Gleixner
1
-6
/
+3
2015-06-19
sched/deadline: Remove needless parameter in dl_runtime_exceeded()
Zhiqiang Zhang
1
-2
/
+2
2015-06-19
sched: Remove superfluous resetting of the p->dl_throttled flag
Wanpeng Li
1
-1
/
+0
2015-06-19
sched/deadline: Drop duplicate init_sched_dl_class() declaration
Wanpeng Li
1
-1
/
+0
2015-06-19
sched/deadline: Reduce rq lock contention by eliminating locking of non-feasible target
Wanpeng Li
1
-1
/
+14
2015-06-19
sched/deadline: Make init_sched_dl_class() __init
Wanpeng Li
1
-1
/
+1
2015-06-19
sched/deadline: Optimize pull_dl_task()
Wanpeng Li
1
-1
/
+27
2015-06-19
sched/preempt: Add static_key() to preempt_notifiers
Peter Zijlstra
1
-5
/
+23
2015-06-19
sched/preempt: Fix preempt notifiers documentation about hlist_del() within unsafe iteration
Mathieu Desnoyers
1
-1
/
+1
2015-06-19
sched/debug: Add sum_sleep_runtime to /proc/<pid>/sched
Srikar Dronamraju
1
-0
/
+1
2015-06-19
sched/debug: Replace vruntime with wait_sum in /proc/sched_debug
Srikar Dronamraju
1
-2
/
+2
2015-06-19
sched/debug: Properly format runnable tasks in /proc/sched_debug
Srikar Dronamraju
1
-2
/
+4
2015-06-19
Merge branch 'pm-cpuidle'
Rafael J. Wysocki
1
-55
/
+59
2015-06-19
sched,lockdep: Employ lock pinning
Peter Zijlstra
5
-8
/
+71
2015-06-19
sched: Streamline the task migration locking a little
Peter Zijlstra
1
-42
/
+34
2015-06-19
sched: Move code around
Peter Zijlstra
1
-186
/
+178
2015-06-19
sched,dl: Fix sched class hopping CBS hole
Peter Zijlstra
1
-66
/
+86
[prev]
[next]