index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
vfio
/
vfio_iommu_type1.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm, tree-wide: rename put_user_page*() to unpin_user_page*()
John Hubbard
2020-01-31
1
-1
/
+1
*
vfio, mm: pin_user_pages (FOLL_PIN) and put_user_page() conversion
John Hubbard
2020-01-31
1
-4
/
+3
*
vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call
John Hubbard
2020-01-31
1
-25
/
+5
*
Merge tag 'vfio-v5.5-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
2019-12-07
1
-22
/
+4
|
\
|
*
vfio/type1: remove hugepage checks in is_invalid_reserved_pfn()
Ben Luo
2019-10-18
1
-22
/
+4
*
|
vfio/type1: Initialize resv_msi_base
Joerg Roedel
2019-10-15
1
-1
/
+1
|
/
*
vfio/type1: untag user pointers in vaddr_get_pfn
Andrey Konovalov
2019-09-25
1
-0
/
+2
*
Merge tag 'vfio-v5.4-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
2019-09-20
1
-12
/
+506
|
\
|
*
vfio/type1: remove duplicate retrieval of reserved regions
Shameer Kolothum
2019-08-19
1
-9
/
+6
|
*
vfio/type1: Add IOVA range capability support
Shameer Kolothum
2019-08-19
1
-0
/
+101
|
*
vfio/type1: check dma map request is within a valid iova range
Shameer Kolothum
2019-08-19
1
-0
/
+26
|
*
vfio/type1: Update iova list on detach
Shameer Kolothum
2019-08-19
1
-0
/
+94
|
*
vfio/type1: Check reserved region conflict and update iova list
Shameer Kolothum
2019-08-19
1
-0
/
+98
|
*
vfio/type1: Introduce iova list and add iommu aperture validity check
Shameer Kolothum
2019-08-19
1
-3
/
+181
*
|
iommu: Introduce struct iommu_iotlb_gather for batching TLB flushes
Will Deacon
2019-07-24
1
-9
/
+17
*
|
iommu: Remove empty iommu_tlb_range_add() callback from iommu_ops
Will Deacon
2019-07-24
1
-1
/
+0
|
/
*
mm: add account_locked_vm utility function
Daniel Jordan
2019-07-16
1
-15
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERM
Ira Weiny
2019-05-14
1
-1
/
+2
*
vfio/type1: Handle different mdev isolation type
Lu Baolu
2019-04-12
1
-13
/
+42
*
vfio/type1: Add domain at(de)taching group helpers
Lu Baolu
2019-04-12
1
-7
/
+77
*
vfio/type1: Limit DMA mappings per container
Alex Williamson
2019-04-03
1
-0
/
+14
*
vfio/type1: Fix unmap overflow off-by-one
Alex Williamson
2019-01-08
1
-1
/
+1
*
vfio/type1: Remove map_try_harder() code path
Joerg Roedel
2018-11-15
1
-31
/
+2
*
vfio: Mark expected switch fall-throughs
Gustavo A. R. Silva
2018-08-06
1
-0
/
+1
*
vfio: Use get_user_pages_longterm correctly
Jason Gunthorpe
2018-06-30
1
-9
/
+7
*
vfio/type1: Fix task tracking for QEMU vCPU hotplug
Alex Williamson
2018-06-08
1
-26
/
+47
*
Revert "vfio/type1: Improve memory pinning process for raw PFN mapping"
Alex Williamson
2018-06-02
1
-15
/
+10
*
vfio/type1: Improve memory pinning process for raw PFN mapping
Jason Cai (Xiang Feng)
2018-03-22
1
-10
/
+15
*
vfio/type1: Adopt fast IOTLB flush interface when unmap IOVAs
Suravee Suthikulpanit
2018-03-21
1
-11
/
+115
*
vfio: disable filesystem-dax page pinning
Dan Williams
2018-03-02
1
-3
/
+15
*
vfio/type1: silence integer overflow warning
Dan Carpenter
2017-10-20
1
-0
/
+3
*
vfio/type1: Give hardware MSI regions precedence
Robin Murphy
2017-08-10
1
-2
/
+10
*
vfio/type1: Cope with hardware MSI reserved regions
Robin Murphy
2017-08-10
1
-2
/
+2
*
vfio/type1: Reduce repetitive calls in vfio_pin_pages_remote()
Alex Williamson
2017-04-18
1
-6
/
+11
*
vfio/type1: Prune vfio_pin_page_external()
Alex Williamson
2017-04-18
1
-27
/
+8
*
vfio/type1: Remove locked page accounting workqueue
Alex Williamson
2017-04-13
1
-59
/
+51
*
iommu: Disambiguate MSI region types
Robin Murphy
2017-03-22
1
-4
/
+3
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-1
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
vfio/type1: Fix error return code in vfio_iommu_type1_attach_group()
Wei Yongjun
2017-02-10
1
-2
/
+5
*
Merge branch 'iommu/guest-msi' of git://git.kernel.org/pub/scm/linux/kernel/g...
Joerg Roedel
2017-01-30
1
-2
/
+35
|
\
|
*
vfio/type1: Check MSI remapping at irq domain level
Eric Auger
2017-01-23
1
-3
/
+6
|
*
vfio/type1: Allow transparent MSI IOVA allocation
Eric Auger
2017-01-23
1
-0
/
+30
*
|
vfio/type1: Remove pid_namespace.h include
Alex Williamson
2017-01-13
1
-1
/
+0
*
|
vfio iommu type1: fix the testing of capability for remote task
Jike Song
2017-01-12
1
-2
/
+1
|
/
*
vfio/type1: Restore mapping performance with mdev support
Alex Williamson
2016-12-30
1
-47
/
+51
*
mm: add locked parameter to get_user_pages_remote()
Lorenzo Stoakes
2016-12-14
1
-1
/
+1
*
vfio iommu type1: Fix size argument to vfio_find_dma() in pin_pages/unpin_pages
Kirti Wankhede
2016-12-06
1
-3
/
+3
*
vfio iommu type1: Fix size argument to vfio_find_dma() during DMA UNMAP.
Kirti Wankhede
2016-12-06
1
-1
/
+1
[next]