1. 05ef76b x86/vdso: Use .fault for the vDSO text mapping by Andy Lutomirski · 9 years ago
  2. 352b78c x86/vdso: Track each mm's loaded vDSO image as well as its base by Andy Lutomirski · 9 years ago
  3. aa04214 x86/boot: Hide local labels in verify_cpu() by Borislav Petkov · 9 years ago
  4. 394db20 x86/fpu: Disable AVX when eagerfpu is off by yu-cheng yu · 9 years ago
  5. a5fe93a x86/fpu: Disable MPX when eagerfpu is off by yu-cheng yu · 9 years ago
  6. eb7c5f8 x86/fpu: Disable XGETBV1 when no XSAVE by yu-cheng yu · 9 years ago
  7. 4f81cba x86/fpu: Fix early FPU command-line parsing by yu-cheng yu · 9 years ago
  8. b500f77 x86/mm: Use PAGE_ALIGNED instead of IS_ALIGNED by Kefeng Wang · 9 years ago
  9. c9e0d39 x86/mm/pat: Make split_page_count() check for empty levels to fix /proc/meminfo output by Dave Jones · 9 years ago
  10. c0c5701 Merge commit 'linus' into x86/urgent, to pick up recent x86 changes by Ingo Molnar · 9 years ago
  11. ae8a521 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  12. 0ffedcd Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  13. 6896d9f Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  14. 671d553 Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  15. 67c707e Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  16. 88cbfd0 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  17. 4f19b88 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  18. af34520 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  19. 4bd20db Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  20. 5cb52b5 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  21. 24af98c Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  22. 8c31902 x86/boot: Double BOOT_HEAP_SIZE to 64KB by H.J. Lu · 9 years ago
  23. 71b3c12 x86/mm: Add barriers and document switch_mm()-vs-flush synchronization by Andy Lutomirski · 9 years ago
  24. 516c50c Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  25. 650e545 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  26. 1f1a89a x86/mm: Micro-optimise clflush_cache_range() by Chris Wilson · 9 years ago
  27. e5e57e7 kvm: x86: only channel 0 of the i8254 is linked to the HPET by Paolo Bonzini · 9 years ago
  28. 9cc2617 perf/x86/amd: Remove l1-dcache-stores event for AMD by Vince Weaver · 9 years ago
  29. 77af003 perf/x86/intel/uncore: Add Knights Landing uncore PMU support by Harish Chegondi · 9 years ago
  30. dae2553 perf/x86/intel/uncore: Remove hard coding of PMON box control MSR offset by Harish Chegondi · 9 years ago
  31. 1e7b939 perf/x86/intel: Add perf core PMU support for Intel Knights Landing by Harish Chegondi · 9 years ago
  32. d6980ef perf/x86/intel/uncore: Add Broadwell-EP uncore support by Kan Liang · 9 years ago
  33. d3bcd64 perf/x86/rapl: Use unified perf_event_sysfs_show instead of special interface by Huang Rui · 9 years ago
  34. 673d188 perf/x86: Enable cycles:pp for Intel Atom by Stephane Eranian · 9 years ago
  35. 1424a09 perf/x86: fix PEBS issues on Intel Atom/Core2 by Stephane Eranian · 9 years ago
  36. 6fc2e83 perf/x86: Fix LBR related crashes on Intel Atom by Stephane Eranian · 9 years ago
  37. 61b87ca perf/x86: Fix filter_events() bug with event mappings by Stephane Eranian · 9 years ago
  38. 7246976 perf/x86: Use INST_RETIRED.PREC_DIST for cycles: ppp by Andi Kleen · 9 years ago
  39. 442f5c7 perf/x86: Use INST_RETIRED.TOTAL_CYCLES_PS for cycles:pp for Skylake by Andi Kleen · 9 years ago
  40. 01330d7 perf/x86: Allow zero PEBS status with only single active event by Andi Kleen · 9 years ago
  41. 957ea1f perf/x86: Remove warning for zero PEBS status by Andi Kleen · 9 years ago
  42. 25ec02f x86/fpu: Properly align size in CHECK_MEMBER_AT_END_OF() macro by Jiri Olsa · 9 years ago
  43. 8705d60 x86/vsdo: Fix build on PARAVIRT_CLOCK=y, KVM_GUEST=n by Andy Lutomirski · 9 years ago
  44. 2039e6a x86/mm/pat: Change free_memtype() to support shrinking case by Toshi Kani · 9 years ago
  45. d9fe4fa x86/mm/pat: Add untrack_pfn_moved for mremap by Toshi Kani · 9 years ago
  46. dd7a5ab x86/numachip: Fix NumaConnect2 MMCFG PCI access by Daniel J Blueman · 9 years ago
  47. facca61 arch/x86/xen/suspend.c: include xen/xen.h by Andrew Morton · 9 years ago
  48. 9abb0ec x86/mm: Drop WARN from multi-BAR check by Laura Abbott · 9 years ago
  49. 0d430e3 x86/LDT: Print the real LDT base address by Jan Beulich · 9 years ago
  50. 0105c8d arch/x86/kernel/ptrace.c: Remove unused arg_offs_table by chengang@emindsoft.com.cn · 9 years ago
  51. b92c453 Revert "x86/kvm: On KVM re-enable (e.g. after suspend), update clocks" by Thomas Gleixner · 9 years ago
  52. e73a317 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  53. de37937 um: Fix pointer cast by Mickaël Salaün · 9 years ago
  54. 0185604 KVM: x86: Reload pit counters for all channels when restoring state by Andrew Honig · 9 years ago
  55. e24dea2 KVM: MTRR: treat memory as writeback if MTRR is disabled in guest CPUID by Paolo Bonzini · 9 years ago
  56. fa7c4eb KVM: MTRR: observe maxphyaddr from guest CPUID, not host by Paolo Bonzini · 9 years ago
  57. a7f2d78 KVM: MTRR: fix fixed MTRR segment look up by Alexis Dambricourt · 9 years ago
  58. 30bfa7b x86/entry: Restore traditional SYSENTER calling convention by Andy Lutomirski · 9 years ago
  59. 6a613ac x86/entry: Fix some comments by Andy Lutomirski · 9 years ago
  60. c8f3e51 x86/irq: Export functions to allow MSI domains in modules by Jake Oshins · 9 years ago
  61. d8c98a1 x86/paravirt: Prevent rtc_cmos platform device init on PV guests by David Vrabel · 9 years ago
  62. 4baf7fe x86/mm: Align macro defines by Borislav Petkov · 9 years ago
  63. 6e1315f x86/cpu: Provide a config option to disable static_cpu_has by Borislav Petkov · 9 years ago
  64. 362f924 x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros by Borislav Petkov · 9 years ago
  65. 39c06df x86/cpufeature: Cleanup get_cpu_cap() by Borislav Petkov · 9 years ago
  66. 2ccd71f x86/cpufeature: Move some of the scattered feature bits to x86_capability by Borislav Petkov · 9 years ago
  67. 0fa8511 Merge branch 'linus' into x86/cleanups by Thomas Gleixner · 9 years ago
  68. b279d67 x86/nmi: Save regs in crash dump on external NMI by Hidehiro Kawai · 9 years ago
  69. b7c4948 x86/apic: Introduce apic_extnmi command line parameter by Hidehiro Kawai · 9 years ago
  70. 58c5661 panic, x86: Allow CPUs to save registers even if looping in NMI context by Hidehiro Kawai · 9 years ago
  71. 1717f20 panic, x86: Fix re-entrance problem due to panic on NMI by Hidehiro Kawai · 9 years ago
  72. d267b8d Merge branch 'linus' into x86/apic by Thomas Gleixner · 9 years ago
  73. 91e2eea x86/xen: Avoid fast syscall path for Xen PV guests by Boris Ostrovsky · 9 years ago
  74. d90167a x86/mce: Ensure offline CPUs don't participate in rendezvous process by Ashok Raj · 9 years ago
  75. 3273cba Merge tag 'for-linus-4.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
  76. 173ae9b Fix user-visible spelling error by Linus Torvalds · 9 years ago
  77. 81b1b9c KVM: VMX: Fix host initiated access to guest MSR_TSC_AUX by Haozhong Zhang · 9 years ago
  78. 20f36e0 xen/x86/pvh: Use HVM's flush_tlb_others op by Boris Ostrovsky · 9 years ago
  79. 057032e Merge tag 'v4.4-rc5' into perf/core, to pick up fixes by Ingo Molnar · 9 years ago
  80. f74acf0 x86/entry/64_compat: Make labels local by Borislav Petkov · 9 years ago
  81. 8b89fe1 kvm: x86: move tracepoints outside extended quiescent state by Paolo Bonzini · 9 years ago
  82. d51953b x86/platform/uv: Include clocksource.h for clocksource_touch_watchdog() by Ingo Molnar · 9 years ago
  83. 76480a6 x86/vdso: Enable vdso pvclock access on all vdso variants by Andy Lutomirski · 9 years ago
  84. cc1e24f x86/vdso: Remove pvclock fixmap machinery by Andy Lutomirski · 9 years ago
  85. dac16fb x86/vdso: Get pvclock data from the vvar VMA instead of the fixmap by Andy Lutomirski · 9 years ago
  86. 6b078f5 x86, vdso, pvclock: Simplify and speed up the vdso pvclock reader by Andy Lutomirski · 9 years ago
  87. 677a73a x86/kvm: On KVM re-enable (e.g. after suspend), update clocks by Andy Lutomirski · 9 years ago
  88. aa53685 Merge branch 'for-linus-4.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 9 years ago
  89. 8090bfd um: Fix fpstate handling by Richard Weinberger · 9 years ago
  90. 51825c8 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  91. 69d2ca6 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  92. f1ad448 perf/x86: Remove old MSR perf tracing code by Andi Kleen · 9 years ago
  93. 7f47d8c x86, tracing, perf: Add trace point for MSR accesses by Andi Kleen · 9 years ago
  94. 153a433 x86/headers: Don't include asm/processor.h in asm/atomic.h by Andi Kleen · 9 years ago
  95. da008ee perf/x86/intel: Fix __initconst declaration in the RAPL perf driver by Andi Kleen · 9 years ago
  96. 42a0789 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 9 years ago
  97. 169b932 perf/x86/intel: Fix INTEL_FLAGS_UEVENT_CONSTRAINT_DATALA_NA macro by Jiri Olsa · 9 years ago
  98. e0fbac1 perf/x86/intel: Make L1D_PEND_MISS.FB_FULL not constrained on Haswell by Yuanfang Chen · 9 years ago
  99. ec941c5 x86/mm/64: Enable SWIOTLB if system has SRAT memory regions above MAX_DMA32_PFN by Igor Mammedov · 9 years ago
  100. 8dd3303 x86/mm: Introduce max_possible_pfn by Igor Mammedov · 9 years ago