summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm
AgeCommit message (Expand)AuthorFilesLines
2010-03-01perf, x86: add some IBS macros to perf_event.hRobert Richter1-1/+3
2010-03-01perf, x86: make IBS macros available in perf_event.hRobert Richter1-0/+10
2010-02-27x86/hw-breakpoints: Remove the name fieldFrederic Weisbecker1-1/+0
2010-02-27Merge commit 'v2.6.33' into perf/coreFrederic Weisbecker8-145/+9
2010-02-22Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2010-02-19hw-breakpoint: Keep track of dr7 local enable bitsFrederic Weisbecker1-0/+2
2010-02-16x86: ELF_PLAT_INIT() shouldn't worry about TIF_IA32Oleg Nesterov1-4/+1
2010-02-10x86-32: Make AT_VECTOR_SIZE_ARCH=2Serge E. Hallyn1-2/+2
2010-02-04ftrace/alternatives: Introducing *_text_reserved functionsMasami Hiramatsu1-0/+5
2010-02-01Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2010-01-29x86: get rid of the insane TIF_ABI_PENDING bitH. Peter Anvin2-10/+2
2010-01-29Merge branch 'perf/urgent' into perf/coreIngo Molnar3-1/+15
2010-01-29perf_events, x86: Fix event constraint masksPeter Zijlstra1-1/+1
2010-01-29perf_events, x86: Improve x86 event schedulingStephane Eranian1-2/+14
2010-01-29x86/debug: Clear reserved bits of DR6 in do_debug()K.Prasad1-0/+3
2010-01-27Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Ingo Molnar1-0/+1
2010-01-24x86: Remove "x86 CPU features in debugfs" (CONFIG_X86_CPU_DEBUG)H. Peter Anvin1-127/+0
2010-01-23Revert "x86: ucode-amd: Load ucode-patches once ..."Andreas Herrmann1-2/+0
2010-01-23x86: Disable HPET MSI on ATI SB700/SB800Pallipadi, Venkatesh1-0/+1
2010-01-22x86/amd-iommu: Fix IOMMU-API initialization for iommu=ptJoerg Roedel1-0/+1
2010-01-21perf: x86: Add support for the ANY bitStephane Eranian1-0/+1
2010-01-16Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-1/+14
2010-01-15x86, uv: Add function retrieving node controller revision numberJack Steiner1-0/+12
2010-01-13x86: mce.h: Fix warning in header checksAlan Cox1-1/+2
2010-01-13x86/ptrace: Remove unused regs_get_argument_nth APIMasami Hiramatsu1-4/+0
2010-01-13perf: Drop useless check for ignored frameFrederic Weisbecker1-2/+0
2010-01-13Merge branch 'perf/urgent' into perf/coreIngo Molnar11-48/+103
2010-01-09Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-6/+4
2010-01-06x86: copy_from_user() should not return -EFAULTHeiko Carstens2-6/+4
2009-12-31Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-41/+33
2009-12-30Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+4
2009-12-30x86_64 SGI UV: Fix writes to led registers on remote uv hubs.Mike Travis1-1/+19
2009-12-29x86: SGI UV: Fix writes to led registers on remote uv hubsMike Travis1-38/+48
2009-12-28x86, perfctr: Remove unused func avail_to_resrv_perfctr_nmi()Naga Chumbalkar1-1/+0
2009-12-28Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Ingo Molnar18-335/+213
2009-12-27KVM: x86: Extend KVM_SET_VCPU_EVENTS with selective updatesJan Kiszka1-0/+4
2009-12-24Merge branch 'pdc' into releaseLen Brown1-0/+26
2009-12-22ACPI: processor: finish unifying arch_acpi_processor_init_pdc()Alex Chiang1-0/+19
2009-12-22ACPI: processor: introduce arch_has_acpi_pdcAlex Chiang1-0/+7
2009-12-19Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+24
2009-12-19Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-4/+20
2009-12-18x86, irq: Allow 0xff for /proc/irq/[n]/smp_affinity on an 8-cpu systemSuresh Siddha1-1/+2
2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds1-0/+1
2009-12-17perf events, x86/stacktrace: Fix performance/softlockup by providing a specia...Frederic Weisbecker1-0/+6
2009-12-17perf events, x86/stacktrace: Make stack walking optionalFrederic Weisbecker1-0/+18
2009-12-17x86, cpuid: Add "volatile" to asm in native_cpuid()Suresh Siddha1-1/+1
2009-12-17x86, msr: msrs_alloc/free for CONFIG_SMP=nBorislav Petkov1-0/+12
2009-12-17x86, amd: Get multi-node CPU info from NodeId MSR instead of PCI config spaceAndreas Herrmann2-0/+2
2009-12-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...Linus Torvalds1-1/+0
2009-12-16Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-24/+16