age |
author |
revision |
description |
2008-10-23 |
Keir Fraser |
18717:164985e3a46e |
x86: Dom0 builder must run on a valid GDT at all times. |
2008-10-23 |
Keir Fraser |
18716:6d45bf101d57 |
Remove accidentally checked-in xenpmd binary. |
2008-10-23 |
Keir Fraser |
18715:5bca96f74d59 |
hpet cpuidle: Observe IRQ-safe locking protocol. |
2008-10-23 |
Keir Fraser |
18714:0358305c6883 |
spinlock: Add debug-build checks for IRQ-safe spinlocks. |
2008-10-23 |
Keir Fraser |
18713:4941c5a14598 |
x86, hvm: Move return-to-guest timer and interrupt cranking logic |
2008-10-23 |
Keir Fraser |
18712:50fc79012db7 |
xenpmd: Fix makefile for 'make install'. |
2008-10-23 |
Keir Fraser |
18711:e5332ba0309f |
hvmloader: Remove unneeded legacy flag from FADT flags field. |
2008-10-23 |
Keir Fraser |
18710:635a9691a8a9 |
Xen power management daemon patch. |
2008-10-22 |
Keir Fraser |
18709:10d338e5f741 |
x86, smpboot: A few code cleanups. |
2008-10-22 |
Keir Fraser |
18708:71faca83998d |
Remove duplicated __cacheline_aligned attribute from irq_desc arrays |
2008-10-22 |
Keir Fraser |
18707:734a5493f03a |
Remove unused old xmalloc.c file. |
2008-10-22 |
Keir Fraser |
18706:94227875c13d |
x86: Remove needless IRQ critical section from init_xen_time(). |
2008-10-22 |
Keir Fraser |
18705:ad39300ca063 |
spinlock: Add assertions for lock_irq() variants. |
2008-10-22 |
Keir Fraser |
18704:876618c33914 |
Define spin_barrier_irq() for IRQ-safe spinlocks, and use it for virq_lock. |
2008-10-22 |
Keir Fraser |
18703:6f74549ac4c5 |
x86, hvm: Allow 100us periodic virtual timers |
2008-10-22 |
Keir Fraser |
18702:71c15dfaa12b |
Port HPET device model to vpt timer subsystem |
2008-10-22 |
Keir Fraser |
18701:007a5df1d45b |
EPT: tidy exception handler to give more useful errors |
2008-10-22 |
Keir Fraser |
18700:96d8b7f40dc7 |
x86, hap: Track max_mapped_pfn better when using 2MB p2m mappings. |
2008-10-22 |
Keir Fraser |
18699:066c84c7018a |
Fix guest_physmap_add_entry sanity checking logic |
2008-10-22 |
Keir Fraser |
18698:008505c3c65a |
blktap: re-enable O_DIRECT in block_qcow.c |
2008-10-22 |
Keir Fraser |
18697:0978bdc056c8 |
Simplify set_px_info hypercall 32-on-64 compatibility shim. |
2008-11-04 |
Isaku Yamahata |
18696:10f0e1bb8e5e |
[IA64] Fix HVM VGA abnormal. |
2008-10-30 |
Isaku Yamahata |
18695:4a5acf020c0f |
[IA64] Fix an memory attribute issue. |
2008-10-29 |
Isaku Yamahata |
18694:a6b1be5a83de |
[IA64] fix XENMEM_add_to_physmap with XENMAPSPACE_mfn. |
2008-10-28 |
Isaku Yamahata |
18693:ba163d6dc986 |
[IA64] protect ridblock_owner. |
2008-10-28 |
Isaku Yamahata |
18692:ecfb1637cef9 |
[IA64] Fix an ia64 cpufreq driver bug |
2008-10-24 |
Isaku Yamahata |
18691:b0426fc080f3 |
[IA64] Add glue code for VTD |
2008-10-24 |
Isaku Yamahata |
18690:c19871b66cea |
[IA64] fix to translate_phy_pte() |
2008-10-24 |
Isaku Yamahata |
18689:7ad8c47f5c4b |
[IA64] allow __assign_domain_page() to assign real MMIO page over _PAGE_IO. |
2008-10-22 |
Isaku Yamahata |
18688:02c8733e2d91 |
[IA64] Add head files and helper functions for VTD/ia64 |
2008-10-22 |
Isaku Yamahata |
18687:d9b70fc0ee0f |
[IA64]: update ia64 px info transfer corresponding to x86 px info update. |
2008-10-22 |
Isaku Yamahata |
18686:6db3c096c244 |
[IA64] Add hypercalls needed for VTD |
2008-10-22 |
Isaku Yamahata |
18685:46d7e12c4c91 |
merge with xen-unstable.hg |
2008-10-21 |
Keir Fraser |
18684:d2f7243fc571 |
ia64: Some fixes after spinlock implementation changes. |
2008-10-21 |
Keir Fraser |
18683:f7c09997cf11 |
x86, shadow: shadow_page_info must be same size as page_info. |
2008-10-21 |
Keir Fraser |
18682:e7f876c94955 |
x86: Move some code out of IRQ-disabled section of context switch path. |
2008-10-21 |
Keir Fraser |
18681:de6af72f7b5c |
x86, irq: No synamic memory allocation with IRQs disabled. |
2008-10-21 |
Keir Fraser |
18680:3b99705155c1 |
Use hvm_dirq_assist() to replace {vmx,svm}_dirq_assist(). |
2008-10-21 |
Keir Fraser |
18679:4b5823f292ea |
xend: Fix and clean up vscsi_util.py and other files |
2008-10-21 |
Keir Fraser |
18678:ecdbcd27490f |
timer: No dynamic memory allocation with IRQs disabled. |
2008-10-21 |
Keir Fraser |
18677:3ba06e8098cb |
x86: Avoid dynamic memory allocation during AP startup. |
2008-10-21 |
Keir Fraser |
18676:459f7ca6cf2a |
pv-on-hvm: Avoid rwlock livelock on save/restore. |
2008-10-21 |
Keir Fraser |
18675:dacc54242a63 |
Fix ioapic_rte_to_remap_entry() on IA64. |
2008-10-21 |
Keir Fraser |
18674:353f2359230a |
Add print info for ACPI _PCT and _PPC |
2008-10-21 |
Keir Fraser |
18673:687601e21055 |
Update cpufreq statistic protection |
2008-10-21 |
Keir Fraser |
18672:27eec3c54d08 |
Add protection for xenpm access power management info |
2008-10-21 |
Keir Fraser |
18671:a9f299b11b7f |
x86: Adapt 32b guest os to 64b hypervisor platform_hypercall compatibility |
2008-10-20 |
Keir Fraser |
18670:1eba0c88655f |
x86, spinlock: Always inline raw spinlock functions. |
2008-10-20 |
Keir Fraser |
18669:7989e3999e83 |
x86, spinlock: Get rid of .text.lock out-of-line section. |
2008-10-20 |
Keir Fraser |
18668:54d74fc0037c |
spinlock: Modify recursive spinlock definitions to support up to 4095 CPUs. |
2008-10-20 |
Keir Fraser |
18667:f4dab783b58b |
x86: Add TLB flushing to HAP p2m changes |
2008-10-20 |
Keir Fraser |
18666:c003e5a23a4e |
Clean up spinlock operations and compile as first-class functions. |
2008-10-20 |
Keir Fraser |
18665:824892134573 |
vmx: avoid taking locks with irqs disabled |
2008-10-20 |
Keir Fraser |
18664:c4be040bef6f |
x86: add movnti emulation |
2008-10-20 |
Keir Fraser |
18663:2a25fd94c6f2 |
VT-d: correct allocation failure checks |
2008-10-20 |
Keir Fraser |
18662:bf84c03c38ee |
docs: Update XenAPI document for pvSCSI |
2008-10-20 |
Keir Fraser |
18661:6ca065624051 |
xend: fix setting vcpus > VCPUs_max |
2008-10-20 |
Keir Fraser |
18660:6eb23f7ece78 |
Add some necessary files to build IA64 VT-d. |
2008-10-20 |
Keir Fraser |
18659:d752eaa7c1db |
vtd: make the xen_in_range/tboot_in_range checkings also work for IA64. |
2008-10-20 |
Keir Fraser |
18658:10a2069a1edb |
Define a macro IO_APIC_ID() for x86. |