age |
author |
description |
2010-11-26 |
Keir Fraser |
xenpaging: populate paged-out pages unconditionally in grant code |
2010-11-03 |
Keir Fraser |
xenpaging: whitespace fixes after addition of __get_paged_frame |
2010-10-24 |
Keir Fraser |
ia64: fix build in grant table and tmem code |
2010-09-22 |
Keir Fraser |
xenpaging: page-in granttable entries |
2010-08-09 |
Keir Fraser |
Nested Virtualization: p2m infrastructure |
2010-06-11 |
Keir Fraser |
grant iommu: Correctly handle multiple mappings of same MFN. |
2010-05-28 |
Keir Fraser |
iommu: Map correct permissions in IOMMU on grant read-only map request. |
2010-05-28 |
Keir Fraser |
iommu: Specify access permissions to iommu_map_page(). |
2010-03-09 |
Keir Fraser |
Fix grant table debug key. |
2010-01-06 |
Keir Fraser |
[IA64] Fix ia64 build |
2010-01-04 |
Keir Fraser |
VT-d: clean up dynamic page mapping |
2009-12-28 |
Keir Fraser |
grant_table: Build fixes for IA64. |
2009-12-21 |
Keir Fraser |
xenpaging: Add checks for p2m_is_valid() after calls to gfn_to_mfn() |
2009-12-17 |
Keir Fraser |
Foreign mappings need to verify if the underlying pages are sharable/shared. If |
2009-12-17 |
Keir Fraser |
M2P translation cannot be handled through flat table with only one slot per MFN |
2009-12-17 |
Keir Fraser |
Support for Memory paging in grant table mappings. |
2009-12-05 |
Keir Fraser |
x86_32: Fix build after 20575:0930d17589a6 |
2009-12-04 |
Keir Fraser |
Add keyhandler 'g' to print all active grant table entries. |
2009-12-03 |
Keir Fraser |
grant-tables: do not fail attempts to GNTTABOP_set_version to the current version. |
2010-07-16 |
Mukesh Rathor |
Refresh to unstable c/s 21811 |
2010-03-19 |
Mukesh Rathor |
Refresh to c/s 21046. Also, update kdb as follows: |
2009-10-09 |
Keir Fraser |
Fix the IA64 build of the hypervisor. |
2009-10-07 |
Keir Fraser |
Transitive grant support. |
2009-10-07 |
Keir Fraser |
Implement sub-page grant support. |
2009-10-07 |
Keir Fraser |
Introduce a grant_entry_v2 structure. |
2009-10-07 |
Keir Fraser |
Rename the struct grant_entry to struct grant_entry_v1, so that it |
2009-09-22 |
Keir Fraser |
Improve CSE in grant table code |
2009-09-22 |
Keir Fraser |
Introduce new flavour of map_domain_page() |
2009-07-13 |
Keir Fraser |
Mapping grant references into HVM guests, take 2 |
2009-07-13 |
Keir Fraser |
Eliminate grant_table_op restriction |
2009-06-01 |
Keir Fraser |
Revert 19658:28a197617286 "Fix up the synchronisation around grant |
2009-05-27 |
Keir Fraser |
Fix up the synchronisation around grant table map track handles. |
2009-05-27 |
Keir Fraser |
Pass cpumasks by reference always. |
2009-05-19 |
Keir Fraser |
gnttab: for sanity's sake, don't access the active grant table |
2009-05-19 |
Keir Fraser |
gnttab: Remove unused per-domain map_count field |
2009-03-04 |
Keir Fraser |
Be careful with page_get_owner() now that owner field can be clobbered |
2009-01-30 |
Keir Fraser |
x86-64: use MFNs for linking together pages on lists |
2009-01-29 |
Keir Fraser |
PoD: Check refcount, not type count when reclaiming zero pages |
2009-01-05 |
Keir Fraser |
PoD memory 5/9: emergency scan |
2008-05-29 |
Keir Fraser |
ia64: Do not guest_physmap_remove_page() old page in gnttab_transfer op. |
2008-05-28 |
Keir Fraser |
grant_table: Flush host CPU TLBs during grant transfer. |
2008-05-26 |
Keir Fraser |
[IA64] remove warnings caused by c/s 17723:c684cf331f94 |
2008-05-24 |
Keir Fraser |
Handle dynamic IOMMU map/unmap for guests |
2008-05-24 |
Keir Fraser |
Remove physmap page upon granttab xfer |
2008-05-15 |
Keir Fraser |
x86, hvm: Support 2MB superpage allocations for HVM guests. |
2008-04-14 |
Keir Fraser |
Rename 'big lock' to 'domain lock'. |
2008-04-04 |
Keir Fraser |
xen: Allow NUMA node to be specific to alloc_domheap_pages() via a new |
2008-03-28 |
Keir Fraser |
Clean up handling of IS_PRIV_FOR() and rcu_[un]lock_domain(). |
2008-02-25 |
Keir Fraser |
x86: Foreign mappings of HVM-guest pages should not affect type count, |
2008-01-23 |
Keir Fraser |
New XEN_DOMCTL_set_target |
2007-12-06 |
Keir Fraser |
32-on-64: Fixes to previous changeset. |
2007-12-06 |
Keir Fraser |
32-on-64: Fix domain address-size clamping, implement |
2007-11-20 |
Keir Fraser |
xen: Allow granting of foreign access to iomem pages, and with |
2007-11-13 |
Keir Fraser |
Revert 16067:9f9f9b68cd08a03fc8cfad9f5ab702e50b6b6463. |
2007-11-08 |
Keir Fraser |
Replace is_xen_heap_frame() with is_xen_heap_{page,mfn}(). Callers are |
2007-11-07 |
Keir Fraser |
x86: Change cache attributes of Xen 1:1 page mappings in response to |
2007-10-04 |
Keir Fraser |
Clean up grant-table code after recent changes. |
2007-10-04 |
Keir Fraser |
Allow iomem permissions to be set up through grant table ops. |
2007-10-04 |
Keir Fraser |
Fix TLB flush on grant unmap. |
2007-08-31 |
kfraser |
Xen Security Modules: ACM. |