Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
37dc6b50cee97954c4e6edcd5b1fa614b76038ee
/
kernel
/
sched
37dc6b5
sched: Remove unnecessary iteration over sched domains to update nr_busy_cpus
by Preeti U Murthy
· 11 years ago
2042abe
sched: Fix asymmetric scheduling for POWER7
by Vaidyanathan Srinivasan
· 11 years ago
b8a2162
sched: Move completion code from core.c to completion.c
by Peter Zijlstra
· 11 years ago
b414587
sched: Move wait code from core.c to wait.c
by Peter Zijlstra
· 11 years ago
7a6354e
sched: Move wait.c into kernel/sched/
by Peter Zijlstra
· 11 years ago
f9f9ffc
sched: Avoid throttle_cfs_rq() racing with period_timer stopping
by Ben Segall
· 11 years ago
0ac9b1c
sched: Guarantee new group-entities always have weight
by Paul Turner
· 11 years ago
927b54f
sched: Fix hrtimer_cancel()/rq->lock deadlock
by Ben Segall
· 11 years ago
db06e78
sched: Fix cfs_bandwidth misuse of hrtimer_expires_remaining
by Ben Segall
· 11 years ago
1ee14e6
sched: Fix race on toggling cfs_bandwidth_used
by Ben Segall
· 11 years ago
ac9ff79
sched: Remove extra put_online_cpus() inside sched_setaffinity()
by Michael wang
· 11 years ago
e9aa39b
sched/rt: Fix task_tick_rt() comment
by Li Bin
· 11 years ago
6acce3e
sched: Remove get_online_cpus() usage
by Peter Zijlstra
· 11 years ago
7460231
sched: Fix race in migrate_swap_stop()
by Peter Zijlstra
· 11 years ago
7c3f2ab
sched/rt: Add missing rmb()
by Peter Zijlstra
· 11 years ago
ed1b773
sched/fair: Fix trivial typos in comments
by Kamalesh Babulal
· 11 years ago
62e947cb
sched: Remove bogus parameter in structured comment
by Ramkumar Ramachandra
· 11 years ago
3354781
sched/numa: Reflow task_numa_group() to avoid a compiler warning
by Peter Zijlstra
· 11 years ago
2739d3e
sched/numa: Retry task_numa_migrate() periodically
by Rik van Riel
· 11 years ago
989348b
sched/numa: Use unsigned longs for numa group fault stats
by Mel Gorman
· 11 years ago
de1c9ce
sched/numa: Skip some page migrations after a shared fault
by Rik van Riel
· 11 years ago
1e3646f
mm: numa: Revert temporarily disabling of NUMA migration
by Rik van Riel
· 11 years ago
930aa17
sched/numa: Remove the numa_balancing_scan_period_reset sysctl
by Mel Gorman
· 11 years ago
04bb2f9
sched/numa: Adjust scan rate in task_numa_placement
by Rik van Riel
· 11 years ago
3e6a941
sched/numa: Take false sharing into account when adapting scan rate
by Mel Gorman
· 11 years ago
dabe1d9
sched/numa: Be more careful about joining numa groups
by Rik van Riel
· 11 years ago
0ec8aa0
sched/numa: Avoid migrating tasks that are placed on their preferred node
by Peter Zijlstra
· 11 years ago
ca28aa53
sched/numa: Fix task or group comparison
by Rik van Riel
· 11 years ago
887c290
sched/numa: Decide whether to favour task or group weights based on swap candidate relationships
by Rik van Riel
· 11 years ago
b32e86b
sched/numa: Add debugging
by Ingo Molnar
· 11 years ago
7dbd13e
sched/numa: Prevent parallel updates to group stats during placement
by Mel Gorman
· 11 years ago
8272701
sched/numa: Call task_numa_free() from do_execve()
by Rik van Riel
· 11 years ago
83e1d2c
sched/numa: Use group fault statistics in numa placement
by Mel Gorman
· 11 years ago
5e1576e
sched/numa: Stay on the same node if CLONE_VM
by Rik van Riel
· 11 years ago
6688cc0
mm: numa: Do not group on RO pages
by Peter Zijlstra
· 11 years ago
e29cf08
sched/numa: Report a NUMA task group ID
by Mel Gorman
· 11 years ago
8c8a743
sched/numa: Use {cpu, pid} to create task groups for shared faults
by Peter Zijlstra
· 11 years ago
9057289
mm: numa: Change page last {nid,pid} into {cpu,pid}
by Peter Zijlstra
· 11 years ago
e1dda8a
sched/numa: Fix placement of workloads spread across multiple nodes
by Rik van Riel
· 11 years ago
2c8a50a
sched/numa: Favor placing a task on the preferred node
by Mel Gorman
· 11 years ago
fb13c7e
sched/numa: Use a system-wide search to find swap/migration candidates
by Mel Gorman
· 11 years ago
ac66f54
sched/numa: Introduce migrate_swap()
by Peter Zijlstra
· 11 years ago
4591ce4f
sched/numa: Do not trap hinting faults for shared libraries
by Mel Gorman
· 11 years ago
06ea5e0
sched/numa: Increment numa_migrate_seq when task runs in correct location
by Rik van Riel
· 11 years ago
6b9a746
sched/numa: Retry migration of tasks to CPU on a preferred node
by Mel Gorman
· 11 years ago
58d081b
sched/numa: Avoid overloading CPUs on a preferred NUMA node
by Mel Gorman
· 11 years ago
fc314724
mm: numa: Limit NUMA scanning to migrate-on-fault VMAs
by Mel Gorman
· 11 years ago
6fe6b2d
sched/numa: Do not migrate memory immediately after switching node
by Rik van Riel
· 11 years ago
b795854
sched/numa: Set preferred NUMA node based on number of private faults
by Mel Gorman
· 11 years ago
073b5be
sched/numa: Remove check that skips small VMAs
by Mel Gorman
· 11 years ago
9ff1d9f
sched/numa: Check current->mm before allocating NUMA faults
by Mel Gorman
· 11 years ago
ac8e895
sched/numa: Add infrastructure for split shared/private accounting of NUMA hinting faults
by Mel Gorman
· 11 years ago
e6628d5
sched/numa: Reschedule task on preferred NUMA node once selected
by Mel Gorman
· 11 years ago
7a0f308
sched/numa: Resist moving tasks towards nodes with fewer hinting faults
by Mel Gorman
· 11 years ago
3a7053b
sched/numa: Favour moving tasks towards the preferred node
by Mel Gorman
· 11 years ago
745d614
sched/numa: Update NUMA hinting faults once per scan
by Mel Gorman
· 11 years ago
688b758
sched/numa: Select a preferred node with the most numa hinting faults
by Mel Gorman
· 11 years ago
f809ca9
sched/numa: Track NUMA hinting faults on per-node basis
by Mel Gorman
· 11 years ago
f307cd1
sched/numa: Slow scan rate if no NUMA hinting faults are being recorded
by Mel Gorman
· 11 years ago
598f0ec
sched/numa: Set the scan rate proportional to the memory usage of the task being scanned
by Mel Gorman
· 11 years ago
7e8d16b
sched/numa: Initialise numa_next_scan properly
by Mel Gorman
· 11 years ago
b726b7d
Revert "mm: sched: numa: Delay PTE scanning until a task is scheduled on a new node"
by Mel Gorman
· 11 years ago
9e645ab6
sched/numa: Continue PTE scanning even if migrate rate limited
by Peter Zijlstra
· 11 years ago
19a78d1
sched/numa: Mitigate chance that same task always updates PTEs
by Peter Zijlstra
· 11 years ago
c69307d
sched/numa: Fix comments
by Peter Zijlstra
· 11 years ago
6bfa687
sched/rt: Remove redundant nr_cpus_allowed test
by Shawn Bohrer
· 11 years ago
a233f11
sched: Prepare for per-cpu preempt_count
by Peter Zijlstra
· 11 years ago
bdb4380
sched: Extract the basic add/sub preempt_count modifiers
by Peter Zijlstra
· 11 years ago
0102874
sched: Create more preempt_count accessors
by Peter Zijlstra
· 11 years ago
f27dde8
sched: Add NEED_RESCHED to the preempt_count
by Peter Zijlstra
· 11 years ago
4a2b4b2
sched: Introduce preempt_count accessor functions
by Peter Zijlstra
· 11 years ago
b021fe3
sched, rcu: Make RCU use resched_cpu()
by Peter Zijlstra
· 11 years ago
4314895
sched: Micro-optimize by dropping unnecessary task_rq() calls
by Michael S. Tsirkin
· 11 years ago
f48627e
sched/balancing: Periodically decay max cost of idle balance
by Jason Low
· 11 years ago
9bd721c
sched/balancing: Consider max cost of idle balance per sched domain
by Jason Low
· 11 years ago
abfafa5
sched: Reduce overestimating rq->avg_idle
by Jason Low
· 11 years ago
7aff2e3
sched/balancing: Prevent the reselection of a previous env.dst_cpu if some tasks are pinned
by Vladimir Davydov
· 11 years ago
40a0c68
Merge branch 'sched/urgent' into sched/core
by Ingo Molnar
· 11 years ago
7e3115e
sched/balancing: Fix cfs_rq->task_h_load calculation
by Vladimir Davydov
· 11 years ago
3029ede
sched/balancing: Fix 'local->avg_load > busiest->avg_load' case in fix_small_imbalance()
by Vladimir Davydov
· 11 years ago
b188555
sched/balancing: Fix 'local->avg_load > sds->avg_load' case in calculate_imbalance()
by Vladimir Davydov
· 11 years ago
7e28b27
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
13b62e4
sched: Fix comment for sched_info_depart
by Michael S. Tsirkin
· 11 years ago
b55ee28
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
c61037e
sched/fair: Fix the group_capacity computation
by Peter Zijlstra
· 11 years ago
b37d931
sched/fair: Rework and comment the group_capacity code
by Peter Zijlstra
· 11 years ago
863bffc
sched/fair: Fix group power_orig computation
by Peter Zijlstra
· 11 years ago
b72ff13
sched/fair: Reduce local_group logic
by Peter Zijlstra
· 11 years ago
6263322
sched/fair: Rewrite group_imb trigger
by Peter Zijlstra
· 11 years ago
fc84091
sched/debug: Take PID namespace into account
by Peter Zijlstra
· 11 years ago
6c9a27f
sched/fair: Fix small race where child->se.parent,cfs_rq might point to invalid ones
by Daisuke Nishimura
· 11 years ago
b0cff9d
sched: Fix load balancing performance regression in should_we_balance()
by Joonsoo Kim
· 11 years ago
57d7309
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
ae7a835
Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 11 years ago
6832d96
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
5e0b3a4
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
0d99b70
Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
5a8e01f
sched/cputime: Do not scale when utime == 0
by Stanislaw Gruszka
· 11 years ago
32dad03
Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 11 years ago
10866e62
sched/fair: Fix the sd_parent_degenerate() code
by Peter Zijlstra
· 11 years ago
Next »