aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common
Commit message (Expand)AuthorAgeFilesLines
...
* Use RCU for domain_list and domain_hash.kfraser@localhost.localdomain2007-02-215-35/+60
* [LIBELF] Prefer PT_NOTE segments to SHT_NOTE sections for ELF notes.Ian Campbell2007-02-192-22/+98
* Fix grant-table initialisation so that domain destruction does not barf.kfraser@localhost.localdomain2007-02-161-0/+1
* Dynamic grant-table sizing.kfraser@localhost.localdomain2007-02-152-111/+383
* Remove old elf-parsing code from tools and from Xen.kfraser@localhost.localdomain2007-02-151-520/+0
* Merge with xenppc-unstable.hgkfraser@localhost.localdomain2007-02-147-533/+600
|\
| * libelf: use xen code style.kfraser@localhost.localdomain2007-02-145-526/+592
| * Make libelf not fail on unknown elf notes.kfraser@localhost.localdomain2007-02-141-2/+2
| * [XEN] kexec: Remove asm/kexec.h. Move the single inline function intoIan Campbell2007-02-081-1/+0
| * [XEN] When removing pages, drop shadow refs before complaining about refcount.Tim Deegan2007-02-081-4/+6
* | [LIBELF] Print phdr addresses when loading.Hollis Blanchard2007-02-091-0/+2
|/
* [XEN] Extend the range returned by KEXEC_RANGE_MA_XEN to cover theIan Campbell2007-02-011-2/+2
* Allocate Xen kexec/kdump elfnote sections of the correct size.kfraser@localhost.localdomain2007-02-011-6/+15
* safe_str*() functions check their destination argument is akfraser@localhost.localdomain2007-02-011-1/+1
* [XEN] Fix perfc after 13756:56377f5ce588Ian Campbell2007-01-311-4/+13
* [XEN] Fix XENVER_capabilities hypercall.Ian Campbell2007-01-311-2/+2
* Remove sprintf() from Xen. Use snprintf() and friends.Keir Fraser2007-01-301-23/+0
* Remove unused implementation of vsprintf().kfraser@localhost.localdomain2007-01-291-29/+0
* Remove little-endian assumption from library code.kfraser@localhost.localdomain2007-01-291-1/+8
* Remove strcat/strncat/strcmp/strncmp. Replaced with saferkfraser@localhost.localdomain2007-01-291-77/+20
* Remove uses of strcpy and strncpy from common and x86 code.kfraser@localhost.localdomain2007-01-296-24/+17
* libelf cannot rely on the strlcpy() BSD-ism.kfraser@localhost.localdomain2007-01-292-8/+18
* Replace sprintf with snprintf and strncpy with strlcpy.kfraser@localhost.localdomain2007-01-297-23/+21
* Clean up libelf endian macros and includes.kaf24@localhost.localdomain2007-01-282-18/+22
* Rename find_domain_by_id() to get_domain_by_id().kaf24@localhost.localdomain2007-01-268-38/+38
* Add RCU support to Xen.kaf24@localhost.localdomain2007-01-263-0/+354
* xen: Remove unused elf32.c.kaf24@localhost.localdomain2007-01-262-21/+0
* libelf: use for x86 dom0 builder.Emmanuel Ackaouy2007-01-251-2/+2
* add libelf: an ELF binary parser library.Emmanuel Ackaouy2007-01-258-0/+1204
* Fix perfc=y build.kfraser@localhost.localdomain2007-01-251-2/+2
* Make domctl/sysctl interfaces 32-/64-bit invariant.kfraser@localhost.localdomain2007-01-246-395/+63
* Fix crash if some secondary CPUs cannot be initialised.kfraser@localhost.localdomain2007-01-241-0/+3
* [XEN] Consolidate multiple defintions of ELFNOTE_* accessor macrosIan Campbell2007-01-222-13/+2
* [XEN] Avoid void* arithmetic in kexec ELF note manipulations.Ian Campbell2007-01-221-5/+5
* Fix byte-to-long bitmap conversions.kaf24@localhost.localdomain2007-01-211-2/+1
* [XEN] Remove bogus include reference.kaf24@localhost.localdomain2007-01-191-1/+0
* [XEN] Move hvm get/set domctl() commands to arch/x86/domctl.c.kfraser@localhost.localdomain2007-01-191-73/+0
* [XEN] Support VCPU reset via DOMCTL_setvcpucontext.kfraser@localhost.localdomain2007-01-191-1/+37
* [XEN] New event-channel reset operation.kfraser@localhost.localdomain2007-01-191-0/+31
* Add resumedomain domctl to resume a domain after checkpoint.kfraser@localhost.localdomain2007-01-191-0/+17
* [XEN] Avoid void* arithmetic in elfnote code.kfraser@localhost.localdomain2007-01-191-5/+5
* [XEN] Convert between long-based and byte-based bitmap arrays.kfraser@localhost.localdomain2007-01-192-8/+62
* [XEN] Revert change to vcpu_guest_context which breaks guest ABI.kfraser@localhost.localdomain2007-01-191-8/+0
* [HVM] save restore: shadow fixTim Deegan2007-01-181-0/+9
* [HVM] save restore: new hyper-callTim Deegan2007-01-181-0/+73
* [XEN] Clean up long division code, fix for C99-mandatedkaf24@localhost.localdomain2007-01-131-335/+291
* [XEN] 'd' key dumps both host and guest state.kfraser@localhost.localdomain2007-01-121-3/+10
* [PATCH] kexec/kdump: allow zero start for crashkernelIan Campbell2007-01-121-14/+8
* Fix xencomm_copy_{from, to}_guest.kfraser@localhost.localdomain2007-01-121-2/+2
* Use strstr() to look for "bimodal" string in ELF notes, to allow guests to usejohn.levon@sun.com2007-01-081-1/+1