aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
...
| * | Revert parts of "ftrace: do not trace scheduler functions"Ingo Molnar2008-07-18
* | | Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-23
|\ \ \
| * \ \ Merge branch 'linus' into cpus4096-for-linusIngo Molnar2008-07-21
| |\ \ \
| * | | | NR_CPUS: Replace NR_CPUS in speedstep-centrino.cMike Travis2008-07-20
| * | | | cpumask: Provide a generic set of CPUMASK_ALLOC macros, FIXUPMike Travis2008-07-20
| * | | | NR_CPUS: Replace NR_CPUS in cpufreq userspace routinesMike Travis2008-07-20
| * | | | NR_CPUS: Replace per_cpu(..., smp_processor_id()) with __get_cpu_varMike Travis2008-07-20
| * | | | NR_CPUS: Replace NR_CPUS in arch/x86/kernel/genapic_flat_64.cMike Travis2008-07-20
| * | | | NR_CPUS: Replace NR_CPUS in arch/x86/kernel/genx2apic_uv_x.cMike Travis2008-07-20
| * | | | NR_CPUS: Replace NR_CPUS in arch/x86/kernel/cpu/proc.cMike Travis2008-07-20
| * | | | NR_CPUS: Replace NR_CPUS in arch/x86/kernel/cpu/mcheck/mce_64.cMike Travis2008-07-20
| * | | | cpumask: Optimize cpumask_of_cpu in lib/smp_processor_id.c, fixIngo Molnar2008-07-18
| * | | | cpumask: Use optimized CPUMASK_ALLOC macros in the centrino_targetMike Travis2008-07-18
| * | | | cpumask: Provide a generic set of CPUMASK_ALLOC macrosMike Travis2008-07-18
| * | | | cpumask: Optimize cpumask_of_cpu in lib/smp_processor_id.cMike Travis2008-07-18
| * | | | cpumask: Optimize cpumask_of_cpu in kernel/time/tick-common.cMike Travis2008-07-18
| * | | | cpumask: Optimize cpumask_of_cpu in drivers/misc/sgi-xp/xpc_main.cMike Travis2008-07-18
| * | | | cpumask: Optimize cpumask_of_cpu in arch/x86/kernel/ldt.cMike Travis2008-07-18
| * | | | cpumask: Optimize cpumask_of_cpu in arch/x86/kernel/io_apic_64.cMike Travis2008-07-18
| * | | | cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis2008-07-18
| * | | | Merge branch 'linus' into cpus4096Ingo Molnar2008-07-18
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge branch 'linus' into cpus4096Ingo Molnar2008-07-15
| |\ \ \ \
| * | | | | Revert "cpumask: introduce new APIs"Ingo Molnar2008-07-06
| * | | | | Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar2008-07-06
| |\ \ \ \ \
| * | | | | | cpumask: make for_each_cpu_mask a bit smallerAlexander van Heukelum2008-05-23
| * | | | | | net: Pass reference to cpumask variable in net/sunrpc/svc.cMike Travis2008-05-23
| * | | | | | clocksource/events: use performance variant for_each_cpu_mask_nrMike Travis2008-05-23
| * | | | | | infiniband: use performance variant for_each_cpu_mask_nrMike Travis2008-05-23
| * | | | | | x86: use performance variant for_each_cpu_mask_nrMike Travis2008-05-23
| * | | | | | net: use performance variant for_each_cpu_mask_nrMike Travis2008-05-23
| * | | | | | mm: use performance variant for_each_cpu_mask_nrMike Travis2008-05-23
| * | | | | | core: use performance variant for_each_cpu_mask_nrMike Travis2008-05-23
| * | | | | | cpufreq: use performance variant for_each_cpu_mask_nrMike Travis2008-05-23
| * | | | | | acpi: use performance variant for_each_cpu_mask_nrMike Travis2008-05-23
| * | | | | | x86: Add performance variants of cpumask operatorsMike Travis2008-05-23
| * | | | | | cpu: change some globals to statics in drivers/base/cpu.c v2Mike Travis2008-05-23
| * | | | | | sched: replace MAX_NUMNODES with nr_node_ids in kernel/sched.cMike Travis2008-05-23
* | | | | | | Merge branch 'core/softlockup-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2008-07-23
|\ \ \ \ \ \ \
| * | | | | | | softlockup: fix invalid proc_handler for softlockup_panicHiroshi Shimamoto2008-07-18
| * | | | | | | Merge branch 'linus' into core/softlockupIngo Molnar2008-07-15
| |\ \ \ \ \ \ \
| * | | | | | | | softlockup: fix watchdog task wakeup frequencyJohannes Weiner2008-07-01
| * | | | | | | | softlockup: fix watchdog task wakeup frequencyJohannes Weiner2008-06-30
| * | | | | | | | softlockup: show irqtraceVegard Nossum2008-06-25
| * | | | | | | | Merge commit 'v2.6.26-rc8' into core/softlockupIngo Molnar2008-06-25
| |\ \ \ \ \ \ \ \
| * | | | | | | | | softlockup: print a module list on being stuckArjan van de Ven2008-06-18
| * | | | | | | | | Merge branch 'linus' into core/softlockupIngo Molnar2008-06-16
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | softlockup: fix NMI hangs due to lock race - 2.6.26-rc regressionJason Wessel2008-06-02
| * | | | | | | | | | softlockup: fix false positives on nohz if CPU is 100% idle for more than 60 ...Ingo Molnar2008-05-30
| * | | | | | | | | | softlockup: fix softlockup_thresh fixIngo Molnar2008-05-25
| * | | | | | | | | | softlockup: fix softlockup_thresh unaligned access and disable detection at r...Dimitri Sivanich2008-05-25