aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/tmem_xen.c
Commit message (Expand)AuthorAgeFilesLines
* use SMP barrier in common code dealing with shared memory protocolsIan Campbell2013-07-041-5/+5
* tmem: Don't use map_domain_page for long-life-time pagesKonrad Rzeszutek Wilk2013-06-131-3/+2
* tmem: partial adjustments for x86 16Tb supportJan Beulich2013-01-231-18/+8
* xen: replace XEN_GUEST_HANDLE with XEN_GUEST_HANDLE_PARAM when appropriateStefano Stabellini2012-10-171-4/+4
* xen: Remove x86_32 build target.Keir Fraser2012-09-121-17/+0
* tmem: cleanupJan Beulich2012-09-111-10/+10
* tmem: detect arithmetic overflow in tmh_copy_{from,to}_client()Jan Beulich2012-09-111-0/+8
* tmem: don't access guest memory without using the accessors intended for thisJan Beulich2012-09-111-27/+64
* common: Use get_page_from_gfn() instead of get_gfn()/put_gfn.Tim Deegan2012-05-171-16/+10
* remove ia64Jan Beulich2012-04-031-1/+1
* ia64: fix build (once more)Jan Beulich2012-03-081-1/+2
* arm: compile tmemStefano Stabellini2012-02-091-1/+3
* ia64: build fixes (again)Jan Beulich2011-11-241-1/+1
* Modify naming of queries into the p2mAndres Lagar-Cavilla2011-11-111-7/+14
* x86/mm/p2m: Make p2m interfaces take struct domain arguments.Tim Deegan2011-06-021-1/+1
* Disable tmem by default for 4.1 release.Keir Fraser2011-01-191-1/+1
* Use bool_t for various boolean variablesKeir Fraser2010-12-241-6/+6
* ia64: fix build in grant table and tmem codeKeir Fraser2010-10-241-2/+2
* tmem: disallow bad gmfns from PV domainsKeir Fraser2010-09-221-40/+89
* Nested Virtualization: p2m infrastructureKeir Fraser2010-08-091-1/+1
* Enable tmem functionality for PV on HVM guests. Guest kernelKeir Fraser2010-06-211-1/+1
* tmem: Fix domain lifecycle synchronisation.Keir Fraser2010-06-101-1/+1
* Remove many uses of cpu_possible_map and iterators over NR_CPUS.Keir Fraser2010-05-141-19/+71
* tmem: (re-)enable by defaultKeir Fraser2010-04-191-1/+1
* tmem: add page deduplication with optional compression or trailing-zero-elimi...Keir Fraser2010-04-061-3/+30
* Fix domain reference leaksKeir Fraser2010-02-101-4/+3
* tmem: Disable by default: enable with Xen boot param 'tmem'Keir Fraser2010-02-101-4/+0
* tmem: Only enable by default for x86_64Keir Fraser2010-01-061-0/+4
* Turn tmem (transcendent memory) support on by default.Keir Fraser2009-12-161-1/+1
* ia64: eliminate build warningsKeir Fraser2009-11-301-0/+1
* tmem: fix double-free bugKeir Fraser2009-11-231-2/+1
* tmem: fix regression from c/s 19886 "Remove page-scrub lists and async scrubb...Keir Fraser2009-11-231-2/+3
* tmem: fix domain shutdown problem/raceKeir Fraser2009-11-141-0/+1
* Introduce new flavour of map_domain_page()Keir Fraser2009-09-221-1/+1
* tmem: expose freeable memoryKeir Fraser2009-08-101-0/+2
* tmem: save/restore/migrate/livemigrate and shared pool authenticationKeir Fraser2009-08-061-18/+32
* Rename for_each_cpu() to for_each_possible_cpu()Keir Fraser2009-07-151-1/+1
* Introduce and use a per-CPU read-mostly sub-sectionKeir Fraser2009-07-131-2/+2
* Remove page-scrub lists and async scrubbing.Keir Fraser2009-07-021-4/+6
* tmem: cleanupsKeir Fraser2009-06-161-4/+1
* tmem: fix minor accounting errorKeir Fraser2009-06-161-0/+1
* Transcendent memory ("tmem") for Xen.Keir Fraser2009-05-261-0/+334