aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sched: Fix dynamic power-balancing crashIngo Molnar2009-09-041-2/+5
* sched: Remove reciprocal for cpu_powerPeter Zijlstra2009-09-042-75/+36
* sched: Try to deal with low capacity, fix update_sd_power_savings_stats()Gautham R Shenoy2009-09-041-1/+1
* sched: Try to deal with low capacityPeter Zijlstra2009-09-041-5/+28
* sched: Scale down cpu_power due to RT tasksPeter Zijlstra2009-09-044-7/+72
* sched: Implement dynamic cpu_powerPeter Zijlstra2009-09-041-3/+35
* sched: Add smt_gainPeter Zijlstra2009-09-043-1/+9
* sched: Update the cpu_power sum during load-balancePeter Zijlstra2009-09-041-4/+29
* sched: Add SD_PREFER_SIBLINGPeter Zijlstra2009-09-042-15/+28
* 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-042-246/+321
|\ \
| | * init: Move sched_clock_init after late_time_initThomas Gleixner2009-08-271-1/+1
| * | 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-022-1/+106
* | | sched: Provide iowait countersArjan van de Ven2009-09-024-0/+17
* | | Merge commit 'v2.6.31-rc8' into sched/coreIngo Molnar2009-09-02896-6817/+12017
|\ \ \
| * | | Linux 2.6.31-rc8Linus Torvalds2009-08-271-1/+1
| * | | 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
| * | | xenfb: connect to backend before registering fbJeremy Fitzhardinge2009-08-271-4/+4
| * | | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2009-08-272-85/+177
| |\ \ \
| | * | | inotify: Ensure we alwasy write the terminating NULL.Eric W. Biederman2009-08-271-7/+6
| | * | | inotify: fix locking around inotify watching in the idrEric Paris2009-08-271-10/+40
| | * | | inotify: do not BUG on idr entries at inotify destructionEric Paris2009-08-271-2/+31
| | * | | inotify: seperate new watch creation updating existing watchesEric Paris2009-08-271-69/+103
| | | |/ | | |/|
| * | | lmb: Remove __init from lmb_end_of_DRAM()Benjamin Herrenschmidt2009-08-271-1/+1
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2009-08-2710-134/+107
| |\ \ \
| | * | | 9p: update documentation pointersEric Van Hensbergen2009-08-171-0/+3
| | * | | 9p: remove unnecessary v9fses->options which duplicates the mount stringAbhishek Kulkarni2009-08-173-35/+10
| | * | | net/9p: insulate the client against an invalid error code sent by a 9p serverAbhishek Kulkarni2009-08-172-7/+2
| | * | | 9p: Add missing cast for the error return value in v9fs_get_inodeAbhishek Kulkarni2009-08-171-1/+1
| | * | | 9p: Remove redundant inode uid/gid assignmentAbhishek Kulkarni2009-08-171-5/+0
| | * | | 9p: Fix possible regressions when ->get_sb fails.Abhishek Kulkarni2009-08-171-4/+7
| | * | | 9p: Fix v9fs show_optionsAbhishek Kulkarni2009-08-171-2/+2
| | * | | 9p: Fix possible memleak in v9fs_inode_from fid.Abhishek Kulkarni2009-08-171-9/+4
| | * | | 9p: minor comment fixesAbhishek Kulkarni2009-08-175-24/+21
| | * | | 9p: Fix possible inode leak in v9fs_get_inode.Abhishek Kulkarni2009-08-171-49/+56
| | * | | 9p: Check for error in return value of v9fs_fid_addAbhishek Kulkarni2009-08-171-1/+4
| | | |/ | | |/|
| * | | ipv4: make ip_append_data() handle NULL routing tableJulien TINNES2009-08-271-0/+2