summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm
AgeCommit message (Expand)AuthorFilesLines
2011-01-08Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds3-4/+159
2011-01-07Merge branch 'linus' into x86/apic-cleanupsIngo Molnar29-136/+212
2011-01-06Merge branches 'x86-alternatives-for-linus', 'x86-fpu-for-linus', 'x86-hwmon-...Linus Torvalds5-1/+41
2011-01-06Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+5
2011-01-06Merge branch 'x86-security-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2011-01-06Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-1/+33
2011-01-06Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+6
2011-01-06Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-31/+17
2011-01-06Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-16/+33
2011-01-05x86: Fix APIC ID sizing bug on larger systems, clean up MAX_APICS confusionYinghai Lu2-25/+11
2011-01-04Merge commit 'v2.6.37-rc8' into x86/apicIngo Molnar40-267/+550
2011-01-03x86, UV, BAU: Extend for more than 16 cpus per socketCliff Wickman1-4/+5
2011-01-03x86, hwmon: Add core threshold notification to therm_throt.cR, Durgadoss2-0/+15
2010-12-30x86: Replace uses of current_cpu_data with this_cpu opsTejun Heo1-2/+1
2010-12-30x86: Use this_cpu_ops to optimize codeTejun Heo1-1/+1
2010-12-30Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr...Ingo Molnar1-0/+4
2010-12-28x86, paravirt: Use native_halt on a halt, not native_safe_haltCliff Wickman1-1/+1
2010-12-24x86, acpi: Add MAX_LOCAL_APIC for 32bitYinghai Lu2-1/+2
2010-12-23Merge commit 'v2.6.37-rc7' into x86/securityIngo Molnar12-28/+48
2010-12-23x86, nmi_watchdog: Remove ARCH_HAS_NMI_WATCHDOG and rely on CONFIG_HARDLOCKUP...Don Zickus2-5/+1
2010-12-22Merge commit 'v2.6.37-rc7' into perf/coreIngo Molnar2-1/+4
2010-12-19oprofile, x86: Add support for 6 counters (AMD family 15h)Robert Richter1-0/+4
2010-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds1-0/+3
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 Lameter1-1/+106
2010-12-17x86: avoid high BIOS area when allocating address spaceBjorn Helgaas1-0/+3
2010-12-17percpu,x86: relocate this_cpu_add_return() and friendsTejun Heo1-36/+35
2010-12-17x86: Support for this_cpu_add, sub, dec, inc_returnChristoph Lameter1-0/+43
2010-12-16Merge branch 'perf/urgent' into perf/coreIngo Molnar1-0/+1
2010-12-14x86, suspend: Avoid unnecessary smp alternatives switch during suspend/resumeSuresh Siddha1-0/+1
2010-12-09x86: Unify 3 similar ways of saving mp_irqs infoFeng Tang1-0/+2
2010-12-09x86, apic: Remove early_init_lapic_mapping()Yinghai Lu1-1/+0
2010-12-09x86, apic: Unify identical register_lapic_address() functionsYinghai Lu1-0/+1
2010-12-09Merge branch 'x86/platform' into x86/apic-cleanupsThomas Gleixner5-1/+33
2010-12-09Merge branch 'x86/amd-nb' into x86/apic-cleanupsThomas Gleixner35-255/+536
2010-12-08KVM: enlarge number of possible CPUID leavesAndre Przywara1-1/+1
2010-12-07Merge commit 'v2.6.37-rc5' into perf/coreIngo Molnar8-22/+38
2010-12-06x86: Introduce text_poke_smp_batch() for batch-code modifyingMasami Hiramatsu1-0/+7
2010-12-06x86: io_apic: Split setup_ioapic_ids_from_mpc()Sebastian Andrzej Siewior1-0/+1
2010-11-28x86/pvclock: Zero last_value on resumeJeremy Fitzhardinge1-0/+1
2010-11-27Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-2/+23
2010-11-27Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+5
2010-11-26perf, x86: P4 PMU - describe config formatCyrill Gorcunov1-8/+55
2010-11-26perf, arch: Cleanup perf-pmu init vs lockup-detectorPeter Zijlstra1-2/+0
2010-11-25arch/x86/include/asm/fixmap.h: mark __set_fixmap_offset as __always_inlineAndrew Morton1-2/+2
2010-11-22Merge branches 'upstream/core', 'upstream/xenfs' and 'upstream/evtchn' into u...Jeremy Fitzhardinge3-101/+119
2010-11-18Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar2-4/+31
2010-11-18x86, cacheinfo: Cleanup L3 cache index disable supportHans Rosenfeld1-0/+1
2010-11-18x86, amd-nb: Cleanup AMD northbridge caching codeHans Rosenfeld1-9/+25
2010-11-18x86, amd-nb: Complete the rename of AMD NB and related codeHans Rosenfeld1-12/+12