1. a95ae27 x86/mm: Enable KASLR for vmalloc memory regions by Thomas Garnier · 8 years ago
  2. 021182e x86/mm: Enable KASLR for physical mapping memory regions by Thomas Garnier · 8 years ago
  3. 0483e1f x86/mm: Implement ASLR for kernel memory regions by Thomas Garnier · 8 years ago
  4. b234e8a x86/mm: Separate variable for trampoline PGD by Thomas Garnier · 8 years ago
  5. d899a7d x86/mm: Refactor KASLR entropy functions by Thomas Garnier · 8 years ago
  6. 946e0f6 Merge tag 'v4.7-rc6' into x86/mm, to merge fixes before applying new changes by Ingo Molnar · 8 years ago
  7. 81c2949 x86/dumpstack: Add show_stack_regs() and use it by Borislav Petkov · 8 years ago
  8. 846c791 Merge tag 'v4.7-rc6' into x86/microcode, to pick up fixes before merging new changes by Ingo Molnar · 8 years ago
  9. 54b880c kbuild, x86: Track generated headers with generated-y by James Hogan · 8 years ago
  10. a0c9b8c x86: remove duplicate turbo ratio limit MSRs by Srinivas Pandruvada · 8 years ago
  11. 5ae0553 Merge branch 'pm-cpufreq' into pm-cpu by Rafael J. Wysocki · 8 years ago
  12. 3ebe3bd Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging new changes by Ingo Molnar · 8 years ago
  13. 5d1191a Merge back earlier cpufreq material for v4.8. by Rafael J. Wysocki · 8 years ago
  14. 4b3b234 x86/cpu: Rename "WESTMERE2" family to "NEHALEM_G" by Dave Hansen · 8 years ago
  15. 8eda072 x86/cpufeature: Add helper macro for mask check macros by Dave Hansen · 8 years ago
  16. 1e61f78 x86/cpufeature: Make sure DISABLED/REQUIRED macros are updated by Dave Hansen · 8 years ago
  17. 6e17cb9 x86/cpufeature: Update cpufeaure macros by Dave Hansen · 8 years ago
  18. f7550d0 pvclock: Cleanup to remove function pvclock_get_nsec_offset by Minfei Huang · 8 years ago
  19. 749d088 pvclock: Add CPU barriers to get correct version value by Minfei Huang · 8 years ago
  20. 80e7559 efi: Convert efi_call_virt() to efi_call_virt_pointer() by Alex Thorlton · 8 years ago
  21. 8114e90 Merge tag 'v4.7-rc5' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  22. 086e3eb Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  23. 32d6bd9 tree wide: get rid of __GFP_REPEAT for order-0 allocations part I by Michal Hocko · 8 years ago
  24. aca9c29 x86: fix up a few misc stack pointer vs thread_info confusions by Linus Torvalds · 8 years ago
  25. da01e18 x86: avoid avoid passing around 'thread_info' in stack dumping code by Linus Torvalds · 8 years ago
  26. c45dcc7 KVM: VMX: enable guest access to LMCE related MSRs by Ashok Raj · 8 years ago
  27. 84b06ca ACPI / tables: move arch-specific symbol to asm/acpi.h by Aleksey Makarov · 8 years ago
  28. 99aa22d x86/fpu/xstate: Copy xstate registers directly to the signal frame when compacted format is in use by Yu-cheng Yu · 8 years ago
  29. bf15a8c x86/fpu/xstate: Rename 'xstate_size' to 'fpu_kernel_xstate_size', to distinguish it from 'fpu_user_xstate_size' by Fenghua Yu · 8 years ago
  30. a1141e0 x86/fpu/xstate: Define and use 'fpu_user_xstate_size' by Fenghua Yu · 8 years ago
  31. 2668bc7 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  32. b53d6be locking/atomic: Remove linux/atomic.h:atomic_fetch_or() by Peter Zijlstra · 8 years ago
  33. a8bccca locking/atomic, arch/x86: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() by Peter Zijlstra · 8 years ago
  34. 64672c9 kvm: vmx: hook preemption timer support by Yunhong Jiang · 8 years ago
  35. ce7a058 KVM: x86: support using the vmx preemption timer for tsc deadline timer by Yunhong Jiang · 8 years ago
  36. 7d669f5 kvm: svm: Fix implicit declaration for __default_cpu_present_to_apicid() by Suravee Suthikulpanit · 8 years ago
  37. 682a810 x86/kvm/svm: Simplify cpu_has_svm() by Borislav Petkov · 8 years ago
  38. 5823d08 x86/platform/intel-mid: Add Power Management Unit driver by Andy Shevchenko · 8 years ago
  39. c87a851 x86/entry: Get rid of two-phase syscall entry work by Andy Lutomirski · 8 years ago
  40. a445508 x86/signals: Add missing signal_compat code for x86 features by Dave Hansen · 8 years ago
  41. 245050c Merge branch 'linus' into locking/core, to pick up fixes before merging new changes by Ingo Molnar · 8 years ago
  42. 50c0587 Merge branch 'linus' into x86/asm, to pick up fixes by Ingo Molnar · 8 years ago
  43. 3b29039 x86, asm: Use CC_SET()/CC_OUT() and static_cpu_has() in archrandom.h by H. Peter Anvin · 8 years ago
  44. 35ccfb7 x86, asm: Use CC_SET()/CC_OUT() in <asm/rwsem.h> by H. Peter Anvin · 8 years ago
  45. 64be6d3 x86, asm: Use CC_SET()/CC_OUT() in <asm/percpu.h> by H. Peter Anvin · 8 years ago
  46. 86b6124 x86, asm: Use CC_SET()/CC_OUT() in <asm/bitops.h> by H. Peter Anvin · 8 years ago
  47. ba741e3 x86, asm: change GEN_*_RMWcc() to use CC_SET()/CC_OUT() by H. Peter Anvin · 8 years ago
  48. ff3554b x86, asm: define CC_SET() and CC_OUT() macros by H. Peter Anvin · 8 years ago
  49. 18fe582 x86, asm: change the GEN_*_RMWcc() macros to not quote the condition by H. Peter Anvin · 8 years ago
  50. 117780e x86, asm: use bool for bitops and other assembly outputs by H. Peter Anvin · 8 years ago
  51. 2823d4d x86, bitops: remove use of "sbb" to return CF by H. Peter Anvin · 8 years ago
  52. 6428671 locking/mutex: Optimize mutex_trylock() fast-path by Peter Zijlstra · 8 years ago
  53. d157bd8 locking/rwsem: Remove rwsem_atomic_add() and rwsem_atomic_update() by Jason Low · 8 years ago
  54. f596710 x86/hweight: Get rid of the special calling convention by Borislav Petkov · 8 years ago
  55. d1898b7 x86/fpu: Add tracepoints to dump FPU state at key points by Dave Hansen · 8 years ago
  56. 8e8c668 Merge branch 'x86/urgent' into x86/cpu, to pick up dependency by Ingo Molnar · 8 years ago
  57. 020d704 Merge branch 'x86/urgent' into perf/core, to pick up dependency by Ingo Molnar · 8 years ago
  58. 970442c x86/cpu/intel: Introduce macros for Intel family numbers by Dave Hansen · 8 years ago
  59. a13004a x86/microcode/AMD: Make amd_ucode_patch[] static by Borislav Petkov · 8 years ago
  60. 0c5fa82 x86/microcode/intel: Unexport save_mc_for_early() by Borislav Petkov · 8 years ago
  61. 4b70330 x86/microcode: Fix suspend to RAM with builtin microcode by Borislav Petkov · 8 years ago
  62. 6c54564 x86/microcode: Fix loading precedence by Borislav Petkov · 8 years ago
  63. 616d1c1 Merge branch 'linus' into perf/core, to refresh the branch by Ingo Molnar · 8 years ago
  64. 08dd8cd x86/msr: Use the proper trace point conditional for writes by Dr. David Alan Gilbert · 8 years ago
  65. 463a863 char/genrtc: x86: remove remnants of asm/rtc.h by Arnd Bergmann · 8 years ago
  66. 5ab788d rtc: cmos: move mc146818rtc code out of asm-generic/rtc.h by Arnd Bergmann · 8 years ago
  67. 70b8301 x86/topology: Add topology_max_smt_threads() by Andi Kleen · 8 years ago
  68. e84025e ACPI / NUMA: move bad_srat() and srat_disabled() to drivers/acpi/numa.c by David Daney · 8 years ago
  69. 1e8143d Merge tag 'platform-drivers-x86-v4.7-1' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 8 years ago
  70. e28e909 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  71. b740d2e platform/x86: Add PMC Driver for Intel Core SoC by Rajneesh Bhardwaj · 8 years ago
  72. 2f7c3a1 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  73. 079d085 KVM: SVM: Add more SVM_EXIT_REASONS by Jan Kiszka · 8 years ago
  74. bd28b14 x86: remove more uaccess_32.h complexity by Linus Torvalds · 8 years ago
  75. 5b09c3e x86: remove pointless uaccess_32.h complexity by Linus Torvalds · 8 years ago
  76. 1771c6e x86/kasan: instrument user memory access API by Andrey Ryabinin · 8 years ago
  77. 06cd3d8 Merge branch 'linus' into x86/urgent, to refresh the tree by Ingo Molnar · 8 years ago
  78. 0f6ff2b x86/mm/mpx: Work around MPX erratum SKD046 by Dave Hansen · 8 years ago
  79. a05a70d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  80. fd8cfd3 arch: fix has_transparent_hugepage() by Hugh Dickins · 8 years ago
  81. 7beaa24 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  82. 67c9ddd KVM: x86: make hwapic_isr_update and hwapic_irr_update look the same by Paolo Bonzini · 8 years ago
  83. be8ca17 KVM: x86: Introducing kvm_x86_ops.apicv_post_state_restore by Suravee Suthikulpanit · 8 years ago
  84. 18f40c5 svm: Add VMEXIT handlers for AVIC by Suravee Suthikulpanit · 8 years ago
  85. 44a95da KVM: x86: Detect and Initialize AVIC support by Suravee Suthikulpanit · 8 years ago
  86. 3d5615e svm: Introduce new AVIC VMCB registers by Suravee Suthikulpanit · 8 years ago
  87. d1ed092 KVM: x86: Introducing kvm_x86_ops VCPU blocking/unblocking hooks by Suravee Suthikulpanit · 8 years ago
  88. 0354313 KVM: x86: Introducing kvm_x86_ops VM init/destroy hooks by Suravee Suthikulpanit · 8 years ago
  89. 0b86c75 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 8 years ago
  90. bc231d9 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  91. 9a45f03 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  92. 168f1a7 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  93. 825a3b2 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  94. cf6ed9a Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  95. 36db171 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  96. 3469d26 Merge branch 'locking-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  97. 49817c3 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  98. e8df1a95 x86/cpufeature, x86/mm/pkeys: Fix broken compile-time disabling of pkeys by Dave Hansen · 8 years ago
  99. 3491caf KVM: halt_polling: provide a way to qualify wakeups during poll by Christian Borntraeger · 8 years ago
  100. eb60b3e Merge branch 'sched/urgent' into sched/core to pick up fixes by Ingo Molnar · 8 years ago