summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: prevent setting unsupported XSAVE statesPaolo Bonzini2013-10-033-3/+24
* KVM: x86: mask unsupported XSAVE entries from leaf 0Dh index 0Paolo Bonzini2013-10-032-1/+4
* KVM: Convert kvm_lock back to non-raw spinlockPaolo Bonzini2013-09-302-7/+6
* KVM: nVMX: Do not generate #DF if #PF happens during exception delivery into L2Gleb Natapov2013-09-301-0/+20
* KVM: nVMX: Check all exceptions for intercept during delivery to L2Gleb Natapov2013-09-301-8/+4
* KVM: nVMX: Do not put exception that caused vmexit to IDT_VECTORING_INFOGleb Natapov2013-09-301-4/+4
* KVM: nVMX: Amend nested_run_pending logicGleb Natapov2013-09-301-14/+12
* KVM: nVMX: Enable unrestricted guest mode supportJan Kiszka2013-09-241-4/+14
* KVM: nVMX: Implement support for EFER saving on VM-exitJan Kiszka2013-09-241-1/+3
* KVM: nVMX: Do not set identity page map for L2Jan Kiszka2013-09-241-2/+4
* KVM: nVMX: Replace kvm_set_cr0 with vmx_set_cr0 in load_vmcs12_host_stateJan Kiszka2013-09-241-1/+1
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-09-184-18/+6
|\
| * x86/intel/lpss: Add pin control support to Intel low power subsystemMathias Nyman2013-09-141-2/+3
| * perf/x86/intel: Mark MEM_LOAD_UOPS_MISS_RETIRED as precise on SNBStephane Eranian2013-09-141-0/+1
| * x86: Remove now-unused save_rest()Borislav Petkov2013-09-101-15/+0
| * x86/smpboot: Fix announce_cpu() to printk() the last "OK" properlyLibin2013-09-051-1/+2
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-09-181-2/+2
|\ \
| * | perf/x86/intel: Fix Silvermont offcore masksPeter Zijlstra2013-09-121-2/+2
* | | KVM: VMX: set "blocked by NMI" flag if EPT violation happens during IRET from...Gleb Natapov2013-09-171-0/+9
* | | KVM: nEPT: reset PDPTR register cache on nested vmentry emulationGleb Natapov2013-09-171-0/+4
* | | KVM: mmu: allow page tables to be in read-only slotsPaolo Bonzini2013-09-171-1/+19
* | | KVM: x86 emulator: emulate RETF immBruce Rogers2013-09-171-1/+13
* | | Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-1/+0
* | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-09-131-21/+22
|\ \ \
| * | | x86: finish user fault error path with fatal signalJohannes Weiner2013-09-131-18/+17
| * | | arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-131-3/+5
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-131-7/+18
|\ \ \ \
| * | | | shrinker: convert remaining shrinkers to count/scan APIDave Chinner2013-09-111-7/+18
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-09-122-2/+5
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | perf/x86: Fix uncore PCI fixed counter handlingStephane Eranian2013-09-121-2/+4
| * | | perf/x86: Add constraint for IVB CYCLE_ACTIVITY:CYCLES_LDM_PENDINGStephane Eranian2013-09-121-0/+1
* | | | mm: make sure _PAGE_SWP_SOFT_DIRTY bit is not set on present pteCyrill Gorcunov2013-09-122-15/+22
* | | | mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Naoya Horiguchi2013-09-121-0/+8
* | | | mm: vmstats: track TLB flush stats on UP tooDave Hansen2013-09-123-9/+34
* | | | mm: vmstats: tlb flush countersDave Hansen2013-09-121-4/+14
* | | | Merge tag 'stable/for-linus-3.12-rc0-tag-two' of git://git.kernel.org/pub/scm...Linus Torvalds2013-09-114-47/+37
|\ \ \ \
| * | | | xen/spinlock: Don't use __initdate for xen_pv_spinKonrad Rzeszutek Wilk2013-09-091-1/+1
| * | | | Revert "xen/spinlock: Disable IRQ spinlock (PV) allocation on PVHVM"Konrad Rzeszutek Wilk2013-09-091-20/+0
| * | | | xen/spinlock: Don't setup xen spinlock IPI kicker if disabled.Konrad Rzeszutek Wilk2013-09-091-1/+10
| * | | | xen/smp: Update pv_lock_ops functions before alternative code starts under PVHVMKonrad Rzeszutek Wilk2013-09-091-5/+14
| * | | | xen/spinlock: We don't need the old structure anymoreKonrad Rzeszutek Wilk2013-09-091-18/+0
| * | | | xen/spinlock: Fix locking path engaging too soon under PVHVM.Konrad Rzeszutek Wilk2013-09-092-1/+9
| * | | | Merge tag 'v3.11-rc7' into stable/for-linus-3.12Konrad Rzeszutek Wilk2013-09-0919-67/+188
| |\ \ \ \
| * \ \ \ \ Merge branch 'x86/spinlocks' of git://git.kernel.org/pub/scm/linux/kernel/git...Konrad Rzeszutek Wilk2013-09-0911-353/+531
| |\ \ \ \ \
| * | | | | | xen/p2m: Don't call get_balloon_scratch_page() twice, keep interrupts disable...Boris Ostrovsky2013-09-091-4/+6
* | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-09-111-0/+154
|\ \ \ \ \ \ \
| * | | | | | | x86: add early quirk for reserving Intel graphics stolen memory v5Jesse Barnes2013-09-031-0/+154
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'x86/jumplabel' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-09-112-6/+73
|\ \ \ \ \ \ \
| * | | | | | | x86/jump-label: Show where and what was wrong on errorsSteven Rostedt2013-08-071-3/+18
| * | | | | | | x86/jump-label: Add safety checks to jump label conversionsSteven Rostedt2013-08-071-4/+28