summaryrefslogtreecommitdiffstats
path: root/drivers/xen/grant-table.c
Commit message (Expand)AuthorAgeFilesLines
* locking/atomic, xen: Use sync_try_cmpxchg() instead of sync_cmpxchg()Uros Bizjak2023-10-091-6/+4
* xen: Fix one kernel-doc commentYang Li2023-08-211-1/+1
* xen: speed up grant-table reclaimDemi Marie Obenour2023-07-271-11/+29
* xen/grants: prevent integer overflow in gnttab_dma_alloc_pages()Dan Carpenter2022-09-021-0/+3
* xen/grants: support allocating consecutive grantsJuergen Gross2022-06-061-36/+215
* xen: replace xen_remap() with memremap()Juergen Gross2022-06-011-3/+3
* xen: switch gnttab_end_foreign_access() to take a struct page pointerJuergen Gross2022-05-271-4/+4
* xen/grant-table: never put a reserved grant on the free listJuergen Gross2022-05-191-0/+4
* xen: update grant_table.hJuergen Gross2022-05-191-5/+3
* xen/grant-table: remove readonly parameter from functionsJuergen Gross2022-03-151-22/+16
* xen/grant-table: remove gnttab_*transfer*() functionsJuergen Gross2022-03-151-111/+2
* xen/gnttab: fix gnttab_end_foreign_access() without page specifiedJuergen Gross2022-03-071-7/+29
* xen: remove gnttab_query_foreign_access()Juergen Gross2022-03-071-25/+0
* xen/grant-table: add gnttab_try_end_foreign_access()Juergen Gross2022-03-071-2/+12
* xen: don't use page->lru for ZONE_DEVICE memoryJuergen Gross2020-12-091-7/+58
* xen: add helpers for caching grant mapping pagesJuergen Gross2020-12-091-0/+72
* xen: add helpers to allocate unpopulated memoryRoger Pau Monne2020-09-041-2/+2
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* xen/grant-table: remove multiple BUG_ON on gnttab_interfaceAditya Pakki2019-12-201-4/+0
* xen/grant-table: remove unnecessary printingFuqian Huang2019-10-101-2/+1
* 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