summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2015-08-31Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-4/+4
2015-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds8-35/+2417
2015-08-31Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-49/+19
2015-08-31Merge tag 'driver-core-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+2
2015-08-31Merge tag 'char-misc-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-0/+54
2015-08-31Merge tag 'kvm-4.3-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds18-559/+805
2015-08-25Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-7/+7
2015-08-22Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-11/+14
2015-08-22x86/apic: Fix fallout from x2apic cleanupThomas Gleixner1-7/+7
2015-08-22x86/fpu/math-emu: Fix crash in fork()Ingo Molnar1-1/+1
2015-08-22x86/fpu/math-emu: Fix math-emu boot crashIngo Molnar1-1/+6
2015-08-20x86/idle: Restore trace_cpu_idle to mwait_idle() callsJisheng Zhang1-0/+2
2015-08-20Merge tag 'for-linus-4.2-rc7-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2015-08-20x86/xen: make CONFIG_XEN depend on CONFIG_X86_LOCAL_APICDavid Vrabel1-2/+2
2015-08-19Merge branch 'x86/asm/urgent' to pick up an entry code fixIngo Molnar1-8/+4
2015-08-18x86/irq: Build correct vector mapping for multiple MSI interruptsJiang Liu1-1/+1
2015-08-18Revert "sched/x86_64: Don't save flags on context switch"Andy Lutomirski1-8/+4
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu1-2/+1
2015-08-16Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-9/+22
2015-08-16x86/ldt: Further fix FPU emulationAndy Lutomirski1-1/+1
2015-08-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+6
2015-08-15x86/kvm: Rename VMX's segment access rights definesAndy Lutomirski2-30/+30
2015-08-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-12/+19
2015-08-13x86: fix error handling for 32-bit compat out-of-range system call numbersLinus Torvalds1-1/+2
2015-08-13Merge tag 'for-linus-4.2-rc6-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-6/+4
2015-08-13Revert x86 sigcontext cleanupsLinus Torvalds3-36/+17
2015-08-12Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2-4/+4
2015-08-12perf/x86/intel/cqm: Do not access cpu_data() from CPU_UP_PREPARE handlerMatt Fleming1-5/+3
2015-08-12perf/x86/intel: Fix memory leak on hot-plug allocation failPeter Zijlstra1-7/+16
2015-08-11KVM: x86/vPMU: Fix unnecessary signed extension for AMD PERFCTRnWei Huang1-2/+0
2015-08-11kvm: x86: Fix error handling in the function kvm_lapic_sync_from_vapicNicholas Krause1-2/+3
2015-08-10x86/xen: build "Xen PV" APIC driver for domU as wellJason A. Donenfeld2-6/+4
2015-08-09Merge 4.2-rc6 into char-misc-nextGreg Kroah-Hartman15-162/+268
2015-08-08x86/ldt: Correct FPU emulation access to LDTJuergen Gross3-7/+20
2015-08-08x86/ldt: Correct LDT access in single stepping logicJuergen Gross1-2/+2
2015-08-07KVM: x86: Use adjustment in guest cycles when handling MSR_IA32_TSC_ADJUSTHaozhong Zhang1-1/+1
2015-08-07KVM: x86: zero IDT limit on entry to SMMPaolo Bonzini1-0/+5
2015-08-05bus: subsys: update return type of ->remove_dev() to voidViresh Kumar1-3/+2
2015-08-05Drivers: hv: vmbus: Implement a clocksource based on the TSC pageK. Y. Srinivasan1-0/+2
2015-08-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+4
2015-08-05KVM: VMX: drop ept misconfig checkXiao Guangrong3-95/+2
2015-08-05KVM: MMU: fully check zero bits for sptesXiao Guangrong1-6/+37
2015-08-05KVM: MMU: introduce is_shadow_zero_bits_set()Xiao Guangrong1-9/+19
2015-08-05KVM: MMU: introduce the framework to check zero bits on sptesXiao Guangrong4-0/+62
2015-08-05KVM: MMU: split reset_rsvds_bits_mask_eptXiao Guangrong1-4/+10
2015-08-05KVM: MMU: split reset_rsvds_bits_maskXiao Guangrong1-8/+18
2015-08-05KVM: MMU: introduce rsvd_bits_validateXiao Guangrong3-36/+50
2015-08-05KVM: MMU: move FNAME(is_rsvd_bits_set) to mmu.cXiao Guangrong2-11/+10
2015-08-05KVM: MMU: fix validation of mmio page faultXiao Guangrong1-45/+0
2015-08-05KVM: MTRR: Use default type for non-MTRR-covered gfn before WARN_ONAlex Williamson1-4/+4