summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
* x86/platform: Remove incorrect error message in x86_default_fixup_cpu_id()Andreas Herrmann2012-04-162-12/+4
* x86/amd: Remove broken links from comment and kernel messageAndreas Herrmann2012-04-161-2/+2
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-04-041-0/+13
|\
| * perf/x86/p4: Add format attributesPeter Zijlstra2012-04-031-0/+13
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-315-1/+90
|\ \ | |/
| * Merge branch 'linus' into perf/urgentIngo Molnar2012-03-268-76/+269
| |\
| * | perf: Fix mmap_page capabilities and docsPeter Zijlstra2012-03-231-1/+9
| * | perf: Adding sysfs group format attribute for pmu deviceJiri Olsa2012-03-165-0/+81
* | | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-292-5/+9
|\ \ \
| * | | x86, mtrr: Use explicit sizing and padding for the 64-bit ioctlsH. Peter Anvin2012-03-011-4/+6
| * | | x32: Handle process creationH. Peter Anvin2012-02-201-1/+3
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-291-1/+1
|\ \ \ \
| * | | | x86: Fix excessive MSR print out when show_msr is not specifiedYinghai Lu2012-03-231-1/+1
* | | | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-284-4/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Disintegrate asm/system.h for X86David Howells2012-03-284-4/+0
| |/ / /
* | | | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2012-03-241-0/+1
|\ \ \ \
| * | | | x86: relocate get/set debugreg fcns to include/asm/debugreg.Paul Gortmaker2012-02-281-0/+1
* | | | | bitops: rename for_each_set_bit_cont() in favor of analogous list.h functionAkinobu Mita2012-03-231-2/+2
| |/ / / |/| | |
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-221-1/+1
|\ \ \ \
| * | | | x86, mce: Fix rcu splat in drain_mce_log_buffer()Srivatsa S. Bhat2012-03-071-1/+1
* | | | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-223-64/+164
|\ \ \ \ \
| * \ \ \ \ Merge tag 'mce-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/...Ingo Molnar2012-03-142-8/+15
| |\ \ \ \ \
| | * | | | | x86/mce: Fix return value of mce_chrdev_read() when erst is disabledNaoya Horiguchi2012-02-221-0/+6
| | * | | | | x86/mce: Convert static array of pointers to per-cpu variablesGreg Kroah-Hartman2012-02-222-8/+9
| * | | | | | Merge tag 'v3.3-rc7' into x86/mceIngo Molnar2012-03-147-15/+84
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | Merge tag 'mce-recovery-for-tip' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2012-02-241-4/+10
| |\ \ \ \ \ \
| | * | | | | | x86/mce: Replace hard coded hex constants with symbolic definesTony Luck2012-01-261-4/+10
| * | | | | | | Merge tag 'mce-recovery-for-tip' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2012-01-262-54/+141
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | / / | | |_|_|_|/ / | |/| | | | |
| | * | | | | x86/mce: Recognise machine check bank signature for data path errorTony Luck2012-01-031-1/+15
| | * | | | | x86/mce: Handle "action required" errorsTony Luck2012-01-031-42/+53
| | * | | | | x86/mce: Add mechanism to safely save information in MCE handlerTony Luck2012-01-031-0/+43
| | * | | | | x86/mce: Create helper function to save addr/misc when neededTony Luck2012-01-031-8/+23
| | * | | | | HWPOISON: Clean up memory_failure() vs. __memory_failure()Tony Luck2012-01-031-4/+8
* | | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-221-2/+1
|\ \ \ \ \ \ \
| * | | | | | | i387: Split up <asm/i387.h> into exported and internal interfacesLinus Torvalds2012-02-211-0/+1
| * | | | | | | i387: Uninline the generic FP helpers that we expose to kernel modulesLinus Torvalds2012-02-211-2/+0
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-03-221-7/+7
|\ \ \ \ \ \ \
| * | | | | | | x86/debug: Fix/improve the show_msr=<cpus> debug print outYinghai Lu2012-02-121-7/+7
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-03-203-0/+93
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Merge 3.3-rc6 into driver-core-nextGreg Kroah-Hartman2012-03-097-15/+84
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | x86/cpu: Clean up modalias feature matchingBen Hutchings2012-02-131-2/+1
| * | | | | | x86/cpu: Fix overrun check in arch_print_cpu_modalias()Ben Hutchings2012-02-131-1/+1
| * | | | | | CPU: Introduce ARCH_HAS_CPU_AUTOPROBE and X86 partsThomas Renninger2012-01-261-0/+44
| * | | | | | X86: Introduce HW-Pstate scattered cpuid featureThomas Renninger2012-01-261-0/+1
| * | | | | | Add driver auto probing for x86 features v4Andi Kleen2012-01-262-0/+49
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'perf/hw-branch-sampling' into perf/coreIngo Molnar2012-03-126-72/+703
|\ \ \ \ \ \
| * | | | | | perf: Add callback to flush branch_stack on context switchStephane Eranian2012-03-053-7/+28
| * | | | | | perf: Disable PERF_SAMPLE_BRANCH_* when not supportedStephane Eranian2012-03-051-0/+3
| * | | | | | perf/x86: Add LBR software filter support for Intel CPUsStephane Eranian2012-03-053-33/+321
| * | | | | | perf/x86: Implement PERF_SAMPLE_BRANCH for Intel CPUsStephane Eranian2012-03-054-8/+125
OpenPOWER on IntegriCloud