aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-52/+79
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds12-7/+2588
2014-10-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds17-279/+715
2014-10-07Merge tag 'tiny/for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/josh/linuxLinus Torvalds11-54/+83
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-47/+64
2014-10-02kvm: do not handle APIC access page if in-kernel irqchip is not in usePaolo Bonzini1-0/+3
2014-10-02Revert "crypto: aesni - disable "by8" AVX CTR optimization"Mathias Krause1-2/+2
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-2/+2
2014-10-02crypto: aesni - remove unused defines in "by8" variantMathias Krause1-3/+0
2014-10-02crypto: aesni - fix counter overflow handling in "by8" variantMathias Krause1-2/+15
2014-09-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-47/+61
2014-09-26bpf: enable bpf syscall on x64 and i386Alexei Starovoitov2-0/+2
2014-09-26Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2014-09-25Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/urgentIngo Molnar4-44/+43
2014-09-24x86/efi: Truncate 64-bit values when calling 32-bit OutputString()Matt Fleming1-2/+4
2014-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-83/+31
2014-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+2
2014-09-24crypto: aesni - disable "by8" AVX CTR optimizationMathias Krause1-2/+2
2014-09-24sched: Fix unreleased llc_shared_mask bit during CPU hotplugWanpeng Li1-0/+3
2014-09-24kvm: x86: Unpin and remove kvm_arch->apic_access_pageTang Chen3-9/+24
2014-09-24kvm: vmx: Implement set_apic_access_page_addrTang Chen1-6/+41
2014-09-24kvm: x86: Add request bit to reload APIC access page addressTang Chen2-0/+16
2014-09-24kvm: Add arch specific mmu notifier for page invalidationTang Chen2-0/+7
2014-09-24kvm: Fix page ageing bugsAndres Lagar-Cavilla2-16/+24
2014-09-24kvm/x86/mmu: Pass gfn and level to rmapp callback.Andres Lagar-Cavilla1-13/+24
2014-09-24x86: kvm: use alternatives for VMCALL vs. VMMCALL if kernel text is read-onlyPaolo Bonzini3-2/+16
2014-09-24kvm: x86: use macros to compute bank MSRsChen Yucong1-4/+4
2014-09-24KVM: x86: Remove debug assertion of non-PAE reserved bitsNadav Amit1-2/+1
2014-09-24kvm: x86: fix two typos in commentTiejun Chen2-2/+2
2014-09-24KVM: vmx: Inject #GP on invalid PAT CRNadav Amit3-2/+7
2014-09-24KVM: x86: emulating descriptor load misses long-mode caseNadav Amit1-0/+9
2014-09-24KVM: x86: directly use kvm_make_request againLiang Chen4-14/+7
2014-09-24KVM: x86: count actual tlb flushesRadim Krčmář2-2/+7
2014-09-24KVM: nested VMX: disable perf cpuid reportingMarcelo Tosatti2-0/+8
2014-09-24KVM: x86: Don't report guest userspace emulation error to userspaceNadav Amit1-1/+1
2014-09-24kvm: Make init_rmode_tss() return 0 on success.Paolo Bonzini1-10/+3
2014-09-24KVM: x86: Warn if guest virtual address space is not 48-bitsNadav Amit2-8/+15
2014-09-24x86/efi: Delete misleading efi_printk() error messageMatt Fleming1-15/+16
2014-09-23Revert "efi/x86: efistub: Move shared dependencies to <asm/efi.h>"Matt Fleming4-27/+23
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-78/+116
2014-09-22Merge branches 'tiny/bloat-o-meter-no-SyS', 'tiny/more-procless', 'tiny/no-advice', 'tiny/tinyconfig' and 'tiny/x86-boot-compressed-use-yn' into tiny/nextJosh Triplett11-55/+84
2014-09-22Revert "x86/efi: Fixup GOT in all boot code paths"Linus Torvalds2-81/+29
2014-09-19Merge tag 'pci-v3.17-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-23/+1
2014-09-19Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2014-09-19Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-37/+98
2014-09-19x86/kaslr: Avoid the setup_data area when picking locationKees Cook1-0/+15
2014-09-19Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/urgentIngo Molnar1-3/+3
2014-09-17kvm: Make init_rmode_identity_map() return 0 on success.Tang Chen1-10/+8
2014-09-17kvm: Remove ept_identity_pagetable from struct kvm_arch.Tang Chen3-28/+22
2014-09-16vgaarb: Don't default exclusively to first video device with mem+ioBruno Prémont1-23/+1