aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-11Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds14-165/+424
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2014-10-09Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds4-7/+16
2014-10-09nosave: consolidate __nosave_{begin,end} in <asm/sections.h>Geert Uytterhoeven2-6/+2
2014-10-09mm: remove misleading ARCH_USES_NUMA_PROT_NONEMel Gorman2-1/+14
2014-10-09Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+5
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds3-32/+36
2014-10-09Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+12
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-07Merge branch 'pm-genirq'Rafael J. Wysocki1-0/+5
2014-10-06x86/xen: Set EFER.NX and EFER.SCE in PVH guestsMukesh Rathor4-11/+67
2014-10-03xen: eliminate scalability issues from initrd handlingJuergen Gross2-2/+10
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 branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block into for-3.18Tejun Heo27-86/+125
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-24x86/PCI: Mark PCI BIOS initialization code as suchMathias Krause1-4/+4
2014-09-24x86/PCI: Constify pci_mmcfg_probes[] arrayMathias Krause1-1/+1
2014-09-24x86/PCI: Mark constants of pci_mmcfg_nvidia_mcp55() as __initconstMathias Krause1-10/+14
2014-09-24x86/PCI: Move __init annotation to the correct placeMathias Krause1-7/+7
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