summaryrefslogtreecommitdiff
path: root/include/xen
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream/xen-settime' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-11-062-0/+321
|\
| * xen/acpi: Domain0 acpi parser related platform hypercallYu Ke2011-09-262-0/+321
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\ \
| * | xen: Add export.h for THIS_MODULE/EXPORT_SYMBOL to various xen users.Paul Gortmaker2011-10-311-0/+1
* | | Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-11-061-1/+0
|\ \ \
| * | | xen: use generic functions instead of xen_{alloc, free}_vm_area()David Vrabel2011-09-291-1/+0
* | | | Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2011-11-041-0/+36
|\ \ \ \
| * | | | xen-blkfront: add BLKIF_OP_DISCARD and discard request structLi Dongyang2011-10-131-0/+36
| |/ / /
* | | | treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-312-8/+8
| |/ / |/| |
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'stable/drivers-3.2', 'stable/drivers.bugfixes-3.2' and 'stabl...Linus Torvalds2011-10-252-2/+38
|\ \ \ \ \ | | | |/ / | | |/| |
| | | * | xen/pci: support multi-segment systemsJan Beulich2011-09-221-1/+33
| | | |/
| * | | xen/pv-on-hvm kexec: add xs_reset_watches to shutdown watches from old kernelOlaf Hering2011-09-221-1/+2
| * | | xen/pv-on-hvm kexec: update xs_wire.h:xsd_sockmsg_type from xen-unstableOlaf Hering2011-09-221-1/+4
| | |/ | |/|
| | |
| \ \
*-. \ \ Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.ker...Linus Torvalds2011-10-252-2/+4
|\ \ \ \ | | |_|/ | |/| |
| | * | xen: modify kernel mappings corresponding to granted pagesStefano Stabellini2011-09-291-0/+1
| | * | xen: add an "highmem" parameter to alloc_xenballooned_pagesStefano Stabellini2011-09-291-2/+3
| |/ /
* | | xen: allow balloon driver to use more than one memory regionDavid Vrabel2011-09-291-1/+9
* | | xen/balloon: account for pages released during memory setupDavid Vrabel2011-09-291-0/+2
|/ /
* | xen/balloon: memory hotplug support for Xen balloon driverDaniel Kiper2011-07-251-0/+4
* | Merge branch 'stable/drivers' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-07-225-1/+59
|\ \
| * \ Merge branch 'xen-tmem-selfballoon-v8' of git://git.kernel.org/pub/scm/linux/...Konrad Rzeszutek Wilk2011-07-082-0/+15
| |\ \
| | * | xen: tmem: self-ballooning and frontswap-selfshrinkingDan Magenheimer2011-07-082-0/+15
| | |/
| * | xen: Add __attribute__((format(printf... where appropriateJoe Perches2011-06-302-1/+5
| * | Merge branch 'stable/vga.support' into stable/driversKonrad Rzeszutek Wilk2011-06-211-0/+39
| |\ \ | | |/ | |/|
| | * xen: allow enable use of VGA console on dom0Jeremy Fitzhardinge2011-06-061-0/+39
* | | xen/pci: Remove 'xen_allocate_pirq_gsi'.Konrad Rzeszutek Wilk2011-07-111-2/+0
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm...Linus Torvalds2011-05-261-0/+22
|\ \
| * | xen: cleancache shim to Xen Transcendent MemoryDan Magenheimer2011-05-261-0/+22
| |/
* | Merge branch 'for-2.6.40/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-05-251-0/+13
|\ \
| * | xen-blkfront: Provide for 'feature-flush-cache' the BLKIF_OP_WRITE_FLUSH_CACH...Konrad Rzeszutek Wilk2011-05-121-0/+13
| |/
* | xen/irq: Export 'xen_pirq_from_irq' function.Konrad Rzeszutek Wilk2011-04-141-0/+3
* | xen/irq: Add support to check if IRQ line is shared with other domains.Konrad Rzeszutek Wilk2011-04-141-0/+3
* | xen/irq: Check if the PCI device is owned by a domain different than DOMID_SELF.Konrad Rzeszutek Wilk2011-04-141-1/+2
|/
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* Merge branch 'stable/xen.pm.bug-fixes' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-03-171-1/+1
|\
| * xen: xenbus PM events supportKazuhiro SUZUKI2011-03-161-1/+1
| |
| \
*-. \ Merge branches 'stable/irq.fairness' and 'stable/irq.ween_of_nr_irqs' of git:...Linus Torvalds2011-03-171-14/+10
|\ \ \
| | * | xen: events: refactor GSI pirq bindings functionsIan Campbell2011-03-101-3/+7
| | * | xen: events: remove unused public functionsIan Campbell2011-03-101-9/+3
| | * | xen: events: simplify commentIan Campbell2011-03-101-3/+1
| |/ /
| | |
| \ \
*-. \ \ Merge branches 'stable/hvc-console', 'stable/gntalloc.v6' and 'stable/balloon...Linus Torvalds2011-03-173-0/+138
|\ \ \ \
| | * | | xen-balloon: Add interface to retrieve ballooned pagesKonrad Rzeszutek Wilk2011-03-161-0/+3
| | * | | xen-balloon: Move core balloon functionality out of moduleDaniel De Graaf2011-03-161-0/+22
| | * | | xen/gntalloc,gntdev: Add unmap notify ioctlDaniel De Graaf2011-02-142-0/+63
| | * | | xen-gntalloc: Userspace grant allocation driverDaniel De Graaf2011-02-141-0/+50
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2011-03-171-0/+34
|\ \ \ \
| * | | | watchdog: Xen watchdog driverJan Beulich2011-03-151-0/+34
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-03-162-38/+48
|\ \ \ \ | |_|_|/ |/| | |
| * | | xen network backend driverIan Campbell2011-03-151-38/+42
| * | | xen/irq: implement bind_interdomain_evtchn_to_irqhandler for backend driversIan Campbell2011-02-281-0/+6
| |/ /