1. 7fb983b x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tss by Andy Lutomirski · 8 years ago
  2. 2150652 x86/kasan/64: Teach KASAN about the cpu_entry_area by Andy Lutomirski · 8 years ago
  3. ef8813a x86/mm/fixmap: Generalize the GDT fixmap mechanism, introduce struct cpu_entry_area by Andy Lutomirski · 8 years ago
  4. aaeed3a x86/entry/gdt: Put per-CPU GDT remaps in ascending order by Andy Lutomirski · 8 years ago
  5. 33a2f1a x86/dumpstack: Add get_stack_info() support for the SYSENTER stack by Andy Lutomirski · 8 years ago
  6. 1a79797 x86/entry/64: Allocate and enable the SYSENTER stack by Andy Lutomirski · 8 years ago
  7. 4f3789e7 x86/irq/64: Print the offending IP in the stack overflow warning by Andy Lutomirski · 8 years ago
  8. 6669a69 x86/irq: Remove an old outdated comment about context tracking races by Andy Lutomirski · 8 years ago
  9. b02fcf9 x86/unwinder: Handle stack overflows more gracefully by Josh Poimboeuf · 8 years ago
  10. d3a0910 x86/unwinder/orc: Dont bail on stack overflow by Andy Lutomirski · 8 years ago
  11. e17f823 x86/entry/64/paravirt: Use paravirt-safe macro to access eflags by Boris Ostrovsky · 8 years ago
  12. 2aeb073 x86/mm/kasan: Don't use vmemmap_populate() to initialize shadow by Andrey Ryabinin · 8 years ago
  13. 3382290 locking/barriers: Convert users of lockless_dereference() to READ_ONCE() by Will Deacon · 8 years ago
  14. ab95477 bpf: fix build issues on um due to mising bpf_perf_event.h by Daniel Borkmann · 8 years ago
  15. 2fe1bc1 perf/x86: Enable free running PEBS for REGS_USER/INTR by Andi Kleen · 8 years ago
  16. f2dbad3 x86: Make X86_BUG_FXSAVE_LEAK detectable in CPUID on AMD by Rudolf Marek · 8 years ago
  17. a8b4db5 x86/cpufeature: Add User-Mode Instruction Prevention definitions by Ricardo Neri · 8 years ago
  18. e5d77a7 Merge commit 'upstream-x86-virt' into WIP.x86/mm by Ingo Molnar · 8 years ago
  19. 2ec077c Merge branch 'upstream-acpi-fixes' into WIP.x86/pti.base by Ingo Molnar · 8 years ago
  20. 650400b Merge branch 'upstream-x86-selftests' into WIP.x86/pti.base by Ingo Molnar · 8 years ago
  21. 0fd2e9c Merge commit 'upstream-x86-entry' into WIP.x86/mm by Ingo Molnar · 8 years ago
  22. 152bbb4 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  23. 5cf2360 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  24. a579e94 Merge tag 'mips_fixes_4.14_2' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips by Linus Torvalds · 8 years ago
  25. ea0ee33 Revert "x86: CPU: Fix up "cpu MHz" in /proc/cpuinfo" by Linus Torvalds · 8 years ago
  26. 03b2a32 x86/virt: Add enum for hypervisors to replace x86_hyper by Juergen Gross · 8 years ago
  27. f72e38e x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' and 'struct x86_init' by Juergen Gross · 8 years ago
  28. b5cd3b51 Merge branch 'linus' into x86/platform, to refresh the branch by Ingo Molnar · 8 years ago
  29. b8347c21 x86/debug: Handle warnings before the notifier chain, to fix KGDB crash by Alexander Shishkin · 8 years ago
  30. e7a7912 Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 8 years ago
  31. be739f4 x86/mm: Fix ELF_ET_DYN_BASE for 5-level paging by Kirill A. Shutemov · 8 years ago
  32. 87df261 x86/mm: Unbreak modules that rely on external PAGE_KERNEL availability by Jiri Kosina · 8 years ago
  33. d0cd64b x86/idt: Remove X86_TRAP_BP initialization in idt_setup_traps() by Yonghong Song · 8 years ago
  34. b084116 MIPS: AR7: Ensure that serial ports are properly set up by Oswald Buddenhagen · 8 years ago
  35. d850a25 Merge tag 'kvm-ppc-fixes-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Radim Krčmář · 8 years ago
  36. e6b03ab MIPS: AR7: Defer registration of GPIO by Jonas Gorski · 8 years ago
  37. a743bbe x86/oprofile/ppro: Do not use __this_cpu*() in preemptible context by Borislav Petkov · 8 years ago
  38. 881125b x86/unwind: Disable KASAN checking in the ORC unwinder by Josh Poimboeuf · 8 years ago
  39. 38c53af KVM: PPC: Book3S HV: Fix exclusion between HPT resizing and other HPT updates by Paul Mackerras · 8 years ago
  40. ea4b3af MIPS: BMIPS: Fix missing cbr address by Jaedon Shin · 8 years ago
  41. 76ce7cf x86/smpboot: Make optimization of delay calibration work correctly by Pavel Tatashin · 8 years ago
  42. 4f89fa2 ACPI / APEI: Replace ioremap_page_range() with fixmap by James Morse · 8 years ago
  43. f3a624e x86/cpufeatures: Fix various details in the feature definitions by Ingo Molnar · 8 years ago
  44. acbc845 x86/cpufeatures: Re-tabulate the X86_FEATURE definitions by Ingo Molnar · 8 years ago
  45. 67caadc Merge branch 'x86/build' into x86/asm, to fix up conflicts by Ingo Molnar · 8 years ago
  46. b3d9a13 Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts by Ingo Molnar · 8 years ago
  47. af903dc Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  48. b9dd05c ARM: 8720/1: ensure dump_instr() checks addr_limit by Mark Rutland · 8 years ago
  49. c7da092 x86/mm: Define _PAGE_TABLE using _KERNPG_TABLE by Borislav Petkov · 8 years ago
  50. 75ec4eb Merge branch 'x86/mm' into x86/asm, to pick up pending changes by Ingo Molnar · 8 years ago
  51. 19c5787 Merge branch 'x86/fpu' into x86/asm, to pick up fix by Ingo Molnar · 8 years ago
  52. 9b3499d Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  53. b21172c Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  54. eda9cec x86/module: Detect and skip invalid relocations by Josh Poimboeuf · 8 years ago
  55. 2d63499 Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 8 years ago
  56. f0a32ee Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  57. b1878b8 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  58. dab30d5 Merge tag 'mips_fixes_4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips by Linus Torvalds · 8 years ago
  59. 6753573 Revert "x86/mm: Stop calling leave_mm() in idle code" by Andy Lutomirski · 8 years ago
  60. 81ca2ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 8 years ago
  61. 777a45b arch/tile: Implement ->set_state_oneshot_stopped() by Chris Metcalf · 8 years ago
  62. 866ba84 Merge tag 'powerpc-4.14-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  63. fb615d6 Update MIPS email addresses by Paul Burton · 8 years ago
  64. 941f5f0 x86: CPU: Fix up "cpu MHz" in /proc/cpuinfo by Rafael J. Wysocki · 8 years ago
  65. d041b55 crypto: x86/sha1-mb - fix panic due to unaligned access by Andrey Ryabinin · 8 years ago
  66. 5dfeaac crypto: x86/sha256-mb - fix panic due to unaligned access by Andrey Ryabinin · 8 years ago
  67. 7ecb37f powerpc/perf: Fix core-imc hotplug callback failure during imc initialization by Madhavan Srinivasan · 8 years ago
  68. 890da9c Revert "x86: do not use cpufreq_quick_get() for /proc/cpuinfo "cpu MHz"" by Linus Torvalds · 8 years ago
  69. 6daa083 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  70. 7a7003b arm64: ensure __dump_instr() checks addr_limit by Mark Rutland · 8 years ago
  71. b33c873 Merge tag 'kvm-arm-fixes-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master by Paolo Bonzini · 8 years ago
  72. 4191db2 KVM: x86: Update APICv on APIC reset by Jan H. Schönherr · 8 years ago
  73. a488848 KVM: VMX: Do not fully reset PI descriptor on vCPU reset by Jan H. Schönherr · 8 years ago
  74. 0087552 kvm: Return -ENODEV from update_persistent_clock by Jason Gunthorpe · 8 years ago
  75. ead7515 Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  76. 06dd688 x86/cpuid: Replace set/clear_bit32() by Thomas Gleixner · 8 years ago
  77. 1e4c4f6 x86/entry/64: Shorten TEST instructions by Borislav Petkov · 8 years ago
  78. ca208b5 MIPS: Update email address for Marcin Nowakowski by Marcin Nowakowski · 8 years ago
  79. e2be04c License cleanup: add SPDX license identifier to uapi header files with a license by Greg Kroah-Hartman · 8 years ago
  80. 6f52b16 License cleanup: add SPDX license identifier to uapi header files with no license by Greg Kroah-Hartman · 8 years ago
  81. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 8 years ago
  82. 3383642 x86/traps: Use a new on_thread_stack() helper to clean up an assertion by Andy Lutomirski · 8 years ago
  83. d375cf1 x86/entry/64: Remove thread_struct::sp0 by Andy Lutomirski · 8 years ago
  84. cd493a6 x86/entry/32: Fix cpu_current_top_of_stack initialization at boot by Andy Lutomirski · 8 years ago
  85. 46f5a10 x86/entry/64: Remove all remaining direct thread_struct::sp0 reads by Andy Lutomirski · 8 years ago
  86. 20bb834 x86/entry/64: Stop initializing TSS.sp0 at boot by Andy Lutomirski · 8 years ago
  87. f16b3da x86/xen/64, x86/entry/64: Clean up SP code in cpu_initialize_context() by Andy Lutomirski · 8 years ago
  88. 3500130 x86/entry: Add task_top_of_stack() to find the top of a task's stack by Andy Lutomirski · 8 years ago
  89. da51da1 x86/entry/64: Pass SP0 directly to load_sp0() by Andy Lutomirski · 8 years ago
  90. bd7dc5a x86/entry/32: Pull the MSR_IA32_SYSENTER_CS update code out of native_load_sp0() by Andy Lutomirski · 8 years ago
  91. 929bace x86/entry/64: De-Xen-ify our NMI code by Andy Lutomirski · 8 years ago
  92. 43e4111 xen, x86/entry/64: Add xen NMI trap entry by Juergen Gross · 8 years ago
  93. c39858d x86/entry/64: Remove the RESTORE_..._REGS infrastructure by Andy Lutomirski · 8 years ago
  94. 471ee48 x86/entry/64: Use POP instead of MOV to restore regs on NMI return by Andy Lutomirski · 8 years ago
  95. a512210 x86/entry/64: Merge the fast and slow SYSRET paths by Andy Lutomirski · 8 years ago
  96. 4fbb391 x86/entry/64: Use pop instead of movq in syscall_return_via_sysret by Andy Lutomirski · 8 years ago
  97. e5317832 x86/entry/64: Shrink paranoid_exit_restore and make labels local by Andy Lutomirski · 8 years ago
  98. e872045 x86/entry/64: Simplify reg restore code in the standard IRET paths by Andy Lutomirski · 8 years ago
  99. 8a055d7 x86/entry/64: Move SWAPGS into the common IRET-to-usermode path by Andy Lutomirski · 8 years ago
  100. 26c4ef9 x86/entry/64: Split the IRET-to-user and IRET-to-kernel paths by Andy Lutomirski · 8 years ago