aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/public/xen.h
Commit message (Expand)AuthorAgeFilesLines
...
* Remove defunct powerpc port.Keir Fraser2008-05-081-2/+0
* XEN_GUEST_HANDLE_00030205() compat macro is broken. Remove it andKeir Fraser2008-01-221-1/+5
* do_set_trap_table()'s argument can be const.Keir Fraser2008-01-181-1/+0
* do_callback_op()'s second argument can be const allowing the guest toKeir Fraser2008-01-181-0/+1
* Move primitive-type guest-handle definitions into common xen.h header file.Keir Fraser2008-01-181-0/+13
* x86: Allow batched mmu updates which preserve accessed/dirty pte bits.Keir Fraser2008-01-151-2/+7
* Rename uintN_t guest handles to uintN, to avoid nameclash with uintN_tKeir Fraser2007-12-281-4/+4
* x86: propagate VESA capabilities to dom0Keir Fraser2007-10-121-0/+6
* Xen Security Modules: ACM.kfraser@localhost.localdomain2007-08-311-2/+1
* Xen Security Modules: XSMkfraser@localhost.localdomain2007-08-311-0/+1
* x86: Allow selection of graphical video modes during boot.Keir Fraser2007-06-101-0/+2
* xen: Provide notification of console updates via VIRQ.kfraser@localhost.localdomain2007-03-081-0/+1
* xen: Make dom0 domain builder behaviour match that of domU.kfraser@localhost.localdomain2007-03-051-10/+8
* Make domctl/sysctl interfaces 32-/64-bit invariant.kfraser@localhost.localdomain2007-01-241-0/+10
* Handle shared info (having different layout for native and compatibilityEmmanuel Ackaouy2007-01-051-0/+4
* Create new public header directory for x86-specific definitions.kfraser@localhost.localdomain2006-12-211-4/+2
* [XEN] Define remaining x86 public pointer fields as guest handles.kfraser@localhost.localdomain2006-11-151-1/+1
* [XEN] Put the non-GPL license text in each public header file.kaf24@localhost.localdomain2006-11-081-0/+18
* Clean up dom0_vga_console_info structure for v3.0.3.kfraser@localhost.localdomain2006-09-181-19/+31
* [XEN] Reserve hypercall number for kexec operations.kaf24@firebug.cl.cam.ac.uk2006-08-301-0/+1
* Replace dom0_ops hypercall with three new hypercalls:kfraser@localhost.localdomain2006-08-251-3/+13
* [XEN] Clarify x86 hypercall ABI in public header comments.kaf24@localhost.localdomain2006-08-191-9/+1
* Clean up console fields in start_info structure. Add compat code forkfraser@localhost.localdomain2006-08-151-12/+37
* Support for vga text modes bigger than 80x25.kfraser@localhost.localdomain2006-08-151-2/+31
* [XEN] Add a warning about changeable size of shared_info structure.kaf24@localhost.localdomain2006-08-121-1/+5
* [HVM] Add a concept of HVM parameters to the hypervisor.kfraser@localhost.localdomain2006-08-031-0/+1
* [powerpc] add arch-powerpc.h to xen.hkaf24@firebug.cl.cam.ac.uk2006-07-141-0/+2
* Represent PFNs with their own type, rather than 'unsigned long'.kaf24@firebug.cl.cam.ac.uk2006-06-061-3/+3
* Create new vmassist type 'pae_extended_cr3'. Only advertisekaf24@firebug.cl.cam.ac.uk2006-06-051-1/+15
* Place typedefs on their own separate lines in the Xen public headers.kaf24@firebug.cl.cam.ac.uk2006-05-191-18/+25
* Define new event-channel and physdev hypercalls with a more extensiblekaf24@firebug.cl.cam.ac.uk2006-04-301-3/+5
* Define 8 hypercall numbers for arch-specific purposes.kaf24@firebug.cl.cam.ac.uk2006-04-281-0/+10
* Allow for arch specific virq definitions.kaf24@firebug.cl.cam.ac.uk2006-04-281-1/+12
* Rename *GUEST_HANDLE to *XEN_GUEST_HANDLE.kaf24@firebug.cl.cam.ac.uk2006-04-271-3/+3
* The comment in xen.h on how to obtain current system time was missingkaf24@firebug.cl.cam.ac.uk2006-04-131-1/+2
* Added trace buffer virtual irq to implement non-polling trace record access.kaf24@firebug.cl.cam.ac.uk2006-04-081-0/+1
* Clean up xenoprof code a bit. The main remaining TODO is tokaf24@firebug.cl.cam.ac.uk2006-04-071-2/+2
* Add xenoprof supportack@kneesa.uk.xensource.com2006-04-061-1/+3
* Add new hypercall "set_callback" taking a callback identifier and theIan.Campbell@xensource.com2006-04-061-0/+1
* Backtrack on the new interface for reserved event-channelkaf24@firebug.cl.cam.ac.uk2006-04-051-5/+10
* Remove __HYPERVISOR_sched_op_new in favour of a header file interface version...cl349@firebug.cl.cam.ac.uk2006-03-301-2/+4
* Define a new sched_op hypercall called sched_op_new, which differs from thekaf24@firebug.cl.cam.ac.uk2006-03-141-0/+1
* Upgrade all hypercalls to use the new guest_handle interface (on the Xen side).kaf24@firebug.cl.cam.ac.uk2006-03-071-4/+5
* Fix boot-memory layout description.kaf24@firebug.cl.cam.ac.uk2006-03-061-2/+2
* Make guest_access implementation arch-specific.kaf24@firebug.cl.cam.ac.uk2006-03-041-22/+0
* Rename guest_handle() macro to GUEST_HANDLE() and define_guest_handle()kaf24@firebug.cl.cam.ac.uk2006-03-031-11/+11
* A few changes to the new 'guest handle' interface:kaf24@firebug.cl.cam.ac.uk2006-03-021-9/+15
* Sketch a new interface for transferring hypercall arguments in memory.kaf24@firebug.cl.cam.ac.uk2006-02-281-0/+16
* Replace the MMUEXTOP 'pfn hole' commands with a newkaf24@firebug.cl.cam.ac.uk2006-01-281-11/+0
* Merge.sos22@douglas.cl.cam.ac.uk2006-01-271-4/+2
|\