Commit Graph

1269 Commits (c6e718ff8cdcf5e7855077687720b37c4a07650a)

Author SHA1 Message Date
David Howells 50fa610a3b sched: Document memory barriers implied by sleep/wake-up primitives 16 years ago
Gautham R Shenoy 6e29ec5701 sched: Replace first_cpu() with cpumask_first() in ILB nomination code 16 years ago
Peter Zijlstra ff743345bf sched: remove extra call overhead for schedule() 16 years ago
Ingo Molnar f1f9b3b179 perfcounters, sched: remove __task_delta_exec() 16 years ago
Gautham R Shenoy 381512cf3d sched: Avoid printing sched_group::__cpu_power for default case 16 years ago
Miao Xie 13318a7186 sched: use group_first_cpu() instead of cpumask_first(sched_group_cpus()) 16 years ago
Steven Rostedt ad8d75fff8 tracing/events: move trace point headers into include/trace/events 16 years ago
Steven Rostedt a8d154b009 tracing: create automated trace defines 16 years ago
Johannes Weiner 78ddb08feb wait: don't use __wake_up_common() 16 years ago
Gautham R Shenoy e790fb0ba6 sched: Nominate a power-efficient ilb in select_nohz_balancer() 16 years ago
Gautham R Shenoy f711f6090a sched: Nominate idle load balancer from a semi-idle package. 16 years ago
Lai Jiangshan 132380a06b tracing, sched: mark get_parent_ip() notrace 16 years ago
Markus Metzger a26b89f05d sched, hw-branch-tracer: add wait_task_context_switch() function to sched.h 16 years ago
Peter Zijlstra 849691a6cd perf_counter: remove rq->lock usage 16 years ago
Peter Zijlstra 4a0deca657 perf_counter: generic context switch event 16 years ago
Davide Libenzi 4ede816ac3 epoll keyed wakeups: add __wake_up_locked_key() and __wake_up_sync_key() 16 years ago
Gautham R Shenoy 46e0bb9c12 sched: Print sched_group::__cpu_power in sched_domain_debug 16 years ago
Bharata B Rao ef12fefabf cpuacct: add per-cgroup utime/stime statistics 16 years ago
Hidetoshi Seto c5f8d99585 posixtimers, sched: Fix posix clock monotonicity 16 years ago
Bharata B Rao a18b83b7ef cpuacct: make cpuacct hierarchy walk in cpuacct_charge() safe when rcupreempt is used -v2 16 years ago
Peter Zijlstra 7f1e2ca9f0 hrtimer: fix rq->lock inversion (again) 16 years ago
Ingo Molnar 5a3c8fe735 Revert "cpuacct: reduce one NULL check in fast-path" 16 years ago
Jeremy Fitzhardinge 224101ed69 x86/paravirt: finish change from lazy cpu to context switch start/end 16 years ago
Jeremy Fitzhardinge 7fd7d83d49 x86/pvops: replace arch_enter_lazy_cpu_mode with arch_start_context_switch 16 years ago
Randy Dunlap d5ac537e5f sched: fix errors in struct & function comments 16 years ago
Gautham R Shenoy b7bb4c9bb0 sched: Add comments to find_busiest_group() function 16 years ago
Gautham R Shenoy c071df1852 sched: Refactor the power savings balance code 16 years ago
Gautham R Shenoy a021dc0337 sched: Optimize the !power_savings_balance during fbg() 16 years ago
Gautham R Shenoy dbc523a3b8 sched: Create a helper function to calculate imbalance 16 years ago
Gautham R Shenoy 2e6f44aeda sched: Create helper to calculate small_imbalance in fbg() 16 years ago
Gautham R Shenoy 37abe198b1 sched: Create a helper function to calculate sched_domain stats for fbg() 16 years ago
Gautham R Shenoy 222d656dea sched: Define structure to store the sched_domain statistics for fbg() 16 years ago
Gautham R Shenoy 1f8c553d0f sched: Create a helper function to calculate sched_group stats for fbg() 16 years ago
Gautham R Shenoy 381be78fdc sched: Define structure to store the sched_group statistics for fbg() 16 years ago
Gautham R Shenoy 6dfdb06290 sched: Fix indentations in find_busiest_group() using gotos 16 years ago
Gautham R Shenoy 67bb6c036d sched: Simple helper functions for find_busiest_group() 16 years ago
Luis Henriques 67aa0f767a sched: remove unused fields from struct rq 16 years ago
Rusty Russell 8c083f081d cpumask: remove cpumask allocation from idle_balance, fix 16 years ago
Rusty Russell df7c8e845e cpumask: remove cpumask allocation from idle_balance 16 years ago
Luis Henriques 708dc51253 sched: small optimisation of can_migrate_task() 16 years ago
Luis Henriques 80dd99b368 sched: fix typos in documentation 16 years ago
Rusty Russell c69fc56de1 cpumask: use topology_core_cpumask/topology_thread_cpumask instead of cpu_core_map/cpu_sibling_map 16 years ago
Li Zefan 7a46c594bf cpuacct: reduce one NULL check in fast-path 16 years ago
Mike Galbraith df1c99d416 sched: add avg_overlap decay 16 years ago
Peter Zijlstra 57310a98a3 sched: optimize ttwu vs group scheduling 16 years ago
Lai Jiangshan 5ed0cec0ac sched: TIF_NEED_RESCHED -> need_reshed() cleanup 16 years ago
Frederic Weisbecker 8a0be9ef82 sched: don't rebalance if attached on NULL domain 16 years ago
Wang Chen b67802ea80 sched: kill unused parameter of pick_next_task() 16 years ago
Dhaval Giani 54e9912428 sched: don't allow setuid to succeed if the user does not have rt bandwidth 16 years ago
Hiroshi Shimamoto cac64d00c2 sched_rt: don't start timer when rt bandwidth disabled 16 years ago