aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAge
* Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Ingo Molnar2009-12-28
|\
| * cpumask: rename tsk_cpumask to tsk_cpus_allowedRusty Russell2009-12-16
| * Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-16
| |\
| * | tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa2009-12-15
| * | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-14
| |\ \
| * \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-14
| |\ \ \
| | * | | percpu: make percpu symbols in x86 uniqueTejun Heo2009-10-29
| | * | | percpu: make percpu symbols in cpufreq uniqueTejun Heo2009-10-29
| * | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-11
| |\ \ \ \
| * \ \ \ \ Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-11
| |\ \ \ \ \
| | * | | | | x86, perf events: Check if we have APIC enabledCyrill Gorcunov2009-12-10
| | * | | | | perf_event: Fix variable initialization in other codepathsXiao Guangrong2009-12-10
| | * | | | | x86/perf: Exclude the debug stack from the callchainsFrederic Weisbecker2009-12-06
| * | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2009-12-11
| |\ \ \ \ \ \
| | * | | | | | [ACPI/CPUFREQ] Introduce bios_limit per cpu cpufreq sysfs interfaceThomas Renninger2009-11-24
| | * | | | | | [CPUFREQ] use an enum for speedstep processor identificationRusty Russell2009-11-24
| | * | | | | | [CPUFREQ] powernow-k6: set transition latency value so ondemand governor can ...Krzysztof Helt2009-11-24
| | * | | | | | [CPUFREQ] cpumask: don't put a cpumask on the stack in x86...cpufreq/powernow...Rusty Russell2009-11-24
* | | | | | | | x86: Reenable TSC sync check at boot, even with NONSTOP_TSCPallipadi, Venkatesh2009-12-17
* | | | | | | | x86, amd: Get multi-node CPU info from NodeId MSR instead of PCI config spaceAndreas Herrmann2009-12-16
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge branch 'x86/mce' into x86/urgentIngo Molnar2009-12-15
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | cpumask: Use modern cpumask style in arch/x86/kernel/cpu/mcheck/mce-inject.cRusty Russell2009-11-04
* | | | | | | x86, mce: Clean up thermal init by introducing intel_thermal_supported()Hidetoshi Seto2009-12-14
* | | | | | | x86, mce: Thermal monitoring depends on APIC being enabledCyrill Gorcunov2009-12-14
* | | | | | | x86: Limit the number of processor bootup messagesMike Travis2009-12-11
* | | | | | | Merge commit 'linus/master' into x86/urgentH. Peter Anvin2009-12-11
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds2009-12-09
| |\ \ \ \ \ \
| | * | | | | | ACPICA: Add post-order callback to acpi_walk_namespaceLin Ming2009-11-24
| | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-09
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'for-next' into for-linusJiri Kosina2009-12-07
| | |\ \ \ \ \ \
| | | * | | | | | tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-04
* | | | | | | | | x86, AMD: Fix stale cpuid4_info shared_map data in shared_cpu_map cpumasksPrarit Bhargava2009-12-10
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge branch 'linus' into x86/urgentIngo Molnar2009-12-09
|\| | | | | | |
| * | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-08
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-12-08
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | x86, mtrr: Fix sorting of mtrr after subtractingYinghai Lu2009-11-24
| | * | | | | | | x86, numa: Use near(er) online node instead of roundrobin for NUMAYinghai Lu2009-11-23
| | * | | | | | | x86: When cleaning MTRRs, do not fold WP into UCYinghai Lu2009-11-17
| | * | | | | | | x86, mm: Clean up and simplify NX enablementH. Peter Anvin2009-11-16
* | | | | | | | | x86, mce: fix confusion between bank attributes and mce attributesHidetoshi Seto2009-12-08
* | | | | | | | | x86/mce: Set up timer unconditionallyJan Beulich2009-12-07
* | | | | | | | | Merge branch 'linus' into x86/urgentIngo Molnar2009-12-07
|\| | | | | | | | | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-05
| |\ \ \ \ \ \ \
| | * | | | | | | x86, cpu: mv display_cacheinfo -> cpu_detect_cache_sizesBorislav Petkov2009-11-23
| | * | | | | | | x86: Fix cpu_devs[] initialization in early_cpu_init()Ingo Molnar2009-11-14
| | * | | | | | | x86: Remove CPU cache size output for non-Intel tooRoland Dreier2009-11-13
| | * | | | | | | x86: Minimise printk spew from per-vendor init codeDave Jones2009-11-13
| | * | | | | | | x86: Remove the CPU cache size printk'sDave Jones2009-11-13
| * | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-12-05
| |\ \ \ \ \ \ \ \
| | * | | | | | | | x86, apic: Enable lapic nmi watchdog on AMD Family 11hMikael Pettersson2009-12-03
| | | |/ / / / / / | | |/| | | | | |