summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2011-01-03x86, UV, BAU: Extend for more than 16 cpus per socketCliff Wickman2-8/+23
2011-01-03x86, hwmon: Add core threshold notification to therm_throt.cR, Durgadoss3-0/+55
2011-01-03arch/x86/oprofile/op_model_amd.c: Perform initialisation on a single CPURobert Richter1-8/+16
2011-01-02Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-1/+4
2011-01-02KVM: i8259: initialize isr_ackAvi Kivity1-0/+2
2010-12-30x86: Use this_cpu_inc_return for nmi counterTejun Heo1-2/+1
2010-12-30x86: Replace uses of current_cpu_data with this_cpu opsTejun Heo10-27/+26
2010-12-30x86: Use this_cpu_ops to optimize codeTejun Heo16-62/+57
2010-12-30Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr...Ingo Molnar3-18/+43
2010-12-29Merge branch 'x86/apic-cleanups' into x86/numaH. Peter Anvin31-298/+1481
2010-12-29KVM: MMU: Fix incorrect direct gfn for unpaged mode shadowAvi Kivity1-1/+2
2010-12-27x86, paravirt: Use native_halt on a halt, not native_safe_haltCliff Wickman1-1/+1
2010-12-27x86/microcode: Fix double vfree() and remove redundant pointer checks before ...Jesper Juhl1-11/+5
2010-12-23Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git....Linus Torvalds1-3/+14
2010-12-23x86, numa: Fix cpu to node mapping for sparse node idsDavid Rientjes5-29/+25
2010-12-23x86, numa: Fake node-to-cpumask for NUMA emulationDavid Rientjes1-20/+79
2010-12-23x86, numa: Fake apicid and pxm mappings for NUMA emulationDavid Rientjes5-24/+95
2010-12-23x86, numa: Avoid compiling NUMA emulation functions without CONFIG_NUMA_EMUDavid Rientjes4-2/+12
2010-12-23x86, numa: Reduce minimum fake node size to 32MDavid Rientjes1-1/+1
2010-12-23x86, acpi: Parse all SRAT cpu entries even above the cpu number limitationYinghai Lu3-0/+16
2010-12-23x86, acpi: Add MAX_LOCAL_APIC for 32bitYinghai Lu3-2/+3
2010-12-23Merge commit 'v2.6.37-rc7' into x86/securityIngo Molnar55-224/+515
2010-12-22x86, nmi_watchdog: Remove ARCH_HAS_NMI_WATCHDOG and rely on CONFIG_HARDLOCKUP...Don Zickus5-17/+3
2010-12-22x86, UV: Fix the effect of extra bits in the hub nodeid registerJack Steiner1-12/+21
2010-12-22x86, UV: Add common uv_early_read_mmr() function for reading MMRsJack Steiner1-16/+14
2010-12-22Merge commit 'v2.6.37-rc7' into perf/coreIngo Molnar21-64/+226
2010-12-19Merge branches 'x86-fixes-for-linus' and 'perf-fixes-for-linus' of git://git....Linus Torvalds8-28/+38
2010-12-19oprofile, x86: Add support for 6 counters (AMD family 15h)Robert Richter2-18/+40
2010-12-19oprofile, x86: Add support for AMD family 15hRobert Richter1-0/+3
2010-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds5-14/+57
2010-12-18Merge branch 'this_cpu_ops' into for-2.6.38Tejun Heo2-37/+153
2010-12-18cpuops: Use cmpxchg for xchg to avoid lock semanticsChristoph Lameter1-6/+15
2010-12-18x86: this_cpu_cmpxchg and this_cpu_xchg operationsChristoph Lameter2-1/+109
2010-12-17x86, kexec: Limit the crashkernel address appropriatelyH. Peter Anvin1-3/+14
2010-12-17x86: avoid high BIOS area when allocating address spaceBjorn Helgaas2-1/+5
2010-12-17x86: avoid E820 regions when allocating address spaceBjorn Helgaas1-1/+37
2010-12-17x86: avoid low BIOS area when allocating address spaceBjorn Helgaas3-3/+12
2010-12-17Revert "x86/PCI: allocate space from the end of a region, not the beginning"Bjorn Helgaas1-11/+6
2010-12-17Revert "x86: allocate space within a region top-down"Bjorn Helgaas1-1/+0
2010-12-17Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-12/+15
2010-12-17percpu,x86: relocate this_cpu_add_return() and friendsTejun Heo1-36/+35
2010-12-17Merge branch 'this_cpu_ops' into for-2.6.38Tejun Heo8-10/+167
2010-12-17x86: Support for this_cpu_add, sub, dec, inc_returnChristoph Lameter1-0/+43
2010-12-17xen: Use this_cpu_opsChristoph Lameter4-11/+11
2010-12-17kprobes: Use this_cpu_opsChristoph Lameter1-7/+7
2010-12-16x86-32: Make sure we can map all of lowmem if we need toH. Peter Anvin2-6/+8
2010-12-16KVM: Fix preemption counter leak in kvm_timer_init()Avi Kivity1-1/+3
2010-12-16perf, x86: Provide a PEBS capable cycle eventPeter Zijlstra1-0/+26
2010-12-16perf: Dynamic pmu typesPeter Zijlstra1-1/+1
2010-12-16perf, x86: Detect broken BIOSes that corrupt the PMUPeter Zijlstra1-6/+42