aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* Replace references to old wiki with ones to new.Ian Campbell2011-11-291-1/+1
* waitqueue: Hold a reference to a domain on a waitqueue.Keir Fraser2011-11-252-1/+10
* waitqueue: Implement wake_up_{nr,one,all}.Keir Fraser2011-11-252-4/+16
* hvm/viridian: Ditch the extra assertions/warnings for non-viridian guests.Paul Durrant2011-11-251-12/+2
* Fix save/restore for HVM domains with viridian=1Paul Durrant2011-11-251-2/+12
* atomic: Define {read,write}_atomic() for reading/writing memory atomically.Keir Fraser2011-11-258-61/+110
* x86/mm: Fix liveness of pages in grant copy operationsAndres Lagar-Cavilla2011-11-241-32/+37
* x86/mm: Ensure liveness of pages involved in a guest page table walkAndres Lagar-Cavilla2011-11-241-5/+11
* x86: small fixes to pcpu platform op handlingJan Beulich2011-11-241-3/+10
* x86/mm: ASSERT we are putting the right gfn in the XENMAPSPACE_gmfn* casesAndres Lagar-Cavilla2011-11-241-1/+4
* x86/mm: handle HVMOP_modified_memory on shared pagesAndres Lagar-Cavilla2011-11-241-1/+9
* x86/mm: fix domain-paging's interaction with log-dirtyAndres Lagar-Cavilla2011-11-242-2/+5
* x86/waitqueue: Because we have per-cpu stacks, we must wake up on tehKeir Fraser2011-11-241-0/+27
* waitqueue: Reorder prepare_to_wait() so that vcpu is definitely on theKeir Fraser2011-11-241-3/+4
* waitqueue: Detect saved-stack overflow and crash the guest.Keir Fraser2011-11-241-4/+15
* Properly compare "pci" token when groking serial port configAndres Lagar-Cavilla2011-11-241-1/+1
* Trivial fix for rc val in hap track dirty vramAndres Lagar-Cavilla2011-11-241-1/+1
* x86/mm/p2m: don't overwrite m2p entry of still-shared pagesAndres Lagar-Cavilla2011-11-241-2/+3
* x86/mm: change return code for log-dirty disablingAndres Lagar-Cavilla2011-11-241-0/+2
* x86/mm/p2m: fix pod lockingAndres Lagar-Cavilla2011-11-242-4/+6
* ia64: build fixes (again)Jan Beulich2011-11-244-6/+7
* move pci_find_ext_capability() into common PCI codeJan Beulich2011-11-224-56/+46
* debug: Add domain/vcpu pause_count info to 'd' key.Keir Fraser2011-11-221-5/+7
* xsm/flask: fix resource list range checksDaniel De Graaf2011-11-223-82/+196
* xsm/flask: Use correct flag to detect writable grant mappingsDaniel De Graaf2011-11-221-1/+1
* amd iommu: Support INVALIDATE_IOMMU_ALL command.Wei Wang2011-11-224-2/+32
* amd iommu: Factor out iommu command handling functions,Wei Wang2011-11-227-363/+400
* amd iommu: Fix incorrect definitions.Wei Wang2011-11-221-4/+2
* amd iommu: Advertise iommu extended feature bits to xen.Wei Wang2011-11-225-2/+74
* x86,waitqueue: Allocate whole page for shadow stack.Keir Fraser2011-11-221-2/+14
* x86,vmx: Remove broken and unused __vmptrst().Keir Fraser2011-11-221-9/+0
* x86/vioapic: clear remote IRR when switching RTE to edge triggered modeJan Beulich2011-11-211-2/+3
* x86: Fix RCU locking in XENMEM_add_to_physmap.Keir Fraser2011-11-191-11/+5
* iommu: Introduce per cpu flag (iommu_dont_flush_iotlb) to avoid unnecessary i...Jean Guyader2011-11-184-2/+33
* mm: New XENMEM space, XENMAPSPACE_gmfn_rangeJean Guyader2011-11-183-4/+70
* add_to_physmap: Move the code for XENMEM_add_to_physmapJean Guyader2011-11-181-74/+87
* iommu: Introduce iommu_flush and iommu_flush_all.Jean Guyader2011-11-183-0/+37
* vtd: Refactor iotlb flush codeJean Guyader2011-11-181-43/+43
* sched_sedf: Avoid panic when adjusting sedf parametersJuergen Gross2011-11-184-11/+28
* hvmloader: Move acpi_enabled out of hvm_info_table into xenstorePaul Durrant2011-11-181-3/+0
* x86/xsave: provide guests with finit-like environmentJan Beulich2011-11-183-5/+30
* x86/IRQ: prevent vector sharing within IO-APICsJan Beulich2011-11-183-2/+59
* x86/IO-APIC: refine EOI-ing of migrating level interruptsJan Beulich2011-11-181-64/+6
* elf: Fix Elf64 types and structs to match the specification.Keir Fraser2011-11-161-37/+30
* x86/emulator: add feature checks for newer instructionsJan Beulich2011-11-161-0/+47
* x86_emulate: Define and use BUG() and bool_t.Keir Fraser2011-11-161-12/+12
* [shadow] Disable higher level pagetables early unshadow only when the "proces...Gianluca Guida2011-11-161-2/+3
* hvm: introduce HVM_PARAM_BUFIOREQ_EVTCHNStefano Stabellini2011-11-163-1/+17
* KEXEC cleanup: IA64 specific functions should not live in generic header filesAndrew Cooper2011-11-153-1/+2
* ia64: fix the buildJan Beulich2011-11-1538-166/+235