1. 37a535e Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  2. 38f0b33 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  3. a841aa8 kexec_file: do not add extra alignment to efi memmap by Dave Young · 7 years ago
  4. 15a3e84 perf/x86/intel/uncore: Fix SBOX support for Broadwell CPUs by Oskar Senft · 7 years ago
  5. d771758 perf/x86/intel/uncore: Revert "Remove SBOX support for Broadwell server" by Stephane Eranian · 7 years ago
  6. 0518982 x86/power/64: Fix page-table setup for temporary text mapping by Joerg Roedel · 7 years ago
  7. d6ef1f1 x86/mm: Prevent kernel Oops in PTDUMP code with HIGHPTE=y by Joerg Roedel · 7 years ago
  8. 1340ccf x86,sched: Allow topologies where NUMA nodes share an LLC by Alison Schofield · 7 years ago
  9. 451cf3c x86/processor: Remove two unused function declarations by Dou Liyang · 7 years ago
  10. 10daf10 x86/acpi: Prevent X2APIC id 0xffffffff from being accounted by Dou Liyang · 7 years ago
  11. d3878e1 x86/tsc: Prevent 32bit truncation in calc_hpet_ref() by Xiaoming Gao · 7 years ago
  12. ef97837 x86: Remove pci-nommu.c by Christoph Hellwig · 7 years ago
  13. e6d9bfd Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  14. e6f39e8 x86/ldt: Fix support_pte_mask filtering in map_ldt_struct() by Joerg Roedel · 7 years ago
  15. dd25993 kvm: x86: move MSR_IA32_TSC handling to x86.c by Paolo Bonzini · 7 years ago
  16. e79f245 X86/KVM: Properly update 'tsc_offset' to represent the running guest by KarimAllah Ahmed · 7 years ago
  17. aacd188 Merge tag 'perf-core-for-mingo-4.17-20180413' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 7 years ago
  18. ca71b3b Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  19. 9fb71c2 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  20. 6b0a02e Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  21. 174e719 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  22. 19ca90d Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  23. df6f280 kernel/kexec_file.c: move purgatories sha256 to common code by Philipp Rudo · 7 years ago
  24. 3be3f61 kernel/kexec_file.c: allow archs to set purgatory load address by Philipp Rudo · 7 years ago
  25. 8da0b72 kernel/kexec_file.c: remove mis-use of sh_offset field during purgatory load by Philipp Rudo · 7 years ago
  26. 8aec395 kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations* by Philipp Rudo · 7 years ago
  27. babac4a kexec_file, x86: move re-factored code to generic side by AKASHI Takahiro · 7 years ago
  28. eb7dae9 x86: kexec_file: clean up prepare_elf64_headers() by AKASHI Takahiro · 7 years ago
  29. 8d5f894 x86: kexec_file: lift CRASH_MAX_RANGES limit on crash_mem buffer by AKASHI Takahiro · 7 years ago
  30. c72c7e6 x86: kexec_file: remove X86_64 dependency from prepare_elf64_headers() by AKASHI Takahiro · 7 years ago
  31. cbe6601 x86: kexec_file: purge system-ram walking from prepare_elf64_headers() by AKASHI Takahiro · 7 years ago
  32. 9ec4ece kexec_file,x86,powerpc: factor out kexec_file_ops functions by AKASHI Takahiro · 7 years ago
  33. b799a09 kexec_file: make use of purgatory optional by AKASHI Takahiro · 7 years ago
  34. 681857e Merge branch 'parisc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 7 years ago
  35. 67a7a8f Merge tag 'for-linus-4.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 7 years ago
  36. f0f4cf5 x86: Add check for APIC access address for vmentry of L2 guests by Krish Sadhukhan · 7 years ago
  37. fd97d39 Revert "x86/asm: Allow again using asm.h when building for the 'bpf' clang target" by Arnaldo Carvalho de Melo · 7 years ago
  38. ef389b7 Merge branch 'WIP.x86/asm' into x86/urgent, because the topic is ready by Ingo Molnar · 7 years ago
  39. e3e2881 x86/pgtable: Don't set huge PUD/PMD on non-leaf entries by Joerg Roedel · 7 years ago
  40. 8c06c77 x86/pti: Leave kernel text global for !PCID by Dave Hansen · 7 years ago
  41. 39114b7 x86/pti: Never implicitly clear _PAGE_GLOBAL for kernel image by Dave Hansen · 7 years ago
  42. 0f561fc x86/pti: Enable global pages for shared areas by Dave Hansen · 7 years ago
  43. 639d6aa x86/mm: Do not forbid _PAGE_RW before init for __ro_after_init by Dave Hansen · 7 years ago
  44. 430d400 x86/mm: Comment _PAGE_GLOBAL mystery by Dave Hansen · 7 years ago
  45. 1a54420 x86/mm: Remove extra filtering in pageattr code by Dave Hansen · 7 years ago
  46. fb43d6c x86/mm: Do not auto-massage page protections by Dave Hansen · 7 years ago
  47. 1fe43114 Merge tag 'pm-4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  48. 375479c Merge git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 7 years ago
  49. 6f84f8d xen, mm: allow deferred page initialization for xen pv domains by Pavel Tatashin · 7 years ago
  50. 8f2af15 exec: pass stack rlimit into mm layout functions by Kees Cook · 7 years ago
  51. 2698d82 KVM: X86: fix incorrect reference of trace_kvm_pi_irte_update by hu huajun · 7 years ago
  52. 51798de Merge branches 'pm-cpuidle' and 'pm-qos' by Rafael J. Wysocki · 7 years ago
  53. 75abf64 parisc/signal: Add FPE_CONDTRAP for conditional trap handling by Helge Deller · 7 years ago
  54. 8e9b29b X86/KVM: Do not allow DISABLE_EXITS_MWAIT when LAPIC ARAT is not available by KarimAllah Ahmed · 7 years ago
  55. 386c6dd X86/VMX: Disable VMX preemption timer if MWAIT is not intercepted by KarimAllah Ahmed · 7 years ago
  56. a774635 x86/apic: Fix signedness bug in APIC ID validity checks by Li RongQing · 7 years ago
  57. d94a155 x86/cpu: Prevent cpuinfo_x86::x86_phys_bits adjustment corruption by Kirill A. Shutemov · 7 years ago
  58. a5a18ae xen/pvh: Indicate XENFEAT_linux_rsdp_unrestricted to Xen by Boris Ostrovsky · 7 years ago
  59. d8312a3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  60. 6baf4be x86/espfix: Document use of _PAGE_GLOBAL by Dave Hansen · 7 years ago
  61. 8a57f48 x86/mm: Introduce "default" kernel PTE mask by Dave Hansen · 7 years ago
  62. 606c719 x86/mm: Undo double _PAGE_PSE clearing by Dave Hansen · 7 years ago
  63. d1440b2 x86/mm: Factor out pageattr _PAGE_GLOBAL setting by Dave Hansen · 7 years ago
  64. ee1400d Merge branch 'linus' into x86/pti to pick up upstream changes by Ingo Molnar · 7 years ago
  65. 071ccc9 x86/entry/64: Drop idtentry's manual stack switch for user entries by Andy Lutomirski · 7 years ago
  66. 92e830f x86/olpc: Fix inconsistent MFD_CS5535 configuration by Arnd Bergmann · 7 years ago
  67. c76fc98 syscalls/x86: Adapt syscall_wrapper.h to the new syscall stub naming convention by Dominik Brodowski · 7 years ago
  68. d5a0052 syscalls/core, syscalls/x86: Rename struct pt_regs-based sys_*() to __x64_sys_*() by Dominik Brodowski · 7 years ago
  69. 5ac9efa syscalls/core, syscalls/x86: Clean up compat syscall stub naming convention by Dominik Brodowski · 7 years ago
  70. e145242e syscalls/core, syscalls/x86: Clean up syscall stub naming convention by Dominik Brodowski · 7 years ago
  71. 54a702f kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markers by Masahiro Yamada · 7 years ago
  72. 3b54765 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  73. e01bca2 kvm: x86: fix a prototype warning by Peng Hao · 7 years ago
  74. 514c603 headers: untangle kmemleak.h from mm.h by Randy Dunlap · 7 years ago
  75. 078eb6a x86/mm/memory_hotplug: determine block size based on the end of boot memory by Pavel Tatashin · 7 years ago
  76. 672a9c1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 7 years ago
  77. e02d37b Merge tag 'sound-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 7 years ago
  78. 0e77676 time: tick-sched: Reorganize idle tick management code by Rafael J. Wysocki · 7 years ago
  79. 1b2951d Merge tag 'gpio-v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 7 years ago
  80. 6dc936f syscalls/x86: Extend register clearing on syscall entry to lower registers by Dominik Brodowski · 7 years ago
  81. f8781c4 syscalls/x86: Unconditionally enable 'struct pt_regs' based syscalls on x86_64 by Dominik Brodowski · 7 years ago
  82. ebeb8c8 syscalls/x86: Use 'struct pt_regs' based syscall calling for IA32_EMULATION and x32 by Dominik Brodowski · 7 years ago
  83. fa69714 syscalls/x86: Use 'struct pt_regs' based syscall calling convention for 64-bit syscalls by Dominik Brodowski · 7 years ago
  84. dfe6450 x86/syscalls: Don't pointlessly reload the system call number by Linus Torvalds · 7 years ago
  85. 9820e1c x86/uapi: Fix asm/bootparam.h userspace compilation errors by Dmitry V. Levin · 7 years ago
  86. d1e7e60 perf/x86/intel: Move regs->flags EXACT bit init by Stephane Eranian · 7 years ago
  87. 06dd3df Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  88. 9eb3122 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  89. 162ee5a x86/mm: Fix bogus warning during EFI bootup, use boot_cpu_has() instead of this_cpu_has() in build_cr3_noflush() by Sai Praneeth · 7 years ago
  90. 23221d9 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  91. 3140c15 kvm: x86: fix a compile warning by Peng Hao · 7 years ago
  92. 6c86eed KVM: X86: Add Force Emulation Prefix for "emulate the next instruction" by Wanpeng Li · 7 years ago
  93. 082d06e KVM: X86: Introduce handle_ud() by Wanpeng Li · 7 years ago
  94. 4fde8d5 KVM: vmx: unify adjacent #ifdefs by Paolo Bonzini · 7 years ago
  95. 51e8a8c x86: kvm: hide the unused 'cpu' variable by Arnd Bergmann · 7 years ago
  96. c75d0edc KVM: VMX: remove bogus WARN_ON in handle_ept_misconfig by Sean Christopherson · 7 years ago
  97. 2c151b2 Revert "KVM: X86: Fix SMRAM accessing even if VM is shutdown" by Sean Christopherson · 7 years ago
  98. 2991696 kvm: Add emulation for movups/movupd by Stefan Fritsch · 7 years ago
  99. add5ff7 KVM: VMX: raise internal error for exception during invalid protected mode state by Sean Christopherson · 7 years ago
  100. 4608f06 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next by Linus Torvalds · 7 years ago