summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-06-03Merge tag 'usb-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2014-06-03Merge tag 'tty-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2014-06-03Merge tag 'staging-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-06-02Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-06-02Merge tag 'stable/for-linus-3.16-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2014-05-30x86_64: expand kernel stack to 16KMinchan Kim
2014-05-28Merge branch 'pci/misc' into nextBjorn Helgaas
2014-05-28Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' in...Bjorn Helgaas
2014-05-28Merge branches 'pci/host-exynos', 'pci/host-rcar' and 'pci/amd-numa' into nextBjorn Helgaas
2014-05-28USB: remove CONFIG_USB_DEBUG from defconfig filesGreg Kroah-Hartman
2014-05-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2014-05-27PCI: Turn pcibios_penalize_isa_irq() into a weak functionHanjun Guo
2014-05-27x86/PCI: Use pci_is_bridge() to simplify codeYijing Wang
2014-05-27x86/PCI: Clean up and mark early_root_info_init() as deprecatedSuravee Suthikulpanit
2014-05-27x86/xen: map foreign pfns for autotranslated guestsMukesh Rathor
2014-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-05-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-05-23x86/gart: Tidy messages and add bridge device infoBjorn Helgaas
2014-05-23x86/gart: Replace printk() with pr_info()Bjorn Helgaas
2014-05-23x86/PCI: Move pcibios_assign_resources() annotation to definitionBjorn Helgaas
2014-05-22Merge 3.15-rc6 into staging-next.Greg Kroah-Hartman
2014-05-21x86/PCI: Work around AMD Fam15h BIOSes that fail to provide _PXMSuravee Suthikulpanit
2014-05-21x86/PCI: Warn if we have to "guess" host bridge node informationMyron Stowe
2014-05-15goldfish: Allow 64bit buildsAlan
2014-05-15x86/xen: do not use _PAGE_IOMAP in xen_remap_domain_mfn_range()David Vrabel
2014-05-15x86/xen: set regions above the end of RAM as 1:1David Vrabel
2014-05-15x86/xen: only warn once if bad MFNs are found during setupDavid Vrabel
2014-05-15x86/xen: compactly store large identity ranges in the p2mDavid Vrabel
2014-05-15x86/xen: fix set_phys_range_identity() if pfn_e > MAX_P2M_PFNDavid Vrabel
2014-05-15x86/xen: rename early_p2m_alloc() and early_p2m_alloc_middle()David Vrabel
2014-05-15xen/x86: set panic notifier priority to minimumRadim Krčmář
2014-05-14x86-64, modify_ldt: Make support for 16-bit segments a runtime optionLinus Torvalds
2014-05-14KVM: x86: disable master clock if TSC is reset during suspendMarcelo Tosatti
2014-05-13x86, mm, hugetlb: Add missing TLB page invalidation for hugetlb_cow()Anthony Iliopoulos
2014-05-13net: filter: x86: fix JIT address randomizationAlexei Starovoitov
2014-05-12xen: refactor suspend pre/post hooksDavid Vrabel
2014-05-12x86, rdrand: When nordrand is specified, disable RDSEED as wellH. Peter Anvin
2014-05-09x86, vdso, time: Cast tv_nsec to u64 for proper shifting in update_vsyscall()Boris Ostrovsky
2014-05-09x86: Fix typo in MSR_IA32_MISC_ENABLE_LIMIT_CPUID macroAndres Freund
2014-05-09x86: Fix typo preventing msr_set/clear_bit from having an effectAndres Freund
2014-05-08x86/intel: Add quirk to disable HPET for the Baytrail platformFeng Tang
2014-05-08x86/hpet: Make boot_hpet_disable externFeng Tang
2014-05-07x86-64, build: Fix stack protector Makefile breakage with 32-bit userlandGeorge Spelvin
2014-05-07KVM: vmx: disable APIC virtualization in nested guestsPaolo Bonzini
2014-05-07perf/x86/intel: Fix Silvermont's event constraintsYan, Zheng
2014-05-07x86/reboot: Add reboot quirk for Certec BPC600Christian Gmeiner
2014-05-05asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen
2014-05-05x86, build: Don't get confused by local symbolsH. Peter Anvin
2014-05-04Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar