Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
fce18c4cf5fac09153dff8c8726d1eabd02e59ea
/
kernel
/
sched
051b29f
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
25b3e5a
sched/numa: Fix math underflow in task_tick_numa()
by Rik van Riel
· 9 years ago
933425fb
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 9 years ago
69234ac
Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 9 years ago
5352869
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
e4340bb
Merge branch 'linus' into core/rcu, to fix up a semantic conflict
by Ingo Molnar
· 9 years ago
0aaafaa
sched/core: Add missing lockdep_unpin() annotations
by Peter Zijlstra
· 9 years ago
e73e85f
sched: Don't scan all-offline ->cpus_allowed twice if !CONFIG_CPUSETS
by Oleg Nesterov
· 9 years ago
62694cd
sched: Move cpu_active() tests from stop_two_cpus() into migrate_swap_stop()
by Peter Zijlstra
· 9 years ago
07f06cb
sched: Start stopper early
by Peter Zijlstra
· 9 years ago
6af597d
Merge branch 'sched/urgent' into sched/core, to pick up fixes and resolve conflicts
by Ingo Molnar
· 9 years ago
5aa5050
sched/deadline: Fix migration of SCHED_DEADLINE tasks
by Luca Abeni
· 9 years ago
0baabb3
nohz: Revert "nohz: Set isolcpus when nohz_full is set"
by Frederic Weisbecker
· 9 years ago
3e386d5
sched/fair: Update task group's load_avg after task migration
by Yuyang Du
· 9 years ago
fde7d22e
sched/fair: Fix overly small weight for interactive group entities
by Yuyang Du
· 9 years ago
c13dc31
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
by Ingo Molnar
· 9 years ago
2e91fa7
cgroup: keep zombies associated with their original cgroups
by Tejun Heo
· 9 years ago
9babcd7
sched, tracing: Stop/start critical timings around the idle=poll idle loop
by Daniel Bristot de Oliveira
· 9 years ago
8477847
sched: Export sched_setscheduler_nocheck
by Davidlohr Bueso
· 9 years ago
5a4fd03
sched/core: Remove a parameter in the migrate_task_rq() function
by xiaofeng.yan
· 9 years ago
ce03e41
sched/core: Drop unlikely behind BUG_ON()
by Geliang Tang
· 9 years ago
1de6444
sched/core: Fix task and run queue sched_info::run_delay inconsistencies
by Peter Zijlstra
· 9 years ago
b52da86
sched/numa: Fix task_tick_fair() from disabling numa_balancing
by Srikar Dronamraju
· 9 years ago
e2bf1c4b
sched/core: Add preempt_count invariant check
by Peter Zijlstra
· 9 years ago
499d795
sched/core: More notrace annotations
by Peter Zijlstra
· 9 years ago
da7142e
sched/core: Simplify preempt_count tests
by Peter Zijlstra
· 9 years ago
1dc0fff
sched/core: Robustify preemption leak checks
by Peter Zijlstra
· 9 years ago
3d8f74d
sched/core: Stop setting PREEMPT_ACTIVE
by Peter Zijlstra
· 9 years ago
c73464b
sched/core: Fix trace_sched_switch()
by Peter Zijlstra
· 9 years ago
fc13aeb
sched/core: Add preempt argument to __schedule()
by Peter Zijlstra
· 9 years ago
609ca06
sched/core: Create preempt_count invariant
by Peter Zijlstra
· 9 years ago
b99def8
sched/core: Rework TASK_DEAD preemption exception
by Peter Zijlstra
· 9 years ago
fe19159
Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new changes
by Ingo Molnar
· 9 years ago
95913d9
sched/core: Fix TASK_DEAD race in finish_task_switch()
by Peter Zijlstra
· 9 years ago
9eec50b
kvm/x86: Hyper-V HV_X64_MSR_VP_RUNTIME support
by Andrey Smetanin
· 9 years ago
73f479b
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
c6e1e7b
sched/core: Make 'sched_domain_topology' declaration static
by Juergen Gross
· 9 years ago
269b26a
sched/rt: Make (do_)balance_runtime() return void
by Juri Lelli
· 9 years ago
2726d6c
sched/deadline: Unify dl_time_before() usage
by Juri Lelli
· 9 years ago
ac5be6b
userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_key"
by Andrea Arcangeli
· 9 years ago
3ae8394
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 9 years ago
00cc1633
sched: access local runqueue directly in single_task_running
by Dominik Dingel
· 9 years ago
79a89f9
sched/fair: Remove unnecessary parameter for group_classify()
by Leo Yan
· 9 years ago
84fb5a1
sched/fair: Polish comments for LOAD_AVG_MAX
by Leo Yan
· 9 years ago
4620f8c
sched/numa: Limit the amount of virtual memory scanned in task_numa_work()
by Rik van Riel
· 9 years ago
20f9cd2
sched/core: Make policy-testing consistent
by Henrik Austad
· 9 years ago
de9b8f5
sched: Fix crash trying to dequeue/enqueue the idle thread
by Peter Zijlstra
· 9 years ago
c2ea72f
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
006cdf0
sched/fair: Optimize per entity utilization tracking
by Peter Zijlstra
· 9 years ago
6f2b045
sched/fair: Defer calling scaling functions
by Dietmar Eggemann
· 9 years ago
6115c79
sched/fair: Optimize __update_load_avg()
by Peter Zijlstra
· 9 years ago
54a2138
sched/fair: Rename scale() to cap_scale()
by Peter Zijlstra
· 9 years ago
98d8fd8
sched/fair: Initialize task load and utilization before placing task on rq
by Morten Rasmussen
· 9 years ago
231678b
sched/fair: Get rid of scaling utilization by capacity_orig
by Dietmar Eggemann
· 9 years ago
9e91d61
sched/fair: Name utilization related data and functions consistently
by Dietmar Eggemann
· 9 years ago
e3279a2
sched/fair: Make utilization tracking CPU scale-invariant
by Dietmar Eggemann
· 9 years ago
8cd5601
sched/fair: Convert arch_scale_cpu_capacity() from weak function to #define
by Morten Rasmussen
· 9 years ago
e0f5f3a
sched/fair: Make load tracking frequency scale-invariant
by Dietmar Eggemann
· 9 years ago
2a59572
sched/numa: Convert sched_numa_balancing to a static_branch
by Srikar Dronamraju
· 9 years ago
2b49d84
sched/numa: Remove the NUMA sched_feature
by Srikar Dronamraju
· 9 years ago
c3b9bc5
sched/numa: Disable sched_numa_balancing on UMA systems
by Srikar Dronamraju
· 9 years ago
78a9c54
sched/numa: Rename numabalancing_enabled to sched_numa_balancing
by Srikar Dronamraju
· 9 years ago
c5afb6a
sched/fair: Fix nohz.next_balance update
by Vincent Guittot
· 9 years ago
446685e
sched/core: Delete PF_EXITING checks from cpu_cgroup_exit() callback
by Kirill Tkhai
· 9 years ago
bc54da2
sched/core: Remove unused argument from sched_class::task_move_group
by Peter Zijlstra
· 9 years ago
daa5940
sched/fair: Unify switched_{from,to}_fair() and task_move_group_fair()
by Byungchul Park
· 9 years ago
a928051
sched/fair: Make the entity load aging on attaching tunable
by Peter Zijlstra
· 9 years ago
6efdb10
sched/fair: Fix switched_to_fair()'s per entity load tracking
by Byungchul Park
· 9 years ago
1746bab
sched/fair: Have task_move_group_fair() also detach entity load from the old runqueue
by Byungchul Park
· 9 years ago
50a2a3b
sched/fair: Have task_move_group_fair() unconditionally add the entity load to the runqueue
by Byungchul Park
· 9 years ago
a05e8c5
sched/fair: Factor out the {at,de}taching of the per entity load {to,from} the runqueue
by Byungchul Park
· 9 years ago
973759c
Merge tag 'v4.3-rc1' into sched/core, to refresh the branch
by Ingo Molnar
· 9 years ago
5473e0cc
sched: 'Annotate' migrate_tasks()
by Wanpeng Li
· 9 years ago
5136015
userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_key
by Andrea Arcangeli
· 9 years ago
ca520ca
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
8bdc69b
Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 9 years ago
9642d18
nohz: Affine unpinned timers to housekeepers
by Vatika Harlalka
· 9 years ago
65a9959
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
418c2e1
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
a1d8561
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
dd9d384
sched: Fix cpu_active_mask/cpu_online_mask race
by Jan H. Schönherr
· 9 years ago
9b9412d
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
by Ingo Molnar
· 9 years ago
ff277d4
sched/deadline: Fix comment in enqueue_task_dl()
by Andrea Parri
· 9 years ago
4ffa08e
sched/deadline: Fix comment in push_dl_tasks()
by Andrea Parri
· 9 years ago
6c37067
sched: Change the sched_class::set_cpus_allowed() calling context
by Peter Zijlstra
· 10 years ago
c5b2803
sched: Make sched_class::set_cpus_allowed() unconditional
by Peter Zijlstra
· 10 years ago
25834c7
sched: Fix a race between __kthread_bind() and sched_setaffinity()
by Peter Zijlstra
· 10 years ago
7855a35
sched: Ensure a task has a non-normalized vruntime when returning back to CFS
by Byungchul Park
· 9 years ago
e237882
sched/numa: Fix NUMA_DIRECT topology identification
by Aravind Gopalakrishnan
· 9 years ago
3c8e479
sched: Remove finish_arch_switch()
by Peter Zijlstra
· 9 years ago
7ea241a
sched/fair: Clean up load average references
by Yuyang Du
· 9 years ago
1396223
sched/fair: Provide runnable_load_avg back to cfs_rq
by Yuyang Du
· 9 years ago
1269557
sched/fair: Remove task and group entity load when they are dead
by Yuyang Du
· 9 years ago
540247f
sched/fair: Init cfs_rq's sched_entity load average
by Yuyang Du
· 9 years ago
6c1d47c
sched/fair: Implement update_blocked_averages() for CONFIG_FAIR_GROUP_SCHED=n
by Vincent Guittot
· 9 years ago
9d89c25
sched/fair: Rewrite runnable load and utilization average tracking
by Yuyang Du
· 9 years ago
cd126af
sched/fair: Remove rq's runnable avg
by Yuyang Du
· 9 years ago
fe32d3c
sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()
by Konstantin Khlebnikov
· 9 years ago
63b0e9e
sched/fair: Beef up wake_wide()
by Mike Galbraith
· 9 years ago
fbd705a
sched: Introduce the 'trace_sched_waking' tracepoint
by Peter Zijlstra
· 10 years ago
Next »