summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2014-06-04Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2014-06-04Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+2
2014-06-04Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-11/+2
2014-06-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-105/+80
2014-06-04Merge branch 'acpica'Rafael J. Wysocki2-45/+49
2014-06-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-13/+2
2014-06-04Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-207/+383
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-12/+9
2014-06-03Merge tag 'usb-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-2/+0
2014-06-03Merge tag 'tty-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+3
2014-06-03Merge tag 'staging-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2014-06-03Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2014-06-02Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-75/+123
2014-06-02Merge tag 'stable/for-linus-3.16-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds8-71/+274
2014-06-02x86/efi: Do not export efi runtime map in case old mapDave Young1-0/+3
2014-05-31x86/vdso, build: Make LE access macros clearer, host-safeH. Peter Anvin2-39/+42
2014-05-31x86/vdso, build: Fix cross-compilation from big-endian architecturesAndy Lutomirski2-28/+50
2014-05-31x86/vdso, build: When vdso2c fails, unlink the outputAndy Lutomirski2-16/+14
2014-05-31mce: Panic when a core has reached a timeoutBorislav Petkov1-2/+1
2014-05-31x86/mce: Improve mcheck_init_device() error handlingMathieu Souchaud1-7/+40
2014-05-30x86_64: expand kernel stack to 16KMinchan Kim1-1/+1
2014-05-29Merge branch 'pci/misc' into nextBjorn Helgaas1-1/+0
2014-05-29Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' in...Bjorn Helgaas1-3/+1
2014-05-29Merge branches 'pci/host-exynos', 'pci/host-rcar' and 'pci/amd-numa' into nextBjorn Helgaas2-30/+59
2014-05-28USB: remove CONFIG_USB_DEBUG from defconfig filesGreg Kroah-Hartman2-2/+0
2014-05-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-3/+10
2014-05-28PCI: Turn pcibios_penalize_isa_irq() into a weak functionHanjun Guo1-1/+0
2014-05-28x86/PCI: Use pci_is_bridge() to simplify codeYijing Wang1-3/+1
2014-05-27x86/PCI: Clean up and mark early_root_info_init() as deprecatedSuravee Suthikulpanit1-30/+38
2014-05-27ACPICA: Clean up redudant definitions already defined elsewhereLv Zheng1-16/+0
2014-05-27ACPICA: Linux headers: Add <asm/acenv.h> to remove mis-ordered inclusion of <...Lv Zheng2-45/+65
2014-05-27x86/xen: map foreign pfns for autotranslated guestsMukesh Rathor1-3/+118
2014-05-27KVM: x86: MOV CR/DR emulation should ignore modNadav Amit1-5/+8
2014-05-27KVM: lapic: sync highest ISR to hardware apic on EOIPaolo Bonzini1-19/+43
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller34-62/+146
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2014-05-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+0
2014-05-23x86/gart: Tidy messages and add bridge device infoBjorn Helgaas1-16/+21
2014-05-23x86/gart: Replace printk() with pr_info()Bjorn Helgaas1-28/+26
2014-05-23x86/PCI: Move pcibios_assign_resources() annotation to definitionBjorn Helgaas1-6/+6
2014-05-22KVM: vmx: DR7 masking on task switch emulation is wrongNadav Amit1-1/+1
2014-05-22KVM: x86: get CPL from SS.DPLPaolo Bonzini3-42/+18
2014-05-22x86: fix page fault tracing when KVM guest support enabledDave Hansen2-1/+6
2014-05-22KVM: x86: check CS.DPL against RPL during task switchPaolo Bonzini1-14/+17
2014-05-22KVM: x86: drop set_rflags callbackPaolo Bonzini2-7/+0
2014-05-22KVM: x86: use new CS.RPL as CPL during task switchPaolo Bonzini1-27/+33
2014-05-22Merge 3.15-rc6 into staging-next.Greg Kroah-Hartman34-75/+206
2014-05-22Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar34-75/+206
2014-05-22Merge remote-tracking branch 'origin/x86/espfix' into x86/vdsoH. Peter Anvin41-90/+515
2014-05-22x86_64, entry: Merge paranoidzeroentry_ist into idtentryAndy Lutomirski1-25/+22