summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* sched: Scale down cpu_power due to RT tasksPeter Zijlstra2009-09-043-7/+71
* sched: Implement dynamic cpu_powerPeter Zijlstra2009-09-041-3/+35
* sched: Add smt_gainPeter Zijlstra2009-09-041-1/+7
* sched: Update the cpu_power sum during load-balancePeter Zijlstra2009-09-041-4/+29
* sched: Add SD_PREFER_SIBLINGPeter Zijlstra2009-09-041-1/+13
* sched: Restore __cpu_power to a straight sum of powerPeter Zijlstra2009-09-041-16/+12
*-. Merge branches 'sched/domains' and 'sched/clock' into sched/coreIngo Molnar2009-09-041-245/+320
|\ \
| * | sched: Consolidate definition of variable sd in __build_sched_domainsAndreas Herrmann2009-08-181-9/+4
| * | sched: Separate out build of NUMA sched groups from __build_sched_domainsAndreas Herrmann2009-08-181-63/+67
| * | sched: Separate out build of ALLNODES sched groups from __build_sched_domainsAndreas Herrmann2009-08-181-5/+8
| * | sched: Separate out build of CPU sched groups from __build_sched_domainsAndreas Herrmann2009-08-181-9/+9
| * | sched: Separate out build of MC sched groups from __build_sched_domainsAndreas Herrmann2009-08-181-13/+10
| * | sched: Separate out build of SMT sched groups from __build_sched_domainsAndreas Herrmann2009-08-181-11/+20
| * | sched: Separate out build of SMT sched domain from __build_sched_domainsAndreas Herrmann2009-08-181-13/+19
| * | sched: Separate out build of MC sched domain from __build_sched_domainsAndreas Herrmann2009-08-181-12/+18
| * | sched: Separate out build of CPU sched domain from __build_sched_domainsAndreas Herrmann2009-08-181-9/+17
| * | sched: Separate out build of NUMA sched domain from __build_sched_domainsAndreas Herrmann2009-08-181-25/+32
| * | sched: Separate out allocation/free/goto-hell from __build_sched_domainsAndreas Herrmann2009-08-181-72/+99
| * | sched: Use structure to store local data in __build_sched_domainsAndreas Herrmann2009-08-181-76/+89
* | | sched: Add wait, sleep and iowait accounting tracepointsPeter Zijlstra2009-09-021-1/+11
* | | sched: Provide iowait countersArjan van de Ven2009-09-023-0/+13
* | | Merge commit 'v2.6.31-rc8' into sched/coreIngo Molnar2009-09-0229-356/+644
|\ \ \
| * | | module: workaround duplicate section namesJames Bottomley2009-08-271-1/+2
| * | | module: fix BUG_ON() for powerpc (and other function descriptor archs)Rusty Russell2009-08-271-2/+4
| | |/ | |/|
| * | clone(): fix race between copy_process() and de_thread()Oleg Nesterov2009-08-271-15/+5
| * | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-08-251-1/+1
| |\ \
| | * | perf_counter: Fix typo in read() output generationPeter Zijlstra2009-08-211-1/+1
| * | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-08-253-11/+14
| |\ \ \
| | * | | clockevent: Prevent dead lock on clockevents_lockSuresh Siddha2009-08-192-10/+13
| | * | | timers: Drop write permission on /proc/timer_listAmerigo Wang2009-08-171-1/+1
| * | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-08-252-16/+13
| |\ \ \ \
| | * | | | tracing: handle broken names in ftrace filterJiri Olsa2009-08-191-6/+11
| | * | | | ftrace: Unify effect of writing to trace_options and option/*Zhaolei2009-08-181-10/+2
| | | |_|/ | | |/| |
| * | | | Merge branch 'perfcounters-fixes-for-linus-2' of git://git.kernel.org/pub/scm...Linus Torvalds2009-08-191-0/+15
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | perf_counter: Fix the PARISC buildIngo Molnar2009-08-181-0/+4
| | * | | perf_counter: Check task on counter read IPIPaul Mackerras2009-08-171-0/+11
| | | |/ | | |/|
| * | | mm: revert "oom: move oom_adj value"KOSAKI Motohiro2009-08-191-1/+0
| * | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-08-181-2/+8
| |\ \ \ | | |_|/ | |/| |
| | * | genirq: Wake up irq thread after action has been installedThomas Gleixner2009-08-181-2/+8
| | |/
| * / Security/SELinux: seperate lsm specific mmap_min_addrEric Paris2009-08-171-3/+4
| |/
| * genirq: prevent wakeup of freed irq threadLinus Torvalds2009-08-131-10/+7
| * Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-08-131-102/+236
| |\
| | * perf_counter: Report the cloning task as parent on perf_counter_fork()Peter Zijlstra2009-08-131-2/+2
| | * perf_counter: Fix an ipi-deadlockPeter Zijlstra2009-08-131-1/+5
| | * perf: Rework/fix the whole read vs group stuffPeter Zijlstra2009-08-131-72/+202
| | * perf_counter: Fix swcounter context invariancePeter Zijlstra2009-08-131-26/+18
| | * perf_counter: Provide hw_perf_counter_setup_online() APIsIngo Molnar2009-08-131-1/+9
| * | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-08-133-10/+29
| |\ \
| | * | futex: Fix handling of bad requeue syscall pairingDarren Hart2009-08-101-2/+9
| | * | futex: Fix compat_futex to be same as futex for REQUEUE_PIDinakar Guniguntala2009-08-101-2/+4