aboutsummaryrefslogtreecommitdiffstats
path: root/unmodified_drivers
Commit message (Expand)AuthorAgeFilesLines
* [HVM] Save/restore: PV-on-HVM driver save/restore supportTim Deegan2007-03-291-2/+33
* merge with xen-unstable.hgawilliam@xenbuild2.aw2007-03-201-1/+2
|\
| * hvm: Fix platform-irq handling in presence of irqbalance daemon.kaf24@firebug.cl.cam.ac.uk2007-03-191-1/+2
* | [IA64] Fix for compiling PV-on-HVM driver on IPFawilliam@xenbuild2.aw2007-03-121-1/+7
|/
* [LINUX] Purge include <linux/config.h>. It has been obsolete for some time now.Ian Campbell2007-02-233-2/+2
* [LINUX] Call ctrl_alt_del() to trigger a reboot so we benefit from theIan Campbell2007-02-131-0/+6
* Small cleanups to PV-on-HVM support code.Keir Fraser2007-02-081-12/+9
* [IA64] Follow to allow PV-on-HVM callback irq to be identified by PCI device.awilliam@xenbuild2.aw2007-02-061-9/+3
* [IA64] Fix for compiling PV-on-HVM driver on IPFawilliam@xenbuild2.aw2007-02-052-0/+20
* [HVM] Allow HVM guest to request invalidation of foreign mappings viakaf24@localhost.localdomain2007-01-271-0/+10
* Cleanups for unmodified (pv-on-hvm) driver building.kaf24@localhost.localdomain2007-01-263-13/+11
* [PV-on-HVM] Make PV drivers on HVM kernels work on older kernels afterIan Campbell2007-01-222-2/+22
* merge with xen-unstable.hgawilliam@xenbuild2.aw2007-01-152-12/+20
|\
| * [PV-on-HVM] Allow platform interrupt to be used for entropy.kfraser@localhost.localdomain2007-01-121-3/+3
| * [HVM] Allow PV-on-HVM callback irq to be identified by PCI device.kfraser@localhost.localdomain2007-01-102-9/+17
* | merge with xen-unstable.hgawilliam@xenbuild2.aw2007-01-101-17/+52
|\|
| * [PV-on-HVM] Add definition of irq_to_evtchn_port().kfraser@localhost.localdomain2007-01-061-0/+6
| * [PV-ON-HVM] Update evtchn interface to match new PV Linux interfaces.kaf24@localhost.localdomain2006-12-311-17/+46
* | [IA64] Rename RID maker HVM_PARAM_CALLBACK_IRQ_RID to IA64_CALLBACK_IRQ_RIDawilliam@xenbuild2.aw2007-01-021-1/+1
* | [IA64] Follow new interrupt deliver mechanism for PV-on-HVM/IPFawilliam@xenbuild2.aw2006-12-201-2/+7
|/
* [LINUX] Import kasprintf patch from upstream.Ian Campbell2006-11-272-0/+28
* [HVM] Update VPIC device model for new interrupt delivery code.kaf24@localhost.localdomain2006-11-261-24/+8
* [IA64] Change callback_irq spec of PV-on-HVM for IPFkfraser@localhost.localdomain2006-11-221-3/+19
* [PV-ON-HVM] Correct some out of date documentation.Steven Smith2006-11-151-2/+2
* PV-on-HVM: Tweak reboot.c to be compatible with older kernels.Ian Campbell2006-11-021-0/+3
* PV-on-HVM: Fix PV-on-HVM drivers for IA64.Ian Campbell2006-11-022-0/+16
* PV-on-HVM: Use ln -nsf in mkbuildtree to avoid creating a symlink loopIan Campbell2006-11-021-1/+1
* Merge.Steven Smith2006-10-313-0/+5
|\
| * [HVM][LINUX][TOOLS] Make xm {shutdown|reboot} do something sensible for HVMSteven Smith2006-10-313-0/+5
* | [PV-ON-HVM] Don't generate lots of spurious interrupts when using eventSteven Smith2006-10-311-1/+7
|/
* merge with xen-unstable.hgawilliam@xenbuild.aw2006-10-2515-2/+264
|\
| * PV-to-HVM: Add a compatibility define for the end_that_request_lastIan Campbell2006-10-251-0/+4
| * PV-on-HVM: Include compatibility kzalloc implementation for kernelsIan Campbell2006-10-252-0/+21
| * PV-to-HVM: Impletement compatibility version ofIan Campbell2006-10-252-0/+13
| * PV-on-HVM: Implement and export a compatibility version of do_exit().Ian Campbell2006-10-251-0/+15
| * PV-on-HVM: Implement compatibilty version of wait_for_completion_timeoutIan Campbell2006-10-252-0/+36
| * PV-on-HVM: Include compatability vmalloc_to_pfn for kernels before 2.6.10Ian Campbell2006-10-252-0/+16
| * PV-on-HVM: Kernels prior to 2.6.8 did not export strcspn to modulesIan Campbell2006-10-251-0/+20
| * PV-on-HVM: Define system_state as 1 (SYSTEM_RUNNING) on kernels priorIan Campbell2006-10-251-0/+7
| * PV-to-HVM: Implement compatibility nonseekable_open as a nop onIan Campbell2006-10-251-0/+4
| * PV-to-HVM: Add compatibility definitions of various #defines when theyIan Campbell2006-10-251-0/+22
| * PV-on-HVM: Include compatability headers for asm/pgtable-no{pmd,pud}.hIan Campbell2006-10-252-0/+28
| * PV-on-HVM: Add a compatibility linux/mutex.h for kernels beforeIan Campbell2006-10-251-0/+31
| * PV-on-HVM: Add a compatibility linux/io.h for kernels before 2.6.16Ian Campbell2006-10-251-0/+10
| * PV-on-HVM: Add infrastructure for a compatibility shim in order toIan Campbell2006-10-257-2/+24
| * PV-on-HVM: Include a Makefile in each subdirectory to maintainIan Campbell2006-10-254-0/+12
| * [LINUX] PV-on-HVM: Directly include headers which are used in variousIan Campbell2006-10-251-0/+1
* | merge with xen-unstable.hgawilliam@xenbuild.aw2006-10-221-24/+31
|\|
| * Allow default target architecture of PV-on-HVM drivers to be overridden.kfraser@localhost.localdomain2006-10-201-20/+27
* | [IA64] Xencomm fixes for HVM PV-driversawilliam@xenbuild.aw2006-10-143-0/+17
|/