summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2008-07-2314-256/+229
|\
| * sched: hrtick_enabled() should use cpu_active()Ingo Molnar2008-07-201-1/+1
| * Merge branch 'sched/urgent' into sched/develIngo Molnar2008-07-207-155/+66
| |\
| | * sched, x86: clean up hrtick implementationPeter Zijlstra2008-07-206-155/+64
| | * sched: fix warning in inc_rt_tasks() to not declare variable 'rq' if it's not...David Howells2008-07-181-0/+2
| * | sched: fix build error, provide partition_sched_domains() unconditionallyIngo Molnar2008-07-181-1/+10
| * | cpu hotplug: Make cpu_active_map synchronization dependency clearMax Krasnyansky2008-07-181-0/+10
| * | cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment ...Max Krasnyansky2008-07-188-71/+99
| * | sched: rework of "prioritize non-migratable tasks over migratable ones"Dmitry Adamushko2008-07-181-28/+40
| |/
| * sched: reduce stack size in isolated_cpu_setup()Mike Travis2008-07-181-1/+2
| * Revert parts of "ftrace: do not trace scheduler functions"Ingo Molnar2008-07-181-0/+2
* | Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-2350-270/+442
|\ \
| * \ Merge branch 'linus' into cpus4096-for-linusIngo Molnar2008-07-211549-78831/+148172
| |\ \
| * | | NR_CPUS: Replace NR_CPUS in speedstep-centrino.cMike Travis2008-07-201-34/+51
| * | | cpumask: Provide a generic set of CPUMASK_ALLOC macros, FIXUPMike Travis2008-07-201-7/+26
| * | | NR_CPUS: Replace NR_CPUS in cpufreq userspace routinesMike Travis2008-07-201-36/+43
| * | | NR_CPUS: Replace per_cpu(..., smp_processor_id()) with __get_cpu_varMike Travis2008-07-201-1/+1
| * | | NR_CPUS: Replace NR_CPUS in arch/x86/kernel/genapic_flat_64.cMike Travis2008-07-201-1/+1
| * | | NR_CPUS: Replace NR_CPUS in arch/x86/kernel/genx2apic_uv_x.cMike Travis2008-07-201-2/+2
| * | | NR_CPUS: Replace NR_CPUS in arch/x86/kernel/cpu/proc.cMike Travis2008-07-201-1/+1
| * | | NR_CPUS: Replace NR_CPUS in arch/x86/kernel/cpu/mcheck/mce_64.cMike Travis2008-07-201-1/+1
| * | | cpumask: Optimize cpumask_of_cpu in lib/smp_processor_id.c, fixIngo Molnar2008-07-181-1/+1
| * | | cpumask: Use optimized CPUMASK_ALLOC macros in the centrino_targetMike Travis2008-07-181-28/+45
| * | | cpumask: Provide a generic set of CPUMASK_ALLOC macrosMike Travis2008-07-181-0/+21
| * | | cpumask: Optimize cpumask_of_cpu in lib/smp_processor_id.cMike Travis2008-07-181-3/+3
| * | | cpumask: Optimize cpumask_of_cpu in kernel/time/tick-common.cMike Travis2008-07-181-7/+7
| * | | cpumask: Optimize cpumask_of_cpu in drivers/misc/sgi-xp/xpc_main.cMike Travis2008-07-181-1/+2
| * | | cpumask: Optimize cpumask_of_cpu in arch/x86/kernel/ldt.cMike Travis2008-07-181-3/+3
| * | | cpumask: Optimize cpumask_of_cpu in arch/x86/kernel/io_apic_64.cMike Travis2008-07-181-3/+1
| * | | cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis2008-07-1814-35/+91
| * | | Merge branch 'linus' into cpus4096Ingo Molnar2008-07-181704-192820/+103628
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'linus' into cpus4096Ingo Molnar2008-07-162558-99494/+166457
| |\ \ \
| * | | | Revert "cpumask: introduce new APIs"Ingo Molnar2008-07-061-4/+0
| * | | | Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar2008-07-061401-14379/+33352
| |\ \ \ \
| * | | | | cpumask: make for_each_cpu_mask a bit smallerAlexander van Heukelum2008-05-231-8/+8
| * | | | | net: Pass reference to cpumask variable in net/sunrpc/svc.cMike Travis2008-05-231-1/+1
| * | | | | clocksource/events: use performance variant for_each_cpu_mask_nrMike Travis2008-05-232-4/+3
| * | | | | infiniband: use performance variant for_each_cpu_mask_nrMike Travis2008-05-231-2/+2
| * | | | | x86: use performance variant for_each_cpu_mask_nrMike Travis2008-05-2311-31/+31
| * | | | | net: use performance variant for_each_cpu_mask_nrMike Travis2008-05-232-3/+3
| * | | | | mm: use performance variant for_each_cpu_mask_nrMike Travis2008-05-232-3/+3
| * | | | | core: use performance variant for_each_cpu_mask_nrMike Travis2008-05-238-34/+34
| * | | | | cpufreq: use performance variant for_each_cpu_mask_nrMike Travis2008-05-233-10/+10
| * | | | | acpi: use performance variant for_each_cpu_mask_nrMike Travis2008-05-231-3/+3
| * | | | | x86: Add performance variants of cpumask operatorsMike Travis2008-05-232-30/+71
| * | | | | cpu: change some globals to statics in drivers/base/cpu.c v2Mike Travis2008-05-231-2/+2
| * | | | | sched: replace MAX_NUMNODES with nr_node_ids in kernel/sched.cMike Travis2008-05-231-9/+9
* | | | | | Merge branch 'core/softlockup-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2008-07-236-15/+86
|\ \ \ \ \ \
| * | | | | | softlockup: fix invalid proc_handler for softlockup_panicHiroshi Shimamoto2008-07-181-1/+1
| * | | | | | Merge branch 'linus' into core/softlockupIngo Molnar2008-07-152669-98449/+173364
| |\ \ \ \ \ \
OpenPOWER on IntegriCloud