aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common
Commit message (Expand)AuthorAgeFilesLines
...
* [XEN] Remove bogus BUG_ON() which breaks the build with gcc 4.2.0.kfraser@localhost.localdomain2007-01-101-3/+0
* [XEN] Kexec: Make some variables static.Ian Campbell2007-01-091-6/+6
* [XEN] Kexec: Clean up ELF note construction to avoid multiply nestedIan Campbell2007-01-091-23/+61
* [XEN] Skip over the unit in parse_size_and_unit() when returning the remainderIan Campbell2007-01-051-1/+1
* Enable compatibility mode operation for kexec.Emmanuel Ackaouy2007-01-053-9/+67
* Enable compatibility mode operation for trace buffer access.Emmanuel Ackaouy2007-01-051-18/+60
* Enable compatibility mode operation for HYPERVISOR_domctl. Also add logicEmmanuel Ackaouy2007-01-057-43/+267
* Enable compatibility mode operation for HYPERVISOR_sysctl.Emmanuel Ackaouy2007-01-053-8/+114
* Enable compatibility mode operation for HYPERVISOR_xenoprof_op.Emmanuel Ackaouy2007-01-053-25/+84
* Enable compatibility mode operation for HYPERVISOR_acm_op.Emmanuel Ackaouy2007-01-053-2/+61
* Enable compatibility mode operation for HYPERVISOR_grant_table_op.Emmanuel Ackaouy2007-01-053-0/+223
* Enable compatibility mode operation for HYPERVISOR_sched_op andEmmanuel Ackaouy2007-01-053-2/+71
* Enable compatibility mode operation for HYPERVISOR_multicall.Emmanuel Ackaouy2007-01-053-1/+37
* Enable compatibility mode operation for HYPERVISOR_vcpu_op.Emmanuel Ackaouy2007-01-053-0/+112
* Enable compatibility mode operation for HYPERVISOR_physdev_op andEmmanuel Ackaouy2007-01-051-1/+25
* Enable compatibility mode operation for HYPERVISOR_mmu_update andEmmanuel Ackaouy2007-01-051-0/+4
* Enable compatibility mode operation for HYPERVISOR_memory_op,Emmanuel Ackaouy2007-01-053-14/+373
* Add page table setup and handling, including the creation of an m2p tableEmmanuel Ackaouy2007-01-051-1/+1
* Handle shared info (having different layout for native and compatibilityEmmanuel Ackaouy2007-01-056-26/+36
* Handle the creation of startup info for compatibility mode guests. ThisEmmanuel Ackaouy2007-01-052-0/+33
* Add logic to generate headers reflecting the compatibility mode layoutEmmanuel Ackaouy2007-01-054-4/+80
* Introduce _DOMF_compat and infrastructure as well as several conditionalsEmmanuel Ackaouy2007-01-053-1/+21
* [XEN] Make labels _start,_end,_stext,_etext,_sinittext,_einittext generic.kaf24@localhost.localdomain2007-01-032-6/+6
* More 'const' cleanups (and fixes, for Solaris).kaf24@firebug.cl.cam.ac.uk2006-12-231-1/+1
* Improve consistency of type-attribute usage (volatile/const).kfraser@localhost.localdomain2006-12-218-47/+60
* [XENOPROF] Fix buffer sharing with auto-translate guests.kfraser@localhost.localdomain2006-12-191-1/+1
* [XEN] Only print progress dots when scrubbing actual memory.kfraser@localhost.localdomain2006-12-181-4/+4
* [XEN] Fix memory allocator after recent bootmem change.kfraser@localhost.localdomain2006-12-141-1/+3
* [KEXEC] Clean up kexec code and fix panic-induced reboot whenkfraser@localhost.localdomain2006-12-141-48/+32
* [XEN] Boot allocator searches from earliest registeredkfraser@localhost.localdomain2006-12-141-16/+20
* Allow loading of ELF kernel images that support both PAE and non-PAE.kfraser@localhost.localdomain2006-12-141-12/+15
* [XEN] Improve scheduler cap mechanismEmmanuel Ackaouy2006-12-132-20/+62
* [XEN] Kexec: Disable crash keyhandler when no crash kernel is loaded.Ian Campbell2006-12-131-3/+11
* Merge with xenppc-unstablekfraser@localhost.localdomain2006-12-132-309/+217
|\
| * [XEN] Improve multi-core/thread scheduler support.Emmanuel Ackaouy2006-12-121-308/+212
| * [XEN] Only allow each domain to putput crash debug info once.kfraser@localhost.localdomain2006-12-111-1/+5
* | [POWERPC][XEN] Fix gdbstub build break.Hollis Blanchard2006-12-121-0/+1
* | [POWERPC] Merge with xen-unstable.hg.Hollis Blanchard2006-12-126-28/+406
|\|
| * Make XEN_DOMCTL_getdomaininfo return shared_info_frame in gmfn not mfn.kfraser@localhost.localdomain2006-12-081-1/+1
| * Remove unused KEXEC_RANGE_VA_XEN.Ian Campbell2006-12-071-10/+3
| * [PATCH 02/02] Kexec / Kdump: Don't declare _endIan Campbell2006-12-041-2/+2
| * [XEN] Allow shutdown code to be set at most once per domain.kfraser@localhost.localdomain2006-12-011-2/+2
| * [XEN] Only parse the crashkernel command line parameter once on bootIan Campbell2006-11-301-29/+22
| * [XEN] Rename machine_shutdown to machine_reboot_kexec to betterIan Campbell2006-11-301-1/+1
| * [XEN] Do not spin at the end of machine_crash_kexec(). If there was no crashIan Campbell2006-11-301-2/+0
| * [XEN] kexec: use parse_size_and_unit() when parsing crashkernelIan Campbell2006-11-301-21/+10
| * [XEN] Fixup whitespace and tweak for Xen coding style.Ian Campbell2006-11-301-29/+29
| * [XEN] Kexec / Kdump: Generic codeIan Campbell2006-11-303-11/+393
| * Allow DMA address width to be overridden with boot parameters:kfraser@localhost.localdomain2006-11-282-14/+37
| * Clean up the DMADOM physical upper limit handling to properly honourkfraser@localhost.localdomain2006-11-281-2/+2