1. 99bcd4a x86/ioperm: Add new paravirt function update_io_bitmap() by Juergen Gross · 4 years, 11 months ago
  2. 54dedb5 Merge tag 'for-linus-5.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 4 years, 11 months ago
  3. 9038ec9 x86/xen: Distribute switch variables for initialization by Kees Cook · 4 years, 11 months ago
  4. 1a2a76c Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  5. 9799238 x86/timer: Don't skip PIT setup when APIC is disabled or in legacy mode by Thomas Gleixner · 5 years ago
  6. 6da49d1 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  7. 57ad87dd Merge branch 'x86/mm' into efi/core, to pick up dependencies by Ingo Molnar · 5 years ago
  8. 960a8d0 efi/libstub: Use stricter typing for firmware function pointers by Ard Biesheuvel · 5 years ago
  9. b03b016 x86/Kconfig: Fix Kconfig indentation by Krzysztof Kozlowski · 5 years ago
  10. eb243d1 x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h> by Ingo Molnar · 5 years ago
  11. ab851d4 Merge branch 'x86-iopl-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  12. 1d87200 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  13. 5c4a1c0 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  14. 436b2a8 Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 5 years ago
  15. 922eea2 x86/xen/32: Simplify ring check in xen_iret_crit_fixup() by Jan Beulich · 5 years ago
  16. 29b810f x86/xen/32: Make xen_iret_crit_fixup() independent of frame layout by Jan Beulich · 5 years ago
  17. a24ca99 x86/iopl: Remove legacy IOPL option by Thomas Gleixner · 5 years ago
  18. 4fac240 Merge tag 'for-linus-5.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 5 years ago
  19. 6ccae60 xen: issue deprecation warning for 32-bit pv guest by Juergen Gross · 5 years ago
  20. 8d3bcc4 x86: Use pr_warn instead of pr_warning by Kefeng Wang · 5 years ago
  21. 78762b0 x86/asm/32: Add ENDs to some functions and relabel with SYM_CODE_* by Jiri Slaby · 5 years ago
  22. 6dcc562 x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_* by Jiri Slaby · 5 years ago
  23. bc7b11c x86/asm/64: Change all ENTRY+END to SYM_CODE_* by Jiri Slaby · 5 years ago
  24. 4aec216 x86/asm/64: Add ENDs to some functions and relabel with SYM_CODE_* by Jiri Slaby · 5 years ago
  25. e9b9d02 x86/asm: Annotate aliases by Jiri Slaby · 5 years ago
  26. 680b5b3c Merge tag 'for-linus-5.4-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 5 years ago
  27. c6875f3 x86/xen: Return from panic notifier by Boris Ostrovsky · 5 years ago
  28. 50dfd03 Merge tag 'for-linus-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 5 years ago
  29. 0951570 xen/efi: have a common runtime setup function by Juergen Gross · 5 years ago
  30. df359f0 xen/efi: Set nonblocking callbacks by Ross Lagerwall · 5 years ago
  31. 671df18 Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 5 years ago
  32. 7b7a577 xen: remove the exports for xen_{create,destroy}_contiguous_region by Christoph Hellwig · 5 years ago
  33. 83b584d x86/paravirt: Drop {read,write}_cr8() hooks by Andrew Cooper · 5 years ago
  34. c6dd78f Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  35. 55aeddd x86/paravirt: Make read_cr2() CALLEE_SAVE by Peter Zijlstra · 5 years ago
  36. b23e584 xen/pv: Fix a boot up hang revealed by int3 self test by Zhenzhong Duan · 5 years ago
  37. bef6e0a x86/xen: Add "nopv" support for HVM guest by Zhenzhong Duan · 5 years ago
  38. cc8f3b4 x86/paravirt: Remove const mark from x86_hyper_xen_hvm variable by Zhenzhong Duan · 5 years ago
  39. b39b049 xen: Map "xen_nopv" parameter to "nopv" and mark it obsolete by Zhenzhong Duan · 5 years ago
  40. 3097834 x86: Add "nopv" parameter to disable PV extensions by Zhenzhong Duan · 5 years ago
  41. 1b37683 x86/xen: Mark xen_hvm_need_lapic() and xen_x2apic_para_available() as __init by Zhenzhong Duan · 5 years ago
  42. 090d54b Revert "x86/paravirt: Set up the virt_spin_lock_key after static keys get initialized" by Zhenzhong Duan · 6 years ago
  43. f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  44. 8b1e0f8 mm/pgtable: drop pgtable_t variable from pte_fn_t functions by Anshuman Khandual · 5 years ago
  45. 7652ac9 x86/asm: Move native_write_cr0/4() out of line by Thomas Gleixner · 5 years ago
  46. 222a21d Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  47. ecca2502 x86/Kconfig: Add new X86_HV_CALLBACK_VECTOR config symbol by Zhao Yakui · 6 years ago
  48. ad09137 x86: xen: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  49. 2e4c54d topology: Create core_cpus and die_cpus sysfs attributes by Len Brown · 6 years ago
  50. 5fd09ba Merge tag 'for-linus-5.2b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 6 years ago
  51. 0968621 Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 6 years ago
  52. 0bc40e5 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  53. b3fd8e8 x86/alternatives: Use temporary mm for text poking by Nadav Amit · 6 years ago
  54. 72813bf xen/pvh: correctly setup the PV EFI interface for dom0 by Roger Pau Monne · 6 years ago
  55. c9f804d xen/pvh: set xen_domain_type to HVM in xen_pvh_init by Roger Pau Monne · 6 years ago
  56. 2ec16bc x86/xen: Add "xen_timer_slop" command line option by Ryan Thibodeaux · 6 years ago
  57. e6401c1 x86/irq/64: Split the IRQ stack into its own pages by Andy Lutomirski · 6 years ago
  58. 66c7ceb x86/irq/32: Handle irq stack allocation failure proper by Thomas Gleixner · 6 years ago
  59. d75f773 treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively by Sakari Ailus · 6 years ago
  60. a667cb7 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  61. 8a7f97b treewide: add checks for the return value of memblock_alloc*() by Mike Rapoport · 6 years ago
  62. d14d7f1 Merge tag 'for-linus-5.1a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 6 years ago
  63. 01bd2ac xen: fix dom0 boot on huge systems by Juergen Gross · 6 years ago
  64. 0cbe3e2 mm: update ptep_modify_prot_start/commit to take vm_area_struct as arg by Aneesh Kumar K.V · 6 years ago
  65. 1d988ed x86/xen: dont add memory above max allowed allocation by Juergen Gross · 6 years ago
  66. e6ec2fd Merge tag 'for-linus-5.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 6 years ago
  67. 867cefb xen: Fix x86 sched_clock() interface for xen by Juergen Gross · 6 years ago
  68. 5268c8f always clear the X2APIC_ENABLE bit for PV guest by Talons Lee · 6 years ago
  69. 312a466 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  70. 460023a Merge tag 'for-linus-4.21-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 6 years ago
  71. bf9445a kprobes/x86/xen: blacklist non-attachable xen interrupt functions by Andrea Righi · 6 years ago
  72. a43fb7d xen/pvh: Move Xen code for getting mem map via hcall out of common file by Maran Wilson · 6 years ago
  73. 8cee397 xen/pvh: Move Xen specific PVH VM initialization out of common file by Maran Wilson · 6 years ago
  74. 4df7363 xen/pvh: Create a new file for Xen specific PVH code by Maran Wilson · 6 years ago
  75. fcd4747 xen/pvh: Move PVH entry code out of Xen specific tree by Maran Wilson · 6 years ago
  76. 7733607 xen/pvh: Split CONFIG_XEN_PVH into CONFIG_PVH and CONFIG_XEN_PVH by Maran Wilson · 6 years ago
  77. 16877a5 x86/mm: Fix guard hole handling by Kirill A. Shutemov · 6 years ago
  78. a97673a x86: Fix various typos in comments by Ingo Molnar · 6 years ago
  79. 292974c Merge tag 'for-linus-4.20a-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 6 years ago
  80. 1236641 Revert "xen/balloon: Mark unallocated host memory as UNUSABLE" by Igor Druzhinin · 6 years ago
  81. a7b4031 xen/x86: add diagnostic printout to xen_mc_flush() in case of error by Juergen Gross · 6 years ago
  82. f2a5fef x86/xen: cleanup includes in arch/x86/xen/spinlock.c by Juergen Gross · 6 years ago
  83. b6df7b6 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  84. ab6e1f3 Merge tag 'for-linus-4.20a-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 6 years ago
  85. d3132b3 xen: fix xen_qlock_wait() by Juergen Gross · 6 years ago
  86. 1457d8c x86/xen: fix pv boot by Juergen Gross · 6 years ago
  87. d52888a x86/mm: Move LDT remap out of KASLR region on 5-level paging by Kirill A. Shutemov · 6 years ago
  88. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  89. c6ffc5c memblock: rename free_all_bootmem to memblock_free_all by Mike Rapoport · 6 years ago
  90. 2013288 memblock: replace free_bootmem{_node} with memblock_free by Mike Rapoport · 6 years ago
  91. e0802b8d memblock: replace alloc_bootmem_align with memblock_alloc by Mike Rapoport · 6 years ago
  92. e611116 xen/pvh: don't try to unplug emulated devices by Juergen Gross · 6 years ago
  93. 7deecbd xen/pvh: increase early stack size by Roger Pau Monne · 6 years ago
  94. a856531 xen: make xen_qlock_wait() nestable by Juergen Gross · 6 years ago
  95. 2ac2a7d xen: fix race in xen_qlock_wait() by Juergen Gross · 6 years ago
  96. d82924c Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  97. 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
  98. 99792e0 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  99. ac73e08 Merge branch 'x86-grub2-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  100. fec9806 Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago