summaryrefslogtreecommitdiff
path: root/drivers/xen/grant-table.c
AgeCommit message (Expand)Author
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook
2017-11-16Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-11-06xen: select grant interface versionJuergen Gross
2017-11-06xen: add grant interface version dependent constants to gnttab_opsJuergen Gross
2017-11-06xen: limit grant v2 interface to the v1 functionalityJuergen Gross
2017-11-06xen: re-introduce support for grant v2 interfaceJuergen Gross
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook
2017-07-23xen/grant-table: log the lack of grantsWengang Wang
2017-02-07xen/pvh: Initialize grant table for PVH guestsBoris Ostrovsky
2016-03-21xen: audit usages of module.h ; remove unnecessary instancesPaul Gortmaker
2015-12-21xen/grant-table: constify gnttab_ops structureJulia Lawall
2015-10-23xen/grant-table: Add an helper to iterate over a specific number of grantsJulien Grall
2015-10-23xen/grant-table: Make it running on 64KB granularityJulien Grall
2015-10-23xen/grant: Introduce helpers to split a page into grantJulien Grall
2015-10-23xen/balloon: make alloc_xenballoon_pages() always allocate low pagesDavid Vrabel
2015-06-17xen/grant-table: Remove unused macro SPPJulien Grall
2015-04-27xen/grant: introduce func gnttab_unmap_refs_sync()Bob Liu
2015-01-28xen/grant-table: add a mechanism to safely unmap pages that are in useJennifer Herbert
2015-01-28xen: mark grant mapped pages as foreignJennifer Herbert
2015-01-28xen/grant-table: add helpers for allocating pagesDavid Vrabel
2015-01-28xen/grant-table: pre-populate kernel unmap ops for xen_gnttab_unmap_refs()David Vrabel
2014-09-23xen/grant-table: refactor error cleanup in grow_gnttab_list()Chen Gang
2014-07-14xen/grant-table: remove support for V2 tablesDavid Vrabel
2014-07-14x86/xen: safely map and unmap grant frames when in atomic contextDavid Vrabel
2014-06-18xen/grant-table: fix suspend for non-PV guestsDavid Vrabel
2014-03-18xen/grant-table: Refactor gnttab_[un]map_refs to avoid m2p_overrideZoltan Kiss
2014-02-03Revert "xen/grant-table: Avoid m2p_override during mapping"Konrad Rzeszutek Wilk
2014-01-31xen/grant-table: Avoid m2p_override during mappingZoltan Kiss
2014-01-30xen/gnttab: Use phys_addr_t to describe the grant frame base addressJulien Grall
2014-01-06xen/grant-table: Force to use v1 of grants.Konrad Rzeszutek Wilk
2014-01-06xen/pvh: Piggyback on PVHVM for grant driver (v4)Konrad Rzeszutek Wilk
2014-01-06xen/grant: Implement an grant frame array struct (v3).Konrad Rzeszutek Wilk
2014-01-06xen/grant-table: Refactor gnttab_initKonrad Rzeszutek Wilk
2014-01-06xen/grants: Remove gnttab_max_grant_frames dependency on gnttab_init.Konrad Rzeszutek Wilk
2013-12-04XEN: Grant table address, xen_hvm_resume_frames, is a phys_addr not a pfnEric Trudeau
2013-11-26xen/gnttab: leave lazy MMU mode in the case of a m2p override failureMatt Wilson
2013-10-25grant-table: call set_phys_to_machine after mapping grant refsStefano Stabellini
2013-08-09xen-gnt: prevent adding duplicate gnt callbacksRoger Pau Monne
2013-06-28xen: Convert printks to pr_<level>Joe Perches
2013-02-19xen: introduce xen_remap, use it instead of ioremapStefano Stabellini
2013-01-18Merge tag 'stable/for-linus-3.8-rc3-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2013-01-15xen/grant-table: correctly initialize grant table version 1Matt Wilson
2013-01-03Drivers: xen: remove __dev* attributes.Greg Kroah-Hartman
2012-10-19Merge commit 'v3.7-rc1' into stable/for-linus-3.7Konrad Rzeszutek Wilk
2012-10-19xen: grant: use xen_pfn_t type for frame_list.Ian Campbell
2012-10-02Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2012-09-21xen/gndev: Xen backend support for paged out grant targets V4.Andres Lagar-Cavilla
2012-09-12xen/m2p: do not reuse kmap_op->dev_bus_addrStefano Stabellini
2012-08-21xen/apic/xenbus/swiotlb/pcifront/grant/tmem: Make functions or variables static.Konrad Rzeszutek Wilk
2012-08-21xen: missing includesStefano Stabellini