index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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: Fix one kernel-doc comment
Yang Li
2023-08-21
1
-1
/
+1
*
xen: speed up grant-table reclaim
Demi Marie Obenour
2023-07-27
1
-11
/
+29
*
xen/grants: prevent integer overflow in gnttab_dma_alloc_pages()
Dan Carpenter
2022-09-02
1
-0
/
+3
*
xen/grants: support allocating consecutive grants
Juergen Gross
2022-06-06
1
-36
/
+215
*
xen: replace xen_remap() with memremap()
Juergen Gross
2022-06-01
1
-3
/
+3
*
xen: switch gnttab_end_foreign_access() to take a struct page pointer
Juergen Gross
2022-05-27
1
-4
/
+4
*
xen/grant-table: never put a reserved grant on the free list
Juergen Gross
2022-05-19
1
-0
/
+4
*
xen: update grant_table.h
Juergen Gross
2022-05-19
1
-5
/
+3
*
xen/grant-table: remove readonly parameter from functions
Juergen Gross
2022-03-15
1
-22
/
+16
*
xen/grant-table: remove gnttab_*transfer*() functions
Juergen Gross
2022-03-15
1
-111
/
+2
*
xen/gnttab: fix gnttab_end_foreign_access() without page specified
Juergen Gross
2022-03-07
1
-7
/
+29
*
xen: remove gnttab_query_foreign_access()
Juergen Gross
2022-03-07
1
-25
/
+0
*
xen/grant-table: add gnttab_try_end_foreign_access()
Juergen Gross
2022-03-07
1
-2
/
+12
*
xen: don't use page->lru for ZONE_DEVICE memory
Juergen Gross
2020-12-09
1
-7
/
+58
*
xen: add helpers for caching grant mapping pages
Juergen Gross
2020-12-09
1
-0
/
+72
*
xen: add helpers to allocate unpopulated memory
Roger Pau Monne
2020-09-04
1
-2
/
+2
*
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-09
1
-1
/
+0
*
xen/grant-table: remove multiple BUG_ON on gnttab_interface
Aditya Pakki
2019-12-20
1
-4
/
+0
*
xen/grant-table: remove unnecessary printing
Fuqian Huang
2019-10-10
1
-2
/
+1
*
Merge tag 'for-linus-4.20a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-11-10
1
-1
/
+1
|
\
|
*
xen/grant-table: Fix incorrect gnttab_dma_free_pages() pr_debug message
Liam Merwick
2018-11-06
1
-1
/
+1
*
|
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-10-31
1
-1
/
+1
|
/
*
xen: issue warning message when out of grant maptrack entries
Juergen Gross
2018-09-19
1
-6
/
+21
*
xen/grant-table: Allow allocating buffers suitable for DMA
Oleksandr Andrushchenko
2018-07-26
1
-0
/
+97
*
xen/grant-table: Make set/clear page private code shared
Oleksandr Andrushchenko
2018-07-26
1
-19
/
+35
*
Merge tag 'for-linus-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2018-06-23
1
-2
/
+2
|
\
|
*
xen/grant-table: Export gnttab_{alloc|free}_pages as GPL
Oleksandr Andrushchenko
2018-06-19
1
-2
/
+2
*
|
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
1
-3
/
+4
|
/
*
xen/grant-table: Use put_page instead of free_page
Ross Lagerwall
2018-02-06
1
-2
/
+2
*
treewide: Switch DEFINE_TIMER callbacks to struct timer_list *
Kees Cook
2017-11-21
1
-2
/
+2
*
Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2017-11-16
1
-25
/
+219
|
\
|
*
xen: select grant interface version
Juergen Gross
2017-11-06
1
-2
/
+33
|
*
xen: add grant interface version dependent constants to gnttab_ops
Juergen Gross
2017-11-06
1
-30
/
+43
|
*
xen: limit grant v2 interface to the v1 functionality
Juergen Gross
2017-11-06
1
-150
/
+0
|
*
xen: re-introduce support for grant v2 interface
Juergen Gross
2017-11-06
1
-6
/
+306
*
|
timer: Remove expires and data arguments from DEFINE_TIMER
Kees Cook
2017-10-05
1
-1
/
+1
|
/
*
xen/grant-table: log the lack of grants
Wengang Wang
2017-07-23
1
-1
/
+8
*
xen/pvh: Initialize grant table for PVH guests
Boris Ostrovsky
2017-02-07
1
-4
/
+4
*
xen: audit usages of module.h ; remove unnecessary instances
Paul Gortmaker
2016-03-21
1
-1
/
+0
*
xen/grant-table: constify gnttab_ops structure
Julia Lawall
2015-12-21
1
-2
/
+2
*
xen/grant-table: Add an helper to iterate over a specific number of grants
Julien Grall
2015-10-23
1
-0
/
+22
*
xen/grant-table: Make it running on 64KB granularity
Julien Grall
2015-10-23
1
-3
/
+3
*
xen/grant: Introduce helpers to split a page into grant
Julien Grall
2015-10-23
1
-0
/
+26
*
xen/balloon: make alloc_xenballoon_pages() always allocate low pages
David Vrabel
2015-10-23
1
-1
/
+1
*
xen/grant-table: Remove unused macro SPP
Julien Grall
2015-06-17
1
-1
/
+0
*
xen/grant: introduce func gnttab_unmap_refs_sync()
Bob Liu
2015-04-27
1
-0
/
+28
*
xen/grant-table: add a mechanism to safely unmap pages that are in use
Jennifer Herbert
2015-01-28
1
-0
/
+44
*
xen: mark grant mapped pages as foreign
Jennifer Herbert
2015-01-28
1
-2
/
+41
*
xen/grant-table: add helpers for allocating pages
David Vrabel
2015-01-28
1
-0
/
+29
*
xen/grant-table: pre-populate kernel unmap ops for xen_gnttab_unmap_refs()
David Vrabel
2015-01-28
1
-2
/
+2
[next]