summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2013-06-27KVM: MMU: document write_flooding_countXiao Guangrong1-0/+1
2013-06-27KVM: MMU: document clear_spte_countXiao Guangrong2-3/+18
2013-06-27KVM: MMU: drop kvm_mmu_zap_mmio_sptesXiao Guangrong2-22/+1
2013-06-27KVM: MMU: init kvm generation close to mmio wrap-around valueXiao Guangrong1-1/+6
2013-06-27KVM: MMU: add tracepoint for check_mmio_spteXiao Guangrong2-2/+31
2013-06-27KVM: MMU: fast invalidate all mmio sptesXiao Guangrong6-14/+61
2013-06-27KVM: MMU: make return value of mmio page fault handler more readableXiao Guangrong3-12/+21
2013-06-27KVM: MMU: store generation-number into mmio spteXiao Guangrong3-17/+60
2013-06-27Merge branch 'core/mutexes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Dave Airlie2-14/+8
2013-06-27Merge tag 'v3.10-rc7' into drm-nextDave Airlie31-260/+243
2013-06-26x86, microcode, amd: Another early loading fixupJacob Shin1-16/+24
2013-06-26perf/x86: Disable PEBS-LL in intel_pmu_pebs_disable()Stephane Eranian1-0/+6
2013-06-26perf/x86: Fix shared register mutual exclusion enforcementStephane Eranian3-4/+27
2013-06-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+10
2013-06-26x86/platform: Make X86_GOLDFISH depend on X86_EXTENDED_PLATFORMBen Hutchings1-0/+2
2013-06-26arch: Make __mutex_fastpath_lock_retval return whether fastpath succeeded or notMaarten Lankhorst2-14/+8
2013-06-26perf/x86/intel: Support full width countingAndi Kleen3-0/+15
2013-06-26Merge tag 'please-pull-mce-bitmap-comment' of git://git.kernel.org/pub/scm/li...Ingo Molnar16-48/+77
2013-06-25x86, asm, cleanup: Replace open-coded control register values with symbolicH. Peter Anvin3-3/+3
2013-06-25x86, processor-flags: Fix the datatypes and add bit number definesH. Peter Anvin1-50/+104
2013-06-25x86: Rename X86_CR4_RDWRGSFS to X86_CR4_FSGSBASEH. Peter Anvin3-3/+3
2013-06-25x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXEDH. Peter Anvin5-5/+5
2013-06-25mce: acpi/apei: Add comments to clarify usage of the various bitfields in the...Naveen N. Rao2-1/+16
2013-06-25x86: Fix /proc/mtrr with base/size more than 44bitsYinghai Lu2-17/+20
2013-06-24Merge 3.10-rc7 into driver-core-nextGreg Kroah-Hartman14-47/+61
2013-06-24Merge remote-tracking branch 'trace/tip/x86/trace' into x86/traceH. Peter Anvin2-6/+8
2013-06-24irqdomain: Refactor irq_domain_associate_many()Grant Likely1-3/+1
2013-06-23x86/platform: Add kvmconfig to the phony targetsBorislav Petkov1-0/+1
2013-06-23x86: Add NMI duration tracepointsDave Hansen1-2/+7
2013-06-23perf: Drop sample rate when sampling is too slowDave Hansen1-1/+11
2013-06-23x86: Warn when NMI handlers take large amounts of timeDave Hansen1-1/+28
2013-06-23x86/tracing: Add config option checking to the definitions of mce handlersSeiji Aguchi1-0/+5
2013-06-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-06-22trace,x86: Do not call local_irq_save() in load_current_idt()Steven Rostedt (Red Hat)2-6/+8
2013-06-22aout32 coredump compat fixAl Viro1-1/+1
2013-06-21Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds7-10/+20
2013-06-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-3/+3
2013-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-16/+32
2013-06-21trace,x86: Move creation of irq tracepoints from apic.c to irq.cSteven Rostedt (Red Hat)4-4/+5
2013-06-21Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin1-1/+6
2013-06-21x86/efi: Fix dummy variable buffer allocationBen Hutchings1-1/+6
2013-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptoHerbert Xu3-18/+34
2013-06-21Revert "crypto: twofish - add AVX2/x86_64 assembler implementation of twofish...Jussi Kivilinna5-1216/+2
2013-06-21Revert "crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher"Jussi Kivilinna5-1089/+24
2013-06-21crypto: camellia-aesni-avx2 - tune assembly code for more performanceJussi Kivilinna1-71/+89
2013-06-20x86, trace: Add irq vector tracepointsSeiji Aguchi19-15/+419
2013-06-20x86: Rename variables for debuggingSeiji Aguchi4-13/+54
2013-06-20x86, trace: Introduce entering/exiting_irq()Seiji Aguchi7-46/+109
2013-06-20x86, reloc: Use xorl instead of xorq in relocate_kernel_64.SH. Peter Anvin1-17/+17
2013-06-20Merge tag 'v3.10-rc6' into x86/cleanupsH. Peter Anvin16-212/+181