summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-146-25/+35
|\
| * x86, mce: Clean up thermal init by introducing intel_thermal_supported()Hidetoshi Seto2009-12-141-5/+12
| * x86, mce: Thermal monitoring depends on APIC being enabledCyrill Gorcunov2009-12-141-2/+3
| * x86: Limit the number of processor bootup messagesMike Travis2009-12-115-15/+16
| * Merge commit 'linus/master' into x86/urgentH. Peter Anvin2009-12-112-2/+2
| |\
| * | x86, AMD: Fix stale cpuid4_info shared_map data in shared_cpu_map cpumasksPrarit Bhargava2009-12-101-6/+7
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-144-60/+60
|\ \ \
| * | | percpu: make percpu symbols in x86 uniqueTejun Heo2009-10-293-46/+46
| * | | percpu: make percpu symbols in cpufreq uniqueTejun Heo2009-10-291-14/+14
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-111-2/+3
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'linus' into x86/urgentIngo Molnar2009-12-093-13/+46
| |\ \ \
| * | | | x86, mce: fix confusion between bank attributes and mce attributesHidetoshi Seto2009-12-081-1/+1
| * | | | x86/mce: Set up timer unconditionallyJan Beulich2009-12-081-1/+2
| * | | | Merge branch 'linus' into x86/urgentIngo Molnar2009-12-0716-124/+322
| |\ \ \ \
* | \ \ \ \ Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-111-10/+21
|\ \ \ \ \ \
| * | | | | | x86, perf events: Check if we have APIC enabledCyrill Gorcunov2009-12-101-6/+12
| * | | | | | perf_event: Fix variable initialization in other codepathsXiao Guangrong2009-12-101-0/+4
| * | | | | | x86/perf: Exclude the debug stack from the callchainsFrederic Weisbecker2009-12-061-4/+5
* | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2009-12-118-47/+57
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | [ACPI/CPUFREQ] Introduce bios_limit per cpu cpufreq sysfs interfaceThomas Renninger2009-11-243-24/+29
| * | | | | | [CPUFREQ] use an enum for speedstep processor identificationRusty Russell2009-11-244-17/+17
| * | | | | | [CPUFREQ] powernow-k6: set transition latency value so ondemand governor can ...Krzysztof Helt2009-11-241-1/+1
| * | | | | | [CPUFREQ] cpumask: don't put a cpumask on the stack in x86...cpufreq/powernow...Rusty Russell2009-11-241-5/+10
* | | | | | | Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds2009-12-091-1/+1
|\ \ \ \ \ \ \
| * | | | | | | ACPICA: Add post-order callback to acpi_walk_namespaceLin Ming2009-11-241-1/+1
| |/ / / / / /
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Merge branch 'for-next' into for-linusJiri Kosina2009-12-071-1/+1
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-082-3/+8
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | x86, mce: don't restart timer if disabledHidetoshi Seto2009-12-021-2/+4
| * | | | | | x86: Fix typo in Intel CPU cache size descriptorDave Jones2009-11-101-1/+1
| * | | | | | x86: Add new Intel CPU cache size descriptorsDave Jones2009-11-101-0/+3
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-12-083-13/+46
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | x86, mtrr: Fix sorting of mtrr after subtractingYinghai Lu2009-11-241-9/+40
| * | | | | x86, numa: Use near(er) online node instead of roundrobin for NUMAYinghai Lu2009-11-231-1/+5
| * | | | | x86: When cleaning MTRRs, do not fold WP into UCYinghai Lu2009-11-171-2/+0
| * | | | | x86, mm: Clean up and simplify NX enablementH. Peter Anvin2009-11-161-1/+1
* | | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-057-35/+21
|\ \ \ \ \ \
| * | | | | | x86, cpu: mv display_cacheinfo -> cpu_detect_cache_sizesBorislav Petkov2009-11-236-7/+7
| * | | | | | x86: Fix cpu_devs[] initialization in early_cpu_init()Ingo Molnar2009-11-141-8/+14
| * | | | | | x86: Remove CPU cache size output for non-Intel tooRoland Dreier2009-11-141-5/+0
| * | | | | | x86: Minimise printk spew from per-vendor init codeDave Jones2009-11-141-1/+2
| * | | | | | x86: Remove the CPU cache size printk'sDave Jones2009-11-131-16/+0
* | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-12-051-1/+1
|\ \ \ \ \ \ \
| * | | | | | | x86, apic: Enable lapic nmi watchdog on AMD Family 11hMikael Pettersson2009-12-031-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-055-68/+274
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | Merge branch 'perf/mce' into perf/coreIngo Molnar2009-12-033-43/+93
| |\ \ \ \ \
| | * | | | | x86, mce: Add __cpuinit to hotplug callback functionsHidetoshi Seto2009-11-261-2/+3
| | * | | | | x86, mce: Fix __init annotationsHidetoshi Seto2009-11-122-3/+3
| | * | | | | x86: Mark the thermal init functions __initYong Wang2009-11-111-2/+2
OpenPOWER on IntegriCloud