1. c6dd78f Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  2. 55aeddd x86/paravirt: Make read_cr2() CALLEE_SAVE by Peter Zijlstra · 6 years ago
  3. b23e584 xen/pv: Fix a boot up hang revealed by int3 self test by Zhenzhong Duan · 6 years ago
  4. bef6e0a x86/xen: Add "nopv" support for HVM guest by Zhenzhong Duan · 6 years ago
  5. cc8f3b4 x86/paravirt: Remove const mark from x86_hyper_xen_hvm variable by Zhenzhong Duan · 6 years ago
  6. b39b049 xen: Map "xen_nopv" parameter to "nopv" and mark it obsolete by Zhenzhong Duan · 6 years ago
  7. 3097834 x86: Add "nopv" parameter to disable PV extensions by Zhenzhong Duan · 6 years ago
  8. 1b37683 x86/xen: Mark xen_hvm_need_lapic() and xen_x2apic_para_available() as __init by Zhenzhong Duan · 6 years ago
  9. 090d54b Revert "x86/paravirt: Set up the virt_spin_lock_key after static keys get initialized" by Zhenzhong Duan · 6 years ago
  10. f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  11. 8b1e0f8 mm/pgtable: drop pgtable_t variable from pte_fn_t functions by Anshuman Khandual · 6 years ago
  12. 7652ac9 x86/asm: Move native_write_cr0/4() out of line by Thomas Gleixner · 6 years ago
  13. 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
  14. ecca2502 x86/Kconfig: Add new X86_HV_CALLBACK_VECTOR config symbol by Zhao Yakui · 6 years ago
  15. ad09137 x86: xen: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  16. 2e4c54d topology: Create core_cpus and die_cpus sysfs attributes by Len Brown · 6 years ago
  17. 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
  18. 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
  19. 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
  20. b3fd8e8 x86/alternatives: Use temporary mm for text poking by Nadav Amit · 6 years ago
  21. 72813bf xen/pvh: correctly setup the PV EFI interface for dom0 by Roger Pau Monne · 6 years ago
  22. c9f804d xen/pvh: set xen_domain_type to HVM in xen_pvh_init by Roger Pau Monne · 6 years ago
  23. 2ec16bc x86/xen: Add "xen_timer_slop" command line option by Ryan Thibodeaux · 6 years ago
  24. e6401c1 x86/irq/64: Split the IRQ stack into its own pages by Andy Lutomirski · 6 years ago
  25. 66c7ceb x86/irq/32: Handle irq stack allocation failure proper by Thomas Gleixner · 6 years ago
  26. d75f773 treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively by Sakari Ailus · 6 years ago
  27. a667cb7 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  28. 8a7f97b treewide: add checks for the return value of memblock_alloc*() by Mike Rapoport · 6 years ago
  29. 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
  30. 01bd2ac xen: fix dom0 boot on huge systems by Juergen Gross · 6 years ago
  31. 0cbe3e2 mm: update ptep_modify_prot_start/commit to take vm_area_struct as arg by Aneesh Kumar K.V · 6 years ago
  32. 1d988ed x86/xen: dont add memory above max allowed allocation by Juergen Gross · 6 years ago
  33. 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
  34. 867cefb xen: Fix x86 sched_clock() interface for xen by Juergen Gross · 6 years ago
  35. 5268c8f always clear the X2APIC_ENABLE bit for PV guest by Talons Lee · 6 years ago
  36. 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
  37. 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
  38. bf9445a kprobes/x86/xen: blacklist non-attachable xen interrupt functions by Andrea Righi · 6 years ago
  39. a43fb7d xen/pvh: Move Xen code for getting mem map via hcall out of common file by Maran Wilson · 6 years ago
  40. 8cee397 xen/pvh: Move Xen specific PVH VM initialization out of common file by Maran Wilson · 6 years ago
  41. 4df7363 xen/pvh: Create a new file for Xen specific PVH code by Maran Wilson · 6 years ago
  42. fcd4747 xen/pvh: Move PVH entry code out of Xen specific tree by Maran Wilson · 6 years ago
  43. 7733607 xen/pvh: Split CONFIG_XEN_PVH into CONFIG_PVH and CONFIG_XEN_PVH by Maran Wilson · 6 years ago
  44. 16877a5 x86/mm: Fix guard hole handling by Kirill A. Shutemov · 6 years ago
  45. a97673a x86: Fix various typos in comments by Ingo Molnar · 6 years ago
  46. 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
  47. 1236641 Revert "xen/balloon: Mark unallocated host memory as UNUSABLE" by Igor Druzhinin · 6 years ago
  48. a7b4031 xen/x86: add diagnostic printout to xen_mc_flush() in case of error by Juergen Gross · 6 years ago
  49. f2a5fef x86/xen: cleanup includes in arch/x86/xen/spinlock.c by Juergen Gross · 6 years ago
  50. 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
  51. 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
  52. d3132b3 xen: fix xen_qlock_wait() by Juergen Gross · 6 years ago
  53. 1457d8c x86/xen: fix pv boot by Juergen Gross · 6 years ago
  54. d52888a x86/mm: Move LDT remap out of KASLR region on 5-level paging by Kirill A. Shutemov · 6 years ago
  55. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  56. c6ffc5c memblock: rename free_all_bootmem to memblock_free_all by Mike Rapoport · 6 years ago
  57. 2013288 memblock: replace free_bootmem{_node} with memblock_free by Mike Rapoport · 6 years ago
  58. e0802b8d memblock: replace alloc_bootmem_align with memblock_alloc by Mike Rapoport · 6 years ago
  59. e611116 xen/pvh: don't try to unplug emulated devices by Juergen Gross · 6 years ago
  60. 7deecbd xen/pvh: increase early stack size by Roger Pau Monne · 6 years ago
  61. a856531 xen: make xen_qlock_wait() nestable by Juergen Gross · 6 years ago
  62. 2ac2a7d xen: fix race in xen_qlock_wait() by Juergen Gross · 6 years ago
  63. 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
  64. 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
  65. 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
  66. 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
  67. 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
  68. 04ce7fa Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  69. 977e4be x86/stackprotector: Remove the call to boot_init_stack_canary() from cpu_startup_entry() by Christophe Leroy · 6 years ago
  70. b3569d3 x86/kconfig: Remove redundant 'default n' lines from all x86 Kconfig's by Bartlomiej Zolnierkiewicz · 6 years ago
  71. 357d291 x86/xen: Fix boot loader version reported for PVH guests by Juergen Gross · 6 years ago
  72. c0aac68 Merge tag 'v4.19-rc6' into for-4.20/block by Jens Axboe · 6 years ago
  73. 4044240 x86/xen: Add Hygon Dhyana support to Xen by Pu Wen · 6 years ago
  74. 3cfa210 xen: don't include <xen/xen.h> from <asm/io.h> and <asm/dma-mapping.h> by Christoph Hellwig · 6 years ago
  75. 18d49ec Merge tag 'for-linus-4.19d-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Greg Kroah-Hartman · 6 years ago
  76. 05ab1d8 x86/mm: Expand static page table for fixmap space by Feng Tang · 6 years ago
  77. 70513d5 xen/x86/vpmu: Zero struct pt_regs before calling into sample handling code by Boris Ostrovsky · 7 years ago
  78. 98f05b5 x86/entry/64: Use the TSS sp2 slot for SYSCALL/SYSRET scratch space by Andy Lutomirski · 6 years ago
  79. 4f2d7af x86/xen: Make xen_reservation_lock static by Juergen Gross · 6 years ago
  80. c00a280 x86/paravirt: Introduce new config option PARAVIRT_XXL by Juergen Gross · 6 years ago
  81. 5c83511 x86/paravirt: Use a single ops structure by Juergen Gross · 6 years ago
  82. 901d209 x86/xen: Add SPDX identifier in arch/x86/xen files by Juergen Gross · 6 years ago
  83. 3013c2b x86/xen: Link platform-pci-unplug.o only if CONFIG_XEN_PVHVM by Juergen Gross · 6 years ago
  84. f030aad x86/xen: Move pv specific parts of arch/x86/xen/mmu.c to mmu_pv.c by Juergen Gross · 6 years ago
  85. 28c11b0 x86/xen: Move pv irq related functions under CONFIG_XEN_PV umbrella by Juergen Gross · 6 years ago
  86. 4290d5b Merge tag 'for-linus-4.19b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 6 years ago
  87. 6d3c8ce x86/xen: remove redundant variable save_pud by Colin Ian King · 6 years ago
  88. f7c90c2 x86/xen: don't write ptes directly in 32-bit PV guests by Juergen Gross · 6 years ago
  89. 706a1ea Merge branch 'tlb-fixes' by Linus Torvalds · 6 years ago
  90. 48a8b97 x86/mm: Only use tlb_remove_table() for paravirt by Peter Zijlstra · 6 years ago
  91. 75f2d3a x86/xen: enable early use of set_fixmap in 32-bit Xen PV guest by Juergen Gross · 6 years ago
  92. df11b69 x86/xen: remove unused function xen_auto_xlated_memory_setup() by Juergen Gross · 6 years ago
  93. 71dc056 x86/Xen: further refine add_preferred_console() invocations by Jan Beulich · 7 years ago
  94. 2197082 x86/Xen: mark xen_setup_gdt() __init by Jan Beulich · 7 years ago
  95. 31130a1 Merge tag 'for-linus-4.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 6 years ago
  96. 958f338 Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  97. cd91392 xen: don't use privcmd_call() from xen_mc_flush() by Juergen Gross · 7 years ago
  98. 405c018 xen/pv: Call get_cpu_address_sizes to set x86_virt/phys_bits by M. Vefa Bicakci · 6 years ago
  99. f2701b7 Merge 4.18-rc7 into master to pick up the KVM dependcy by Thomas Gleixner · 6 years ago
  100. 447ae31 x86: Don't include linux/irq.h from asm/hardirq.h by Nicolai Stange · 6 years ago