age |
author |
revision |
description |
2009-01-30 |
Isaku Yamahata |
19125:4773f40d14f2 |
[IA64] remove opt_p2m_xenheap |
2009-01-30 |
Isaku Yamahata |
19124:7029eb0930b4 |
[IA64] remove warning |
2009-01-30 |
Isaku Yamahata |
19123:254021201b1b |
merge with xen-unstable.hg |
2009-01-29 |
Keir Fraser |
19122:916ca93a8658 |
x86: Fix the build. |
2009-01-29 |
Keir Fraser |
19121:988aee72f73d |
stubdom: add videoram to stubdom initial memory reservation |
2009-01-29 |
Keir Fraser |
19120:e1352667df95 |
PoD: Check refcount, not type count when reclaiming zero pages |
2009-01-29 |
Keir Fraser |
19119:aa89d1afb287 |
xend: Fix block device type check |
2009-01-29 |
Keir Fraser |
19118:259d6ac13704 |
PoD: Remove on-stack arrays from pod_zero_check_superpage |
2009-01-29 |
Keir Fraser |
19117:31798b19f25c |
tboot: use TXT's DMA-protected DMAR table to setup VT-d |
2009-01-29 |
Keir Fraser |
19116:202afa5384c4 |
tboot: tboot no longer marks TXT regions as E820_UNUSABLE, so Xen must |
2009-01-29 |
Keir Fraser |
19115:378a85ff1260 |
tboot: hypervisor integrity on S3 |
2009-01-29 |
Keir Fraser |
19114:b86df1139133 |
tboot: ACPI Generic Address Structure for tboot shutdown |
2009-01-29 |
Keir Fraser |
19113:1dc576b683c6 |
tboot: single tboot entry point for shutdown |
2009-01-29 |
Keir Fraser |
19112:a8c342f352c3 |
x86: Although bzimage_headroom() doesn't return -ve values, |
2009-01-29 |
Keir Fraser |
19111:1bd06ed9369d |
x86: bzimage_headroom does not return -ve error codes. |
2009-01-29 |
Keir Fraser |
19110:3449d8e50fb9 |
x86: Do not check dom0 kernel header for bzimage magic until we are |
2009-01-28 |
Keir Fraser |
19109:0858f961c77a |
x86: Pickle domain in page_info into 32 bits. |
2009-01-28 |
Keir Fraser |
19108:839bece33989 |
x86: VCPU structure must reside below 4GB, since it contains embedded |
2009-01-28 |
Keir Fraser |
19107:696351cde9a4 |
Allow memflags to be specified to alloc_xenheap_pages(). |
2009-01-28 |
Isaku Yamahata |
19106:79f259a26a11 |
merge with xen-unstable.hg |
2009-01-27 |
Keir Fraser |
19105:31983c30c460 |
acpi: Neaten reboot messages. |
2009-01-27 |
Keir Fraser |
19104:bcf77bfd1161 |
x86: Fold page_info lock into type_info. |
2009-01-27 |
Keir Fraser |
19103:dbf53b739af0 |
x86-64: don't generate dependency files when building compat headers |
2009-01-27 |
Keir Fraser |
19102:6e623569455c |
x86: clean up struct page_info |
2009-01-27 |
Keir Fraser |
19101:7b56dbd1b439 |
x86: use alloc_domheap_page() consistently in dom0 building |
2009-01-27 |
Keir Fraser |
19100:5f03de1c2fe4 |
x86: clean up comments in mce_intel.c |
2009-01-27 |
Keir Fraser |
19099:89dd2bd6031b |
make pirq_acktype() static to its respective source files |
2009-01-27 |
Keir Fraser |
19098:20f94c2757b8 |
x86-64: also use 1G page mappings for M2P table |
2009-01-27 |
Keir Fraser |
19097:70793b2ff15e |
x86: Fix shadow_check_page_struct_offsets() comment. |
2009-01-26 |
Keir Fraser |
19096:d7f524bf90b0 |
x86_64: shared_info must be allocated below 4GB as it is advertised to |
2009-01-26 |
Keir Fraser |
19095:6b10d97d6fd4 |
x86: Small improvements to mm.c |
2009-01-26 |
Keir Fraser |
19094:728d1892f0e2 |
x86: Clean up shadow_page_info after page_info changes. |
2009-01-26 |
Keir Fraser |
19093:90909b81b3b9 |
xenoprof: Fix code indentation. |
2009-01-26 |
Keir Fraser |
19092:beba88f6f90d |
x86: Clean up pickle_domptr(). |
2009-01-26 |
Keir Fraser |
19091:fa5887d90110 |
x86_64: No restriction on Xen heap address width. |
2009-01-26 |
Keir Fraser |
19090:39517e863cc8 |
x86_64: Widen page counts to avoid overflow. |
2009-01-26 |
Keir Fraser |
19089:055c589f4791 |
x86: No need for CMPXCHG8B on page_info structure. |
2009-01-26 |
Keir Fraser |
19088:c9dc7dcacc1d |
rombios: fix pointer argument to PMM |
2009-01-26 |
Keir Fraser |
19087:f2ad1a7ca582 |
rombios: fix wrong stack segment return in 32-bit gateway |
2009-01-25 |
Keir Fraser |
19086:2f993fde1dc6 |
Rename memory_is_conventional_ram() to page_is_conventional_ram(). |
2009-01-25 |
Keir Fraser |
19085:ef156b933aad |
vt-d: Do not explicitly exclude tboot ranges from dom0 vt-d |
2009-01-25 |
Keir Fraser |
19084:55bf9404a675 |
x86: Fix memory_is_conventional_ram() e820 entry size check. |
2009-01-24 |
Keir Fraser |
19083:af2ea4e48669 |
vt-d: Exclude non-RAM pages (as reported by boot firmware) from dom0 mappings. |
2009-01-24 |
Keir Fraser |
19082:f0b46b3a9efd |
x86_64, vt-d: Do not include pages 'in xen range' which may be freed |
2009-01-23 |
Keir Fraser |
19081:257802327958 |
Fix ia64 build. |
2009-01-23 |
Keir Fraser |
19080:175a425e9b55 |
EPT/VT-d: Enhance MTRR/PAT virtualization when EPT/VT-d both enabled |
2009-01-23 |
Keir Fraser |
19079:f3240cd3cd2b |
rombios: Indirect through 32-bit jump table from within the 32-bit bios. |
2009-01-23 |
Keir Fraser |
19078:8de0aae803e0 |
hvm bios: add PMM (a memory manager during POST) |
2009-01-23 |
Keir Fraser |
19077:ced1c3069ada |
bump libxenctrl and libxenguest versions |
2009-01-22 |
Keir Fraser |
19076:9b0289a165eb |
x86: Support booting a bzImage format domain 0 kernel. |
2009-01-22 |
Keir Fraser |
19075:fe2957a376fe |
rombios: Simplify 32-bit gateway interface definitions. |
2009-01-22 |
Keir Fraser |
19074:b10fd9f4fe38 |
rombios: Simplify 32-bit gateway and avoid need for EBDA space. |
2009-01-22 |
Keir Fraser |
19073:d52921c18c3d |
vmx: utilise the GUEST_PAT and HOST_PAT vmcs area |
2009-01-22 |
Keir Fraser |
19072:9f9ba1a7cc92 |
x86 ucode: add S3 microcode update |
2009-01-22 |
Keir Fraser |
19071:adc3775bb6d8 |
x86 ucode: optimizing microcode update |
2009-01-22 |
Keir Fraser |
19070:a1d0868ffadf |
x86 ucode: microcode logic update |
2009-01-22 |
Keir Fraser |
19069:97228980cd04 |
x86 ucode: cancel redundant input parameter of microcode functions |
2009-01-22 |
Keir Fraser |
19068:a92ed09b4032 |
xend: Fix do_FLR() scope problem. |
2009-01-22 |
Keir Fraser |
19067:a37267e43365 |
x86: Make the num_siblings CPU parameter per-CPU. |
2009-01-21 |
Keir Fraser |
19066:af1d9af1a993 |
x86: Fix unmaskable MSI handling, and also some other EOI-notification issues. |
2009-01-21 |
Keir Fraser |
19065:033945166a3a |
xenoprof: dom0 hypercall could trigger Xen NULL-pointer access |
2009-01-20 |
Keir Fraser |
19064:a0dddcbd9e32 |
x86, hvm: Limit output debug port to printable characters. |
2009-01-20 |
Keir Fraser |
19063:adee46c3fbfa |
hvmloader: ACPI compiler is not to be buil;t and installed on target system. |
2009-01-20 |
Keir Fraser |
19062:108b45539cda |
page_alloc: Clean up free_heap_pages and init_heap_pages interfaces. |
2009-01-20 |
Keir Fraser |
19061:681af1946724 |
x86_32: Get rid of xenheap_phys_start as it is zero after start of day. |
2009-01-20 |
Keir Fraser |
19060:fb0dc8143932 |
x86: update microcode support |
2009-01-20 |
Keir Fraser |
19059:0ab2b283e892 |
passthrough: fix typo |
2009-01-19 |
Keir Fraser |
19058:8df3c145923f |
page_alloc: Fix x86_64's alloc_xenheap_pages() when system has >=4GB RAM. |
2009-01-16 |
Keir Fraser |
19057:c1320922d05e |
x86: Tighten MSR access checks so only dom0 can access cpufreq MSRs, |
2009-01-16 |
Keir Fraser |
19056:3c9b66b1798d |
x86: Let dom0 write MPERF/APERF MSRs if it is managing cpufreq. |
2009-01-16 |
Keir Fraser |
19055:845aa241e163 |
x86_64: Remove statically-partitioned Xen heap. |
2009-01-16 |
Keir Fraser |
19054:ba7ed03a3f79 |
x86: Fix the 32-bit build. |
2009-01-16 |
Keir Fraser |
19053:0ab57e6e440a |
[IA64] fix compilation error caused by 19046:ecf603780f56 |
2009-01-16 |
Keir Fraser |
19052:71e0b8adeb1f |
ptrace_core: Handle FV cross-bitness. |
2009-01-15 |
Keir Fraser |
19051:40d9d9ff435a |
x86 p2m: Apply correct 4GB NPT limit check in two places. |
2009-01-15 |
Keir Fraser |
19050:d84504432e61 |
rombios: remove unnecessary function calls. |
2009-01-15 |
Keir Fraser |
19049:04f913ab2049 |
dump-core: update the documentation |
2009-01-15 |
Keir Fraser |
19048:e98032a016d6 |
x86 acpi: remove redundant function call. |
2009-01-15 |
Keir Fraser |
19047:ecf603780f56 |
libxc: Support cross-bitness guest when core-dumping |
2009-01-15 |
Keir Fraser |
19046:f6a455c9f01d |
xenoprof: The checks in the function passive_domain_do_rdmsr() were |
2009-01-15 |
Keir Fraser |
19045:5b75d99acf9c |
rombios: Protect the ax register before calling the TCG BIOS extensions function. |
2009-01-14 |
Keir Fraser |
19044:10a8fae412c5 |
xenpm: build fix |
2009-01-14 |
Keir Fraser |
19043:77476eeb8c42 |
Remove unused XENMAPSPACE_mfn |
2009-01-14 |
Keir Fraser |
19042:ee62aaafff46 |
Remove unused XENMEM_remove_from_physmap. |
2009-01-14 |
Keir Fraser |
19041:2737293c761e |
Remove unused XENMEM_translate_pfn_list. |
2009-01-14 |
Keir Fraser |
19040:3fb43f23f64c |
x86: propagate disabled APIC state to Dom0 |
2009-01-14 |
Keir Fraser |
19039:59274c49a029 |
x86: restore ability to work on systems without APIC |
2009-01-14 |
Keir Fraser |
19038:cc542ebe4853 |
documentation: how to disable opengl for stubdomains |
2009-01-14 |
Keir Fraser |
19037:d400a51a2f46 |
x86, hvm: stdvga improvements |
2009-01-13 |
Keir Fraser |
19036:4f6a2bbdff3f |
x86: Call msix_set_enable for MSI-x interrupt |
2009-01-13 |
Keir Fraser |
19035:b169db55faf3 |
hvmloader: remove videoram allocation; move reserve base to 0xfc000000. |
2009-01-13 |
Keir Fraser |
19034:d8267d3d2665 |
xend: fix ballooning bug |
2009-01-13 |
Keir Fraser |
19033:73770182aee4 |
AMD IOMMU: Reset tail and head pointer of cmd buffer and event log |
2009-01-13 |
Keir Fraser |
19032:1c6642adaeb2 |
AMD IOMMU: Fix a dead lock in device assignment. |
2009-01-13 |
Keir Fraser |
19031:27e9687c5b3d |
build: Define cc-option-add to immediately add options to CFLAGS |
2009-01-13 |
Keir Fraser |
19030:0e448d0a41ff |
xen: Do not assign to CFLAGS/AFLAGS/LDFLAGS with :=. |
2009-01-12 |
Keir Fraser |
19029:5ad9fc3c896f |
tools: Don't turn CFLAGS into a := (immediate evaluation) variable as |
2009-01-12 |
Keir Fraser |
19028:95d8788bf4be |
hvmloader: Fix SMBIOS memory device length boundary condition. |
2009-01-12 |
Keir Fraser |
19027:59d511c4a8d8 |
Do not print `***' when compiling unless we fall over |
2009-01-12 |
Keir Fraser |
19026:bd78714b8594 |
Use -MMD -MF in tools/* rather than -Wp,-M... |
2009-01-09 |
Keir Fraser |
19025:b999142bca8c |
stubdom: Fix compilation after libelf header changes |
2009-01-09 |
Keir Fraser |
19024:1dfc48a8c361 |
AMD IOMMU: Allocate I/O pagetable from domheap instead of xenheap |
2009-01-09 |
Keir Fraser |
19023:6d040d138e8f |
hvmloader: MTRR UC type covers the pci regions only. |
2009-01-09 |
Keir Fraser |
19022:b84345ee0d41 |
hvmloader: Dynamically size the PCI hole. |
2009-01-09 |
Keir Fraser |
19021:bf847041d98f |
New XENMAPSPACE_gmfn parameter for XENMEM_add_to_physmap. |
2009-01-09 |
Keir Fraser |
19020:f75567adad9b |
xend: Fix a ssl migration hang issue |
2009-01-08 |
Keir Fraser |
19019:67ffce500feb |
hvmloader: Reserve BIOS memory and VGA memory at top of 4GB memory hole. |
2009-01-08 |
Keir Fraser |
19018:61dc77689daf |
Print domain max_pages in 'q' debug output. |
2009-01-08 |
Keir Fraser |
19017:8c894687c2a5 |
x86, hvm: Move E820 table creation into hvmloader, extend |
2009-01-08 |
Keir Fraser |
19016:0d119f628795 |
xm: Fix syntax error. |
2009-01-08 |
Keir Fraser |
19015:f20e5039b168 |
hvmloader: Simplify access to hvm_info_table. |
2009-01-08 |
Keir Fraser |
19014:1025a725d45b |
Fix gcc make-dep cmdline options. |
2009-01-08 |
Keir Fraser |
19013:6cec460c3290 |
x86: Re-instate warnings for HVM guest writes to read-only memory. |
2009-01-08 |
Keir Fraser |
19012:7df072566b8c |
Move libelf headers out of xen public header dir. |
2009-01-08 |
Keir Fraser |
19011:275abe1c5d24 |
Auto-build dependency files in hypervisor build tree. |
2009-01-08 |
Keir Fraser |
19010:292919f61238 |
x86-64: guest directed placement of initial p->m map |
2009-01-08 |
Keir Fraser |
19009:97f8d6453fda |
passthough: MSI-INTx translation documentation |
2009-01-08 |
Keir Fraser |
19008:3a92e1a446d9 |
pci: add config options for MSI-INTx translation in HVM |
2009-01-08 |
Keir Fraser |
19007:989bd3f2fd72 |
pci: add pci option support for XenAPI sever |
2009-01-08 |
Keir Fraser |
19006:13c8e6bac9ab |
pci: add pci option support for XML-RPC server |
2009-01-08 |
Keir Fraser |
19005:9671a4d66f40 |
passthrough: MSI-INTx translation for HVM |
2009-01-08 |
Keir Fraser |
19004:e9cd8e7c3b44 |
xenpm tool enhancements |
2009-01-08 |
Keir Fraser |
19003:95d77829216f |
x86: remove pointless dom0 check |
2009-01-07 |
Keir Fraser |
19002:b9721b2766c1 |
Enable debug build by default, for better dev testing. |
2009-01-07 |
Keir Fraser |
19001:6d96d3c02e94 |
cpufreq: stats_lock doesn't appear to need to be irq-safe. |
2009-01-28 |
Isaku Yamahata |
19000:4fd4dcf2f891 |
[IA64] support XEN_DOMCTL_[gs]et_address_size |
2009-01-07 |
Isaku Yamahata |
18999:b0beee268543 |
[IA64] stub for XENMEM_[gs]et_pod_target. |
2009-01-07 |
Isaku Yamahata |
18998:7152abcd560d |
[IA64] ia64 counter part of 5b44cfde9666. |
2009-01-07 |
Isaku Yamahata |
18997:e1b8cc945d04 |
[IA64] compilation fix of xenctx |
2009-01-07 |
Isaku Yamahata |
18996:661a839a481e |
merge with xen-unstable.hg |
2009-01-06 |
Keir Fraser |
18995:284a65851f54 |
rombios: Get rid of annoying delay at F12 boot menu. |
2009-01-06 |
Keir Fraser |
18994:883d01b2fd72 |
rombios: Allow option ROMs to extend up to 0xEA000. |
2009-01-06 |
Keir Fraser |
18993:f2ede9e01d14 |
xend: Fix error handling in device_create(). |
2009-01-06 |
Keir Fraser |
18992:f1239aad10cf |
rombios: Do not initialise PCI devices after hvmloader. |
2009-01-06 |
Keir Fraser |
18991:6674835e18e7 |
hvm: Tell Viridian-enabled OS to relax timer interrupt checks. |
2009-01-06 |
Keir Fraser |
18990:74430e4c047f |
x86: Disable MSI as it seems to be triggering ASSERT at irq.c:269. |
2009-01-06 |
Keir Fraser |
18989:f6b92526e916 |
libxc: Define xc_ffs{8,16,32,64} functions. Use them. |
2009-01-05 |
Keir Fraser |
18988:d77f66f89c04 |
x86: Poison initmem at end of Xen bootstrap |
2009-01-05 |
Keir Fraser |
18987:2c5a2e99a1d6 |
vmx: Print advanced features during boot |
2009-01-05 |
Keir Fraser |
18986:d6889b3b6423 |
Download external tarballs from xenbits.xensource.com |
2009-01-05 |
Keir Fraser |
18985:5a7caf864f4e |
Cpufreq: simplify cpufreq_statistic_lock init |
2009-01-05 |
Keir Fraser |
18984:fd59c117994a |
Cpufreq: prevent negative px resident time, add spinlock to avoid race |
2009-01-05 |
Keir Fraser |
18983:42108955f52e |
Cpufreq: remove redundant fragments |
2009-01-05 |
Keir Fraser |
18982:f76f1294d82c |
vtd hotplug: check if a device can be hot-plugged. |
2009-01-05 |
Keir Fraser |
18981:b3a9bc726241 |
vtd: avoid redundant context mapping |
2009-01-05 |
Keir Fraser |
18980:9cc632cc6d40 |
xenctx: compat-mode/HVM support |
2009-01-05 |
Keir Fraser |
18979:34f52eafd4e3 |
Make xc_translate_foreign_address aware of compat-mode guests and |
2009-01-05 |
Keir Fraser |
18978:5ce75a8eec7f |
p2m: Small audit fixes. |
2009-01-05 |
Keir Fraser |
18977:5b44cfde9666 |
PoD memory 9/9: xend integration |
2009-01-05 |
Keir Fraser |
18976:2a8ae362a828 |
PoD memory 8/9: libxc interface |
2009-01-05 |
Keir Fraser |
18975:2090917489c5 |
PoD memory 7/9: Xen interface |
2009-01-05 |
Keir Fraser |
18974:ebe11a452393 |
PoD memory 6/9: superpage splintering |
2009-01-05 |
Keir Fraser |
18973:489f35400ef2 |
PoD memory 5/9: emergency scan |
2009-01-05 |
Keir Fraser |
18972:bd33ff263e2c |
PoD memory 4/9: Decrease reservation |
2009-01-05 |
Keir Fraser |
18971:f2ba08549466 |
PoD memory 3/9: PoD core |
2009-01-05 |
Keir Fraser |
18970:629f028d22f9 |
PoD memory 2/9: calls to gfn_to_mfn_query() |
2009-01-05 |
Keir Fraser |
18969:0cd1ba8bd7cd |
PoD (populate-on-demand) memory 1/9: Add a p2m query type. |
2008-12-29 |
Keir Fraser |
18968:de38a475ab9e |
acpi: Reserve IO ports used by hotplug |
2008-12-29 |
Keir Fraser |
18967:5544a96572bf |
cpufreq: xen is default cpufreq, userspace is default governor (override on cmdline) |
2008-12-29 |
Keir Fraser |
18966:e0301796fce8 |
x86, vmx: Fix single step on debugger |
2008-12-29 |
Keir Fraser |
18965:d0751463539a |
x86, mce: Fix x86_mcinfo_getptr is called when no error found |
2008-12-29 |
Keir Fraser |
18964:14a2c24eb94e |
rombios: disable DEBUG_ROMBIOS by default. |
2008-12-29 |
Keir Fraser |
18963:20dc723958f4 |
rombios: pass BDF correctly during option ROM scan |
2008-12-29 |
Keir Fraser |
18962:65cc537fbbf8 |
rombios: enabling option ROM write access during initialisation. |
2008-12-29 |
Keir Fraser |
18961:4035ea96ae2f |
cpufreq: Fix a cpufreq cmdline parse bug, and change sample_rate unit |
2008-12-29 |
Keir Fraser |
18960:0af9fbf3f053 |
x86: Do not restrict 32-bit EPT to 4GB. |
2008-12-29 |
Keir Fraser |
18959:c54d6f871de8 |
x86, intel: Clear Error counter field when set new cmci owner |
2009-01-07 |
Isaku Yamahata |
18958:b8b66dc0fa1d |
[IA64] stubs for populate on demand. |
2009-01-06 |
Isaku Yamahata |
18957:8df294a89a36 |
[IA64] Fix some IPF Xen VT-d bugs. |
2009-01-05 |
Isaku Yamahata |
18956:29a0ecb8a711 |
[IA64] fix ia64_fast_eoi hypercall to catch up PHYSDEVOP_pirq_eoi_gmfn |
2009-01-05 |
Isaku Yamahata |
18955:636c685d9622 |
[IA64] fix mis-setting ed bit for itlb entry for hvm domain. |
2009-01-05 |
Isaku Yamahata |
18954:4422219acd93 |
[IA64] paravirtualize itc and support save/restore. |
2009-01-05 |
Isaku Yamahata |
18953:ecdc570407ec |
[IA64] remove warning. |
2008-12-24 |
Isaku Yamahata |
18952:07f26e047fbf |
merge with xen-unstable.hg |
2008-12-22 |
Keir Fraser |
18951:e2f36d066b7b |
i386: Fix the build. |
2008-12-22 |
Keir Fraser |
18950:b59db1f95d19 |
shadow: Remove warnings about writes to read-only BIOS area. These |
2008-12-22 |
Keir Fraser |
18949:aa0fee8a6ef5 |
Cleanup Intel CMCI support. |
2008-12-22 |
Keir Fraser |
18948:4d5203f95498 |
Enable CMCI for Intel CPUs |
2008-12-19 |
Keir Fraser |
18947:2dffa6ceb0af |
Support S3 for MSI interrupt |
2008-12-19 |
Keir Fraser |
18946:738513b106fa |
Change the pcidevs_lock from rw_lock to spin_lock |
2008-12-19 |
Keir Fraser |
18945:2312cc25232b |
CPUIDLE: adjust cstate statistic interface |
2008-12-19 |
Keir Fraser |
18944:d238101c1832 |
VT-d: Fix PCI-X device assignment |
2008-12-18 |
Keir Fraser |
18943:8c35da364ab3 |
xend: Actually restrict a domU's access to xenstore when we mean to -- |
2008-12-18 |
Keir Fraser |
18942:54c5d8247aaf |
x86: Quieten tracing in msi startup/shutdown handlers. |
2008-12-18 |
Keir Fraser |
18941:0a393ba0ec0a |
rombios: Update to Bochs latest |
2008-12-18 |
Keir Fraser |
18940:768759d4e319 |
xenoprof: Add support for Intel Dunnington cores. |
2008-12-18 |
Keir Fraser |
18939:c2dad16819b5 |
x86, shadow: Avoid duplicates in fixup tables. |
2008-12-18 |
Keir Fraser |
18938:b33b745cd5ec |
Fix mini-os ia64 compilation |
2008-12-17 |
Keir Fraser |
18937:22e3666ee483 |
x86, hvm: Don't ever call the shadow code to fix a page fault in an |
2008-12-16 |
Keir Fraser |
18936:a76b4e00e186 |
xenpm: add cpu frequency control interface, through which user can |
2008-12-16 |
Keir Fraser |
18935:fd720db48675 |
x86: Update xen-detect utility to scan for Xen signature in CPUID space. |
2008-12-16 |
Keir Fraser |
18934:86db039882ea |
mini-os: Make utility function get_self_id() in fs-front.c public. |
2008-12-16 |
Keir Fraser |
18933:ea0ad7b3ae41 |
x86: Simpler time handling when TSC is constant across all power saving states. |
2008-12-16 |
Keir Fraser |
18932:c3df4b8ea2fc |
vmx: Do not disable real EFER.NXE even when disabled by guest. |
2008-12-16 |
Keir Fraser |
18931:5b73fa1b9562 |
x86: Enable MTF for HVM guest single step in gdb |
2008-12-15 |
Keir Fraser |
18930:f827181eadd4 |
x86: Decode CPUID for TSC guarantees. |
2008-12-15 |
Keir Fraser |
18929:65bbc9ec3849 |
rombios: fix references to EBDA |
2008-12-15 |
Keir Fraser |
18928:21bbb41f9af2 |
x86: Small cleanups to time handling. |
2008-12-13 |
Keir Fraser |
18927:045f70d1acdb |
xenpmd: Fix bogus fgets() size parameter. |
2008-12-13 |
Keir Fraser |
18926:6a3c2b4459ad |
x86: Clean up and simplify rwlock implementation. |
2008-12-13 |
Keir Fraser |
18925:e767f80d4bcc |
Clean up use of spin_is_locked() and introduce rw_is_locked(). |
2008-12-13 |
Keir Fraser |
18924:db0c6d297d00 |
xc_pm: Fix off-by-one error in string array access. |
2008-12-13 |
Keir Fraser |
18923:df2ee10097c7 |
x86: Fix early time initialisation after recent changes. |
2008-12-11 |
Keir Fraser |
18922:68b76ad4faf7 |
xentop: Fix fprintf() build failure. |
2008-12-11 |
Keir Fraser |
18921:7802a247e6f9 |
hvmloader: enable bus mastering of PCI device |
2008-12-11 |
Keir Fraser |
18920:df32584505c2 |
x86: enable interrupts explicitly in __start_xen() |
2008-12-11 |
Keir Fraser |
18919:1391e1a444c2 |
x86: Clean up early time setup. |
2008-12-11 |
Keir Fraser |
18918:33ae75b60de2 |
vga: Only vga_endboot() if vga_init() completed. |
2008-12-11 |
Keir Fraser |
18917:b56d5fe594ae |
x86, cpufreq: Change cpufreq_driver->get so that it can get other |
2008-12-11 |
Keir Fraser |
18916:2941b1a97c60 |
Re-enable MSI support |
2008-12-11 |
Keir Fraser |
18915:c15244125a69 |
x86: fix the potential of encountering panic "IO-APIC + timer doesn't work! ..." |
2008-12-11 |
Keir Fraser |
18914:f4c1a347311b |
x86: unify local_irq_XXX() |
2008-12-11 |
Keir Fraser |
18913:68555b9a7d98 |
rombios: fix rom_scan (ja->jmp) |
2008-12-11 |
Keir Fraser |
18912:a662a934eefe |
Fix a typo caused by 18898. |
2008-12-11 |
Keir Fraser |
18911:0f1a166fe92e |
cpufreq: Short path avoiding IPI in critical fast path. |
2008-12-11 |
Keir Fraser |
18910:147c646a2836 |
libxc: Fix xc_pm.c build by avoiding bogus header includes. |
2008-12-11 |
Keir Fraser |
18909:1419a73316e1 |
Fix BUILD_BUG_ON() |
2008-12-10 |
Keir Fraser |
18908:6401c9533ef5 |
Avoid negative runstate pieces. |
2008-12-10 |
Keir Fraser |
18907:2a349db39496 |
Initialize state_entry_time to zero for all idle vcpus |
2008-12-10 |
Keir Fraser |
18906:415a69b41397 |
x86: Make MCE panic message more obvious |
2008-12-10 |
Keir Fraser |
18905:265baac90802 |
gdbserver: Fix build failure. |
2008-12-10 |
Keir Fraser |
18904:605ef79ee46c |
Add user PM control interface |
2008-12-10 |
Keir Fraser |
18903:9ba1541d6dc2 |
Add cpufreq governors: performance, powersave, userspace |
2008-12-10 |
Keir Fraser |
18902:b73f3646a17f |
libxc: Fix memory leak in zlib usage |
2008-12-09 |
Keir Fraser |
18901:6595393a3d28 |
Use virtual 8086 mode for VMX guests with CR0.PE == 0 |
2008-12-09 |
Keir Fraser |
18900:5535efd8e011 |
vga: Fix screen clear at end of Xen bootstrap. |
2008-12-09 |
Keir Fraser |
18899:cd8c7d963af5 |
pv-on-hvm: add pvSCSI frontend |
2008-12-09 |
Keir Fraser |
18898:11d12d61b138 |
pv-on-hvm: fix for Centos 5.2 |
2008-12-09 |
Keir Fraser |
18897:043aba2b67a1 |
VT-d: check return value of pirq_guest_bind() |
2008-12-09 |
Keir Fraser |
18896:f7f8f44b9292 |
tools: Fix a few error-path memory leaks. |
2008-12-09 |
Keir Fraser |
18895:c0c113ab0be5 |
xend: Remember bootable flag for vbds in xenstore |
2008-12-09 |
Keir Fraser |
18894:b1b9cf7a2d36 |
xend: Fix memory allocation bug after hvm reboot in numa system |
2008-12-09 |
Keir Fraser |
18893:628b3a76dbf4 |
libxc: Fix gcc 4.3 build failure |
2008-12-09 |
Keir Fraser |
18892:76099ad24cbd |
rombios: support BCV |
2008-12-05 |
Keir Fraser |
18891:cc82d54bedfd |
Fix domain save when guest is in S3. |
2008-12-05 |
Keir Fraser |
18890:d206692cbcbe |
x86: make an error message more precise |
2008-12-05 |
Keir Fraser |
18889:de7fd862ada2 |
cpufreq: allow customization of some parameters |
2008-12-05 |
Keir Fraser |
18888:3905cbf523b2 |
x86/cpufreq: reduce verbosity |
2008-12-05 |
Keir Fraser |
18887:3db54d2aa8bd |
powernow: implement struct cpufreq_driver.verify |
2008-12-05 |
Keir Fraser |
18886:e34f3e314ecf |
x86/32on64: adjust address when converting syscall to fault |