summaryrefslogtreecommitdiff
path: root/drivers/xen/tmem.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-21mm, swap, frontswap: fix THP swap if frontswap enabledHuang Ying1-0/+4
2017-06-05fs: switch ->s_uuid to uuid_tChristoph Hellwig1-3/+3
2016-01-27cleancache: constify cleancache_ops structureJulia Lawall1-1/+1
2015-09-08xen/tmem: Use xen_page_to_gfn rather than pfn_to_gfnJulien Grall1-16/+8
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall1-2/+2
2015-07-01Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2015-06-24frontswap: allow multiple backendsDan Streetman1-7/+1
2015-06-17xen: Include xen/page.h rather than asm/xen/page.hJulien Grall1-1/+1
2015-05-28xen/tmem: use BUILD_BUG_ON() in favor of BUG_ON()Jan Beulich1-1/+1
2015-04-14cleancache: forbid overriding cleancache_opsVladimir Davydov1-7/+9
2015-01-23xen/tmem: mark xen_tmem_init() __initJan Beulich1-1/+1
2013-07-03Merge tag 'stable/for-linus-3.11-rc0-tag-two' of git://git.kernel.org/pub/scm...Linus Torvalds1-4/+6
2013-06-28xen: Convert printks to pr_<level>Joe Perches1-4/+6
2013-06-10xen/tmem: Don't over-write tmem_frontswap_poolid after tmem_frontswap_init se...Konrad Rzeszutek Wilk1-2/+2
2013-05-28xmem/tmem: fix 'undefined variable' build error.Frederico Cadete1-0/+2
2013-05-15xen/tmem: Don't use self[ballooning|shrinking] if frontswap is off.Konrad Rzeszutek Wilk1-0/+8
2013-05-15xen/tmem: Remove the boot options and fold them in the tmem.X parameters.Konrad Rzeszutek Wilk1-24/+4
2013-05-15xen/tmem: s/disable_// and change the logic.Konrad Rzeszutek Wilk1-14/+13
2013-05-15xen/tmem: Fix compile warning.Konrad Rzeszutek Wilk1-4/+2
2013-05-15xen/tmem: Split out the different module/boot options.Konrad Rzeszutek Wilk1-3/+8
2013-05-15xen/tmem: Move all of the boot and module parameters to the top of the file.Konrad Rzeszutek Wilk1-40/+45
2013-05-15xen/tmem: Cleanup. Remove the parts that say temporary.Konrad Rzeszutek Wilk1-4/+0
2013-04-30zcache/tmem: Better error checking on frontswap_register_ops return value.Konrad Rzeszutek Wilk1-1/+4
2013-04-30xen: tmem: enable Xen tmem shim to be built/loaded as a moduleDan Magenheimer1-9/+31
2013-04-30cleancache: Make cleancache_init use a pointer for the opsKonrad Rzeszutek Wilk1-3/+3
2013-04-30frontswap: make frontswap_init use a pointer for the opsKonrad Rzeszutek Wilk1-3/+3
2013-02-19xen/tmem: Add missing %s in the printk statement.Konrad Rzeszutek Wilk1-1/+1
2012-08-21xen/apic/xenbus/swiotlb/pcifront/grant/tmem: Make functions or variables static.Konrad Rzeszutek Wilk1-0/+1
2012-05-15frontswap: s/put_page/store/g s/get_page/loadKonrad Rzeszutek Wilk1-4/+4
2012-03-24Merge tag 'stable/for-linus-3.4-tag-two' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-13/+8
2012-03-20xen/tmem: cleanupJan Beulich1-13/+8
2012-01-23mm: zcache/tmem/cleancache: s/flush/invalidate/Dan Magenheimer1-5/+5
2011-06-17xen: prepare tmem shim to handle frontswapDan Magenheimer1-12/+158
2011-05-26xen: cleancache shim to Xen Transcendent MemoryDan Magenheimer1-0/+264