1. 065060c bpf: fix build issues on um due to mising bpf_perf_event.h by Daniel Borkmann · 7 years ago
  2. 2d8c24e perf/x86: Enable free running PEBS for REGS_USER/INTR by Andi Kleen · 8 years ago
  3. e918424 x86: Make X86_BUG_FXSAVE_LEAK detectable in CPUID on AMD by Rudolf Marek · 7 years ago
  4. c6e3862 x86/cpufeature: Add User-Mode Instruction Prevention definitions by Ricardo Neri · 7 years ago
  5. 330a4f5 drivers/misc/intel/pti: Rename the header file to free up the namespace by Ingo Molnar · 7 years ago
  6. 399bbc9 x86/virt: Add enum for hypervisors to replace x86_hyper by Juergen Gross · 7 years ago
  7. 04d2670 x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' and 'struct x86_init' by Juergen Gross · 7 years ago
  8. 99aee22 ACPI / APEI: Replace ioremap_page_range() with fixmap by James Morse · 7 years ago
  9. 4a464a6 selftests/x86/ldt_gdt: Run most existing LDT test cases against the GDT as well by Andy Lutomirski · 7 years ago
  10. 46e6a15 selftests/x86/ldt_gdt: Add infrastructure to test set_thread_area() by Andy Lutomirski · 7 years ago
  11. d9eb267 x86/cpufeatures: Fix various details in the feature definitions by Ingo Molnar · 7 years ago
  12. 47af9e6 x86/cpufeatures: Re-tabulate the X86_FEATURE definitions by Ingo Molnar · 7 years ago
  13. 6476645 x86/mm: Define _PAGE_TABLE using _KERNPG_TABLE by Borislav Petkov · 7 years ago
  14. c1ffb6ae bitops: Revert cbe96375025e ("bitops: Add clear/set_bit32() to linux/bitops.h") by Thomas Gleixner · 7 years ago
  15. 3243ae9 x86/cpuid: Replace set/clear_bit32() by Thomas Gleixner · 7 years ago
  16. b36c2c3 x86/entry/64: Shorten TEST instructions by Borislav Petkov · 7 years ago
  17. 35c1d57 x86/traps: Use a new on_thread_stack() helper to clean up an assertion by Andy Lutomirski · 7 years ago
  18. c6f563c x86/entry/64: Remove thread_struct::sp0 by Andy Lutomirski · 7 years ago
  19. 266a0b1 x86/entry/32: Fix cpu_current_top_of_stack initialization at boot by Andy Lutomirski · 7 years ago
  20. c30eb76 x86/entry/64: Remove all remaining direct thread_struct::sp0 reads by Andy Lutomirski · 7 years ago
  21. 71d7244 x86/entry/64: Stop initializing TSS.sp0 at boot by Andy Lutomirski · 7 years ago
  22. 0917dd6 x86/xen/64, x86/entry/64: Clean up SP code in cpu_initialize_context() by Andy Lutomirski · 7 years ago
  23. f576136 x86/entry: Add task_top_of_stack() to find the top of a task's stack by Andy Lutomirski · 7 years ago
  24. e375584 x86/entry/64: Pass SP0 directly to load_sp0() by Andy Lutomirski · 7 years ago
  25. ebef354 x86/entry/32: Pull the MSR_IA32_SYSENTER_CS update code out of native_load_sp0() by Andy Lutomirski · 7 years ago
  26. 6ff096c x86/entry/64: De-Xen-ify our NMI code by Andy Lutomirski · 7 years ago
  27. f53f7a3f xen, x86/entry/64: Add xen NMI trap entry by Juergen Gross · 7 years ago
  28. 8d50dee x86/entry/64: Remove the RESTORE_..._REGS infrastructure by Andy Lutomirski · 7 years ago
  29. 2550871 x86/entry/64: Use POP instead of MOV to restore regs on NMI return by Andy Lutomirski · 7 years ago
  30. e7273aa x86/entry/64: Merge the fast and slow SYSRET paths by Andy Lutomirski · 7 years ago
  31. 673b152 x86/entry/64: Use pop instead of movq in syscall_return_via_sysret by Andy Lutomirski · 7 years ago
  32. b774233 x86/entry/64: Shrink paranoid_exit_restore and make labels local by Andy Lutomirski · 7 years ago
  33. 37bae8e x86/entry/64: Simplify reg restore code in the standard IRET paths by Andy Lutomirski · 7 years ago
  34. 7d4bb32 x86/entry/64: Move SWAPGS into the common IRET-to-usermode path by Andy Lutomirski · 7 years ago
  35. 65236ab x86/entry/64: Split the IRET-to-user and IRET-to-kernel paths by Andy Lutomirski · 7 years ago
  36. b7ee7fc x86/entry/64: Remove the restore_c_regs_and_iret label by Andy Lutomirski · 7 years ago
  37. ab3e5df ptrace,x86: Make user_64bit_mode() available to 32-bit builds by Ricardo Neri · 7 years ago
  38. 985cba4 x86/boot: Relocate definition of the initial state of CR0 by Ricardo Neri · 7 years ago
  39. 4ed772a x86/mm: Relocate page fault error codes to traps.h by Ricardo Neri · 7 years ago
  40. 12dc3fa x86/cpufeatures: Enable new SSE/AVX/AVX512 CPU features by Gayatri Kammela · 7 years ago
  41. c60238f x86/mm/64: Rename the register_page_bootmem_memmap() 'size' parameter to 'nr_pages' by Baoquan He · 7 years ago
  42. 3df257d x86/build: Beautify build log of syscall headers by Masahiro Yamada · 7 years ago
  43. 20e9bfd x86/asm: Don't use the confusing '.ifeq' directive by Josh Poimboeuf · 7 years ago
  44. 0980708 ACPI / APEI: remove the unused dead-code for SEA/NMI notification type by Dongjiu Geng · 7 years ago
  45. af02cd9 x86/xen: Drop 5-level paging support code from the XEN_PV code by Kirill A. Shutemov · 7 years ago
  46. 13bda9c x86/xen: Provide pre-built page tables only for CONFIG_XEN_PV=y and CONFIG_XEN_PVH=y by Kirill A. Shutemov · 7 years ago
  47. 873f59b x86/kasan: Use the same shadow offset for 4- and 5-level paging by Andrey Ryabinin · 7 years ago
  48. 4afaf6e mm/sparsemem: Allocate mem_section at runtime for CONFIG_SPARSEMEM_EXTREME=y by Kirill A. Shutemov · 7 years ago
  49. 3629515 x86/cpuid: Prevent out of bound access in do_clear_cpu_cap() by Thomas Gleixner · 7 years ago
  50. 61d1ad3 objtool: Print top level commands on incorrect usage by Kamalesh Babulal · 7 years ago
  51. 3b57d66 x86/platform/UV: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  52. 110ad51 x86/fpu: Remove the explicit clearing of XSAVE dependent features by Andi Kleen · 7 years ago
  53. 0e7127a x86/fpu: Make XSAVE check the base CPUID features before enabling by Andi Kleen · 7 years ago
  54. f01d7ef x86/fpu: Parse clearcpuid= as early XSAVE argument by Andi Kleen · 7 years ago
  55. d602a34 x86/cpuid: Add generic table for CPUID dependencies by Andi Kleen · 7 years ago
  56. eb3addb bitops: Add clear/set_bit32() to linux/bitops.h by Andi Kleen · 7 years ago
  57. b40a923 x86/unwind: Make CONFIG_UNWINDER_ORC=y the default in kconfig for 64-bit by Josh Poimboeuf · 7 years ago
  58. 8af220c x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*' by Josh Poimboeuf · 7 years ago
  59. a11adc6 x86/fpu/debug: Remove unused 'x86_fpu_state' and 'x86_fpu_deactivate_state' tracepoints by Steven Rostedt (VMware) · 7 years ago
  60. ab7fc55 x86/unwinder: Make CONFIG_UNWINDER_ORC=y the default in the 64-bit defconfig by Ingo Molnar · 7 years ago
  61. 2cb7165 ACPI / APEI: adjust a local variable type in ghes_ioremap_pfn_irq() by Jan Beulich · 7 years ago
  62. 5d5e60c x86/head: Add unwind hint annotations by Josh Poimboeuf · 7 years ago
  63. d074a10 x86/xen: Add unwind hint annotations by Josh Poimboeuf · 7 years ago
  64. 2c9863c x86/xen: Fix xen head ELF annotations by Josh Poimboeuf · 7 years ago
  65. aad9d83 x86/boot: Annotate verify_cpu() as a callable function by Josh Poimboeuf · 7 years ago
  66. 8233aff x86/head: Fix head ELF function annotations by Josh Poimboeuf · 7 years ago
  67. 98ce8ee x86/head: Remove unused 'bad_address' code by Josh Poimboeuf · 7 years ago
  68. 9cf5a88 x86/head: Remove confusing comment by Josh Poimboeuf · 7 years ago
  69. 42314ede objtool: Don't report end of section error after an empty unwind hint by Josh Poimboeuf · 7 years ago
  70. c09061a x86/asm: Remove unnecessary \n\t in front of CC_SET() from asm templates by Uros Bizjak · 7 years ago
  71. 7b37750 Linux 4.14.8 by Greg Kroah-Hartman · 7 years ago
  72. bed6119 usb: musb: da8xx: fix babble condition handling by Bin Liu · 7 years ago
  73. d094690 ath10k: fix build errors with !CONFIG_PM by Brian Norris · 7 years ago
  74. 5c212b5 ath10k: fix core PCI suspend when WoWLAN is supported but disabled by Brian Norris · 7 years ago
  75. e37eb54 ath9k: fix tx99 potential info leak by Miaoqing Pan · 7 years ago
  76. 99ab42f lightnvm: pblk: protect line bitmap while submitting meta io by Rakesh Pandit · 7 years ago
  77. 136e415 lightnvm: pblk: fix min size for page mempool by Javier González · 7 years ago
  78. 83ef217 lightnvm: pblk: initialize debug stat counter by Javier González · 7 years ago
  79. 8594a9a lightnvm: pblk: use right flag for GC allocation by Javier González · 7 years ago
  80. e22f692 lightnvm: pblk: fix changing GC group list for a line by Rakesh Pandit · 7 years ago
  81. 1b07f75 lightnvm: pblk: prevent gc kicks when gc is not operational by Hans Holmberg · 7 years ago
  82. e6a9d26 icmp: don't fail on fragment reassembly time exceeded by Matteo Croce · 7 years ago
  83. 023bff1 IB/ipoib: Grab rtnl lock on heavy flush when calling ndo_open/stop by Alex Vesker · 7 years ago
  84. 02ef1dd RDMA/cma: Avoid triggering undefined behavior by Bart Van Assche · 7 years ago
  85. 9fc290e IB/core: Fix endianness annotation in rdma_is_multicast_addr() by Bart Van Assche · 7 years ago
  86. f7af603 macvlan: Only deliver one copy of the frame to the macvlan interface by Alexander Duyck · 7 years ago
  87. d9490e7 udf: Avoid overflow when session starts at large offset by Jan Kara · 7 years ago
  88. 4236404 xprtrdma: Don't defer fencing an async RPC's chunks by Chuck Lever · 7 years ago
  89. 46788d1 md-cluster: fix wrong condition check in raid1_write_request by Guoqing Jiang · 7 years ago
  90. 339aba6 raid5-ppl: check recovery_offset when performing ppl recovery by Artur Paszkiewicz · 7 years ago
  91. b197f67 scsi: bfa: integer overflow in debugfs by Dan Carpenter · 7 years ago
  92. dd2581c scsi: sd: change allow_restart to bool in sysfs interface by weiping zhang · 7 years ago
  93. 47b5dbd scsi: sd: change manage_start_stop to bool in sysfs interface by weiping zhang · 7 years ago
  94. fc8f4ca nullb: fix error return code in null_init() by Wei Yongjun · 7 years ago
  95. c97e410 ipmi_si: fix memory leak on new_smi by Colin Ian King · 7 years ago
  96. f2d81d0 rtl8188eu: Fix a possible sleep-in-atomic bug in rtw_disassoc_cmd by Jia-Ju Bai · 7 years ago
  97. f898f36 rtl8188eu: Fix a possible sleep-in-atomic bug in rtw_createbss_cmd by Jia-Ju Bai · 7 years ago
  98. f18b203 IB/hfi1: Mask out A bit from psn trace by Don Hiatt · 7 years ago
  99. 4e2836b vt6655: Fix a possible sleep-in-atomic bug in vt6655_suspend by Jia-Ju Bai · 7 years ago
  100. b57259c IB/core: Fix calculation of maximum RoCE MTU by Parav Pandit · 7 years ago