summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | sched: clean up some unused variablesPeter Zijlstra2008-06-271-2/+0
| * | | | | Merge branch 'linus' into sched/develIngo Molnar2008-06-2548-498/+644
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into sched/develIngo Molnar2008-06-23283-5424/+9851
| |\ \ \ \ \ \
| * | | | | | | sched: rt: dont stop the period timer when there are tasks wanting to runPeter Zijlstra2008-06-201-1/+2
| * | | | | | | sched: rt: fix the bandwidth contraint computationsPeter Zijlstra2008-06-201-3/+8
| * | | | | | | sched: rt: move some code aroundPeter Zijlstra2008-06-201-62/+57
| * | | | | | | sched: rt: fix SMP bandwidth balancing for throttled groupsPeter Zijlstra2008-06-201-12/+29
| * | | | | | | sched: debug: add some rt debug outputPeter Zijlstra2008-06-202-3/+51
| * | | | | | | Merge branch 'sched' into sched-develIngo Molnar2008-06-192-30/+40
| |\ \ \ \ \ \ \
| * | | | | | | | sched: rework of "prioritize non-migratable tasks over migratable ones"Dmitry Adamushko2008-06-182-39/+11
| * | | | | | | | sched: fix typo in Documentation/scheduler/sched-rt-group.txtHiroshi Shimamoto2008-06-181-2/+2
| * | | | | | | | Merge branch 'linus' into sched-develIngo Molnar2008-06-16393-2468/+3936
| |\ \ \ \ \ \ \ \
| * | | | | | | | | sched: kill off dead cfs_rq_set_shares()Paul Mundt2008-06-101-8/+0
| * | | | | | | | | sched: trivial sched_features cleanupMike Galbraith2008-06-101-2/+0
| * | | | | | | | | sched: prevent bound kthreads from changing cpus_allowedDavid Rientjes2008-06-104-1/+21
| * | | | | | | | | sched: fix hotplug cpus on ia64Peter Zijlstra2008-06-102-9/+115
| * | | | | | | | | sched: move weighted_cpuload into #ifdef CONFIG_SMP sectionThomas Gleixner2008-06-061-6/+6
| * | | | | | | | | sched: Move cpu masks from kernel/sched.c into kernel/cpu.cMax Krasnyansky2008-06-063-20/+26
| * | | | | | | | | sched: CPU hotplug events must not destroy scheduler domains created by the c...Max Krasnyansky2008-06-062-0/+28
| * | | | | | | | | sched: fix cpuprio build bugIngo Molnar2008-06-061-1/+4
| * | | | | | | | | sched: fix the cpuprio count reallyThomas Gleixner2008-06-061-2/+2
| * | | | | | | | | sched: fix cpupri priocountGregory Haskins2008-06-061-1/+1
| * | | | | | | | | sched: fix cpupri hotplug supportGregory Haskins2008-06-063-22/+60
| * | | | | | | | | sched: print the sd->level in sched_domain_debug codeGautham R Shenoy2008-06-061-1/+24
| * | | | | | | | | sched: update the sched-domains debug documentationGautham R Shenoy2008-06-061-5/+2
| * | | | | | | | | sched: add comments for ifdefs in sched.cDhaval Giani2008-06-061-38/+38
| * | | | | | | | | sched: print module list in the "scheduling while atomic" warningArjan van de Ven2008-06-061-0/+1
| * | | | | | | | | sched: reorder task_struct to reduce padding on 64bit buildsRichard Kennedy2008-06-061-8/+8
| * | | | | | | | | sched: fix defined-but-unused warningRabin Vincent2008-06-061-0/+2
| * | | | | | | | | namespacecheck: more sched.c fixesIngo Molnar2008-06-061-18/+0
| * | | | | | | | | namespacecheck: fixes in kernel/sched.cThomas Gleixner2008-06-061-1/+1
| * | | | | | | | | sched: check for SD_SERIALIZE atomically in rebalance_domains()Dmitry Adamushko2008-06-061-2/+4
| * | | | | | | | | sched: fix SCHED_OTHER balance iterator to include all tasksGregory Haskins2008-06-061-12/+7
| * | | | | | | | | sched: use a 2-d bitmap for searching lowest-pri CPUGregory Haskins2008-06-065-77/+239
| * | | | | | | | | sched: make !hrtick fasterMike Galbraith2008-06-061-3/+5
| * | | | | | | | | sched: prioritize non-migratable tasks over migratable onesGregory Haskins2008-06-062-9/+72
* | | | | | | | | | Merge branch 'x86/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-07-14407-16658/+24394
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge commit 'v2.6.26' into x86/coreIngo Molnar2008-07-1421-43/+107
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| * | | | | | | | | | x86: make 64bit hpet_set_mapping to use ioremap too, v2Yinghai Lu2008-07-142-17/+4
| * | | | | | | | | | x86: get x86_phys_bits earlyYinghai Lu2008-07-143-26/+8
| * | | | | | | | | | x86: max_low_pfn_mapped fix #4Yinghai Lu2008-07-141-5/+2
| * | | | | | | | | | x86: change _node_to_cpumask_ptr to return const ptrMike Travis2008-07-133-10/+11
| * | | | | | | | | | x86: I/O APIC: remove an IRQ2-mask hackMaciej W. Rozycki2008-07-135-32/+0
| * | | | | | | | | | x86: fix numaq_tsc_disable callingYinghai Lu2008-07-134-3/+18
| * | | | | | | | | | x86, e820: remove end_user_pfnYinghai Lu2008-07-131-17/+2
| * | | | | | | | | | x86: max_low_pfn_mapped fix, #3Yinghai Lu2008-07-131-0/+14
| * | | | | | | | | | x86: max_low_pfn_mapped fix, #2Yinghai Lu2008-07-134-6/+7
| * | | | | | | | | | x86: max_low_pfn_mapped fix, #1Yinghai Lu2008-07-131-0/+11
| * | | | | | | | | | Merge branch 'linus' into x86/coreIngo Molnar2008-07-1262-190/+1812
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86_64: fix delayed signalsRoland McGrath2008-07-121-4/+3
OpenPOWER on IntegriCloud