summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
*-------. Merge branches 'softirq-for-linus', 'x86-debug-for-linus', 'x86-numa-for-linu...Linus Torvalds2010-10-231-3/+1
|\ \ \ \ \
| | | * | | x86, numa: Assign CPUs to nodes in round-robin manner on fake NUMANikanth Karthikesan2010-10-111-3/+1
| | | |/ /
* | | | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-222-0/+2
|\ \ \ \ \
| * | | | | llseek: automatically add .llseek fopArnd Bergmann2010-10-152-0/+2
| |/ / / /
* | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-211-3/+24
|\ \ \ \ \
| * | | | | apic, x86: Use BIOS settings for IBS and MCE threshold interrupt LVT offsetsRobert Richter2010-10-201-3/+24
| * | | | | Merge branch 'linus' into irq/coreIngo Molnar2010-10-204-14/+22
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'x86/urgent' of into irq/sparseirqThomas Gleixner2010-10-125-2/+15
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'x86/cleanups' into irq/sparseirqThomas Gleixner2010-10-123-3/+3
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-211-22/+106
|\ \ \ \ \ \ \ \
| * | | | | | | | x86, mtrr: Support mtrr lookup for range spanning across MTRR rangeVenkatesh Pallipadi2010-09-101-7/+77
| * | | | | | | | x86, mtrr: Refactor MTRR type overlap check codeVenkatesh Pallipadi2010-09-101-15/+29
* | | | | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-10-211-7/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86, fpu: Merge fpu_init()Brian Gerst2010-09-091-7/+0
* | | | | | | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-10-211-1/+1
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| * | | | | | | | | therm_throt.c: Trivial printk message fix for a unsuitable abbreviation of 't...Jin Dongming2010-09-051-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-10-212-5/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86, cpu: Fix X86_FEATURE_NOPLBorislav Petkov2010-10-041-5/+10
| * | | | | | | | | x86, cpu: Re-run get_cpu_cap() after adjusting the CPUID levelH. Peter Anvin2010-09-203-1/+3
* | | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-10-213-3/+3
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| * | | | | | | | | x86, cleanup: Remove obsolete boot_cpu_id variableRobert Richter2010-08-123-3/+3
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-215-36/+70
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86, amd: Extract compute unit information for AMD CPUsAndreas Herrmann2010-10-011-5/+15
| * | | | | | | | | x86, amd: Add support for CPUID topology extension of AMD CPUsAndreas Herrmann2010-10-011-24/+26
| * | | | | | | | | x86, nmi: Support NMI watchdog on newer AMD CPU familiesAndreas Herrmann2010-10-011-5/+4
| * | | | | | | | | x86, mtrr: Assume SYS_CFG[Tom2ForceMemTypeWB] exists on all future AMD CPUsAndreas Herrmann2010-10-011-1/+1
| * | | | | | | | | Merge remote branch 'origin/x86/cpu' into x86/amd-nbH. Peter Anvin2010-10-012-1/+24
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | x86, kvm: add new AMD SVM feature bitsAndre Przywara2010-09-081-0/+6
| | * | | | | | | | x86, AMD: Remove needless CPU family check (for L3 cache info)Andreas Herrmann2010-09-051-1/+1
| | * | | | | | | | x86, tsc: Remove CPU frequency calibration on AMDBorislav Petkov2010-08-251-0/+17
| * | | | | | | | | x86, k8: Rename k8.[ch] to amd_nb.[ch] and CONFIG_K8_NB to CONFIG_AMD_NBAndreas Herrmann2010-09-201-5/+5
| * | | | | | | | | x86, k8-gart: Decouple handling of garts and northbridgesAndreas Herrmann2010-09-171-2/+2
| * | | | | | | | | x86, cacheinfo: Fix dependency of AMD L3 CIDAndreas Herrmann2010-09-171-4/+4
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-10-215-193/+404
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | irq_work: Add generic hardirq context callbacksPeter Zijlstra2010-10-181-19/+0
| * | | | | | | | perf_events: Fix bogus AMD64 generic TLB eventsStephane Eranian2010-10-181-2/+2
| * | | | | | | | Merge commit 'v2.6.36-rc7' into perf/coreIngo Molnar2010-10-085-7/+16
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | perf, gcc-4.6: Fix set but unused variableAndi Kleen2010-10-051-2/+0
| * | | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-10-052-2/+16
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2010-09-152-6/+7
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | perf_events: Fix BTS interrupt handling to avoid being dazed by NMI (v2)Stephane Eranian2010-09-132-8/+9
| * | | | | | | | | perf: Remove the sysfs bitsPeter Zijlstra2010-09-091-1/+0
| * | | | | | | | | perf: Rework the PMU methodsPeter Zijlstra2010-09-093-47/+63
| * | | | | | | | | perf: Per PMU disablePeter Zijlstra2010-09-091-7/+9
| * | | | | | | | | perf: Reduce perf_disable() usagePeter Zijlstra2010-09-091-8/+14
| * | | | | | | | | perf: Register PMU implementationsPeter Zijlstra2010-09-091-17/+28
| * | | | | | | | | perf: Deconstify struct pmuPeter Zijlstra2010-09-091-7/+7
| * | | | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-09-093-20/+56
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | perf, x86, Pentium4: Add RAW events verificationCyrill Gorcunov2010-09-011-24/+268
| * | | | | | | | | | Merge branch 'perf/urgent' into perf/coreFrederic Weisbecker2010-08-271-0/+2
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
OpenPOWER on IntegriCloud