1. b17c2ba x86: Prepare inline-asm for straight-line-speculation by Peter Zijlstra · 3 years, 1 month ago
  2. b9ecb9a Merge branch 'kvm-guest-sev-migration' into kvm-master by Paolo Bonzini · 3 years, 2 months ago
  3. 064ce6c mm: x86: Invoke hypercall when page encryption status is changed by Brijesh Singh · 3 years, 5 months ago
  4. e453f87 x86/xen: switch initial pvops IRQ functions to dummy ones by Juergen Gross · 3 years, 3 months ago
  5. 09c4130 x86/xen: Make irq_disable() noinstr by Peter Zijlstra · 3 years, 7 months ago
  6. d7bfc7d x86/xen: Make irq_enable() noinstr by Peter Zijlstra · 3 years, 7 months ago
  7. 7361fac x86/xen: Make set_debugreg() noinstr by Peter Zijlstra · 3 years, 7 months ago
  8. f4afb71 x86/xen: Make get_debugreg() noinstr by Peter Zijlstra · 3 years, 7 months ago
  9. 209cfd0 x86/xen: Make write_cr2() noinstr by Peter Zijlstra · 3 years, 7 months ago
  10. 0a53c9a x86/xen: Make read_cr2() noinstr by Peter Zijlstra · 3 years, 7 months ago
  11. 635de95 Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 9 months ago
  12. 054ac8a x86/paravirt: Have only one paravirt patch function by Juergen Gross · 3 years, 10 months ago
  13. fafe5e7 x86/paravirt: Switch functions with custom code to ALTERNATIVE by Juergen Gross · 3 years, 10 months ago
  14. ae755b5 x86/paravirt: Switch iret pvops to ALTERNATIVE by Juergen Gross · 3 years, 10 months ago
  15. a0e2bf7 x86/paravirt: Switch time pvops functions to use static_call() by Juergen Gross · 3 years, 10 months ago
  16. 4ce94ea x86/mm/tlb: Flush remote and local TLBs concurrently by Nadav Amit · 3 years, 11 months ago
  17. ab234a2 x86/pv: Rework arch_local_irq_restore() to not use popf by Juergen Gross · 4 years ago
  18. afd3052 x86/xen: Drop USERGS_SYSRET64 paravirt call by Juergen Gross · 4 years ago
  19. 53c9d92 x86/pv: Switch SWAPGS to ALTERNATIVE by Juergen Gross · 4 years ago
  20. e1ac3e6 x86/paravirt: Remove set_pte_at() pv-op by Juergen Gross · 4 years, 5 months ago
  21. 0cabf99 x86/paravirt: Remove 32-bit support from CONFIG_PARAVIRT_XXL by Juergen Gross · 4 years, 5 months ago
  22. cadfad8 x86/ioperm: Fix io bitmap invalidation on Xen PV by Andy Lutomirski · 4 years, 6 months ago
  23. 65fddcf mm: reorder includes after introduction of linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
  24. ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
  25. 127ac91 x86/tlb: Move __flush_tlb_one_user() out of line by Thomas Gleixner · 4 years, 9 months ago
  26. cd30d26 x86/tlb: Move __flush_tlb_global() out of line by Thomas Gleixner · 4 years, 9 months ago
  27. 2faf153 x86/tlb: Move __flush_tlb() out of line by Thomas Gleixner · 4 years, 9 months ago
  28. 99bcd4a x86/ioperm: Add new paravirt function update_io_bitmap() by Juergen Gross · 5 years ago
  29. a24ca99 x86/iopl: Remove legacy IOPL option by Thomas Gleixner · 5 years ago
  30. 83b584d x86/paravirt: Drop {read,write}_cr8() hooks by Andrew Cooper · 6 years ago
  31. 55aeddd x86/paravirt: Make read_cr2() CALLEE_SAVE by Peter Zijlstra · 6 years ago
  32. da17702 Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  33. fd534e9 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102 by Thomas Gleixner · 6 years ago
  34. 1fc654c x86/paravirt: Standardize 'insn_buff' variable names by Ingo Molnar · 6 years ago
  35. 11e86dc x86/paravirt: Detect over-sized patching bugs in paravirt_patch_call() by Ingo Molnar · 6 years ago
  36. 2777cae x86/paravirt: Detect over-sized patching bugs in paravirt_patch_insns() by Ingo Molnar · 6 years ago
  37. 67e87d4 x86: Convert some slow-path static_cpu_has() callers to boot_cpu_has() by Borislav Petkov · 6 years ago
  38. 7847c7b x86/paravirt: Remove unused _paravirt_ident_32 by Juergen Gross · 6 years ago
  39. 8af1909 x86/paravirt: Remove GPL from pv_ops export by Juergen Gross · 6 years ago
  40. f682a79 Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  41. 571d056 x86/paravirt: Fix some warning messages by Dan Carpenter · 6 years ago
  42. fdc0269 x86/paravirt: Move the Xen-only pv_mmu_ops under the PARAVIRT_XXL umbrella by Juergen Gross · 6 years ago
  43. 6da63eb x86/paravirt: Move the pv_irq_ops under the PARAVIRT_XXL umbrella by Juergen Gross · 6 years ago
  44. 9bad565 x86/paravirt: Move the Xen-only pv_cpu_ops under the PARAVIRT_XXL umbrella by Juergen Gross · 6 years ago
  45. 4018164 x86/paravirt: Move items in pv_info under PARAVIRT_XXL umbrella by Juergen Gross · 6 years ago
  46. 5c83511 x86/paravirt: Use a single ops structure by Juergen Gross · 6 years ago
  47. abc745f x86/paravirt: Remove clobbers parameter from paravirt patch functions by Juergen Gross · 6 years ago
  48. 7e43720 x86/paravirt: Make paravirt_patch_call() and paravirt_patch_jmp() static by Juergen Gross · 6 years ago
  49. 48a8b97 x86/mm: Only use tlb_remove_table() for paravirt by Peter Zijlstra · 6 years ago
  50. 5800dc5 x86/paravirt: Fix spectre-v2 mitigations for paravirt guests by Peter Zijlstra · 6 years ago
  51. 1299ef1 x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[user|kernel]() by Andy Lutomirski · 7 years ago
  52. 9043442 locking/paravirt: Use new static key for controlling call of virt_spin_lock() by Juergen Gross · 7 years ago
  53. 8793001 x86/paravirt: Remove no longer used paravirt functions by Juergen Gross · 7 years ago
  54. 5878d5d x86/xen: Get rid of paravirt op adjust_exception_frame by Juergen Gross · 7 years ago
  55. 6c690ee x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3() by Andy Lutomirski · 8 years ago
  56. 335437f x86/paravirt: Add 5-level support to the paravirt code by Kirill A. Shutemov · 8 years ago
  57. f2a6a70 x86: Convert the rest of the code to support p4d_t by Kirill A. Shutemov · 8 years ago
  58. a00cc7d mm, x86: add support for PUD-sized transparent hugepages by Matthew Wilcox · 8 years ago
  59. af25ed5 x86/fpu: Remove clts() by Andy Lutomirski · 8 years ago
  60. 1ef55be1 x86/asm: Get rid of __read_cr4_safe() by Andy Lutomirski · 8 years ago
  61. d4b80af Merge branch 'linus' into x86/asm, to pick up recent fixes by Ingo Molnar · 8 years ago
  62. 15301a5 x86/paravirt: Do not trace _paravirt_ident_*() functions by Steven Rostedt · 9 years ago
  63. 404f6aa x86: Apply more __ro_after_init and const by Kees Cook · 8 years ago
  64. 186f436 x86/kernel: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 9 years ago
  65. 9a45f03 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  66. 867fe80 x86/paravirt: Remove paravirt_enabled() by Luis R. Rodriguez · 9 years ago
  67. dd2f4a0 x86/paravirt: Add paravirt_{read,write}_msr() by Andy Lutomirski · 9 years ago
  68. c2ee03b x86/paravirt: Add _safe to the read_ms()r and write_msr() PV callbacks by Andy Lutomirski · 9 years ago
  69. 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
  70. d6ccc3e x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_defer by Juergen Gross · 9 years ago
  71. 75ef821 x86/entry, x86/paravirt: Remove the unused usergs_sysret32 PV op by Boris Ostrovsky · 9 years ago
  72. 88c15ec x86/paravirt: Remove the unused irq_enable_sysexit pv op by Boris Ostrovsky · 9 years ago
  73. 4609586 x86/paravirt: Remove unused pv_apic_ops structure by Juergen Gross · 9 years ago
  74. 79f1d83 x86/paravirt: Kill some unused patching functions by Borislav Petkov · 9 years ago
  75. fc57a7c x86/paravirt: Replace the paravirt nop with a bona fide empty function by Andy Lutomirski · 9 years ago
  76. 9261e05 x86/asm/tsc, x86/paravirt: Remove read_tsc() and read_tscp() paravirt hooks by Andy Lutomirski · 10 years ago
  77. 7ae383b Merge branch 'linus' into x86/asm, before applying dependent patch by Ingo Molnar · 10 years ago
  78. aac82d3 x86, paravirt, xen: Remove the 64-bit ->irq_enable_sysexit() pvop by Andy Lutomirski · 10 years ago
  79. 9823336 x86: expose number of page table levels on Kconfig level by Kirill A. Shutemov · 10 years ago
  80. 8027197 kprobes, x86: Prohibit probing on native_set_debugreg()/load_idt() by Masami Hiramatsu · 11 years ago
  81. 376e242 kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklist by Masami Hiramatsu · 11 years ago
  82. f2a7b303 x86, paravirt: Remove duplicate definition for DEF_NATIVE by H. Peter Anvin · 11 years ago
  83. 9a55fdb x86, asmlinkage, paravirt: Add __visible/asmlinkage to xen paravirt ops by Andi Kleen · 11 years ago
  84. 1e2f5b5 Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  85. 357d122 x86, xen, gdt: Remove the pvops variant of store_gdt. by Konrad Rzeszutek Wilk · 12 years ago
  86. 511ba86 x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metal by Boris Ostrovsky · 12 years ago
  87. 1f975f7 x86, pvops: Remove hooks for {rd,wr}msr_safe_regs by Andre Przywara · 13 years ago
  88. c6ae41e x86: replace percpu_xxx funcs with this_cpu_xxx by Alex Shi · 13 years ago
  89. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 13 years ago
  90. f05e798 Disintegrate asm/system.h for X86 by David Howells · 13 years ago
  91. ed2d265 Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  92. 50af5ea bug.h: add include of it to various implicit C users by Paul Gortmaker · 13 years ago
  93. c5905af static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]() by Ingo Molnar · 13 years ago
  94. 06e727d Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-tip by Linus Torvalds · 13 years ago
  95. 318f5a2 x86-64: Add user_64bit_mode paravirt op by Andy Lutomirski · 13 years ago
  96. 3c404b5 KVM guest: Add a pv_ops stub for steal time by Glauber Costa · 14 years ago
  97. 331127f thp: add pmd paravirt ops by Andrea Arcangeli · 14 years ago
  98. b0f4c06 x86, paravirt: Remove alloc_pmd_clone hook, only used by VMI by Alok Kataria · 14 years ago
  99. dad52fc x86, paravirt: Remove kmap_atomic_pte paravirt op. by Ian Campbell · 15 years ago
  100. 78f28b7 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago