index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
xen
/
gntalloc.c
Age
Commit message (
Expand
)
Author
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
2022-05-27
xen: switch gnttab_end_foreign_access() to take a struct page pointer
Juergen Gross
2022-04-20
xen: Convert kmap() to kmap_local_page()
Alaa Mohamed
2022-03-15
xen/grant-table: remove readonly parameter from functions
Juergen Gross
2022-03-07
xen/gntalloc: don't use gnttab_query_foreign_access()
Juergen Gross
2017-09-13
mm: treewide: remove GFP_TEMPORARY allocation flag
Michal Hocko
2016-12-08
xen: set error code on failures
Pan Bian
2016-07-06
xen: use vma_pages().
Muhammad Falak R Wani
2015-09-10
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-09-10
mm: mark most vm_operations_struct const
Kirill A. Shutemov
2015-09-08
xen: Use correctly the Xen memory terminologies
Julien Grall
2014-09-04
xen/gntalloc: safely delete grefs in add_grefs() undo path
David Vrabel
2014-09-04
xen/gntalloc: fix oops after runnning out of grant refs
David Vrabel
2013-06-28
xen: Convert printks to pr_<level>
Joe Perches
2012-10-09
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
Konstantin Khlebnikov
2012-01-03
xen-gntalloc: introduce missing kfree
Julia Lawall
2011-12-20
Merge commit 'v3.2-rc3' into stable/for-linus-3.3
Konrad Rzeszutek Wilk
2011-12-16
xen/gntalloc: fix reference counts on multi-page mappings
Daniel De Graaf
2011-12-16
xen/gntalloc: release grant references on page free
Daniel De Graaf
2011-11-21
xen/gnt{dev,alloc}: reserve event channels for notify
Daniel De Graaf
2011-11-21
xen/gntalloc: Change gref_lock to a mutex
Daniel De Graaf
2011-11-16
xen-gntalloc: signedness bug in add_grefs()
Dan Carpenter
2011-11-16
xen-gntalloc: integer overflow in gntalloc_ioctl_alloc()
Dan Carpenter
2011-03-09
xen/gntdev,gntalloc: Remove unneeded VM flags
Daniel De Graaf
2011-02-14
xen/gntalloc,gntdev: Add unmap notify ioctl
Daniel De Graaf
2011-02-14
xen-gntalloc: Userspace grant allocation driver
Daniel De Graaf