summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
Commit message (Expand)AuthorAgeFilesLines
* KVM: MMU: drop kvm_mmu_zap_mmio_sptesXiao Guangrong2013-06-271-1/+0Star
* KVM: MMU: fast invalidate all mmio sptesXiao Guangrong2013-06-271-1/+1
* KVM: MMU: reclaim the zapped-obsolete page firstXiao Guangrong2013-06-051-0/+2
* KVM: MMU: fast invalidate all pagesXiao Guangrong2013-06-051-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-102-5/+2Star
|\
| * unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEAl Viro2013-05-091-3/+0Star
| * x86, vm86: fix VM86 syscalls: use SYSCALL_DEFINEx(...)Alexander van Heukelum2013-05-031-2/+2
* | Merge branch 'rwsem-optimizations'Linus Torvalds2013-05-071-7/+21
|\ \
| * | x86 rwsem: avoid taking slow path when stealing write lockMichel Lespinasse2013-05-071-7/+21
* | | Merge tag 'iommu-updates-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-05-061-0/+9
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. | | Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'ppc/pamu', 'core' and '...Joerg Roedel2013-05-026-6/+18
| |\ \ \| |
| * | | | | iommu: Fix compile warnings with forward declarationsJoerg Roedel2013-04-191-0/+7
| * | | | | iommu/vt-d: add quirk for broken interrupt remapping on 55XX chipsetsNeil Horman2013-04-181-0/+2
* | | | | | Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-05-056-10/+47
|\ \ \ \ \ \
| * | | | | | KVM: x86: Account for failing enable_irq_window for NMI window requestJan Kiszka2013-05-031-1/+1
| * | | | | | KVM: x86: Increase the "hard" max VCPU limitChegu Vinod2013-04-281-1/+1
| * | | | | | Merge git://github.com/agraf/linux-2.6.git kvm-ppc-next into queueGleb Natapov2013-04-281-0/+2
| |\ \ \ \ \ \
| | * | | | | | KVM: Add KVM_IRQCHIP_NUM_PINS in addition to KVM_IOAPIC_NUM_PINSAlexander Graf2013-04-261-0/+2
| * | | | | | | KVM: x86: Rework request for immediate exitJan Kiszka2013-04-281-1/+1
| |/ / / / / /
| * | | | | | KVM: nVMX: Validate EFER values for VM_ENTRY/EXIT_LOAD_IA32_EFERJan Kiszka2013-04-221-0/+1
| * | | | | | KVM: nVMX: Shadow-vmcs control fields/bitsAbel Gordon2013-04-221-0/+3
| * | | | | | KVM: VMX: Add the deliver posted interrupt algorithmYang Zhang2013-04-161-0/+2
| * | | | | | KVM: VMX: Check the posted interrupt capabilityYang Zhang2013-04-161-0/+4
| * | | | | | KVM: VMX: Register a new IPI for posted interruptYang Zhang2013-04-164-0/+13
| * | | | | | KVM: VMX: Enable acknowledge interupt on vmexitYang Zhang2013-04-161-0/+1
| * | | | | | KVM: VMX: do not try to reexecute failed instruction while emulating invalid ...Gleb Natapov2013-04-141-0/+1
| * | | | | | KVM: Move kvm_rebooting declaration out of x86Geoff Levand2013-04-081-1/+0Star
| * | | | | | KVM: Move vm_list kvm_lock declarations out of x86Geoff Levand2013-04-081-3/+0Star
| * | | | | | pmu: prepare for migration supportPaolo Bonzini2013-04-021-1/+1
| * | | | | | Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti2013-03-212-4/+20
| |\ \ \ \ \ \
| * | | | | | | KVM: x86: Optimize mmio spte zapping when creating/moving memslotTakuya Yoshikawa2013-03-141-0/+1
| * | | | | | | KVM: MMU: Mark sp mmio cached when creating mmio spteTakuya Yoshikawa2013-03-141-0/+1
| * | | | | | | KVM: nVMX: Add preemption timer supportJan Kiszka2013-03-141-0/+3
| * | | | | | | KVM: nVMX: Provide EFER.LMA saving supportJan Kiszka2013-03-141-0/+2
| * | | | | | | KVM: nVMX: Clean up and fix pin-based execution controlsJan Kiszka2013-03-131-0/+2
| * | | | | | | KVM: x86: Rework INIT and SIPI handlingJan Kiszka2013-03-131-1/+2
| * | | | | | | KVM: x86: Drop unused return code from VCPU reset callbackJan Kiszka2013-03-121-1/+1
| * | | | | | | KVM: nVMX: Fix content of MSR_IA32_VMX_ENTRY/EXIT_CTLSJan Kiszka2013-03-071-0/+4
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-05-026-0/+134
|\ \ \ \ \ \ \ \
| * | | | | | | | crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camelli...Jussi Kivilinna2013-04-251-0/+19
| * | | | | | | | crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipherJussi Kivilinna2013-04-251-0/+24
| * | | | | | | | crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipherJussi Kivilinna2013-04-251-0/+18
| * | | | | | | | crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipherJussi Kivilinna2013-04-252-0/+44
| * | | | | | | | crypto: x86 - add more optimized XTS-mode for serpent-avxJussi Kivilinna2013-04-252-0/+29
* | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-05-022-0/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86, gdt, hibernate: Store/load GDT for hibernate path.Konrad Rzeszutek Wilk2013-05-022-0/+3
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-05-021-12/+5Star
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | lguest: map Switcher below fixmap.Rusty Russell2013-04-221-6/+0Star
| * | | | | | | | lguest: assume Switcher text is a single page.Rusty Russell2013-04-221-5/+2Star
| * | | | | | | | lguest: prepare to make SWITCHER_ADDR a variable.Rusty Russell2013-04-221-0/+2
| | |/ / / / / / | |/| | | | | |