index
:
xen/xen
master
stable-4.0
stable-4.1
stable-4.2
stable-4.3
staging
staging-4.0
staging-4.1
staging-4.2
staging-4.3
xen
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
xen
/
arch
/
x86
/
domctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move iommu code to arch-generic locations, and also clean up some VT-d code.
Keir Fraser
2008-03-17
1
-1
/
+1
*
amd iommu: Allow device deassignment.
Keir Fraser
2008-02-18
1
-1
/
+1
*
Enable HVM guest VT-d device hotplug via a simple ACPI hotplug device model.
Keir Fraser
2008-02-15
1
-0
/
+45
*
x86 iommu: Define vendor-neutral interface for access to IOMMU.
Keir Fraser
2008-02-14
1
-4
/
+4
*
Fix build after I removed test_assign_device from domctl union.
Keir Fraser
2007-12-12
1
-2
/
+2
*
vt-d: Test device assignability in xend, but defer actual assignment to qemu-dm.
Keir Fraser
2007-12-12
1
-3
/
+23
*
vt-d: Print messages when:
Keir Fraser
2007-12-04
1
-0
/
+5
*
domctl: Fix handling of size parameter in ext_vcpucontext domctl commands.
Keir Fraser
2007-11-28
1
-7
/
+6
*
x86: emulate I/O port access breakpoints
Keir Fraser
2007-11-22
1
-0
/
+8
*
vt-d: Free memory of g2m_ioport_list.
Keir Fraser
2007-11-06
1
-21
/
+25
*
x86: Remove dead code from arch_get_info_guest().
Keir Fraser
2007-10-29
1
-18
/
+5
*
x86: Save/restore new syscall/sysenter context info.
Keir Fraser
2007-10-25
1
-1
/
+73
*
hvm, vt-d: Add memory cache-attribute pinning domctl for HVM
Keir Fraser
2007-10-23
1
-0
/
+19
*
x86, vt-d: Fail PCI device assignment if device already assigned.
Keir Fraser
2007-10-18
1
-2
/
+6
*
domctl and p2m changes for PCI passthru.
Keir Fraser
2007-09-20
1
-0
/
+151
*
hvm: Always keep canonical copy of RIP/RSP/RFLAGS in
kfraser@localhost.localdomain
2007-09-19
1
-6
/
+0
*
hvm: hvm_{load,store}_cpu_guest_regs() does not touch segment
kfraser@localhost.localdomain
2007-09-19
1
-5
/
+14
*
hvm: Remove hvm-specific NMI flag and use generic flag instead.
kfraser@localhost.localdomain
2007-09-06
1
-5
/
+1
*
Implement x86 continuable domain destroy.
kfraser@localhost.localdomain
2007-08-31
1
-3
/
+7
*
Xen Security Modules: XSM
kfraser@localhost.localdomain
2007-08-31
1
-0
/
+56
*
Implement domctl_sendtrigger_nmi for x86 hvm.
kfraser@localhost.localdomain
2007-07-13
1
-0
/
+40
*
hvm: e820 public header cleanup.
Keir Fraser
2007-06-10
1
-1
/
+0
*
hvm: Pause domain during state save/load.
kfraser@localhost.localdomain
2007-05-31
1
-0
/
+4
*
xen: More 'IS_COMPAT' cleanups.
kfraser@localhost.localdomain
2007-04-27
1
-4
/
+4
*
xen: Rename remaining vcpu_flags as pause_flags.
kfraser@localhost.localdomain
2007-03-29
1
-1
/
+1
*
xen: Get rid of some VCPUF_* flags and move into their own byte fields.
kfraser@localhost.localdomain
2007-03-29
1
-1
/
+1
*
xen: Set VGCF_online flag appropriately for getvcpucontext.
kfraser@localhost.localdomain
2007-03-12
1
-0
/
+2
*
xen/x86: add allocation success checks.
kfraser@localhost.localdomain
2007-03-09
1
-2
/
+8
*
x86/64: Save/restore user pagetable pointer for x86/64 PV guests.
Keir Fraser
2007-03-02
1
-0
/
+7
*
xen: Use RCU-based domain-locking functions where appropriate.
kfraser@localhost.localdomain
2007-03-01
1
-22
/
+22
*
hvm: Fix getvcpucontext to return the correct CR3 value.
kfraser@localhost.localdomain
2007-02-20
1
-14
/
+16
*
Another domctl fix to insert missing copy_to_guest.
kfraser@localhost.localdomain
2007-02-14
1
-0
/
+3
*
Add missing breaks to {set,get}_address_size domctls.
kfraser@localhost.localdomain
2007-02-14
1
-0
/
+2
*
[XEN] New paging-assistance interface.
Tim Deegan
2007-02-14
1
-2
/
+2
*
[HVM] Save/restore: dynamically calculate the size of the save buffer
Tim Deegan
2007-02-07
1
-5
/
+20
*
[HVM] Save/restore: clean up the new hypercall interface
Tim Deegan
2007-01-31
1
-30
/
+32
*
[HVM] Save/restore: clean up marshalling code
Tim Deegan
2007-01-31
1
-0
/
+3
*
[HVM] Save/restore cleanups: don't save state for downed vcpus.
Tim Deegan
2007-01-29
1
-11
/
+9
*
Rename find_domain_by_id() to get_domain_by_id().
kaf24@localhost.localdomain
2007-01-26
1
-10
/
+10
*
Don't clobber vcpu flags when getting vcpu context.
kaf24@localhost.localdomain
2007-01-26
1
-5
/
+3
*
Fix 32-bit build.
kaf24@localhost.localdomain
2007-01-26
1
-0
/
+1
*
32-on-64: New set_address_size domctl for switching to compat mode.
kaf24@localhost.localdomain
2007-01-26
1
-0
/
+40
*
Make domctl/sysctl interfaces 32-/64-bit invariant.
kfraser@localhost.localdomain
2007-01-24
1
-44
/
+20
*
[HVM] fix save/restore on 64b HV
kfraser@localhost.localdomain
2007-01-23
1
-4
/
+12
*
[XEN] Move hvm get/set domctl() commands to arch/x86/domctl.c.
kfraser@localhost.localdomain
2007-01-19
1
-0
/
+73
*
Support for save and restore of compatibility guests
Emmanuel Ackaouy
2007-01-05
1
-1
/
+4
*
Enable compatibility mode operation for HYPERVISOR_domctl. Also add logic
Emmanuel Ackaouy
2007-01-05
1
-27
/
+70
*
Add page table setup and handling, including the creation of an m2p table
Emmanuel Ackaouy
2007-01-05
1
-1
/
+6
*
[XEN] Remove VGCF_hvm_guest, replace with XEN_DOMINF_hvm_guest.
kfraser@localhost.localdomain
2006-11-03
1
-2
/
+0
*
[XEN] Fix x86/64 build.
kfraser@localhost.localdomain
2006-11-01
1
-1
/
+1
[next]