summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2015-04-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-04-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-04-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-04-13Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-04-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-04-09jump_label: Allow asm/jump_label.h to be included in assemblyAnton Blanchard
2015-04-08x86: clean up/fix 'copy_in_user()' tail zeroingLinus Torvalds
2015-04-08kvm: mmu: lazy collapse small sptes into large sptesWanpeng Li
2015-04-08KVM: x86: Clear CR2 on VCPU resetNadav Amit
2015-04-08KVM: x86: DR0-DR3 are not clear on resetNadav Amit
2015-04-08KVM: x86: BSP in MSR_IA32_APICBASE is writableNadav Amit
2015-04-08KVM: x86: simplify kvm_apic_mapRadim Krčmář
2015-04-08KVM: x86: avoid logical_map when it is invalidRadim Krčmář
2015-04-08KVM: x86: fix mixed APIC mode broadcastRadim Krčmář
2015-04-08KVM: x86: use MDA for interrupt matchingRadim Krčmář
2015-04-08KVM: nVMX: remove unnecessary double caching of MAXPHYADDREugene Korenevsky
2015-04-08KVM: nVMX: checks for address bits beyond MAXPHYADDR on VM-entryEugene Korenevsky
2015-04-08KVM: x86: cache maxphyaddr CPUID leaf in struct kvm_vcpuEugene Korenevsky
2015-04-08KVM: vmx: pass error code with internal error #2Radim Krčmář
2015-04-08x86: vdso: fix pvclock races with task migrationRadim Krčmář
2015-04-08KVM: x86: optimize delivery of TSC deadline timer interruptPaolo Bonzini
2015-04-08KVM: x86: extract blocking logic from __vcpu_runPaolo Bonzini
2015-04-08kvm: x86: fix x86 eflags fixed bitWanpeng Li
2015-04-07Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini
2015-04-03Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-04-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-04-03x86/amd/idle, clockevents: Use explicit broadcast oneshot control functionsThomas Gleixner
2015-04-03x86/amd/idle, clockevents: Use explicit broadcast control functionThomas Gleixner
2015-04-02Merge tag 'stable/for-linus-4.0-rc6-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2015-04-02perf/x86/intel: Fix Haswell CYCLE_ACTIVITY.* counter constraintsAndi Kleen
2015-04-02perf/x86/intel: Filter branches for PEBS eventKan Liang
2015-04-02kgdb/x86: Fix reporting of 'si' in kgdb on x86_64Steffen Liebergeld
2015-04-02x86/asm/entry/64: Disable opportunistic SYSRET if regs->flags has TF setAndy Lutomirski
2015-04-01Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar
2015-04-01tick/xen: Provide and use tick_suspend_local() and tick_resume_local()Thomas Gleixner
2015-04-01clockevents: Make suspend/resume calls explicitThomas Gleixner
2015-04-01x86/reboot: Add ASRock Q1900DC-ITX mainboard reboot quirkStefan Lippers-Hollmann
2015-04-01efi: Clean up the efi_call_phys_[prolog|epilog]() save/restore interactionIngo Molnar
2015-04-01efi: Disable interrupts around EFI calls, not in the epilog/prolog callsIngo Molnar
2015-04-01x86/efi: Add a "debug" option to the efi= cmdlineBorislav Petkov
2015-03-31x86: Use bool function return values of true/false not 1/0Joe Perches
2015-03-31Merge tag 'v4.0-rc6' into timers/core, before applying new patchesIngo Molnar
2015-03-30KVM: remove useless check of "ret" variable prior to returning the same valueEugene Korenevsky
2015-03-30KVM: x86: Remove redundant definitionsNadav Amit
2015-03-30KVM: x86: removing redundant eflags bits definitionsNadav Amit
2015-03-30KVM: x86: BSF and BSR emulation change register unnecassarilyNadav Amit
2015-03-30KVM: x86: POPA emulation may not clear bits [63:32]Nadav Amit
2015-03-30KVM: x86: CMOV emulation on legacy mode is wrongNadav Amit
2015-03-30kvm: x86: i8259: return initialized data on invalid-size readPetr Matousek
2015-03-28Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds