1. 753c09b xen/privcmd: Support correctly 64KB page granularity when mapping memory by Julien Grall · 8 years ago
  2. c71e6d8 xen: make xen_flush_tlb_all() static by Juergen Gross · 8 years ago
  3. 989513a xen: cleanup pvh leftovers from pv-only sources by Juergen Gross · 8 years ago
  4. aaf0475 xen/9pfs: p9_trans_xen_init and p9_trans_xen_exit can be static by Wei Yongjun · 8 years ago
  5. 14e3995 xen/9pfs: fix return value check in xen_9pfs_front_probe() by Wei Yongjun · 8 years ago
  6. 69861e0 xen: adjust early dom0 p2m handling to xen hypervisor behavior by Juergen Gross · 8 years ago
  7. def9331 x86/amd: don't set X86_BUG_SYSRET_SS_ATTRS when running under Xen by Juergen Gross · 8 years ago
  8. d162809 xen/x86: Do not call xen_init_time_ops() until shared_info is initialized by Boris Ostrovsky · 8 years ago
  9. 40f4ac0 x86/xen: fix xsave capability setting by Juergen Gross · 8 years ago
  10. 3dbd820 xen: Move xen_have_vector_callback definition to enlighten.c by Boris Ostrovsky · 8 years ago
  11. e371fd7 xen: Implement EFI reset_system callback by Julien Grall · 8 years ago
  12. fa12a87 arm/xen: Consolidate calls to shutdown hypercall in a single helper by Julien Grall · 8 years ago
  13. 5d9404e xen: Export xen_reboot by Julien Grall · 8 years ago
  14. f31b969 xen/x86: Call xen_smp_intr_init_pv() on BSP by Boris Ostrovsky · 8 years ago
  15. 84d582d xen: Revert commits da72ff5bfcb0 and 72a9b186292d by Boris Ostrovsky · 8 years ago
  16. 5f6a161 xen/pvh: Do not fill kernel's e820 map in init_pvh_bootparams() by Boris Ostrovsky · 8 years ago
  17. 6483e31 xen/scsifront: use offset_in_page() macro by Geliang Tang · 8 years ago
  18. d5ff506 xen/arm,arm64: rename __generic_dma_ops to xen_get_dma_ops by Stefano Stabellini · 8 years ago
  19. e058632 xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..." by Stefano Stabellini · 8 years ago
  20. 4a80601 xen/9pfs: select CONFIG_XEN_XENBUS_FRONTEND by Arnd Bergmann · 8 years ago
  21. 65f9d65 x86/cpu: remove hypervisor specific set_cpu_features by Juergen Gross · 8 years ago
  22. d40342a vmware: set cpu capabilities during platform initialization by Juergen Gross · 8 years ago
  23. 6807cf6 x86/xen: use capabilities instead of fake cpuid values for xsave by Juergen Gross · 8 years ago
  24. e657fcc x86/xen: use capabilities instead of fake cpuid values for x2apic by Juergen Gross · 8 years ago
  25. ea01598 x86/xen: use capabilities instead of fake cpuid values for mwait by Juergen Gross · 8 years ago
  26. b778d6b x86/xen: use capabilities instead of fake cpuid values for acpi by Juergen Gross · 8 years ago
  27. aa10715 x86/xen: use capabilities instead of fake cpuid values for acc by Juergen Gross · 8 years ago
  28. 88f3256 x86/xen: use capabilities instead of fake cpuid values for mtrr by Juergen Gross · 8 years ago
  29. fd9145f x86/xen: use capabilities instead of fake cpuid values for aperf by Juergen Gross · 8 years ago
  30. 3ee99df x86/xen: don't indicate DCA support in pv domains by Juergen Gross · 8 years ago
  31. 0808e80 xen: set cpu capabilities from xen_start_kernel() by Juergen Gross · 8 years ago
  32. 31d4726 xen/9pfs: initialize len to 0 to detect xenbus_read errors by Stefano Stabellini · 8 years ago
  33. 29985b0 xen,kdump: handle pv domain in paddr_vmcoreinfo_note() by Juergen Gross · 8 years ago
  34. 8945c08 xen/displif: add ABI for para-virtual display by Oleksandr Andrushchenko · 8 years ago
  35. 2843531 xen/sndif: add sound-device ABI by Oleksandr Andrushchenko · 8 years ago
  36. f9ebfc2 xen/kbdif: add multi-touch support by Oleksandr Andrushchenko · 8 years ago
  37. 8ec9dd0 xen/kbdif: update protocol description by Oleksandr Andrushchenko · 8 years ago
  38. 7f25483 xen/9pfs: build 9pfs Xen transport driver by Stefano Stabellini · 8 years ago
  39. f66c72b xen/9pfs: receive responses by Stefano Stabellini · 8 years ago
  40. f023f18 xen/9pfs: send requests to the backend by Stefano Stabellini · 8 years ago
  41. 71ebd71 xen/9pfs: connect to the backend by Stefano Stabellini · 8 years ago
  42. 868eb12 xen/9pfs: introduce Xen 9pfs transport driver by Stefano Stabellini · 8 years ago
  43. 04c40df xen: introduce the header file for the Xen 9pfs transport protocol by Stefano Stabellini · 8 years ago
  44. 564f7df xen: import new ring macros in ring.h by Stefano Stabellini · 8 years ago
  45. ab1570a x86/xen: remove unused static function from smp_pv.c by Juergen Gross · 8 years ago
  46. 8cb6de3 x86/xen: rename some PV-only functions in smp_pv.c by Vitaly Kuznetsov · 8 years ago
  47. 33af746 x86/xen: enable PVHVM-only builds by Vitaly Kuznetsov · 8 years ago
  48. 1662439 xen: create xen_create/destroy_contiguous_region() stubs for PVHVM only builds by Vitaly Kuznetsov · 8 years ago
  49. 4fee9ad xen/balloon: decorate PV-only parts with #ifdef CONFIG_XEN_PV by Vitaly Kuznetsov · 8 years ago
  50. 3d4ebdb x86/xen: create stubs for HVM-only builds in page.h by Vitaly Kuznetsov · 8 years ago
  51. c504b2f x86/xen: define startup_xen for XEN PV only by Vitaly Kuznetsov · 8 years ago
  52. 50a1062 x86/xen: put setup.c, pmu.c and apic.c under CONFIG_XEN_PV by Vitaly Kuznetsov · 8 years ago
  53. 9963236 x86/xen: split suspend.c for PV and PVHVM guests by Vitaly Kuznetsov · 8 years ago
  54. 7e0563d x86/xen: split off mmu_pv.c by Vitaly Kuznetsov · 8 years ago
  55. feef87eb x86/xen: split off mmu_hvm.c by Vitaly Kuznetsov · 8 years ago
  56. 83b9679 x86/xen: split off smp_pv.c by Vitaly Kuznetsov · 8 years ago
  57. a52482d x86/xen: split off smp_hvm.c by Vitaly Kuznetsov · 8 years ago
  58. aa1c84e x86/xen: split xen_cpu_die() by Vitaly Kuznetsov · 8 years ago
  59. a2d1078 x86/xen: split xen_smp_prepare_boot_cpu() by Vitaly Kuznetsov · 8 years ago
  60. 04e9576 x86/xen: split xen_smp_intr_init()/xen_smp_intr_free() by Vitaly Kuznetsov · 8 years ago
  61. e1dab14 x86/xen: split off enlighten_pv.c by Vitaly Kuznetsov · 8 years ago
  62. 98f2a47 x86/xen: split off enlighten_hvm.c by Vitaly Kuznetsov · 8 years ago
  63. 481d663 x86/xen: split off enlighten_pvh.c by Vitaly Kuznetsov · 8 years ago
  64. 5e57f1d x86/xen: add CONFIG_XEN_PV to Kconfig by Vitaly Kuznetsov · 8 years ago
  65. 52519f2 x86/xen: globalize have_vcpu_info_placement by Vitaly Kuznetsov · 8 years ago
  66. 0991d22 x86/xen: separate PV and HVM hypervisors by Vitaly Kuznetsov · 8 years ago
  67. d3b5d35 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  68. aa2a4b65 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  69. d19458a Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  70. 888411b Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  71. 7d6a31c Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  72. 2cc12e2 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  73. 66acd7f Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  74. 3fb9268 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  75. 12ca7c8 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  76. a52bbaf Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  77. 16b76293 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  78. 3dee9fb Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  79. 7c8c03b Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  80. 6dc2cce Merge branch 'x86-process-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  81. 207fb8c Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  82. 3527d3e Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  83. 3711c94 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  84. 174ddfd Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  85. 3cb6653 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  86. 2dbf3d5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32 by Linus Torvalds · 8 years ago
  87. a25fb85 ia64: fix module loading for gcc-5.4 by Sergei Trofimovich · 8 years ago
  88. 5db6db0 Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  89. 5fab100 Merge tag 'devprop-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  90. 08be881 Merge tag 'acpi-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  91. 0e285e9 Merge tag 'pm-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  92. 9410091 Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  93. ad1490b Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 8 years ago
  94. e69bbe7 Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 8 years ago
  95. 85724ed Merge tag 'leds_for_4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds by Linus Torvalds · 8 years ago
  96. 477d7ca Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working/fujitsu/integration by Linus Torvalds · 8 years ago
  97. 6fb41cb Merge tag 'for-linux-4.12' of git://github.com/cminyard/linux-ipmi by Linus Torvalds · 8 years ago
  98. 5c6ba7d Merge tag 'hsi-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi by Linus Torvalds · 8 years ago
  99. 7f2ebde Merge tag 'for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply by Linus Torvalds · 8 years ago
  100. 310b481 cgroup: mark cgroup_get() with __maybe_unused by Tejun Heo · 8 years ago