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
/
vfio
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-12
Merge tag 'vfio-v6.1-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
28
-1757
/
+4088
2022-10-07
vfio: More vfio_file_is_group() use cases
Alex Williamson
1
-3
/
+3
2022-10-07
vfio: Make the group FD disassociate from the iommu_group
Jason Gunthorpe
2
-24
/
+44
2022-10-07
vfio: Hold a reference to the iommu_group in kvm for SPAPR
Jason Gunthorpe
1
-2
/
+4
2022-10-07
vfio: Add vfio_file_is_group()
Jason Gunthorpe
2
-2
/
+16
2022-10-04
vfio: Change vfio_group->group_rwsem to a mutex
Jason Gunthorpe
3
-29
/
+30
2022-10-04
vfio: Remove the vfio_group->users and users_comp
Jason Gunthorpe
2
-28
/
+20
2022-10-04
vfio/mdev: add mdev available instance checking to the core
Jason Gunthorpe
2
-4
/
+23
2022-10-04
vfio/mdev: consolidate all the description sysfs into the core code
Christoph Hellwig
2
-9
/
+33
2022-10-04
vfio/mdev: consolidate all the available_instance sysfs into the core code
Christoph Hellwig
1
-0
/
+11
2022-10-04
vfio/mdev: consolidate all the name sysfs into the core code
Christoph Hellwig
1
-0
/
+10
2022-10-04
vfio/mdev: consolidate all the device_api sysfs into the core code
Jason Gunthorpe
2
-11
/
+28
2022-10-04
vfio/mdev: remove mtype_get_parent_dev
Christoph Hellwig
1
-10
/
+0
2022-10-04
vfio/mdev: remove mdev_parent_dev
Christoph Hellwig
1
-6
/
+0
2022-10-04
vfio/mdev: unexport mdev_bus_type
Christoph Hellwig
2
-1
/
+1
2022-10-04
vfio/mdev: remove mdev_from_dev
Christoph Hellwig
1
-4
/
+2
2022-10-04
vfio/mdev: simplify mdev_type handling
Christoph Hellwig
4
-105
/
+30
2022-10-04
vfio/mdev: embedd struct mdev_parent in the parent data structure
Christoph Hellwig
3
-123
/
+24
2022-10-04
vfio/mdev: make mdev.h standalone includable
Christoph Hellwig
3
-5
/
+0
2022-09-27
hisi_acc_vfio_pci: Update some log and comment formats
Longfang Liu
2
-12
/
+12
2022-09-27
hisi_acc_vfio_pci: Remove useless macro definitions
Longfang Liu
1
-1
/
+0
2022-09-27
hisi_acc_vfio_pci: Remove useless function parameter
Longfang Liu
1
-3
/
+5
2022-09-27
hisi_acc_vfio_pci: Fix device data address combination problem
Longfang Liu
1
-4
/
+4
2022-09-27
hisi_acc_vfio_pci: Fixes error return code issue
Longfang Liu
1
-1
/
+1
2022-09-27
vfio: Follow a strict lifetime for struct iommu_group
Jason Gunthorpe
2
-23
/
+53
2022-09-26
Merge branches 'apple/dart', 'arm/mediatek', 'arm/omap', 'arm/smmu', 'virtio'...
Joerg Roedel
1
-1
/
+12
2022-09-22
vfio: Move container code into drivers/vfio/container.c
Jason Gunthorpe
4
-691
/
+728
2022-09-22
vfio: Split the register_device ops call into functions
Jason Gunthorpe
1
-16
/
+23
2022-09-22
vfio: Rename vfio_ioctl_check_extension()
Jason Gunthorpe
1
-5
/
+6
2022-09-22
vfio: Split out container code from the init/cleanup functions
Jason Gunthorpe
1
-18
/
+36
2022-09-22
vfio: Remove #ifdefs around CONFIG_VFIO_NOIOMMU
Jason Gunthorpe
1
-24
/
+19
2022-09-22
vfio: Split the container logic into vfio_container_attach_group()
Jason Gunthorpe
1
-30
/
+48
2022-09-22
vfio: Rename __vfio_group_unset_container()
Jason Gunthorpe
1
-6
/
+5
2022-09-22
vfio: Add header guards and includes to drivers/vfio/vfio.h
Jason Gunthorpe
1
-0
/
+10
2022-09-21
vfio: Add struct device to vfio_device
Yi Liu
1
-11
/
+53
2022-09-21
vfio: Rename vfio_device_put() and vfio_device_try_get()
Kevin Tian
1
-8
/
+9
2022-09-21
vfio/ccw: Use the new device life cycle helpers
Kevin Tian
1
-18
/
+5
2022-09-21
vfio/amba: Use the new device life cycle helpers
Kevin Tian
3
-80
/
+55
2022-09-21
vfio/platform: Use the new device life cycle helpers
Kevin Tian
3
-23
/
+111
2022-09-21
vfio/fsl-mc: Use the new device life cycle helpers
Yi Liu
1
-36
/
+49
2022-09-21
vfio/hisi_acc: Use the new device life cycle helpers
Yi Liu
2
-73
/
+37
2022-09-21
vfio/mlx5: Use the new device life cycle helpers
Yi Liu
1
-14
/
+36
2022-09-21
vfio/pci: Use the new device life cycle helpers
Yi Liu
2
-10
/
+45
2022-09-21
vfio: Add helpers for unifying vfio_device life cycle
Kevin Tian
1
-0
/
+92
2022-09-09
Merge tag 'vfio-v6.0-rc5' of https://github.com/awilliam/linux-vfio
Linus Torvalds
1
-0
/
+12
2022-09-08
vfio/mlx5: Set the driver DMA logging callbacks
Yishai Hadas
3
-3
/
+14
2022-09-08
vfio/mlx5: Manage error scenarios on tracker
Yishai Hadas
2
-2
/
+61
2022-09-08
vfio/mlx5: Report dirty pages from tracker
Yishai Hadas
2
-0
/
+195
2022-09-08
vfio/mlx5: Create and destroy page tracker object
Yishai Hadas
2
-0
/
+148
2022-09-08
vfio/mlx5: Init QP based resources for dirty tracking
Yishai Hadas
2
-12
/
+636
[next]