index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
xen
/
grant-table.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-09
locking/atomic, xen: Use sync_try_cmpxchg() instead of sync_cmpxchg()
Uros Bizjak
1
-6
/
+4
2023-08-21
xen: Fix one kernel-doc comment
Yang Li
1
-1
/
+1
2023-07-27
xen: speed up grant-table reclaim
Demi Marie Obenour
1
-11
/
+29
2022-09-02
xen/grants: prevent integer overflow in gnttab_dma_alloc_pages()
Dan Carpenter
1
-0
/
+3
2022-06-06
xen/grants: support allocating consecutive grants
Juergen Gross
1
-36
/
+215
2022-06-01
xen: replace xen_remap() with memremap()
Juergen Gross
1
-3
/
+3
2022-05-27
xen: switch gnttab_end_foreign_access() to take a struct page pointer
Juergen Gross
1
-4
/
+4
2022-05-19
xen/grant-table: never put a reserved grant on the free list
Juergen Gross
1
-0
/
+4
2022-05-19
xen: update grant_table.h
Juergen Gross
1
-5
/
+3
2022-03-15
xen/grant-table: remove readonly parameter from functions
Juergen Gross
1
-22
/
+16
2022-03-15
xen/grant-table: remove gnttab_*transfer*() functions
Juergen Gross
1
-111
/
+2
2022-03-07
xen/gnttab: fix gnttab_end_foreign_access() without page specified
Juergen Gross
1
-7
/
+29
2022-03-07
xen: remove gnttab_query_foreign_access()
Juergen Gross
1
-25
/
+0
2022-03-07
xen/grant-table: add gnttab_try_end_foreign_access()
Juergen Gross
1
-2
/
+12
2020-12-09
xen: don't use page->lru for ZONE_DEVICE memory
Juergen Gross
1
-7
/
+58
2020-12-09
xen: add helpers for caching grant mapping pages
Juergen Gross
1
-0
/
+72
2020-09-04
xen: add helpers to allocate unpopulated memory
Roger Pau Monne
1
-2
/
+2
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
1
-1
/
+0
2019-12-20
xen/grant-table: remove multiple BUG_ON on gnttab_interface
Aditya Pakki
1
-4
/
+0
2019-10-10
xen/grant-table: remove unnecessary printing
Fuqian Huang
1
-2
/
+1
2018-11-10
Merge tag 'for-linus-4.20a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2018-11-06
xen/grant-table: Fix incorrect gnttab_dma_free_pages() pr_debug message
Liam Merwick
1
-1
/
+1
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-1
/
+1
2018-09-19
xen: issue warning message when out of grant maptrack entries
Juergen Gross
1
-6
/
+21
2018-07-26
xen/grant-table: Allow allocating buffers suitable for DMA
Oleksandr Andrushchenko
1
-0
/
+97
2018-07-26
xen/grant-table: Make set/clear page private code shared
Oleksandr Andrushchenko
1
-19
/
+35
2018-06-23
Merge tag 'for-linus-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2018-06-19
xen/grant-table: Export gnttab_{alloc|free}_pages as GPL
Oleksandr Andrushchenko
1
-2
/
+2
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-3
/
+4
2018-02-06
xen/grant-table: Use put_page instead of free_page
Ross Lagerwall
1
-2
/
+2
2017-11-21
treewide: Switch DEFINE_TIMER callbacks to struct timer_list *
Kees Cook
1
-2
/
+2
2017-11-16
Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-25
/
+219
2017-11-06
xen: select grant interface version
Juergen Gross
1
-2
/
+33
2017-11-06
xen: add grant interface version dependent constants to gnttab_ops
Juergen Gross
1
-30
/
+43
2017-11-06
xen: limit grant v2 interface to the v1 functionality
Juergen Gross
1
-150
/
+0
2017-11-06
xen: re-introduce support for grant v2 interface
Juergen Gross
1
-6
/
+306
2017-10-05
timer: Remove expires and data arguments from DEFINE_TIMER
Kees Cook
1
-1
/
+1
2017-07-23
xen/grant-table: log the lack of grants
Wengang Wang
1
-1
/
+8
2017-02-07
xen/pvh: Initialize grant table for PVH guests
Boris Ostrovsky
1
-4
/
+4
2016-03-21
xen: audit usages of module.h ; remove unnecessary instances
Paul Gortmaker
1
-1
/
+0
2015-12-21
xen/grant-table: constify gnttab_ops structure
Julia Lawall
1
-2
/
+2
2015-10-23
xen/grant-table: Add an helper to iterate over a specific number of grants
Julien Grall
1
-0
/
+22
2015-10-23
xen/grant-table: Make it running on 64KB granularity
Julien Grall
1
-3
/
+3
2015-10-23
xen/grant: Introduce helpers to split a page into grant
Julien Grall
1
-0
/
+26
2015-10-23
xen/balloon: make alloc_xenballoon_pages() always allocate low pages
David Vrabel
1
-1
/
+1
2015-06-17
xen/grant-table: Remove unused macro SPP
Julien Grall
1
-1
/
+0
2015-04-27
xen/grant: introduce func gnttab_unmap_refs_sync()
Bob Liu
1
-0
/
+28
2015-01-28
xen/grant-table: add a mechanism to safely unmap pages that are in use
Jennifer Herbert
1
-0
/
+44
2015-01-28
xen: mark grant mapped pages as foreign
Jennifer Herbert
1
-2
/
+41
2015-01-28
xen/grant-table: add helpers for allocating pages
David Vrabel
1
-0
/
+29
[next]