1. bb91f8c x86/mce: Carve out writes to MCx_STATUS and MCx_CTL by Aravind Gopalakrishnan · 8 years ago
  2. 6bda529 x86/mce: Grade uncorrected errors for SMCA-enabled systems by Aravind Gopalakrishnan · 8 years ago
  3. 10001d91 x86/mce: Log MCEs after a warm rest on AMD, Fam17h and later by Aravind Gopalakrishnan · 8 years ago
  4. b33f39e Merge tag 'v4.6-rc6' into ras/core, to refresh the tree by Ingo Molnar · 8 years ago
  5. 778843f x86/asm/entry/32: Simplify pushes of zeroed pt_regs->REGs by Denys Vlasenko · 8 years ago
  6. 00ec2c3 x86/boot: Warn on future overlapping memcpy() use by Kees Cook · 8 years ago
  7. dc425a6 x86/boot: Extract error reporting functions by Kees Cook · 8 years ago
  8. 8ac0fba isa: Decouple X86_32 dependency from the ISA Kconfig option by William Breathitt Gray · 8 years ago
  9. f246324 KVM: x86: fix ordering of cr0 initialization code in vmx_cpu_reset by Bruce Rogers · 8 years ago
  10. c9867f8 x86/tls: Synchronize segment registers in set_thread_area() by Andy Lutomirski · 8 years ago
  11. 296f781 x86/asm/64: Rename thread_struct's fs and gs to fsbase and gsbase by Andy Lutomirski · 8 years ago
  12. 731e33e x86/arch_prctl/64: Remove FSBASE/GSBASE < 4G optimization by Andy Lutomirski · 8 years ago
  13. b038c84 x86/segments/64: When load_gs_index fails, clear the base by Andy Lutomirski · 8 years ago
  14. 45e876f x86/segments/64: When loadsegment(fs, ...) fails, clear the base by Andy Lutomirski · 8 years ago
  15. f005f5d x86/asm: Make asm/alternative.h safe from assembly by Andy Lutomirski · 8 years ago
  16. 35de5b0 x86/asm: Stop depending on ptrace.h in alternative.h by Andy Lutomirski · 8 years ago
  17. ffc5fce Merge branch 'x86/urgent' into x86/asm, to refresh the tree by Ingo Molnar · 8 years ago
  18. 4abf061 x86/boot: Correctly bounds-check relocations by Yinghai Lu · 8 years ago
  19. 4d2d542 x86/KASLR: Clean up unused code from old 'run_size' and rename it to 'kernel_total_size' by Yinghai Lu · 8 years ago
  20. 67b6662 x86/boot: Fix "run_size" calculation by Yinghai Lu · 8 years ago
  21. d607251 x86/boot: Calculate decompression size during boot not build by Yinghai Lu · 8 years ago
  22. 974f221 x86/boot: Move compressed kernel to the end of the decompression buffer by Yinghai Lu · 8 years ago
  23. 6f9af75 x86/KASLR: Handle kernel relocations above 2G correctly by Baoquan He · 8 years ago
  24. 92c19ea Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  25. 814dd94 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  26. 078194f x86/mm, sched/core: Turn off IRQs in switch_mm() by Andy Lutomirski · 8 years ago
  27. 69c0319 x86/mm, sched/core: Uninline switch_mm() by Andy Lutomirski · 8 years ago
  28. e107488 x86/mm: Build arch/x86/mm/tlb.c even on !SMP by Andy Lutomirski · 8 years ago
  29. 9788375 x86/efi: Enable runtime call flag checking by Mark Rutland · 8 years ago
  30. bc25f9d x86/efi: Move to generic {__,}efi_call_virt() by Mark Rutland · 8 years ago
  31. 87615a3 x86/efi: Force EFI reboot to process pending capsules by Matt Fleming · 8 years ago
  32. 21289ec x86/efi/efifb: Move DMI based quirks handling out of generic code by Ard Biesheuvel · 8 years ago
  33. fc37206 efi/libstub: Move Graphics Output Protocol handling to generic code by Ard Biesheuvel · 8 years ago
  34. 2c23b73 x86/efi: Prepare GOP handling code for reuse as generic code by Ard Biesheuvel · 8 years ago
  35. c3c1c47 x86/efi: Remove the always true EFI_DEBUG symbol by Matt Fleming · 8 years ago
  36. 0d054ad efi: Check EFI_MEMORY_DESCRIPTOR version explicitly by Ard Biesheuvel · 8 years ago
  37. 884f4f6 efi: Remove global 'memmap' EFI memory map by Matt Fleming · 8 years ago
  38. 78ce248 efi: Iterate over efi.memmap in for_each_efi_memory_desc() by Matt Fleming · 8 years ago
  39. 7fc8442 x86/mm/pat: Document the (currently) EFI-only code path by Matt Fleming · 8 years ago
  40. c5b591e efi: Get rid of the EFI_SYSTEM_TABLES status bit by Ard Biesheuvel · 8 years ago
  41. 81b785f x86/boot: Rename overlapping memcpy() to memmove() by Kees Cook · 8 years ago
  42. 0b20e59 Merge branch 'perf/urgent' into perf/core, to resolve conflict by Ingo Molnar · 8 years ago
  43. cf3beb7 perf/x86/intel: Fix incorrect lbr_sel_mask value by Kan Liang · 8 years ago
  44. 1c5ac21 perf/x86/intel/pt: Don't die on VMXON by Alexander Shishkin · 8 years ago
  45. 0a25556 perf/x86/amd: Set the size of event map array to PERF_COUNT_HW_MAX by Adam Borowski · 8 years ago
  46. 1bdb897 x86/apic: Handle zero vector gracefully in clear_vector_irq() by Keith Busch · 8 years ago
  47. c5dfd78 perf core: Allow setting up max frame stack depth via sysctl by Arnaldo Carvalho de Melo · 8 years ago
  48. e16d8a6 Revert "x86/mm/32: Set NX in __supported_pte_mask before enabling paging" by Andy Lutomirski · 8 years ago
  49. 1ad9bf9 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  50. 84eaae1 Merge tag 'v4.6-rc4' into sched/core, to refresh the tree by Ingo Molnar · 8 years ago
  51. 31b8431 x86/perf/rapl: Add missing Broadwell model by Peter Zijlstra · 8 years ago
  52. c416e5a x86/perf/rapl: Reorder model numbers by Peter Zijlstra · 8 years ago
  53. dcee75b perf/x86/intel/rapl: Support Skylake RAPL domains by Srinivas Pandruvada · 8 years ago
  54. f21d5ad perf/x86/intel: Add LBR filter support for Silvermont and Airmont CPUs by Kan Liang · 8 years ago
  55. 8b92c3a perf/x86/intel: Add Goldmont CPU support by Kan Liang · 8 years ago
  56. 65cbbd0 Merge branch 'perf/urgent' into perf/core, to resolve conflict by Ingo Molnar · 8 years ago
  57. e108960 perf/x86/intel/rapl: Add missing Haswell model by Srinivas Pandruvada · 8 years ago
  58. b89c173 perf/x86/intel: Add model number for Skylake Server to perf by Andi Kleen · 8 years ago
  59. 707e59b xen/qspinlock: Don't kick CPU if IRQ is not initialized by Ross Lagerwall · 8 years ago
  60. a50b22a x86/init: Disable pnpbios and rtc for X86_SUBARCH_CE4100 by Luis R. Rodriguez · 8 years ago
  61. f6935b7 x86/init: Disable pnpbios for X86_SUBARCH_INTEL_MID by Luis R. Rodriguez · 8 years ago
  62. 867fe80 x86/paravirt: Remove paravirt_enabled() by Luis R. Rodriguez · 8 years ago
  63. f2d8529 x86/init: Rename EBDA code file by Luis R. Rodriguez · 8 years ago
  64. 7a17b82 x86/ACPI: Parse ACPI_FADT_LEGACY_DEVICES by Luis R. Rodriguez · 8 years ago
  65. 80dfd83 x86, drivers/pnpbios: Replace paravirt_enabled() check with legacy device check by Luis R. Rodriguez · 8 years ago
  66. fa39279 x86/cpu/intel: Remove not needed paravirt_enabled() use for F00F work around by Luis R. Rodriguez · 8 years ago
  67. 44ecf0e x86/tboot: Remove paravirt_enabled() use by Luis R. Rodriguez · 8 years ago
  68. 8bc55f8 x86/apm32: Remove paravirt_enabled() use by Luis R. Rodriguez · 8 years ago
  69. 1330e3b x86/init: Use a platform legacy quirk for EBDA by Luis R. Rodriguez · 8 years ago
  70. 088a8ef x86/ACPI: Move ACPI_FADT_NO_CMOS_RTC check to ACPI boot code by Luis R. Rodriguez · 8 years ago
  71. 8d152e7 x86/rtc: Replace paravirt rtc check with platform legacy quirk by Luis R. Rodriguez · 8 years ago
  72. ea17948 x86/xen: Use X86_SUBARCH_XEN for PV guest boots by Luis R. Rodriguez · 8 years ago
  73. 18c78a962 x86/boot: Enumerate documentation for the x86 hardware_subarch by Luis R. Rodriguez · 8 years ago
  74. b2eafe8 Merge branch 'x86/urgent' into x86/asm, to fix semantic conflict by Ingo Molnar · 8 years ago
  75. 103f611 x86/mm/xen: Suppress hugetlbfs in PV guests by Jan Beulich · 8 years ago
  76. 0f8ede1b x86/KASLR: Warn when KASLR is disabled by Kees Cook · 8 years ago
  77. bf0118d x86/boot: Make memcpy() handle overlaps by Kees Cook · 8 years ago
  78. 1f208de x86/boot: Clean up things used by decompressors by Kees Cook · 8 years ago
  79. e8581e3 x86/KASLR: Drop CONFIG_RANDOMIZE_BASE_MAX_OFFSET by Baoquan He · 8 years ago
  80. 4252db1 x86/KASLR: Update description for decompressor worst case size by Baoquan He · 8 years ago
  81. 00fb16e locking/rwsem, x86: Add frame annotation for call_rwsem_down_write_failed_killable() by Michal Hocko · 8 years ago
  82. 916633a locking/rwsem: Provide down_write_killable() by Michal Hocko · 8 years ago
  83. 55f058e Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  84. 2e4682b KVM: add missing memory barrier in kvm_{make,check}_request by Paolo Bonzini · 8 years ago
  85. 46971a2 KVM: MMU: skip obsolete sp in for_each_gfn_*() by Xiao Guangrong · 8 years ago
  86. c54cdf1 KVM: x86: optimize steal time calculation by Liang Chen · 8 years ago
  87. be1fb0e kbuild: delete unnecessary "@:" by Masahiro Yamada · 8 years ago
  88. 2e8d696 kbuild: drop FORCE from PHONY targets by Masahiro Yamada · 8 years ago
  89. f454bfd perf/core, sched: Don't use clock function pointer to determine clock by Alexander Shishkin · 8 years ago
  90. abfb949 x86/entry: Rename is_{ia32,x32}_task() to in_{ia32,x32}_syscall() by Dmitry Safonov · 8 years ago
  91. 6666ea5 Merge tag 'v4.6-rc4' into x86/asm, to pick up fixes by Ingo Molnar · 8 years ago
  92. 7a09b225f x86/build/defconfig/64: Enable CONFIG_E1000E=y by Konstantin Khlebnikov · 8 years ago
  93. 9016875 x86/KASLR: Rename "random" to "random_addr" by Kees Cook · 8 years ago
  94. 7de828d x86/KASLR: Clarify purpose of kaslr.c by Kees Cook · 8 years ago
  95. c040288 x86/boot: Clarify purpose of functions in misc.c by Kees Cook · 8 years ago
  96. 6655e0a x86/boot: Rename "real_mode" to "boot_params" by Kees Cook · 8 years ago
  97. 206f25a x86/KASLR: Remove unneeded boot_params argument by Yinghai Lu · 8 years ago
  98. 9b23874 x86/KASLR: Rename aslr.c to kaslr.c by Kees Cook · 8 years ago
  99. af06f8b ACPI / x86: Cleanup initrd related code by Lv Zheng · 8 years ago
  100. 5ae74f2c ACPI / tables: Move table override mechanisms to tables.c by Lv Zheng · 8 years ago