summaryrefslogtreecommitdiffstats
path: root/drivers/xen/grant-table.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-4.20a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-11-101-1/+1
|\
| * xen/grant-table: Fix incorrect gnttab_dma_free_pages() pr_debug messageLiam Merwick2018-11-061-1/+1
* | mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
|/
* xen: issue warning message when out of grant maptrack entriesJuergen Gross2018-09-191-6/+21
* xen/grant-table: Allow allocating buffers suitable for DMAOleksandr Andrushchenko2018-07-261-0/+97
* xen/grant-table: Make set/clear page private code sharedOleksandr Andrushchenko2018-07-261-19/+35
* Merge tag 'for-linus-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-231-2/+2
|\
| * xen/grant-table: Export gnttab_{alloc|free}_pages as GPLOleksandr Andrushchenko2018-06-191-2/+2
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-3/+4
|/
* xen/grant-table: Use put_page instead of free_pageRoss Lagerwall2018-02-061-2/+2
* treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-211-2/+2
* Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-11-161-25/+219
|\
| * xen: select grant interface versionJuergen Gross2017-11-061-2/+33
| * xen: add grant interface version dependent constants to gnttab_opsJuergen Gross2017-11-061-30/+43
| * xen: limit grant v2 interface to the v1 functionalityJuergen Gross2017-11-061-150/+0
| * xen: re-introduce support for grant v2 interfaceJuergen Gross2017-11-061-6/+306
* | timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-051-1/+1
|/
* xen/grant-table: log the lack of grantsWengang Wang2017-07-231-1/+8
* xen/pvh: Initialize grant table for PVH guestsBoris Ostrovsky2017-02-071-4/+4
* xen: audit usages of module.h ; remove unnecessary instancesPaul Gortmaker2016-03-211-1/+0
* xen/grant-table: constify gnttab_ops structureJulia Lawall2015-12-211-2/+2
* xen/grant-table: Add an helper to iterate over a specific number of grantsJulien Grall2015-10-231-0/+22
* xen/grant-table: Make it running on 64KB granularityJulien Grall2015-10-231-3/+3
* xen/grant: Introduce helpers to split a page into grantJulien Grall2015-10-231-0/+26
* xen/balloon: make alloc_xenballoon_pages() always allocate low pagesDavid Vrabel2015-10-231-1/+1
* xen/grant-table: Remove unused macro SPPJulien Grall2015-06-171-1/+0
* xen/grant: introduce func gnttab_unmap_refs_sync()Bob Liu2015-04-271-0/+28
* xen/grant-table: add a mechanism to safely unmap pages that are in useJennifer Herbert2015-01-281-0/+44
* xen: mark grant mapped pages as foreignJennifer Herbert2015-01-281-2/+41
* xen/grant-table: add helpers for allocating pagesDavid Vrabel2015-01-281-0/+29
* xen/grant-table: pre-populate kernel unmap ops for xen_gnttab_unmap_refs()David Vrabel2015-01-281-2/+2
* xen/grant-table: refactor error cleanup in grow_gnttab_list()Chen Gang2014-09-231-1/+1
* xen/grant-table: remove support for V2 tablesDavid Vrabel2014-07-141-303/+6
* x86/xen: safely map and unmap grant frames when in atomic contextDavid Vrabel2014-07-141-1/+8
* xen/grant-table: fix suspend for non-PV guestsDavid Vrabel2014-06-181-1/+2
* xen/grant-table: Refactor gnttab_[un]map_refs to avoid m2p_overrideZoltan Kiss2014-03-181-70/+3
* Revert "xen/grant-table: Avoid m2p_override during mapping"Konrad Rzeszutek Wilk2014-02-031-76/+13
* xen/grant-table: Avoid m2p_override during mappingZoltan Kiss2014-01-311-13/+76
* xen/gnttab: Use phys_addr_t to describe the grant frame base addressJulien Grall2014-01-301-3/+3
* xen/grant-table: Force to use v1 of grants.Konrad Rzeszutek Wilk2014-01-061-4/+2
* xen/pvh: Piggyback on PVHVM for grant driver (v4)Konrad Rzeszutek Wilk2014-01-061-4/+5
* xen/grant: Implement an grant frame array struct (v3).Konrad Rzeszutek Wilk2014-01-061-7/+51
* xen/grant-table: Refactor gnttab_initKonrad Rzeszutek Wilk2014-01-061-8/+2
* xen/grants: Remove gnttab_max_grant_frames dependency on gnttab_init.Konrad Rzeszutek Wilk2014-01-061-3/+6
* XEN: Grant table address, xen_hvm_resume_frames, is a phys_addr not a pfnEric Trudeau2013-12-041-1/+2
* xen/gnttab: leave lazy MMU mode in the case of a m2p override failureMatt Wilson2013-11-261-2/+4
* grant-table: call set_phys_to_machine after mapping grant refsStefano Stabellini2013-10-251-2/+17
* xen-gnt: prevent adding duplicate gnt callbacksRoger Pau Monne2013-08-091-2/+11
* xen: Convert printks to pr_<level>Joe Perches2013-06-281-9/+8
* xen: introduce xen_remap, use it instead of ioremapStefano Stabellini2013-02-191-1/+1