summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* KVM: MMU: fix reserved bit check for ept=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0Paolo Bonzini2016-03-101-1/+3
* KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 comboPaolo Bonzini2016-03-101-13/+23
* KVM: VMX: disable PEBS before a guest entryRadim Krčmář2016-03-081-0/+7
* Merge branch 'for-linus-4.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-03-061-2/+2
|\
| * um: use %lx format specifiers for unsigned longsColin Ian King2016-03-051-2/+2
* | Merge tag 'pm+acpi-4.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-03-051-0/+7
|\ \
| * | PM / sleep / x86: Fix crash on graph trace through x86 suspendTodd E Brandt2016-03-031-0/+7
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-03-032-10/+13
|\ \ | |/ |/|
| * kvm: x86: Update tsc multiplier on change.Owen Hofmann2016-03-021-5/+9
| * KVM: x86: fix root cause for missed hardware breakpointsPaolo Bonzini2016-02-261-5/+4Star
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-02-285-7/+15
|\ \
| * | x86/mpx: Fix off-by-one comparison with nr_registersColin Ian King2016-02-261-1/+1
| * | x86/mm: Fix slow_virt_to_phys() for X86_PAE againDexuan Cui2016-02-251-4/+10
| * | x86/entry/compat: Add missing CLAC to entry_INT80_32Andy Lutomirski2016-02-251-0/+1
| * | x86/entry/32: Add an ASM_CLAC to entry_SYSENTER_32Andy Lutomirski2016-02-241-0/+1
| * | x86/platform/intel/quark: Change the kernel's IMR lock bit to falseBryan O'Donoghue2016-02-231-2/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-02-271-3/+3
|\ \ \
| * | | mm: ASLR: use get_random_long()Daniel Cashman2016-02-271-3/+3
* | | | Merge tag 'pci-v4.5-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-02-274-26/+34
|\ \ \ \ | |/ / / |/| | |
| * | | Revert "PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()"Bjorn Helgaas2016-02-274-15/+29
| * | | Revert "PCI: Add helpers to manage pci_dev->irq and pci_dev->irq_managed"Bjorn Helgaas2016-02-182-6/+8
| * | | Revert "x86/PCI: Don't alloc pcibios-irq when MSI is enabled"Bjorn Helgaas2016-02-171-8/+0Star
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-02-263-3/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | KVM: x86: MMU: fix ubsan index-out-of-range warningMike Krinkin2016-02-251-1/+1
| * | | KVM: x86: fix conversion of addresses to linear in 32-bit protected modePaolo Bonzini2016-02-241-2/+2
| * | | KVM: x86: fix missed hardware breakpointsPaolo Bonzini2016-02-241-0/+1
* | | | x86: fix SMAP in 32-bit environmentsLinus Torvalds2016-02-241-0/+26
* | | | Merge tag 'for-linus-4.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-02-222-3/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | xen/pcifront: Report the errors better.Konrad Rzeszutek Wilk2016-02-152-3/+6
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-02-203-47/+114
|\ \ \ \
| * | | | x86/mm: Fix vmalloc_fault() to handle large pages properlyToshi Kani2016-02-181-4/+11
| * | | | hpet: Drop stale URLsMichael S. Tsirkin2016-02-171-2/+2
| * | | | x86/uaccess/64: Handle the caching of 4-byte nocache copies properly in __cop...Toshi Kani2016-02-171-4/+32
| * | | | x86/uaccess/64: Make the __copy_user_nocache() assembly code more readableToshi Kani2016-02-171-41/+73
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-02-201-0/+2
|\ \ \ \ \
| * | | | | perf/x86/amd/uncore: Plug reference leakThomas Gleixner2016-02-171-0/+2
| |/ / / /
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-02-191-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | mm, x86: fix pte_page() crash in gup_pte_range()Hugh Dickins2016-02-191-1/+1
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-02-191-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | livepatch: change the error message in asm/livepatch.h header filesMiroslav Benes2016-01-181-1/+1
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-02-142-2/+2
|\ \ \ \
| * | | | x86/mm/numa: Fix 32-bit memblock range truncation bug on 32-bit NUMA kernelsIngo Molnar2016-02-081-1/+1
| * | | | x86: Fix KASAN false positives in thread_saved_pc()Dmitry Vyukov2016-02-051-1/+1
* | | | | arch/x86/Kconfig: CONFIG_X86_UV should depend on CONFIG_EFIAndrew Morton2016-02-121-0/+1
* | | | | mm, hugetlb: don't require CMA for runtime gigantic pagesVlastimil Babka2016-02-061-2/+2
|/ / / /
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-02-021-2/+4
|\ \ \ \
| * | | | crypto: chacha20-ssse3 - Align stack pointer to 64 bytesEli Cooper2016-01-251-2/+4
| | |_|/ | |/| |
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-02-0112-103/+209
|\ \ \ \
| * | | | x86/mm/pat: Avoid truncation when converting cpa->numpages to addressMatt Fleming2016-01-291-2/+2
| * | | | x86/mm: Fix types used in pgprot cacheability flags translationsJan Beulich2016-01-261-4/+2Star