1. 361b4b5 x86/asm: Remove __VIRTUAL_MASK_SHIFT==47 assert by Kirill A. Shutemov · 8 years ago
  2. 3677d4c x86/boot: Detect 5-level paging support by Kirill A. Shutemov · 8 years ago
  3. 7f75540 Merge tag 'v4.11-rc5' into x86/mm, to refresh the branch by Ingo Molnar · 8 years ago
  4. 474aeff x86/mm/numa: Remove numa_nodemask_from_meminfo() by Wei Yang · 8 years ago
  5. 43dac8f x86/mm/numa: Improve alloc_node_data() error path message by Wei Yang · 8 years ago
  6. 496dcc5 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  7. 128c434 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  8. 13a6798e kasan: do not sanitize kexec purgatory by Mike Galbraith · 8 years ago
  9. ada2648 x86/mm: Make in_compat_syscall() work during exec by Dmitry Safonov · 8 years ago
  10. 6b1cc94 x86/boot: Include missing header file by Zhengyi Shen · 8 years ago
  11. 29f72ce x86/mce/AMD: Give a name to MCA bank 3 when accessed with legacy MSRs by Yazen Ghannam · 8 years ago
  12. 952a6c2 x86/boot/32: Flip the logic in test_wp_bit() by Borislav Petkov · 8 years ago
  13. 3f135e5 x86/build: Mostly disable '-maccumulate-outgoing-args' by Josh Poimboeuf · 8 years ago
  14. 4af1711 x86/boot/32: Rewrite test_wp_bit() by Andy Lutomirski · 8 years ago
  15. 73fa136 Merge branch 'x86/cpu' into x86/mm, before applying dependent patch by Ingo Molnar · 8 years ago
  16. fdd3d8c x86/dump_pagetables: Add support for 5-level paging by Kirill A. Shutemov · 8 years ago
  17. 2beb6dad KVM: x86: cleanup the page tracking SRCU instance by Paolo Bonzini · 8 years ago
  18. 7ad658b KVM: nVMX: fix nested EPT detection by Ladi Prosek · 8 years ago
  19. f2a6a70 x86: Convert the rest of the code to support p4d_t by Kirill A. Shutemov · 8 years ago
  20. 907cd43 x86/xen: Change __xen_pgd_walk() and xen_cleanmfnmap() to support p4d by Xiong Zhang · 8 years ago
  21. d691a3c x86/kasan: Prepare clear_pgds() to switch to <asm-generic/pgtable-nop4d.h> by Kirill A. Shutemov · 8 years ago
  22. 4547833 x86/mm/pat: Add 5-level paging support by Kirill A. Shutemov · 8 years ago
  23. e981316 x86/efi: Add 5-level paging support by Kirill A. Shutemov · 8 years ago
  24. 7f68904 x86/kexec: Add 5-level paging support by Kirill A. Shutemov · 8 years ago
  25. a46f60d x86/mm/KASLR: Exclude EFI region from KASLR VA space randomization by Baoquan He · 8 years ago
  26. 08d839c KVM: VMX: Fix enable VPID conditions by Wanpeng Li · 8 years ago
  27. 63cb6d5 KVM: nVMX: Fix nested VPID vmx exec control by Wanpeng Li · 8 years ago
  28. 24dccf8 KVM: x86: correct async page present tracepoint by Wanpeng Li · 8 years ago
  29. fb6c819 kvm: vmx: Flush TLB when the APIC-access address changes by Jim Mattson · 8 years ago
  30. c761159 KVM: x86: use pic/ioapic destructor when destroy vm by Peter Xu · 8 years ago
  31. 950712e KVM: x86: check existance before destroy by Peter Xu · 8 years ago
  32. 1f9ca18 Merge branch 'x86/process' into x86/mm, to create new base for further patches by Ingo Molnar · 8 years ago
  33. b23adb7 x86/xen/gdt: Use X86_FEATURE_XENPV instead of globals for the GDT fixup by Andy Lutomirski · 8 years ago
  34. 59c58ceb x86/gdt: Get rid of the get_*_gdt_*_vaddr() helpers by Andy Lutomirski · 8 years ago
  35. 23b2a4d x86/boot/32: Defer resyncing initial_page_table until per-cpu is set up by Andy Lutomirski · 8 years ago
  36. 3fa1cab x86/efi/32: Fix EFI on systems where the per-cpu GDT is virtually mapped by Andy Lutomirski · 8 years ago
  37. aa4ea6755 x86/gdt: Fix setup_fixmap_gdt() to use the correct PA by Andy Lutomirski · 8 years ago
  38. 698eff6 sched/clock, x86/perf: Fix "perf test tsc" by Peter Zijlstra · 8 years ago
  39. 26a37ab x86/mce: Fix copy/paste error in exception table entries by Tony Luck · 8 years ago
  40. ad48300 x86/platform/uv: Fix calculation of Global Physical Address by Mike Travis · 8 years ago
  41. d582799 um/arch_prctl: Fix fallout from x86 arch_prctl() rework by Kyle Huey · 8 years ago
  42. ef37bc3 x86/headers: Simplify asm/fixmap.h inclusion into asm/pgtable*.h by Thomas Garnier · 8 years ago
  43. 6d1b3ad KVM: nVMX: don't reset kvm mmu twice by Wanpeng Li · 8 years ago
  44. 3863dff kvm: fix usage of uninit spinlock in avic_vm_destroy() by Dmitry Vyukov · 8 years ago
  45. 6c6c5e0 KVM: VMX: downgrade warning on unexpected exit code by Radim Krčmář · 8 years ago
  46. e9ea1e7 x86/arch_prctl: Add ARCH_[GET|SET]_CPUID by Kyle Huey · 8 years ago
  47. 90218ac x86/cpufeature: Detect CPUID faulting support by Kyle Huey · 8 years ago
  48. 79170fd x86/syscalls/32: Wire up arch_prctl on x86-32 by Kyle Huey · 8 years ago
  49. b0b9b01 x86/arch_prctl: Add do_arch_prctl_common() by Kyle Huey · 8 years ago
  50. 17a6e1b x86/arch_prctl/64: Rename do_arch_prctl() to do_arch_prctl_64() by Kyle Huey · 8 years ago
  51. ff3f097 x86/arch_prctl/64: Use SYSCALL_DEFINE2 to define sys_arch_prctl() by Kyle Huey · 8 years ago
  52. dd93938 x86/arch_prctl: Rename 'code' argument to 'option' by Kyle Huey · 8 years ago
  53. ab6d946 x86/msr: Rename MISC_FEATURE_ENABLES to MISC_FEATURES_ENABLES by Kyle Huey · 8 years ago
  54. 5b781c7 x86/tls: Forcibly set the accessed bit in TLS segments by Andy Lutomirski · 8 years ago
  55. 2947ba0 x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementation by Kirill A. Shutemov · 8 years ago
  56. 9a804fe mm/gup: Drop the arch_pte_access_permitted() MMU callback by Kirill A. Shutemov · 8 years ago
  57. f991376 x86/mm: Correct fixmap header usage on adaptable MODULES_END by Thomas Garnier · 8 years ago
  58. eab60d4 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  59. ae13373 Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  60. a7fc726 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  61. 4b07372 x86/perf: Clarify why x86_pmu_event_mapped() isn't racy by Andy Lutomirski · 8 years ago
  62. 5dc855d x86/perf: Fix CR4.PCE propagation to use active_mm instead of mm by Andy Lutomirski · 8 years ago
  63. d0f33ac mm, x86: fix native_pud_clear build error by Arnd Bergmann · 8 years ago
  64. 6bce725 x86/mpx: Make unnecessarily global function static by Tobias Klauser · 8 years ago
  65. 45fc875 x86: Make the GDT remapping read-only on 64-bit by Thomas Garnier · 8 years ago
  66. 69218e4 x86: Remap GDT tables in the fixmap section by Thomas Garnier · 8 years ago
  67. f06bdd4 x86/mm: Adapt MODULES_END based on fixmap section size by Thomas Garnier · 8 years ago
  68. 49ec8f5 x86/intel_rdt: Put group node in rdtgroup_kn_unlock by Jiri Olsa · 8 years ago
  69. 87a6b29 x86/unwind: Fix last frame check for aligned function stacks by Josh Poimboeuf · 8 years ago
  70. d434936 mm, x86: Fix native_pud_clear build error by Arnd Bergmann · 8 years ago
  71. e13b73d x86/hugetlb: Adjust to the new native/compat mmap bases by Dmitry Safonov · 8 years ago
  72. 06c830a x86/power: Add 5-level paging support by Kirill A. Shutemov · 8 years ago
  73. b50858c x86/mm/vmalloc: Add 5-level paging support by Kirill A. Shutemov · 8 years ago
  74. ea3b5e6 x86/mm/ident_map: Add 5-level paging support by Kirill A. Shutemov · 8 years ago
  75. 0318e5ab x86/mm/gup: Add 5-level paging support by Kirill A. Shutemov · 8 years ago
  76. e0c4f67 x86/mm: Convert trivial cases of page table walk to 5-level paging by Kirill A. Shutemov · 8 years ago
  77. fe1e8c3 x86/mm: Extend headers with basic definitions to support 5-level paging by Kirill A. Shutemov · 8 years ago
  78. be3606f x86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_BRANCHES=y by Andrey Ryabinin · 8 years ago
  79. 859bb6d x86/platform/intel-mid: Add power button support for Merrifield by Andy Shevchenko · 8 years ago
  80. c836e5c x86/platform/intel-mid: Use common power off sequence by Andy Shevchenko · 8 years ago
  81. 0d443b7 x86/platform: Remove warning message for duplicate NMI handlers by Mike Travis · 8 years ago
  82. 44fee88 x86/tsc: Fix ART for TSC_KNOWN_FREQ by Peter Zijlstra · 8 years ago
  83. 3e6ef9c x86/mm: Make mmap(MAP_32BIT) work correctly by Dmitry Safonov · 8 years ago
  84. 1b028f7 x86/mm: Introduce mmap_compat_base() for 32-bit mmap() by Dmitry Safonov · 8 years ago
  85. 8f3e474 x86/mm: Add task_size parameter to mmap_base() by Dmitry Safonov · 8 years ago
  86. 6a0b41d x86/mm: Introduce arch_rnd() to compute 32/64 mmap random base by Dmitry Safonov · 8 years ago
  87. 80354c2 x86/platform/intel-mid: Correct MSI IRQ line for watchdog device by Andy Shevchenko · 8 years ago
  88. 5a45a5a Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  89. 2c4ea6e x86/tlb: Fix tlb flushing when lguest clears PGE by Daniel Borkmann · 8 years ago
  90. 106e4da Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  91. 2b85b3d x86/acpi: Restore the order of CPU IDs by Dou Liyang · 8 years ago
  92. c962cff Revert "x86/acpi: Set persistent cpuid <-> nodeid mapping when booting" by Dou Liyang · 8 years ago
  93. 6415813 x86/cpu: Drop wp_works_ok member of struct cpuinfo_x86 by Mathias Krause · 8 years ago
  94. 0440211 x86/cpu: Drop unneded members of struct cpuinfo_x86 by Mathias Krause · 8 years ago
  95. 5a92015 x86/process: Optimize TIF_NOTSC switch by Thomas Gleixner · 8 years ago
  96. b9894a2 x86/process: Correct and optimize TIF_BLOCKSTEP switch by Kyle Huey · 8 years ago
  97. af8b3cd x86/process: Optimize TIF checks in __switch_to_xtra() by Kyle Huey · 8 years ago
  98. 40c50c1 kexec, x86/purgatory: Unbreak it and clean it up by Thomas Gleixner · 8 years ago
  99. baeedc71 Merge branch 'prep-for-5level' by Linus Torvalds · 8 years ago
  100. 8fe3cca Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago