summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | x86/platform/quark: Print boundaries correctlyAndy Shevchenko2016-01-211-5/+13
| * | | | x86/platform/UV: Remove EFI memmap quirk for UV2+Alex Thorlton2016-01-192-5/+17
| * | | | x86/platform/intel-mid: Join string and fix SoC nameAndy Shevchenko2016-01-191-5/+3Star
| * | | | x86/platform/intel-mid: Enable 64-bit buildAndy Shevchenko2016-01-192-2/+9
| * | | | x86/irq: Plug vector cleanup raceThomas Gleixner2016-01-151-10/+53
| * | | | x86/irq: Call irq_force_move_complete with irq descriptorThomas Gleixner2016-01-153-7/+11
| * | | | x86/irq: Remove outgoing CPU from vector cleanup maskThomas Gleixner2016-01-151-2/+16
| * | | | x86/irq: Remove the cpumask allocation from send_cleanup_vector()Thomas Gleixner2016-01-151-13/+3Star
| * | | | x86/irq: Clear move_in_progress before sending cleanup IPIThomas Gleixner2016-01-151-1/+3
| * | | | x86/irq: Remove offline cpus from vector cleanupThomas Gleixner2016-01-151-2/+6