summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2013-04-25crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camelli...Jussi Kivilinna
2013-04-25crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipherJussi Kivilinna
2013-04-25crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipherJussi Kivilinna
2013-04-25crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipherJussi Kivilinna
2013-04-25crypto: aesni_intel - add more optimized XTS mode for x86-64Jussi Kivilinna
2013-04-25crypto: x86/camellia-aesni-avx - add more optimized XTS codeJussi Kivilinna
2013-04-25crypto: cast6-avx: use new optimized XTS codeJussi Kivilinna
2013-04-25crypto: x86/twofish-avx - use optimized XTS codeJussi Kivilinna
2013-04-25crypto: x86 - add more optimized XTS-mode for serpent-avxJussi Kivilinna
2013-04-25crypto: crc32-pclmul - Use gas macro for pclmulqdqSandy Wu
2013-04-25crypto: sha512 - Create module providing optimized SHA512 routines using SSSE...Tim Chen
2013-04-25crypto: sha512 - Optimized SHA512 x86_64 assembly routine using AVX2 RORX ins...Tim Chen
2013-04-25crypto: sha512 - Optimized SHA512 x86_64 assembly routine using AVX instructi...Tim Chen
2013-04-25crypto: sha512 - Optimized SHA512 x86_64 assembly routine using Supplemental ...Tim Chen
2013-04-25crypto: sha256 - Create module providing optimized SHA256 routines using SSSE...Tim Chen
2013-04-25x86/setup: Drop unneeded include <asm/dmi.h>Jean Delvare
2013-04-25x86 cmpxchg.h: fix wrong commentLi Zhong
2013-04-25KVM: X86 emulator: fix source operand decoding for 8bit mov[zs]x instructionsGleb Natapov
2013-04-24Merge branch 'linus' into timers/coreThomas Gleixner
2013-04-24efi: Check EFI revision in setup_efi_varsJosh Boyer
2013-04-24x86, efi: Fix a build warningBorislav Petkov
2013-04-24x86/olpc/xo1/sci: Don't call input_free_device() after input_unregister_device()Wei Yongjun
2013-04-23cpuidle: remove en_core_tk_irqen flagDaniel Lezcano
2013-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-22KVM: nVMX: VM_ENTRY/EXIT_LOAD_IA32_EFER overrides EFER.LMA settingsJan Kiszka
2013-04-22KVM: nVMX: Validate EFER values for VM_ENTRY/EXIT_LOAD_IA32_EFERJan Kiszka
2013-04-22perf/x86/amd: Fix AMD NB and L2I "uncore" supportJacob Shin
2013-04-22KVM: nVMX: Fix conditions for NMI injectionJan Kiszka
2013-04-22KVM: VMX: Move vmx_nmi_allowed after vmx_set_nmi_maskJan Kiszka
2013-04-22KVM: x86: Fix memory leak in vmx.cAndrew Honig
2013-04-22KVM: x86: fix error return code in kvm_arch_vcpu_init()Wei Yongjun
2013-04-22KVM: nVMX: Enable and disable shadow vmcs functionalityAbel Gordon
2013-04-22KVM: nVMX: Synchronize VMCS12 content with the shadow vmcsAbel Gordon
2013-04-22KVM: nVMX: Copy VMCS12 to processor-specific shadow vmcsAbel Gordon
2013-04-22KVM: nVMX: Copy processor-specific shadow-vmcs to VMCS12Abel Gordon
2013-04-22KVM: nVMX: Release shadow vmcsAbel Gordon
2013-04-22KVM: nVMX: Allocate shadow vmcsAbel Gordon
2013-04-22KVM: nVMX: Fix VMXON emulationAbel Gordon
2013-04-22KVM: nVMX: Refactor handle_vmwriteAbel Gordon
2013-04-22KVM: nVMX: Introduce vmread and vmwrite bitmapsAbel Gordon
2013-04-22KVM: nVMX: Detect shadow-vmcs capabilityAbel Gordon
2013-04-22KVM: nVMX: Shadow-vmcs control fields/bitsAbel Gordon
2013-04-22lguest: map Switcher below fixmap.Rusty Russell
2013-04-22lguest: assume Switcher text is a single page.Rusty Russell
2013-04-22lguest: prepare to make SWITCHER_ADDR a variable.Rusty Russell
2013-04-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-04-21perf/x86/amd: Remove old-style NB counter support from perf_event_amd.cJacob Shin
2013-04-21perf/x86: Check all MSRs before passing hw checkGeorge Dunlap
2013-04-21perf/x86/amd: Add support for AMD NB and L2I "uncore" countersJacob Shin
2013-04-21perf/x86/intel: Add Ivy Bridge-EP uncore supportYan, Zheng