summaryrefslogtreecommitdiff
path: root/drivers/xen/grant-table.c
AgeCommit message (Expand)Author
2023-10-09locking/atomic, xen: Use sync_try_cmpxchg() instead of sync_cmpxchg()Uros Bizjak
2023-08-21xen: Fix one kernel-doc commentYang Li
2023-07-27xen: speed up grant-table reclaimDemi Marie Obenour
2022-09-02xen/grants: prevent integer overflow in gnttab_dma_alloc_pages()Dan Carpenter
2022-06-06xen/grants: support allocating consecutive grantsJuergen Gross
2022-06-01xen: replace xen_remap() with memremap()Juergen Gross
2022-05-27xen: switch gnttab_end_foreign_access() to take a struct page pointerJuergen Gross
2022-05-19xen/grant-table: never put a reserved grant on the free listJuergen Gross
2022-05-19xen: update grant_table.hJuergen Gross
2022-03-15xen/grant-table: remove readonly parameter from functionsJuergen Gross
2022-03-15xen/grant-table: remove gnttab_*transfer*() functionsJuergen Gross
2022-03-07xen/gnttab: fix gnttab_end_foreign_access() without page specifiedJuergen Gross
2022-03-07xen: remove gnttab_query_foreign_access()Juergen Gross
2022-03-07xen/grant-table: add gnttab_try_end_foreign_access()Juergen Gross
2020-12-09xen: don't use page->lru for ZONE_DEVICE memoryJuergen Gross
2020-12-09xen: add helpers for caching grant mapping pagesJuergen Gross
2020-09-04xen: add helpers to allocate unpopulated memoryRoger Pau Monne
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2019-12-20xen/grant-table: remove multiple BUG_ON on gnttab_interfaceAditya Pakki
2019-10-10xen/grant-table: remove unnecessary printingFuqian Huang
2018-11-10Merge tag 'for-linus-4.20a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-11-06xen/grant-table: Fix incorrect gnttab_dma_free_pages() pr_debug messageLiam Merwick
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-09-19xen: issue warning message when out of grant maptrack entriesJuergen Gross
2018-07-26xen/grant-table: Allow allocating buffers suitable for DMAOleksandr Andrushchenko
2018-07-26xen/grant-table: Make set/clear page private code sharedOleksandr Andrushchenko
2018-06-23Merge tag 'for-linus-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-06-19xen/grant-table: Export gnttab_{alloc|free}_pages as GPLOleksandr Andrushchenko
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-02-06xen/grant-table: Use put_page instead of free_pageRoss Lagerwall
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