summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-111-44/+315
|\
| * Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-101-8/+47
| |\
| | * Merge branch 'tracing/hw-branch-tracing' into tracing/coreIngo Molnar2009-05-071-0/+43
| | |\
| | | * Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracingIngo Molnar2009-04-241-15/+149
| | | |\
| | | * | sched, hw-branch-tracer: add wait_task_context_switch() function to sched.hMarkus Metzger2009-04-071-0/+43
| | * | | Merge branch 'linus' into tracing/coreIngo Molnar2009-05-071-4/+8
| | |\ \ \
| | * | | | tracepoint: trace_sched_migrate_task(): remove parameterMathieu Desnoyers2009-05-061-1/+1
| | * | | | tracing/events: move trace point headers into include/trace/eventsSteven Rostedt2009-04-141-1/+1
| | * | | | tracing: create automated trace definesSteven Rostedt2009-04-141-7/+3
| * | | | | Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-101-1/+1
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'x86/urgent' into x86/xenIngo Molnar2009-05-081-16/+150
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | * | | | | Merge commit 'origin/master' into for-linus/xen/masterJeremy Fitzhardinge2009-04-071-36/+125
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | * | | | | x86/paravirt: finish change from lazy cpu to context switch start/endJeremy Fitzhardinge2009-03-291-1/+1
| | * | | | | x86/pvops: replace arch_enter_lazy_cpu_mode with arch_start_context_switchJeremy Fitzhardinge2009-03-291-1/+1
| * | | | | | Merge branch 'sched-docs-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-06-101-0/+23
| |\ \ \ \ \ \
| | * | | | | | sched: Document memory barriers implied by sleep/wake-up primitivesDavid Howells2009-04-291-0/+23
| | | |_|_|_|/ | | |/| | | |
| * | | | | | sched: properly define the sched_group::cpumask and sched_domain::span fieldsIngo Molnar2009-05-191-2/+3
| * | | | | | sched, timers: cleanup avenrun usersThomas Gleixner2009-05-151-0/+15
| * | | | | | sched, timers: move calc_load() to schedulerThomas Gleixner2009-05-151-10/+74
| * | | | | | Merge commit 'v2.6.30-rc5' into sched/coreIngo Molnar2009-05-111-4/+8
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | sched: emit thread info flags with stack traceDavid Rientjes2009-05-071-2/+3
| * | | | | | sched: rt: document the risk of small values in the bandwidth settingsPeter Zijlstra2009-05-051-0/+7
| * | | | | | sched: Replace first_cpu() with cpumask_first() in ILB nomination codeGautham R Shenoy2009-04-211-1/+1
| * | | | | | sched: remove extra call overhead for schedule()Peter Zijlstra2009-04-201-8/+4
| * | | | | | sched: use group_first_cpu() instead of cpumask_first(sched_group_cpus())Miao Xie2009-04-151-2/+2
| * | | | | | wait: don't use __wake_up_common()Johannes Weiner2009-04-141-1/+1
| * | | | | | sched: Nominate a power-efficient ilb in select_nohz_balancer()Gautham R Shenoy2009-04-141-1/+17
| * | | | | | sched: Nominate idle load balancer from a semi-idle package.Gautham R Shenoy2009-04-141-9/+118
| | |_|_|_|/ | |/| | | |
* | | | | | perf_counter: Fix cpu migration counterPaul Mackerras2009-06-021-0/+1
* | | | | | perf_counter: Initialize per-cpu context earlier on cpu upPaul Mackerras2009-06-021-2/+4
* | | | | | perf_counter: Fix dynamic irq_period loggingPeter Zijlstra2009-05-231-1/+2
* | | | | | perf_counter: Optimize context switch between identical inherited contextsPaul Mackerras2009-05-221-1/+1
* | | | | | Merge commit 'v2.6.30-rc6' into perfcounters/coreIngo Molnar2009-05-181-1/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | sched: account system time properlyEric Dumazet2009-04-291-1/+1
| | |/ / / | |/| | |
* | | | | perf_counter: initialize the per-cpu context earlierIngo Molnar2009-05-041-1/+4
* | | | | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-04-291-15/+149
|\| | | |
| * | | | sched: Avoid printing sched_group::__cpu_power for default caseGautham R Shenoy2009-04-171-2/+6
| * | | | tracing, sched: mark get_parent_ip() notraceLai Jiangshan2009-04-141-1/+1
| |/ / /
| * | | Merge commit 'v2.6.30-rc1' into sched/urgentIngo Molnar2009-04-081-353/+788
| |\ \ \ | | | |/ | | |/|
| * | | sched: Print sched_group::__cpu_power in sched_domain_debugGautham R Shenoy2009-04-011-1/+2
| * | | cpuacct: add per-cgroup utime/stime statisticsBharata B Rao2009-04-011-6/+81
| * | | posixtimers, sched: Fix posix clock monotonicityHidetoshi Seto2009-04-011-8/+57
| * | | cpuacct: make cpuacct hierarchy walk in cpuacct_charge() safe when rcupreempt...Bharata B Rao2009-03-311-0/+5
* | | | perfcounters, sched: remove __task_delta_exec()Ingo Molnar2009-04-201-23/+0
* | | | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-04-071-3/+11
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-04-061-3/+11
| |\ \ \
| | * | | hrtimer: fix rq->lock inversion (again)Peter Zijlstra2009-03-311-3/+11
* | | | | perf_counter: remove rq->lock usagePeter Zijlstra2009-04-071-20/+0
* | | | | perf_counter: generic context switch eventPeter Zijlstra2009-04-061-6/+0
* | | | | Merge branch 'linus' into perfcounters/core-v2Ingo Molnar2009-04-061-325/+809
|\| | | |