aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* Update Xen version for 4.0.0-rc14.0.0-rc1Keir Fraser2010-01-121-1/+1
* x86_32: Fix the build.Keir Fraser2010-01-091-1/+1
* VT-d: get rid of trailing whitespaceKeir Fraser2010-01-089-17/+17
* [IA64] support XEN_DOMCTL_mem_sharing_opKeir Fraser2010-01-081-0/+29
* tmem: Reduce verbosity on failed memory allocations.Keir Fraser2010-01-082-5/+4
* EPT: Walk and print EPT tables on an unexpected EPT violationKeir Fraser2010-01-083-0/+52
* x86: fix NUMA handling (c/s 20599:e5a757ce7845)Keir Fraser2010-01-082-11/+40
* Handle PoD case in hvm_hap_nested_page_fault()Keir Fraser2010-01-061-9/+8
* sysctl: Return max_node_id rather than nr_nodes from physinfo command.Keir Fraser2010-01-064-10/+22
* x86: XEN_DOMCTL_MEM_SHARING_OP_CONTROL should not depend on HAP.Keir Fraser2010-01-061-4/+1
* [IA64] Fix ia64 buildKeir Fraser2010-01-064-4/+26
* tmem: Only enable by default for x86_64Keir Fraser2010-01-061-0/+4
* numa: Correct handling node with CPU populated but no memory populatedKeir Fraser2010-01-054-7/+12
* Revert incorrect comment change introduced by 20720:ddb3646ad681Keir Fraser2010-01-051-1/+1
* domctl: Fix command-number clashes and place all #defines together toKeir Fraser2010-01-041-62/+118
* VT-d: fix iommu_domid for PCI/PCIx devices assignmentKeir Fraser2010-01-041-41/+51
* VT-d: fix iommu_domain_destroyKeir Fraser2010-01-041-19/+10
* VT-d: clean up dynamic page mappingKeir Fraser2010-01-042-3/+3
* Revert 20726:ddb8c5e798f9Keir Fraser2010-01-044-12/+7
* x86: In mmuext_op(), MMUEXT_[UN]PIN_* must respect 'foreigndom'...Keir Fraser2009-12-301-10/+10
* x86: Initialise percpu areas as early as possible during bootstrap.Keir Fraser2009-12-291-3/+16
* x86, passthrough: Enhance guest's interrupt affinity setting.Keir Fraser2009-12-281-1/+2
* numa: Correct handling node with CPU populated but no memory populatedKeir Fraser2009-12-284-7/+12
* grant_table: Build fixes for IA64.Keir Fraser2009-12-281-14/+25
* x86: Fix mfn/page handling in do_mmuext_op().Keir Fraser2009-12-241-37/+45
* evtchn: Do not free d->poll_mask until domain is being deallocated.Keir Fraser2009-12-243-2/+13
* x86/mm: early put_page when XENMEM_add_to_physmap(XENMAPSPACE_gmfn)Keir Fraser2009-12-242-4/+4
* Replace process_pending_timers() with process_pending_softirqs().Keir Fraser2009-12-229-25/+29
* paging: Updates to public grant table header file.Keir Fraser2009-12-221-1/+8
* VT-d: improve RMRR region handlingKeir Fraser2009-12-223-42/+83
* domctl/sysctl: Clean up definitionsKeir Fraser2009-12-224-92/+94
* Check m2p/compat m2p table for new added memory.Keir Fraser2009-12-211-1/+27
* Fix bugs in frame table setup function when memory hot-add.Keir Fraser2009-12-211-2/+4
* Clean up memory hotplug functions.Keir Fraser2009-12-211-24/+46
* Verify TSC sync even on systems with constant and non-stop TSC.Keir Fraser2009-12-214-116/+119
* xenpaging: Add checks for p2m_is_valid() after calls to gfn_to_mfn()Keir Fraser2009-12-212-0/+6
* Make Citrix copyright strinsg consistent.Keir Fraser2009-12-188-8/+8
* guest_walk.c: Remove commented out p2m paging type check codeKeir Fraser2009-12-181-4/+2
* x86_32: Build fixes after page-sharing patches.Keir Fraser2009-12-172-3/+11
* Audit code for memory sharing.Keir Fraser2009-12-171-0/+95
* Domctls defined for all relevant memory sharing operations.Keir Fraser2009-12-1710-21/+282
* HAP fault handling for shared pages.Keir Fraser2009-12-175-0/+12
* Foreign mappings need to verify if the underlying pages are sharable/shared. IfKeir Fraser2009-12-172-8/+52
* This patch establishes a new abstraction of sharing handles (encoded as a 64bitKeir Fraser2009-12-174-7/+296
* The internal Xen x86 emulator is fixed to handle shared/sharable pages corretly.Keir Fraser2009-12-179-61/+124
* M2P translation cannot be handled through flat table with only one slot per MFNKeir Fraser2009-12-1714-19/+117
* Sharable/shared pages need to be unshared in responce to a write attempt. ThisKeir Fraser2009-12-172-2/+38
* This patch defines a new P2M type used for sharable/shared pages. It alsoKeir Fraser2009-12-176-5/+367
* This patch defines a new PGT type called PGT_shared_page and a new syntheticKeir Fraser2009-12-174-22/+134
* Memory paging domctl support, which is a sub-operation of the generic memoryKeir Fraser2009-12-175-0/+133