aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/mm/mem_event.c
Commit message (Expand)AuthorAgeFilesLines
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* xen/xsm: Add xsm_default parameter to XSM hooksDaniel De Graaf2013-01-111-2/+2
* arch/x86: Add missing mem_sharing XSM hooksDaniel De Graaf2013-01-111-29/+12
* xen: replace XEN_GUEST_HANDLE with XEN_GUEST_HANDLE_PARAM when appropriateStefano Stabellini2012-10-171-1/+1
* x86: enable VIA CPU supportJan Beulich2012-09-211-1/+1
* x86/mem_event: Fix foreign domain flag in grab_slotAndres Lagar-Cavilla2012-04-181-1/+1
* xenpaging: add error code to indicate iommem passthroughOlaf Hering2012-03-301-1/+2
* x86/mm: allow mem_event ops on AMD processors too.Tim Deegan2012-03-291-4/+0
* x86/mm: Make iommu passthrough and mem paging/sharing mutually exclusiveAndres Lagar-Cavilla2012-03-291-0/+4
* x86/mm: Allow to not sleep on mem event ringTim Deegan2012-03-151-2/+3
* Mem event: don't leave zombie domains if there are wait-queued vcpusTim Deegan2012-03-151-3/+16
* x86/mm: Fix mem event error message typosTim Deegan2012-03-081-3/+3
* x86/mm: Clean up mem event structures on domain destructionTim Deegan2012-03-081-0/+11
* x86/mm: wire up sharing ringTim Deegan2012-03-081-0/+41
* Use a reserved pfn in the guest address space to store mem event ringsTim Deegan2012-03-081-27/+23
* Tools: Remove shared page from mem_event/access/paging interfacesTim Deegan2012-03-081-30/+3
* x86/mm: Make sure the event channel is released accuratelyKaixing Hong2012-02-171-0/+3
* x86/mm: Check sharing/paging/access have been enabled before processing a memopAndres Lagar-Cavilla2012-02-161-2/+4
* Use memops for mem paging, sharing, and access, instead of domctlsAndres Lagar-Cavilla2012-02-101-11/+57
* Re-order calls to put_gfn() around wait queue invocationsAndres Lagar-Cavilla2012-02-101-0/+5
* x86/mm: Improve ring management for memory events. Do not lose guest eventsAndres Lagar-Cavilla2012-01-191-49/+249
* x86/mm: Consume multiple mem event responses off the ringAndres Lagar-Cavilla2011-12-061-1/+9
* x86/mm: Allow memevent responses to be signaled via the event channelAndres Lagar-Cavilla2011-12-061-6/+20
* Create a generic callback mechanism for Xen-bound event channelsAndres Lagar-Cavilla2011-12-061-1/+2
* x86/mm: Flag mem_events caused by foreign domainsAndres Lagar-Cavilla2011-12-061-0/+6
* After preparing a page for page-in, allow immediate fill-in of the page contentsAndres Lagar-Cavilla2011-12-011-1/+1
* mem_event: move mem_event_domain out of struct domainOlaf Hering2011-11-301-3/+3
* Modify naming of queries into the p2mAndres Lagar-Cavilla2011-11-111-5/+18
* mem_event: check capabilities only onceOlaf Hering2011-11-081-24/+30
* xenpaging: disallow paging in a PoD guestOlaf Hering2011-10-201-0/+6
* mem_event: use different ringbuffers for share, paging and accessOlaf Hering2011-09-161-70/+91
* mem_event: pass mem_event_domain pointer to mem_event functionsOlaf Hering2011-09-161-47/+48
* mem_event: use mem_event_mark_and_pause() in mem_event_check_ring()Olaf Hering2011-09-051-4/+1
* mem_event: add ref counting for free requestslotsOlaf Hering2011-09-051-7/+12
* x86/mm/p2m: Make p2m interfaces take struct domain arguments.Tim Deegan2011-06-021-2/+2
* mem_access: mem event additions for accessJoe Epstein2011-01-071-7/+29
* xenpaging: print info when free request slots drop below 2Keir Fraser2010-11-261-0/+5
* xenpaging: allow only one xenpaging binary per guestKeir Fraser2010-11-261-0/+7
* mem_event: Clean up and remove over-sized paused_vcpus[] array.Keir Fraser2010-09-151-30/+18
* Nested Virtualization: p2m infrastructureKeir Fraser2010-08-091-2/+2
* xenpaging: Add a check to Xen for EPT.Keir Fraser2010-07-281-0/+7
* notify_via_xen_event_channel() takes explicit domain parameter.Keir Fraser2010-06-041-13/+1
* Make Citrix copyright strinsg consistent.Keir Fraser2009-12-181-1/+1
* Memory paging domctl support, which is a sub-operation of the generic memoryKeir Fraser2009-12-171-0/+6
* domctl support for generic memory event handling.Keir Fraser2009-12-171-0/+91
* Core support for memory events.Keir Fraser2009-12-171-0/+199