aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2016-03-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-03-12x86/efi: Fix boot crash by always mapping boot service regions into new EFI p...Matt Fleming
2016-03-12x86/fpu: Fix eager-FPU handling on legacy FPU machinesBorislav Petkov
2016-03-10x86/delay: Avoid preemptible context checks in delay_mwaitx()Borislav Petkov
2016-03-10KVM: MMU: fix reserved bit check for ept=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0Paolo Bonzini
2016-03-10KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 comboPaolo Bonzini
2016-03-10x86/fpu: Revert ("x86/fpu: Disable AVX when eagerfpu is off")Yu-cheng Yu
2016-03-09x86/fpu: Fix 'no387' regressionAndy Lutomirski
2016-03-08KVM: VMX: disable PEBS before a guest entryRadim Krčmář
2016-03-06Merge branch 'for-linus-4.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-03-05um: use %lx format specifiers for unsigned longsColin Ian King
2016-03-04Merge tag 'pm+acpi-4.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-03-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-03-03PM / sleep / x86: Fix crash on graph trace through x86 suspendTodd E Brandt
2016-03-02kvm: x86: Update tsc multiplier on change.Owen Hofmann
2016-02-28Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-02-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-02-27Merge tag 'pci-v4.5-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-02-27mm: ASLR: use get_random_long()Daniel Cashman
2016-02-27Revert "PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()"Bjorn Helgaas
2016-02-26x86/mpx: Fix off-by-one comparison with nr_registersColin Ian King
2016-02-26KVM: x86: fix root cause for missed hardware breakpointsPaolo Bonzini
2016-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-02-25x86/mm: Fix slow_virt_to_phys() for X86_PAE againDexuan Cui
2016-02-25KVM: x86: MMU: fix ubsan index-out-of-range warningMike Krinkin
2016-02-25x86/entry/compat: Add missing CLAC to entry_INT80_32Andy Lutomirski
2016-02-24KVM: x86: fix conversion of addresses to linear in 32-bit protected modePaolo Bonzini
2016-02-24KVM: x86: fix missed hardware breakpointsPaolo Bonzini
2016-02-24x86/entry/32: Add an ASM_CLAC to entry_SYSENTER_32Andy Lutomirski
2016-02-23x86: fix SMAP in 32-bit environmentsLinus Torvalds
2016-02-23x86/platform/intel/quark: Change the kernel's IMR lock bit to falseBryan O'Donoghue
2016-02-22Merge tag 'for-linus-4.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-02-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-02-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-02-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-02-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-02-18mm, x86: fix pte_page() crash in gup_pte_range()Hugh Dickins
2016-02-18x86/mm: Fix vmalloc_fault() to handle large pages properlyToshi Kani
2016-02-17Revert "PCI: Add helpers to manage pci_dev->irq and pci_dev->irq_managed"Bjorn Helgaas
2016-02-17Revert "x86/PCI: Don't alloc pcibios-irq when MSI is enabled"Bjorn Helgaas
2016-02-17hpet: Drop stale URLsMichael S. Tsirkin
2016-02-17x86/uaccess/64: Handle the caching of 4-byte nocache copies properly in __cop...Toshi Kani
2016-02-17x86/uaccess/64: Make the __copy_user_nocache() assembly code more readableToshi Kani
2016-02-17perf/x86/amd/uncore: Plug reference leakThomas Gleixner
2016-02-15xen/pcifront: Report the errors better.Konrad Rzeszutek Wilk
2016-02-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-02-11arch/x86/Kconfig: CONFIG_X86_UV should depend on CONFIG_EFIAndrew Morton
2016-02-08x86/mm/numa: Fix 32-bit memblock range truncation bug on 32-bit NUMA kernelsIngo Molnar
2016-02-05mm, hugetlb: don't require CMA for runtime gigantic pagesVlastimil Babka
2016-02-05x86: Fix KASAN false positives in thread_saved_pc()Dmitry Vyukov