aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/grant-table.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-09locking/atomic, xen: Use sync_try_cmpxchg() instead of sync_cmpxchg()Uros Bizjak1-6/+4
2023-08-21xen: Fix one kernel-doc commentYang Li1-1/+1
2023-07-27xen: speed up grant-table reclaimDemi Marie Obenour1-11/+29
2022-09-02xen/grants: prevent integer overflow in gnttab_dma_alloc_pages()Dan Carpenter1-0/+3
2022-06-06xen/grants: support allocating consecutive grantsJuergen Gross1-36/+215
2022-06-01xen: replace xen_remap() with memremap()Juergen Gross1-3/+3
2022-05-27xen: switch gnttab_end_foreign_access() to take a struct page pointerJuergen Gross1-4/+4
2022-05-19xen/grant-table: never put a reserved grant on the free listJuergen Gross1-0/+4
2022-05-19xen: update grant_table.hJuergen Gross1-5/+3
2022-03-15xen/grant-table: remove readonly parameter from functionsJuergen Gross1-22/+16
2022-03-15xen/grant-table: remove gnttab_*transfer*() functionsJuergen Gross1-111/+2
2022-03-07xen/gnttab: fix gnttab_end_foreign_access() without page specifiedJuergen Gross1-7/+29
2022-03-07xen: remove gnttab_query_foreign_access()Juergen Gross1-25/+0
2022-03-07xen/grant-table: add gnttab_try_end_foreign_access()Juergen Gross1-2/+12
2020-12-09xen: don't use page->lru for ZONE_DEVICE memoryJuergen Gross1-7/+58
2020-12-09xen: add helpers for caching grant mapping pagesJuergen Gross1-0/+72
2020-09-04xen: add helpers to allocate unpopulated memoryRoger Pau Monne1-2/+2
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2019-12-20xen/grant-table: remove multiple BUG_ON on gnttab_interfaceAditya Pakki1-4/+0
2019-10-10xen/grant-table: remove unnecessary printingFuqian Huang1-2/+1
2018-11-10Merge tag 'for-linus-4.20a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2018-11-06xen/grant-table: Fix incorrect gnttab_dma_free_pages() pr_debug messageLiam Merwick1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-09-19xen: issue warning message when out of grant maptrack entriesJuergen Gross1-6/+21
2018-07-26xen/grant-table: Allow allocating buffers suitable for DMAOleksandr Andrushchenko1-0/+97
2018-07-26xen/grant-table: Make set/clear page private code sharedOleksandr Andrushchenko1-19/+35
2018-06-23Merge tag 'for-linus-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2018-06-19xen/grant-table: Export gnttab_{alloc|free}_pages as GPLOleksandr Andrushchenko1-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-3/+4
2018-02-06xen/grant-table: Use put_page instead of free_pageRoss Lagerwall1-2/+2
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook1-2/+2
2017-11-16Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-25/+219
2017-11-06xen: select grant interface versionJuergen Gross1-2/+33
2017-11-06xen: add grant interface version dependent constants to gnttab_opsJuergen Gross1-30/+43
2017-11-06xen: limit grant v2 interface to the v1 functionalityJuergen Gross1-150/+0
2017-11-06xen: re-introduce support for grant v2 interfaceJuergen Gross1-6/+306
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook1-1/+1
2017-07-23xen/grant-table: log the lack of grantsWengang Wang1-1/+8
2017-02-07xen/pvh: Initialize grant table for PVH guestsBoris Ostrovsky1-4/+4
2016-03-21xen: audit usages of module.h ; remove unnecessary instancesPaul Gortmaker1-1/+0
2015-12-21xen/grant-table: constify gnttab_ops structureJulia Lawall1-2/+2
2015-10-23xen/grant-table: Add an helper to iterate over a specific number of grantsJulien Grall1-0/+22
2015-10-23xen/grant-table: Make it running on 64KB granularityJulien Grall1-3/+3
2015-10-23xen/grant: Introduce helpers to split a page into grantJulien Grall1-0/+26
2015-10-23xen/balloon: make alloc_xenballoon_pages() always allocate low pagesDavid Vrabel1-1/+1
2015-06-17xen/grant-table: Remove unused macro SPPJulien Grall1-1/+0
2015-04-27xen/grant: introduce func gnttab_unmap_refs_sync()Bob Liu1-0/+28
2015-01-28xen/grant-table: add a mechanism to safely unmap pages that are in useJennifer Herbert1-0/+44
2015-01-28xen: mark grant mapped pages as foreignJennifer Herbert1-2/+41
2015-01-28xen/grant-table: add helpers for allocating pagesDavid Vrabel1-0/+29
2015-01-28xen/grant-table: pre-populate kernel unmap ops for xen_gnttab_unmap_refs()David Vrabel1-2/+2
2014-09-23xen/grant-table: refactor error cleanup in grow_gnttab_list()Chen Gang1-1/+1
2014-07-14xen/grant-table: remove support for V2 tablesDavid Vrabel1-303/+6
2014-07-14x86/xen: safely map and unmap grant frames when in atomic contextDavid Vrabel1-1/+8
2014-06-18xen/grant-table: fix suspend for non-PV guestsDavid Vrabel1-1/+2
2014-03-18xen/grant-table: Refactor gnttab_[un]map_refs to avoid m2p_overrideZoltan Kiss1-70/+3
2014-02-03Revert "xen/grant-table: Avoid m2p_override during mapping"Konrad Rzeszutek Wilk1-76/+13
2014-01-31xen/grant-table: Avoid m2p_override during mappingZoltan Kiss1-13/+76
2014-01-30xen/gnttab: Use phys_addr_t to describe the grant frame base addressJulien Grall1-3/+3
2014-01-06xen/grant-table: Force to use v1 of grants.Konrad Rzeszutek Wilk1-4/+2
2014-01-06xen/pvh: Piggyback on PVHVM for grant driver (v4)Konrad Rzeszutek Wilk1-4/+5
2014-01-06xen/grant: Implement an grant frame array struct (v3).Konrad Rzeszutek Wilk1-7/+51
2014-01-06xen/grant-table: Refactor gnttab_initKonrad Rzeszutek Wilk1-8/+2
2014-01-06xen/grants: Remove gnttab_max_grant_frames dependency on gnttab_init.Konrad Rzeszutek Wilk1-3/+6
2013-12-04XEN: Grant table address, xen_hvm_resume_frames, is a phys_addr not a pfnEric Trudeau1-1/+2
2013-11-26xen/gnttab: leave lazy MMU mode in the case of a m2p override failureMatt Wilson1-2/+4
2013-10-25grant-table: call set_phys_to_machine after mapping grant refsStefano Stabellini1-2/+17
2013-08-09xen-gnt: prevent adding duplicate gnt callbacksRoger Pau Monne1-2/+11
2013-06-28xen: Convert printks to pr_<level>Joe Perches1-9/+8
2013-02-19xen: introduce xen_remap, use it instead of ioremapStefano Stabellini1-1/+1
2013-01-18Merge tag 'stable/for-linus-3.8-rc3-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-19/+29
2013-01-15xen/grant-table: correctly initialize grant table version 1Matt Wilson1-19/+29
2013-01-03Drivers: xen: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-10-19Merge commit 'v3.7-rc1' into stable/for-linus-3.7Konrad Rzeszutek Wilk1-2/+4
2012-10-19xen: grant: use xen_pfn_t type for frame_list.Ian Campbell1-4/+4
2012-10-02Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-7/+60
2012-09-21xen/gndev: Xen backend support for paged out grant targets V4.Andres Lagar-Cavilla1-0/+53
2012-09-12xen/m2p: do not reuse kmap_op->dev_bus_addrStefano Stabellini1-2/+4
2012-08-21xen/apic/xenbus/swiotlb/pcifront/grant/tmem: Make functions or variables static.Konrad Rzeszutek Wilk1-7/+6
2012-08-21xen: missing includesStefano Stabellini1-0/+1
2012-05-24Merge tag 'stable/for-linus-3.5-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-10/+115
2012-05-07xen: enter/exit lazy_mmu_mode around m2p_override callsStefano Stabellini1-0/+19
2012-04-18Merge commit 'c104f1fa1ecf4ee0fc06e31b1f77630b2551be81' into stable/for-linus...Konrad Rzeszutek Wilk1-2/+5
2012-04-17xen/gnttab: add deferred freeing logicJan Beulich1-10/+96
2012-04-17xen/grant-table: add error-handling code on failure of gnttab_resumeJulia Lawall1-4/+9
2012-01-27xen/granttable: Disable grant v2 for HVM domains.Konrad Rzeszutek Wilk1-2/+5
2011-12-20xen/grant-table: Support mappings required by blkbackDaniel De Graaf1-19/+5
2011-12-16xen/granttable: Support transitive grantsAnnie Li1-0/+70
2011-12-16xen/granttable: Support sub-page grantsAnnie Li1-0/+72
2011-12-16xen/granttable: Improve comments for function pointersAnnie Li1-24/+24
2011-11-22xen/granttable: Keep code format cleanAnnie Li1-4/+3
2011-11-22xen/granttable: Grant tables V2 implementationAnnie Li1-4/+167
2011-11-22xen/granttable: Refactor some codeAnnie Li1-5/+10
2011-11-22xen/granttable: Introducing grant table V2 stuctureAnnie Li1-40/+141
2011-11-06Merge branch 'stable/cleanups-3.2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2011-09-29xen: modify kernel mappings corresponding to granted pagesStefano Stabellini1-3/+3
2011-07-26Xen: fix braces coding style issue in gntdev.c and grant-table.cRuslan Pisarev1-1/+1
2011-07-26xen/grant: Fix compile warning.Konrad Rzeszutek Wilk1-1/+1
2011-04-18xen/p2m/m2p/gnttab: Support GNTMAP_host_map in the M2P override.Konrad Rzeszutek Wilk1-7/+24
2011-03-09xen/p2m/m2p/gnttab: do not add failed grant maps to m2p overrideIan Campbell1-0/+4
2011-02-14xen-gntdev: Support mapping in HVM domainsDaniel De Graaf1-0/+6
2011-01-11xen p2m: clear the old pte when adding a page to m2p_overrideJeremy Fitzhardinge1-3/+13
2011-01-11xen: introduce gnttab_map_refs and gnttab_unmap_refsStefano Stabellini1-0/+36
2010-07-22xen: Xen PCI platform device driver.Stefano Stabellini1-10/+67
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-11-04xen: move Xen-testing predicates to common headerJeremy Fitzhardinge1-0/+1
2008-12-16xen: clean up asm/xen/hypervisor.hJeremy Fitzhardinge1-0/+1
2008-08-20xen: clean up domain mode predicatesJeremy Fitzhardinge1-1/+1
2008-05-27xen: implement save/restoreJeremy Fitzhardinge1-2/+2
2008-04-24xen: make grant table arch portableIsaku Yamahata1-32/+3
2008-04-24xen: replace callers of alloc_vm_area()/free_vm_area() with xen_ prefixed oneIsaku Yamahata1-1/+1
2008-04-24xen: add missing definitions for xen grant table which ia64/xen needsIsaku Yamahata1-1/+1
2008-04-04xen: fix grant table bugMichael Abd-El-Malek1-6/+10
2007-07-18xen: Add grant table supportJeremy Fitzhardinge1-0/+582