summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
* x86, perf, nmi: Disable perf if counters are not accessibleDon Zickus2010-11-261-0/+20
* perf, amd: Use kmalloc_node(,__GFP_ZERO) for northbridge structure allocationPeter Zijlstra2010-11-101-2/+2
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-272-77/+160
|\
| * perf, x86: Use NUMA aware allocations for PEBS/BTS/DS allocationsPeter Zijlstra2010-10-221-3/+6
| * perf, x86: Clean up reserve_ds_buffers() signaturePeter Zijlstra2010-10-222-12/+6
| * perf, x86: Less disastrous PEBS/BTS buffer allocation failurePeter Zijlstra2010-10-222-16/+47
| * perf, x86: Fixup the precise_ip computationPeter Zijlstra2010-10-221-4/+5
| * perf, x86: Extract DS alloc/free functionsPeter Zijlstra2010-10-221-14/+26
| * perf, x86: Extract PEBS/BTS allocation functionsPeter Zijlstra2010-10-221-34/+56
| * perf, x86: Extract PEBS/BTS buffer free routinesPeter Zijlstra2010-10-221-5/+25
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2010-10-261-0/+1
|\ \
| | \
| | \
| *-. \ Merge branches 'bugzilla-15807', 'bugzilla-15979-v2' and 'bugzilla-19162' int...Len Brown2010-10-251-0/+1
| |\ \ \
| | * | | acpi-cpufreq: fix a memleak when unloading driverZhang Rui2010-10-121-0/+1
* | | | | replace nested max/min macros with {max,min}3 macroHagen Paul Pfeifer2010-10-261-0/+1
* | | | | perf, x86: Fix up kmap_atomic() typePeter Zijlstra2010-10-261-3/+2
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2010-10-262-3/+3
|\ \ \ \ \
| * | | | | [CPUFREQ]: x86, cpufreq: Mark longrun_get_policy with __cpuinit.Rakib Mullick2010-10-221-1/+1
| * | | | | [CPUFREQ] arch/x86/kernel/cpu/cpufreq: Fix unsigned return typeJulia Lawall2010-10-222-2/+2
| | | | | |
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
*-------. \ \ \ \ \ 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
OpenPOWER on IntegriCloud