summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/xen
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'stable/late-swiotlb.v3.3' into stable/for-linus-3.7Konrad Rzeszutek Wilk2012-09-221-0/+2
|\ \ \ | |/ / |/| |
| * | xen/swiotlb: Use the swiotlb_late_init_with_tbl to init Xen-SWIOTLB late when...Konrad Rzeszutek Wilk2012-09-171-0/+2
* | | Merge branch 'x86/platform' of git://git.kernel.org/pub/scm/linux/kernel/git/...Konrad Rzeszutek Wilk2012-09-121-0/+8
|\ \ \ | | |/ | |/|
| * | xen/mce: Add mcelog support for Xen platformLiu, Jinsong2012-07-191-0/+8
| |/
* | xen: Introduce xen_pfn_t for pfn and mfn typesStefano Stabellini2012-08-231-0/+5
* | xen: missing includesStefano Stabellini2012-08-211-0/+2
|/
* Merge branch 'stable/autoballoon.v5.2' into stable/for-linus-3.5Konrad Rzeszutek Wilk2012-05-071-0/+1
|\
| * xen/p2m: An early bootup variant of set_phys_to_machineKonrad Rzeszutek Wilk2012-04-061-0/+1
* | xen: implement IRQ_WORK_VECTOR handlerLin Ming2012-05-071-0/+1
|/
* xen/enlighten: Expose MWAIT and MWAIT_LEAF if hypervisor OKs it.Konrad Rzeszutek Wilk2012-03-101-0/+1
* Merge branch 'upstream/xen-settime' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-11-062-0/+9
|\
| * xen: add dom0_op hypercallJeremy Fitzhardinge2011-09-261-0/+8
| * xen/acpi: Domain0 acpi parser related platform hypercallYu Ke2011-09-261-0/+1
* | Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-11-061-7/+0
|\ \
| * | xen: use generic functions instead of xen_{alloc, free}_vm_area()David Vrabel2011-09-291-7/+0
* | | Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.ker...Linus Torvalds2011-10-251-4/+2
|\ \ \ | |/ / |/| |
| * | xen: modify kernel mappings corresponding to granted pagesStefano Stabellini2011-09-291-1/+2
| * | xen/p2m: Make debug/xen/mmu/p2m visible again.Konrad Rzeszutek Wilk2011-09-231-3/+0
* | | xen/x86: replace order-based range checking of M2P table by linear oneJan Beulich2011-08-171-2/+2
|/ /
* | Merge branch 'upstream/xen-tracing2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-07-242-0/+40
|\ \
| * | xen/trace: add multicall tracingJeremy Fitzhardinge2011-07-182-0/+40
| |/
* | xen/pci: Squash pci_xen_initial_domain and xen_setup_pirqs together.Konrad Rzeszutek Wilk2011-07-111-2/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm...Linus Torvalds2011-05-261-0/+7
|\
| * xen: cleancache shim to Xen Transcendent MemoryDan Magenheimer2011-05-261-0/+7
* | xen/p2m/m2p/gnttab: Support GNTMAP_host_map in the M2P override.Konrad Rzeszutek Wilk2011-04-181-2/+3
* | xen/pci: Add xen_[find|register|unregister]_device_domain_owner functions.Konrad Rzeszutek Wilk2011-04-141-0/+16
|/
* x86: Fix common misspellingsLucas De Marchi2011-03-181-1/+1
* Merge branch 'for-linus' of git://xenbits.xen.org/people/sstabellini/linux-pvhvmLinus Torvalds2011-03-151-4/+11
|\
| * xen: switch to new schedop hypercall by default.Ian Campbell2011-02-251-2/+2
| * xen: use new schedop interface for suspendIan Campbell2011-02-251-3/+10
| |
| \
*-. \ Merge branches 'stable/irq.rework' and 'stable/pcifront-fixes' of git://git.k...Linus Torvalds2011-03-151-4/+4
|\ \ \ | | |/ | |/|
| | * pci/xen: Cleanup: convert int** to int[]Konrad Rzeszutek Wilk2011-02-181-4/+4
| |/
* | xen/m2p: Check whether the MFN has IDENTITY_FRAME bit set..Stefano Stabellini2011-03-141-7/+22
* | xen/m2p: No need to catch exceptions when we know that there is no RAMKonrad Rzeszutek Wilk2011-03-141-1/+5
* | xen/debugfs: Add 'p2m' file for printing out the P2M layout.Konrad Rzeszutek Wilk2011-03-141-0/+3
* | xen/mmu: Add the notion of identity (1-1) mapping.Konrad Rzeszutek Wilk2011-03-141-2/+6
* | xen: Mark all initial reserved pages for the balloon as INVALID_P2M_ENTRY.Konrad Rzeszutek Wilk2011-03-031-0/+1
|/
* Merge branch 'stable/gntdev' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-01-131-3/+13
|\
| * xen p2m: clear the old pte when adding a page to m2p_overrideJeremy Fitzhardinge2011-01-111-2/+2
| * xen: add m2p override mechanismJeremy Fitzhardinge2011-01-111-3/+13
* | xen: HVM X2APIC supportSheng Yang2011-01-071-0/+35
|/
* xen: implement XENMEM_machphys_mappingIan Campbell2010-11-124-18/+13
* Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2010-10-281-0/+65
|\
| * xen: remap GSIs as pirqs when running as initial domainJeremy Fitzhardinge2010-10-221-0/+7
| * xen: support GSI -> pirq remapping in PV on HVM guestsStefano Stabellini2010-10-221-0/+5
| * xen/x86/PCI: Add support for the Xen PCI subsystemAlex Nixon2010-10-181-0/+53
| |
| \
*-. \ Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/p...Linus Torvalds2010-10-262-2/+27
|\ \ \ | |_|/ |/| |
| | * xen: don't map missing memoryJeremy Fitzhardinge2010-10-221-1/+8
| | * xen: add return value to set_phys_to_machine()Jeremy Fitzhardinge2010-10-221-1/+1
| |/ |/|
| * xen: add variable hypercall callerJeremy Fitzhardinge2010-10-201-0/+17
OpenPOWER on IntegriCloud