1. 710d60c Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  2. df2e37c Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  3. 8a284c0 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  4. ae465be Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  5. 8ab84ef Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  6. 13c76ad Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  7. 9cf8d63 Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  8. ecc026b Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  9. fa53c48 Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  10. 42576be Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  11. ba33ea8 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  12. d4e7961 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  13. d88bfe1 Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  14. e71c2c1 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  15. d09e356 Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  16. fbed0bc Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  17. d37a14b Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  18. 2f51c82 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  19. d050049 x86/cpufeature: Enable new AVX-512 features by Fenghua Yu · 9 years ago
  20. 452308d x86/efi: Fix boot crash by always mapping boot service regions into new EFI page tables by Matt Fleming · 9 years ago
  21. 6e68670 x86/fpu: Fix eager-FPU handling on legacy FPU machines by Borislav Petkov · 9 years ago
  22. 8b8addf x86/mm/32: Enable full randomization on i386 and X86_32 by Hector Marco-Gisbert · 9 years ago
  23. 10ee738 x86/entry/traps: Show unhandled signal for i386 in do_trap() by Jianyu Zhan · 9 years ago
  24. 8447733 x86/delay: Avoid preemptible context checks in delay_mwaitx() by Borislav Petkov · 9 years ago
  25. 5f0b819 KVM: MMU: fix reserved bit check for ept=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 by Paolo Bonzini · 9 years ago
  26. 844a5fe KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 combo by Paolo Bonzini · 9 years ago
  27. 9999c8c0 x86/entry: Call enter_from_user_mode() with IRQs off by Andy Lutomirski · 9 years ago
  28. a798f09 x86/entry/32: Change INT80 to be an interrupt gate by Andy Lutomirski · 9 years ago
  29. 6cbe9e4 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 9 years ago
  30. a65050c x86/fpu: Revert ("x86/fpu: Disable AVX when eagerfpu is off") by Yu-cheng Yu · 9 years ago
  31. fda57b2 x86/entry: Improve system call entry comments by Andy Lutomirski · 9 years ago
  32. 392a625 x86/entry: Remove TIF_SINGLESTEP entry work by Andy Lutomirski · 9 years ago
  33. 2a41aa4 x86/entry/32: Add and check a stack canary for the SYSENTER stack by Andy Lutomirski · 9 years ago
  34. 7536656 x86/entry/32: Simplify and fix up the SYSENTER stack #DB/NMI fixup by Andy Lutomirski · 9 years ago
  35. 6dcc941 x86/entry: Only allocate space for tss_struct::SYSENTER_stack if needed by Andy Lutomirski · 9 years ago
  36. f2b3757 x86/entry: Vastly simplify SYSENTER TF (single-step) handling by Andy Lutomirski · 9 years ago
  37. 8bb5643 x86/entry/traps: Clear DR6 early in do_debug() and improve the comment by Andy Lutomirski · 9 years ago
  38. 81edd9f x86/entry/traps: Clear TIF_BLOCKSTEP on all debug exceptions by Andy Lutomirski · 9 years ago
  39. c2c9b52 x86/entry/32: Restore FLAGS on SYSEXIT by Andy Lutomirski · 9 years ago
  40. 67f590e x86/entry/32: Filter NT and speed up AC filtering in SYSENTER by Andy Lutomirski · 9 years ago
  41. e786041 x86/entry/compat: In SYSENTER, sink AC clearing below the existing FLAGS test by Andy Lutomirski · 9 years ago
  42. 8b30a8b x86/defconfigs/32: Set CONFIG_FRAME_WARN to the Kconfig default by Borislav Petkov · 9 years ago
  43. f363938 x86/fpu: Fix 'no387' regression by Andy Lutomirski · 9 years ago
  44. 92b0729 x86/mm, x86/mce: Add memcpy_mcsafe() by Tony Luck · 9 years ago
  45. 7a86980 perf/x86/intel/rapl: Simplify quirk handling even more by Borislav Petkov · 9 years ago
  46. 14ddde7 Merge branch 'linus' into x86/fpu, to pick up fixes by Ingo Molnar · 9 years ago
  47. 0dd0036 x86/asm-offsets: Remove PARAVIRT_enabled by Andy Lutomirski · 9 years ago
  48. 58a5aac x86/entry/32: Introduce and use X86_BUG_ESPFIX instead of paravirt_enabled by Andy Lutomirski · 9 years ago
  49. 8e2a7f5 x86/nmi: Mark 'ignore_nmis' as __read_mostly by Kostenzer Felix · 9 years ago
  50. 7099e2e KVM: VMX: disable PEBS before a guest entry by Radim Krčmář · 9 years ago
  51. fe2f954 x86/apic: Deinline _flat_send_IPI_mask, save ~150 bytes by Denys Vlasenko · 9 years ago
  52. 1a8aa8a x86/apic: Deinline __default_send_IPI_*, save ~200 bytes by Denys Vlasenko · 9 years ago
  53. e17dc65 perf/x86/intel: Fix PEBS data source interpretation on Nehalem/Westmere by Andi Kleen · 9 years ago
  54. b3e6246 perf/x86/pebs: Add proper PEBS constraints for Broadwell by Stephane Eranian · 9 years ago
  55. 8077eca perf/x86/pebs: Add workaround for broken OVFL status on HSW+ by Stephane Eranian · 9 years ago
  56. 5690ae2 perf/x86/intel: Add definition for PT PMI bit by Stephane Eranian · 9 years ago
  57. c3d266c perf/x86/intel: Fix PEBS warning by only restoring active PMU in pmi by Kan Liang · 9 years ago
  58. e72daf3 perf/x86/intel: Use PAGE_SIZE for PEBS buffer size on Core2 by Jiri Olsa · 9 years ago
  59. ea2ca36 x86/mce/AMD: Document some functionality by Aravind Gopalakrishnan · 9 years ago
  60. 2cd3b5f x86/mce: Clarify comments regarding deferred error by Aravind Gopalakrishnan · 9 years ago
  61. 8dd1e17 x86/mce/AMD: Fix logic to obtain block address by Aravind Gopalakrishnan · 9 years ago
  62. be0aec2 x86/mce/AMD, EDAC: Enable error decoding of Scalable MCA errors by Aravind Gopalakrishnan · 9 years ago
  63. adc53f2 x86/mce: Move MCx_CONFIG MSR definitions by Aravind Gopalakrishnan · 9 years ago
  64. a1a8ba2 Merge branch 'linus' into ras/core, to pick up fixes by Ingo Molnar · 9 years ago
  65. 4ace2e7 x86/microcode/intel: Drop orig_sum from ext signature checksum by Borislav Petkov · 9 years ago
  66. 5b46b5e x86/microcode/intel: Improve microcode sanity-checking error messages by Borislav Petkov · 9 years ago
  67. 7d01615 x86/microcode/intel: Merge two consecutive if-statements by Borislav Petkov · 9 years ago
  68. c041462 x86/microcode/intel: Get rid of DWSIZE by Borislav Petkov · 9 years ago
  69. bc864af x86/microcode/intel: Change checksum variables to u32 by Chris Bainbridge · 9 years ago
  70. ec87e1c Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fix by Ingo Molnar · 9 years ago
  71. 1306b04 Merge branch 'for-linus-4.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 9 years ago
  72. ad32a1f um: use %lx format specifiers for unsigned longs by Colin Ian King · 9 years ago
  73. cfa52c0 x86/mm/kmmio: Fix mmiotrace for hugepages by Karol Herbst · 9 years ago
  74. b80e8e2 Merge tag 'pm+acpi-4.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  75. bc94b99 Merge tag 'v4.5-rc6' into core/resources, to resolve conflict by Ingo Molnar · 9 years ago
  76. f9677e0 x86/tsc: Always Running Timer (ART) correlated clocksource by Christopher S. Hall · 9 years ago
  77. c2687cf Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  78. 6f6e151 perf/x86/uncore: Fix build on UP-IOAPIC configs by Ingo Molnar · 9 years ago
  79. 92f9e17 PM / sleep / x86: Fix crash on graph trace through x86 suspend by Todd E Brandt · 9 years ago
  80. 2680d6d kvm: x86: Update tsc multiplier on change. by Owen Hofmann · 9 years ago
  81. fc6d73d arch/hotplug: Call into idle with a proper state by Thomas Gleixner · 9 years ago
  82. 39a1142 Merge tag 'v4.5-rc6' into locking/core, to pick up fixes by Ingo Molnar · 9 years ago
  83. 6aa447bc Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  84. 9de8d68 perf/x86/intel/rapl: Convert it to a per package facility by Thomas Gleixner · 9 years ago
  85. 8a6d2f8 perf/x86/intel/rapl: Utilize event->pmu_private by Thomas Gleixner · 9 years ago
  86. a208749 perf/x86/intel/rapl: Make PMU lock raw by Thomas Gleixner · 9 years ago
  87. 7162b8f perf/x86/intel/rapl: Refactor the code some more by Thomas Gleixner · 9 years ago
  88. 512089d perf/x86/intel/rapl: Clean up the printk output by Thomas Gleixner · 9 years ago
  89. 75c7003 perf/x86/intel/rapl: Calculate timing once by Thomas Gleixner · 9 years ago
  90. b8b3319a perf/x86/intel/rapl: Sanitize the quirk handling by Thomas Gleixner · 9 years ago
  91. 55f2890 perf/x86/intel/rapl: Add proper error handling by Thomas Gleixner · 9 years ago
  92. 4d120c5 perf/x86/intel/rapl: Make Knights Landings support functional by Thomas Gleixner · 9 years ago
  93. 827db83 perf/x86/intel/cqm: Get rid of the silly for_each_cpu() lookups by Thomas Gleixner · 9 years ago
  94. 5485592 perf/x86/intel/uncore: Make PCI and MSR uncore independent by Thomas Gleixner · 9 years ago
  95. 7b672d6 perf/x86/intel/uncore: Clear all hardware state on exit by Thomas Gleixner · 9 years ago
  96. cf6d445 perf/x86/uncore: Track packages, not per CPU data by Thomas Gleixner · 9 years ago
  97. 1f12e32 x86/topology: Create logical package id by Thomas Gleixner · 9 years ago
  98. 1f2569f perf/x86/intel/uncore: Store box in event->pmu_private by Thomas Gleixner · 9 years ago
  99. 1384c70 perf/x86/uncore: Make uncore_pcibus_to_physid() static by Thomas Gleixner · 9 years ago
  100. 1229735 perf/x86/intel/uncore: Make code more readable by Thomas Gleixner · 9 years ago