1. 403299a Merge branch 'upstream/xen-settime' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 13 years ago
  2. 06d3814 Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  3. 31018ac Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  4. 4dcaebb xen: use generic functions instead of xen_{alloc, free}_vm_area() by David Vrabel · 13 years ago
  5. 0930bba xen: modify kernel mappings corresponding to granted pages by Stefano Stabellini · 13 years ago
  6. eec07a9 xen: add dom0_op hypercall by Jeremy Fitzhardinge · 13 years ago
  7. 3e09967 xen/acpi: Domain0 acpi parser related platform hypercall by Yu Ke · 14 years ago
  8. a867db1 xen/p2m: Make debug/xen/mmu/p2m visible again. by Konrad Rzeszutek Wilk · 13 years ago
  9. ccbcdf7 xen/x86: replace order-based range checking of M2P table by linear one by Jan Beulich · 13 years ago
  10. c61264f Merge branch 'upstream/xen-tracing2' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 13 years ago
  11. c796f21 xen/trace: add multicall tracing by Jeremy Fitzhardinge · 14 years ago
  12. a0ee056 xen/pci: Squash pci_xen_initial_domain and xen_setup_pirqs together. by Konrad Rzeszutek Wilk · 13 years ago
  13. f8d613e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm/tmem by Linus Torvalds · 13 years ago
  14. 5bc20fc xen: cleancache shim to Xen Transcendent Memory by Dan Magenheimer · 13 years ago
  15. cf8d916 xen/p2m/m2p/gnttab: Support GNTMAP_host_map in the M2P override. by Konrad Rzeszutek Wilk · 13 years ago
  16. c55fa78 xen/pci: Add xen_[find|register|unregister]_device_domain_owner functions. by Konrad Rzeszutek Wilk · 14 years ago
  17. 0d2eb44 x86: Fix common misspellings by Lucas De Marchi · 13 years ago
  18. 76ca078 Merge branch 'for-linus' of git://xenbits.xen.org/people/sstabellini/linux-pvhvm by Linus Torvalds · 13 years ago
  19. 397fae0 Merge branches 'stable/irq.rework' and 'stable/pcifront-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  20. 706cc9d xen/m2p: Check whether the MFN has IDENTITY_FRAME bit set.. by Stefano Stabellini · 13 years ago
  21. 146c4e5 xen/m2p: No need to catch exceptions when we know that there is no RAM by Konrad Rzeszutek Wilk · 14 years ago
  22. 2222e71 xen/debugfs: Add 'p2m' file for printing out the P2M layout. by Konrad Rzeszutek Wilk · 14 years ago
  23. f4cec35 xen/mmu: Add the notion of identity (1-1) mapping. by Konrad Rzeszutek Wilk · 14 years ago
  24. 6eaa412 xen: Mark all initial reserved pages for the balloon as INVALID_P2M_ENTRY. by Konrad Rzeszutek Wilk · 14 years ago
  25. a8b7458 xen: switch to new schedop hypercall by default. by Ian Campbell · 13 years ago
  26. 8e15597 xen: use new schedop interface for suspend by Ian Campbell · 13 years ago
  27. cc0f89c pci/xen: Cleanup: convert int** to int[] by Konrad Rzeszutek Wilk · 13 years ago
  28. 9c4bc1c Merge branch 'stable/gntdev' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  29. 87f1d40 xen p2m: clear the old pte when adding a page to m2p_override by Jeremy Fitzhardinge · 14 years ago
  30. 448f2831 xen: add m2p override mechanism by Jeremy Fitzhardinge · 14 years ago
  31. d9b8ca8 xen: HVM X2APIC support by Sheng Yang · 14 years ago
  32. 7e77506 xen: implement XENMEM_machphys_mapping by Ian Campbell · 14 years ago
  33. 18cb657 Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  34. 520045d Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 14 years ago
  35. 38aa66f xen: remap GSIs as pirqs when running as initial domain by Jeremy Fitzhardinge · 14 years ago
  36. 3942b74 xen: support GSI -> pirq remapping in PV on HVM guests by Stefano Stabellini · 14 years ago
  37. cfd8951 xen: don't map missing memory by Jeremy Fitzhardinge · 14 years ago
  38. c379806 xen: add return value to set_phys_to_machine() by Jeremy Fitzhardinge · 14 years ago
  39. 1246ae0 xen: add variable hypercall caller by Jeremy Fitzhardinge · 15 years ago
  40. eba3ff8 xen: add xen_set_domain_pte() by Jeremy Fitzhardinge · 15 years ago
  41. b5401a9 xen/x86/PCI: Add support for the Xen PCI subsystem by Alex Nixon · 14 years ago
  42. 26f0cf9 Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  43. bbbe573 pci-swiotlb-xen: Add glue code to setup dma_ops utilizing xen_swiotlb_* by Konrad Rzeszutek Wilk · 14 years ago
  44. 18f19aa xen: Add support for HVM hypercalls. by Jeremy Fitzhardinge · 14 years ago
  45. c0011db xen: use _PAGE_IOMAP in ioremap to do machine mappings by Jeremy Fitzhardinge · 14 years ago
  46. 1ccbf53 xen: move Xen-testing predicates to common header by Jeremy Fitzhardinge · 15 years ago
  47. b40bf53 Xen: Add virt_to_pfn helper function by Alex Nixon · 15 years ago
  48. 0ca0f16 Merge branches 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/debug', 'x86/kconfig', 'x86/mm', 'x86/ptrace', 'x86/setup' and 'x86/urgent'; commit 'v2.6.29-rc8' into x86/core by Ingo Molnar · 15 years ago
  49. 6a5c05f x86: fix HYPERVISOR_update_descriptor() by Jan Beulich · 15 years ago
  50. 9976b39 xen: deal with virtually mapped percpu data by Jeremy Fitzhardinge · 15 years ago
  51. 9033304 x86, xen: short-circuit tests for dom0 by Jeremy Fitzhardinge · 15 years ago
  52. 792dc4f xen: use our own eventchannel->irq path by Jeremy Fitzhardinge · 15 years ago
  53. b534816 x86: don't apply __supported_pte_mask to non-present ptes by Jeremy Fitzhardinge · 15 years ago
  54. ecbf29c xen: clean up asm/xen/hypervisor.h by Jeremy Fitzhardinge · 16 years ago
  55. 05e4d31 x86: drop double underscores from header guards by H. Peter Anvin · 16 years ago
  56. 1965aae x86: Fix ASM_X86__ header guards by H. Peter Anvin · 16 years ago
  57. bb89855 x86, um: ... and asm-x86 move by Al Viro · 16 years ago