summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh...Linus Torvalds-4/+3
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds-0/+18
2008-04-21ptrace: compat_ptrace_request siginfoRoland McGrath-13/+35
2008-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tglx/l...Linus Torvalds-33/+32
2008-04-21Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds-7/+1
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds-690/+2357
2008-04-21trivial: small cleanupsPavel Machek-4/+3
2008-04-21hrtimer: optimize the softirq time optimizationThomas Gleixner-4/+3
2008-04-21hrtimer: reduce calls to hrtimer_get_softirq_time()Dimitri Sivanich-32/+32
2008-04-21clockevents: fix typo in tick-broadcast.cGlauber Costa-1/+1
2008-04-20PCI: clean up resource alignment managementIvan Kokshaysky-0/+18
2008-04-19sched: build fixIngo Molnar-1/+1
2008-04-19sched: features fixIngo Molnar-13/+2
2008-04-19sched: /debug/sched_featuresPeter Zijlstra-22/+150
2008-04-19sched: add SCHED_FEAT_DEADLINEIngo Molnar-1/+3
2008-04-19sched: debug: show a weight treePeter Zijlstra-0/+27
2008-04-19sched: fair: weight calculationsPeter Zijlstra-39/+65
2008-04-19sched: fair-group: de-couple load-balancing from the rb-treesPeter Zijlstra-10/+21
2008-04-19sched: fair-group scheduling vs latencyPeter Zijlstra-13/+31
2008-04-19sched: rt-group: optimize dequeue_rt_stackPeter Zijlstra-16/+11
2008-04-19sched: debug: add some debug code to handle the full hierarchyPeter Zijlstra-3/+32
2008-04-19sched: fair-group: SMP-nice for group schedulingPeter Zijlstra-78/+547
2008-04-19sched, cpuset: customize sched domains, coreHidetoshi Seto-7/+136
2008-04-19sched: prepatory code movementPeter Zijlstra-98/+92
2008-04-19sched: rt: multi level group constraintsPeter Zijlstra-0/+33
2008-04-19sched: task_group hierarchyPeter Zijlstra-0/+20
2008-04-19sched: fix the task_group hierarchy for UID groupingPeter Zijlstra-3/+42
2008-04-19sched: allow the group scheduler to have multiple levelsDhaval Giani-33/+54
2008-04-19sched: mix tasks and groupsDhaval Giani-14/+103
2008-04-19sched: fix checksIngo Molnar-4/+6
2008-04-19sched: old sleeper bonusPeter Zijlstra-3/+8
2008-04-19sched: add new set_cpus_allowed_ptr functionMike Travis-9/+10
2008-04-19init: move setup of nr_cpu_ids to as early as possibleMike Travis-7/+0
2008-04-19sched: remove another cpumask_t variable from stackMike Travis-9/+6
2008-04-19cpumask: use new cpus_scnprintf functionMike Travis-2/+14
2008-04-19cpumask: reduce stack usage in SD_x_INIT initializersMike Travis-120/+248
2008-04-19nodemask: use new node_to_cpumask_ptr functionMike Travis-15/+14
2008-04-19generic: reduce stack pressure in sched_affinityMike Travis-5/+6
2008-04-19cpuset: modify cpuset_set_cpus_allowed to use cpumask pointerMike Travis-22/+17
2008-04-19generic: use new set_cpus_allowed_ptr functionMike Travis-11/+14
2008-04-19sched: remove fixed NR_CPUS sized arrays in kernel_sched_cMike Travis-28/+52
2008-04-19cpumask: Cleanup more uses of CPU_MASK and NODE_MASKMike Travis-1/+1
2008-04-19sched: fix cpus_allowed settingsGregory Haskins-0/+1
2008-04-19sched: allow cpuacct stats to be resetDhaval Giani-0/+24
2008-04-19sched: cleanup cpuacct variable namesDhaval Giani-9/+9
2008-04-19tasklets: execute tasklets in the same order they were queuedOlof Johansson-22/+41
2008-04-19sched: rt-group: smp balancingPeter Zijlstra-6/+122
2008-04-19sched: rt-group: synchonised bandwidth periodPeter Zijlstra-88/+313
2008-04-19sched: fix regression with sched yieldPeter Zijlstra-1/+1
2008-04-19latencytop: optimize LT_BACKTRACEDEPTH loops a bitDmitry Adamushko-10/+17