| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-02-28 | 5 | -7/+15 |
|\ |
|
| * | x86/mpx: Fix off-by-one comparison with nr_registers | Colin Ian King | 2016-02-26 | 1 | -1/+1 |
| * | x86/mm: Fix slow_virt_to_phys() for X86_PAE again | Dexuan Cui | 2016-02-25 | 1 | -4/+10 |
| * | x86/entry/compat: Add missing CLAC to entry_INT80_32 | Andy Lutomirski | 2016-02-25 | 1 | -0/+1 |
| * | x86/entry/32: Add an ASM_CLAC to entry_SYSENTER_32 | Andy Lutomirski | 2016-02-24 | 1 | -0/+1 |
| * | x86/platform/intel/quark: Change the kernel's IMR lock bit to false | Bryan O'Donoghue | 2016-02-23 | 1 | -2/+2 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-02-27 | 1 | -3/+3 |
|\ \ |
|
| * | | mm: ASLR: use get_random_long() | Daniel Cashman | 2016-02-27 | 1 | -3/+3 |
* | | | Merge tag 'pci-v4.5-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-02-27 | 4 | -26/+34 |
|\ \ \
| |/ /
|/| | |
|
| * | | Revert "PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()" | Bjorn Helgaas | 2016-02-27 | 4 | -15/+29 |
| * | | Revert "PCI: Add helpers to manage pci_dev->irq and pci_dev->irq_managed" | Bjorn Helgaas | 2016-02-17 | 2 | -6/+8 |
| * | | Revert "x86/PCI: Don't alloc pcibios-irq when MSI is enabled" | Bjorn Helgaas | 2016-02-17 | 1 | -8/+0 |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2016-02-25 | 3 | -3/+4 |
|\ \ \ |
|
| * | | | KVM: x86: MMU: fix ubsan index-out-of-range warning | Mike Krinkin | 2016-02-25 | 1 | -1/+1 |
| * | | | KVM: x86: fix conversion of addresses to linear in 32-bit protected mode | Paolo Bonzini | 2016-02-24 | 1 | -2/+2 |
| * | | | KVM: x86: fix missed hardware breakpoints | Paolo Bonzini | 2016-02-24 | 1 | -0/+1 |
* | | | | x86: fix SMAP in 32-bit environments | Linus Torvalds | 2016-02-23 | 1 | -0/+26 |
* | | | | Merge tag 'for-linus-4.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-02-22 | 2 | -3/+6 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | xen/pcifront: Report the errors better. | Konrad Rzeszutek Wilk | 2016-02-15 | 2 | -3/+6 |
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-02-20 | 3 | -47/+114 |
|\ \ \ \ |
|
| * | | | | x86/mm: Fix vmalloc_fault() to handle large pages properly | Toshi Kani | 2016-02-18 | 1 | -4/+11 |
| * | | | | hpet: Drop stale URLs | Michael S. Tsirkin | 2016-02-17 | 1 | -2/+2 |
| * | | | | x86/uaccess/64: Handle the caching of 4-byte nocache copies properly in __cop... | Toshi Kani | 2016-02-17 | 1 | -4/+32 |
| * | | | | x86/uaccess/64: Make the __copy_user_nocache() assembly code more readable | Toshi Kani | 2016-02-17 | 1 | -41/+73 |
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-02-20 | 1 | -0/+2 |
|\ \ \ \ \ |
|
| * | | | | | perf/x86/amd/uncore: Plug reference leak | Thomas Gleixner | 2016-02-17 | 1 | -0/+2 |
| |/ / / / |
|
* | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-02-19 | 1 | -1/+1 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | mm, x86: fix pte_page() crash in gup_pte_range() | Hugh Dickins | 2016-02-18 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2016-02-18 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | livepatch: change the error message in asm/livepatch.h header files | Miroslav Benes | 2016-01-18 | 1 | -1/+1 |
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-02-14 | 2 | -2/+2 |
|\ \ \ \ |
|
| * | | | | x86/mm/numa: Fix 32-bit memblock range truncation bug on 32-bit NUMA kernels | Ingo Molnar | 2016-02-08 | 1 | -1/+1 |
| * | | | | x86: Fix KASAN false positives in thread_saved_pc() | Dmitry Vyukov | 2016-02-05 | 1 | -1/+1 |
* | | | | | arch/x86/Kconfig: CONFIG_X86_UV should depend on CONFIG_EFI | Andrew Morton | 2016-02-11 | 1 | -0/+1 |
* | | | | | mm, hugetlb: don't require CMA for runtime gigantic pages | Vlastimil Babka | 2016-02-05 | 1 | -2/+2 |
|/ / / / |
|
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2016-02-01 | 1 | -2/+4 |
|\ \ \ \ |
|
| * | | | | crypto: chacha20-ssse3 - Align stack pointer to 64 bytes | Eli Cooper | 2016-01-25 | 1 | -2/+4 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-01-31 | 12 | -103/+209 |
|\ \ \ \ |
|
| * | | | | x86/mm/pat: Avoid truncation when converting cpa->numpages to address | Matt Fleming | 2016-01-29 | 1 | -2/+2 |
| * | | | | x86/mm: Fix types used in pgprot cacheability flags translations | Jan Beulich | 2016-01-26 | 1 | -4/+2 |
| * | | | | x86/platform/quark: Print boundaries correctly | Andy Shevchenko | 2016-01-21 | 1 | -5/+13 |
| * | | | | x86/platform/UV: Remove EFI memmap quirk for UV2+ | Alex Thorlton | 2016-01-19 | 2 | -5/+17 |
| * | | | | x86/platform/intel-mid: Join string and fix SoC name | Andy Shevchenko | 2016-01-19 | 1 | -5/+3 |
| * | | | | x86/platform/intel-mid: Enable 64-bit build | Andy Shevchenko | 2016-01-19 | 2 | -2/+9 |
| * | | | | x86/irq: Plug vector cleanup race | Thomas Gleixner | 2016-01-15 | 1 | -10/+53 |
| * | | | | x86/irq: Call irq_force_move_complete with irq descriptor | Thomas Gleixner | 2016-01-15 | 3 | -7/+11 |
| * | | | | x86/irq: Remove outgoing CPU from vector cleanup mask | Thomas Gleixner | 2016-01-15 | 1 | -2/+16 |
| * | | | | x86/irq: Remove the cpumask allocation from send_cleanup_vector() | Thomas Gleixner | 2016-01-15 | 1 | -13/+3 |
| * | | | | x86/irq: Clear move_in_progress before sending cleanup IPI | Thomas Gleixner | 2016-01-15 | 1 | -1/+3 |
| * | | | | x86/irq: Remove offline cpus from vector cleanup | Thomas Gleixner | 2016-01-15 | 1 | -2/+6 |