1. ac80c77 arm/xen: remove duplicate arch_gnttab_init() function by David Vrabel · 10 years ago
  2. e306e3b Merge tag 'stable/for-linus-3.17-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  3. c489d98 Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  4. b7dd0e3 x86/xen: safely map and unmap grant frames when in atomic context by David Vrabel · 10 years ago
  5. a91c777 xen/arm: use BUG_ON by Himangi Saraogi · 10 years ago
  6. 6ebbf2c ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+ by Russell King · 10 years ago
  7. 438b33c xen/grant-table: remove support for V2 tables by David Vrabel · 10 years ago
  8. 162e371 x86/xen: safely map and unmap grant frames when in atomic context by David Vrabel · 10 years ago
  9. 7939028 arm,arm64/xen: introduce HYPERVISOR_suspend() by Stefano Stabellini · 10 years ago
  10. 9f1d3414 arm: xen: export HYPERVISOR_multicall to modules. by Ian Campbell · 10 years ago
  11. 5e40704 arm: xen: implement multicall hypercall support. by Ian Campbell · 10 years ago
  12. 1429d46 xen/grant-table: Refactor gnttab_[un]map_refs to avoid m2p_override by Zoltan Kiss · 11 years ago
  13. 47c5420 xen/gnttab: Use phys_addr_t to describe the grant frame base address by Julien Grall · 11 years ago
  14. 8b271d5 arm/xen: Initialize event channels earlier by Julien Grall · 11 years ago
  15. efaf30a xen/grant: Implement an grant frame array struct (v3). by Konrad Rzeszutek Wilk · 11 years ago
  16. a7892f3 arm: xen: foreign mapping PTEs are special. by Ian Campbell · 11 years ago
  17. c94cae5 XEN: Grant table address, xen_hvm_resume_frames, is a phys_addr not a pfn by Eric Trudeau · 11 years ago
  18. f9c7ec1 xen/arm: p2m_init and p2m_lock should be static by Stefano Stabellini · 11 years ago
  19. c8999a8 arm/xen: Export phys_to_mach to fix Xen module link errors by Josh Boyer · 11 years ago
  20. e1d8f62 Merge remote-tracking branch 'stefano/swiotlb-xen-9.1' into stable/for-linus-3.13 by Konrad Rzeszutek Wilk · 11 years ago
  21. 1b65c4e swiotlb-xen: use xen_alloc/free_coherent_pages by Stefano Stabellini · 11 years ago
  22. eb1ddc0 swiotlb-xen: introduce xen_swiotlb_set_dma_mask by Stefano Stabellini · 11 years ago
  23. 83862cc xen/arm,arm64: enable SWIOTLB_XEN by Stefano Stabellini · 11 years ago
  24. 4a19138 arm/xen,arm64/xen: introduce p2m by Stefano Stabellini · 11 years ago
  25. 65320fc Merge tag 'v3.11-rc7' into stable/for-linus-3.12 by Konrad Rzeszutek Wilk · 11 years ago
  26. e1a9c16b xen/arm: disable cpuidle and cpufreq when linux is running as dom0 by Julien Grall · 11 years ago
  27. 9dd4b29 ARM: xen: only set pm function ptrs for Xen guests by Rob Herring · 11 years ago
  28. d936d2d Merge tag 'stable/for-linus-3.11-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 11 years ago
  29. 0d7febe xen/arm: missing put_cpu in xen_percpu_init by Julien Grall · 11 years ago
  30. 2451ade xen/arm,arm64: update xen_restart after ff701306cd49 and 7b6d864b48d9 by Stefano Stabellini · 11 years ago
  31. 176455e xen/arm and xen/arm64: implement HYPERVISOR_tmem_op by Stefano Stabellini · 11 years ago
  32. 3cc8e40 xen/arm: rename xen_secondary_init and run it on every online cpu by Stefano Stabellini · 11 years ago
  33. d7266d7 xen/arm: do not handle VCPUOP_register_vcpu_info failures by Stefano Stabellini · 11 years ago
  34. 1aa3d8d xen/arm: initialize pm functions later by Stefano Stabellini · 11 years ago
  35. 9bc25a1 xen/arm: remove duplicated include from enlighten.c by Wei Yongjun · 11 years ago
  36. 6abb749 xen/arm: use sched_op hypercalls for machine reboot and power off by Stefano Stabellini · 11 years ago
  37. 9a9ab3c xen/arm: SMP support by Stefano Stabellini · 11 years ago
  38. ea0af61 xen/arm: implement HYPERVISOR_vcpu_op by Stefano Stabellini · 11 years ago
  39. 2798ba7 xen/arm: actually pass a non-NULL percpu pointer to request_percpu_irq by Stefano Stabellini · 11 years ago
  40. 07d0c94 xen: implement updated XENMEM_add_to_physmap_range ABI by Ian Campbell · 12 years ago
  41. 896ea17 Merge tag 'stable/for-linus-3.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  42. f832da0 xen: arm: implement remap interfaces needed for privcmd mappings. by Ian Campbell · 12 years ago
  43. c61ba72 xen: arm: enable balloon driver by Ian Campbell · 12 years ago
  44. ab277bb xen/arm: Fix compile errors when drivers are compiled as modules (export more). by Stefano Stabellini · 12 years ago
  45. 911dec0 xen/arm: Fix compile errors when drivers are compiled as modules. by Konrad Rzeszutek Wilk · 12 years ago
  46. c8d258a xen/arm: use the __HVC macro by Stefano Stabellini · 12 years ago
  47. ef32f89 xen: grant: use xen_pfn_t type for frame_list. by Ian Campbell · 12 years ago
  48. ea54209 xen/arm: implement alloc/free_xenballooned_pages with alloc_pages/kfree by Stefano Stabellini · 12 years ago
  49. 0ec53ec xen/arm: receive Xen events on ARM by Stefano Stabellini · 12 years ago
  50. b3b52fd xen/arm: initialize grant_table on ARM by Stefano Stabellini · 12 years ago
  51. ef61ee0d xen/arm: get privilege status by Stefano Stabellini · 12 years ago
  52. 2e01f16 xen/arm: Xen detection and shared_info page mapping by Stefano Stabellini · 12 years ago
  53. 226f52e xen/arm: empty implementation of grant_table arch specific functions by Stefano Stabellini · 12 years ago
  54. aa2466d xen/arm: hypercalls by Stefano Stabellini · 12 years ago
  55. 4c071ee arm: initial Xen support by Stefano Stabellini · 12 years ago