index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
xen
/
grant-table.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xen/grant-table: Avoid m2p_override during mapping
Zoltan Kiss
2014-01-31
1
-13
/
+76
*
xen/gnttab: Use phys_addr_t to describe the grant frame base address
Julien Grall
2014-01-30
1
-3
/
+3
*
xen/grant-table: Force to use v1 of grants.
Konrad Rzeszutek Wilk
2014-01-06
1
-4
/
+2
*
xen/pvh: Piggyback on PVHVM for grant driver (v4)
Konrad Rzeszutek Wilk
2014-01-06
1
-4
/
+5
*
xen/grant: Implement an grant frame array struct (v3).
Konrad Rzeszutek Wilk
2014-01-06
1
-7
/
+51
*
xen/grant-table: Refactor gnttab_init
Konrad Rzeszutek Wilk
2014-01-06
1
-8
/
+2
*
xen/grants: Remove gnttab_max_grant_frames dependency on gnttab_init.
Konrad Rzeszutek Wilk
2014-01-06
1
-3
/
+6
*
XEN: Grant table address, xen_hvm_resume_frames, is a phys_addr not a pfn
Eric Trudeau
2013-12-04
1
-1
/
+2
*
xen/gnttab: leave lazy MMU mode in the case of a m2p override failure
Matt Wilson
2013-11-26
1
-2
/
+4
*
grant-table: call set_phys_to_machine after mapping grant refs
Stefano Stabellini
2013-10-25
1
-2
/
+17
*
xen-gnt: prevent adding duplicate gnt callbacks
Roger Pau Monne
2013-08-09
1
-2
/
+11
*
xen: Convert printks to pr_<level>
Joe Perches
2013-06-28
1
-9
/
+8
*
xen: introduce xen_remap, use it instead of ioremap
Stefano Stabellini
2013-02-19
1
-1
/
+1
*
Merge tag 'stable/for-linus-3.8-rc3-tag' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2013-01-18
1
-19
/
+29
|
\
|
*
xen/grant-table: correctly initialize grant table version 1
Matt Wilson
2013-01-15
1
-19
/
+29
*
|
Drivers: xen: remove __dev* attributes.
Greg Kroah-Hartman
2013-01-03
1
-1
/
+1
|
/
*
Merge commit 'v3.7-rc1' into stable/for-linus-3.7
Konrad Rzeszutek Wilk
2012-10-19
1
-2
/
+4
|
\
|
*
Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2012-10-02
1
-7
/
+60
|
|
\
|
*
|
xen/m2p: do not reuse kmap_op->dev_bus_addr
Stefano Stabellini
2012-09-12
1
-2
/
+4
*
|
|
xen: grant: use xen_pfn_t type for frame_list.
Ian Campbell
2012-10-19
1
-4
/
+4
|
|
/
|
/
|
*
|
xen/gndev: Xen backend support for paged out grant targets V4.
Andres Lagar-Cavilla
2012-09-21
1
-0
/
+53
*
|
xen/apic/xenbus/swiotlb/pcifront/grant/tmem: Make functions or variables static.
Konrad Rzeszutek Wilk
2012-08-21
1
-7
/
+6
*
|
xen: missing includes
Stefano Stabellini
2012-08-21
1
-0
/
+1
|
/
*
Merge tag 'stable/for-linus-3.5-rc0-tag' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2012-05-24
1
-10
/
+115
|
\
|
*
xen: enter/exit lazy_mmu_mode around m2p_override calls
Stefano Stabellini
2012-05-07
1
-0
/
+19
|
*
xen/gnttab: add deferred freeing logic
Jan Beulich
2012-04-17
1
-10
/
+96
*
|
Merge commit 'c104f1fa1ecf4ee0fc06e31b1f77630b2551be81' into stable/for-linus...
Konrad Rzeszutek Wilk
2012-04-18
1
-2
/
+5
|
\
\
|
|
/
|
*
xen/granttable: Disable grant v2 for HVM domains.
Konrad Rzeszutek Wilk
2012-01-27
1
-2
/
+5
*
|
xen/grant-table: add error-handling code on failure of gnttab_resume
Julia Lawall
2012-04-17
1
-4
/
+9
|
/
*
xen/grant-table: Support mappings required by blkback
Daniel De Graaf
2011-12-20
1
-19
/
+5
*
xen/granttable: Support transitive grants
Annie Li
2011-12-16
1
-0
/
+70
*
xen/granttable: Support sub-page grants
Annie Li
2011-12-16
1
-0
/
+72
*
xen/granttable: Improve comments for function pointers
Annie Li
2011-12-16
1
-24
/
+24
*
xen/granttable: Keep code format clean
Annie Li
2011-11-22
1
-4
/
+3
*
xen/granttable: Grant tables V2 implementation
Annie Li
2011-11-22
1
-4
/
+167
*
xen/granttable: Refactor some code
Annie Li
2011-11-22
1
-5
/
+10
*
xen/granttable: Introducing grant table V2 stucture
Annie Li
2011-11-22
1
-40
/
+141
*
Merge branch 'stable/cleanups-3.2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2011-11-06
1
-1
/
+1
|
\
|
*
Xen: fix braces coding style issue in gntdev.c and grant-table.c
Ruslan Pisarev
2011-07-26
1
-1
/
+1
*
|
xen: modify kernel mappings corresponding to granted pages
Stefano Stabellini
2011-09-29
1
-3
/
+3
*
|
xen/grant: Fix compile warning.
Konrad Rzeszutek Wilk
2011-07-26
1
-1
/
+1
|
/
*
xen/p2m/m2p/gnttab: Support GNTMAP_host_map in the M2P override.
Konrad Rzeszutek Wilk
2011-04-18
1
-7
/
+24
*
xen/p2m/m2p/gnttab: do not add failed grant maps to m2p override
Ian Campbell
2011-03-09
1
-0
/
+4
*
xen-gntdev: Support mapping in HVM domains
Daniel De Graaf
2011-02-14
1
-0
/
+6
*
xen p2m: clear the old pte when adding a page to m2p_override
Jeremy Fitzhardinge
2011-01-11
1
-3
/
+13
*
xen: introduce gnttab_map_refs and gnttab_unmap_refs
Stefano Stabellini
2011-01-11
1
-0
/
+36
*
xen: Xen PCI platform device driver.
Stefano Stabellini
2010-07-22
1
-10
/
+67
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
xen: move Xen-testing predicates to common header
Jeremy Fitzhardinge
2009-11-04
1
-0
/
+1
*
xen: clean up asm/xen/hypervisor.h
Jeremy Fitzhardinge
2008-12-16
1
-0
/
+1
[next]