aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/grant-table.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/linux/kernel/git/konrad/xenLinus 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/linux/kernel/git/konrad/xenLinus 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/linux/kernel/git/konrad/xenLinus 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-3.4Konrad 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/kernel/git/konrad/xenLinus 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 implicit slab.h inclusion from percpu.hTejun 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