Merge branch 'work.file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux-2.6-microblaze.git] / drivers / vfio / mdev /
2021-05-03 Linus TorvaldsMerge branch 'work.file' of git://git./linux/kernel...
2021-05-02 Linus TorvaldsMerge tag 'for-linus-5.13-ofs-1' of git://git./linux...
2021-05-02 Linus TorvaldsMerge branch 'work.misc' of git://git./linux/kernel...
2021-05-02 Linus TorvaldsMerge branch 'work.ecryptfs' of git://git./linux/kernel...
2021-05-02 Linus TorvaldsMerge tag 'landlock_v34' of git://git./linux/kernel...
2021-05-01 Linus TorvaldsMerge tag 'integrity-v5.13' of git://git./linux/kernel...
2021-05-01 Linus TorvaldsMerge tag 'perf-tools-for-v5.13-2021-04-29' of git...
2021-05-01 Linus TorvaldsMerge tag 'for-5.13/dm-changes' of git://git./linux...
2021-05-01 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2021-05-01 Linus TorvaldsMerge tag 'iommu-updates-v5.13' of git://git./linux...
2021-05-01 Linus TorvaldsMerge tag 'for-linus' of git://git./linux/kernel/git...
2021-04-30 Linus TorvaldsMerge tag 'ext4_for_linus' of git://git./linux/kernel...
2021-04-30 Linus TorvaldsMerge tag 'dlm-5.13' of git://git./linux/kernel/git...
2021-04-30 Linus TorvaldsMerge tag 'fuse-update-5.13' of git://git./linux/kernel...
2021-04-30 Linus TorvaldsMerge tag 'ovl-update-5.13' of git://git./linux/kernel...
2021-04-30 Linus TorvaldsMerge tag 'pinctrl-v5.13-1' of git://git./linux/kernel...
2021-04-30 Linus TorvaldsMerge branch 'i2c/for-5.13' of git://git./linux/kernel...
2021-04-30 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2021-04-30 Linus TorvaldsMerge tag 'sound-5.13-rc1' of git://git./linux/kernel...
2021-04-30 Linus TorvaldsMerge tag 'drm-next-2021-04-30' of git://anongit.freede...
2021-04-30 Linus TorvaldsMerge tag 'modules-for-v5.13' of git://git./linux/kerne...
2021-04-30 Linus TorvaldsMerge tag 'powerpc-5.13-1' of git://git./linux/kernel...
2021-04-30 Linus TorvaldsMerge tag 'xtensa-20210429' of git://github.com/jcmvbkb...
2021-04-29 Linus TorvaldsMerge tag 'kconfig-v5.13' of git://git./linux/kernel...
2021-04-29 Linus TorvaldsMerge tag 'kbuild-v5.13' of git://git./linux/kernel...
2021-04-29 Linus TorvaldsMerge tag 'net-next-5.13' of git://git./linux/kernel...
2021-04-29 Linus TorvaldsMerge tag 'x86-mm-2021-04-29' of git://git./linux/kerne...
2021-04-29 Linus TorvaldsMerge tag 'microblaze-v5.13' of git://git.monstr.eu...
2021-04-29 Linus TorvaldsMerge tag 'mips_5.13' of git://git./linux/kernel/git...
2021-04-29 Linus TorvaldsMerge tag 'fsnotify_for_v5.13-rc1' of git://git./linux...
2021-04-29 Linus TorvaldsMerge tag 'for_v5.13-rc1' of git://git./linux/kernel...
2021-04-29 Linus TorvaldsMerge tag 'xfs-5.13-merge-3' of git://git./fs/xfs/xfs...
2021-04-29 Linus TorvaldsMerge tag 'gfs2-for-5.13' of git://git./linux/kernel...
2021-04-29 Linus TorvaldsMerge tag 'exfat-for-5.13-rc1' of git://git./linux...
2021-04-29 Linus TorvaldsMerge tag 'scsi-misc' of git://git./linux/kernel/git...
2021-04-29 Linus TorvaldsMerge tag 'vfio-v5.13-rc1' of git://github.com/awilliam...
2021-04-26 Linus TorvaldsMerge branch 'dmi-for-linus' of git://git./linux/kernel...
2021-04-12 Jason Gunthorpevfio/mdev: Correct the function signatures for the...
2021-04-12 Jason Gunthorpevfio/mdev: Remove kobj from mdev_parent_ops->create()
2021-04-07 Jason Gunthorpevfio/mdev: Add mdev/mtype_get_type_group_id()
2021-04-07 Jason Gunthorpevfio/mdev: Remove duplicate storage of parent in mdev_d...
2021-04-07 Jason Gunthorpevfio/mdev: Add missing error handling to dev_set_name()
2021-04-07 Jason Gunthorpevfio/mdev: Reorganize mdev_device_create()
2021-04-07 Jason Gunthorpevfio/mdev: Add missing reference counting to mdev_type
2021-04-07 Jason Gunthorpevfio/mdev: Expose mdev_get/put_parent to mdev_private.h
2021-04-07 Jason Gunthorpevfio/mdev: Use struct mdev_type in struct mdev_device
2021-04-07 Jason Gunthorpevfio/mdev: Simplify driver registration
2021-04-07 Jason Gunthorpevfio/mdev: Add missing typesafety around mdev_device
2021-04-07 Jason Gunthorpevfio/mdev: Do not allow a mdev_type to have a NULL...
2021-04-06 Alex WilliamsonMerge branches 'v5.13/vfio/embed-vfio_device', 'v5...
2021-04-06 Jason Gunthorpevfio: Remove device_data from the vfio bus driver API
2021-04-06 Jason Gunthorpevfio: Make vfio_device_ops pass a 'struct vfio_device...
2021-04-06 Jason Gunthorpevfio/mdev: Make to_mdev_device() into a static inline
2021-04-06 Jason Gunthorpevfio/mdev: Use vfio_init/register/unregister_group_dev
2021-04-06 Zhen Leivfio/mdev: Fix spelling mistake "interal" -> "internal"
2021-04-01 Paolo BonziniMerge branch 'kvm-fix-svm-races' into HEAD
2021-04-01 Paolo BonziniMerge branch 'kvm-fix-svm-races' into kvm-master
2021-02-25 Linus TorvaldsMerge tag 'pwm/for-5.12-rc1' of git://git./linux/kernel...
2021-02-24 Stefan SchmidtMerge remote-tracking branch 'net/master'
2021-02-23 Linus TorvaldsMerge git://git./linux/kernel/git/davem/sparc
2021-02-23 Jiri KosinaMerge branch 'for-5.12/uclogic' into for-linus
2021-02-23 Jiri KosinaMerge branch 'for-5.12/intel-ish' into for-linus
2021-02-23 Jiri KosinaMerge branch 'for-5.12/google' into for-linus
2021-02-23 Dmitry TorokhovMerge branch 'next' into for-linus
2021-02-23 Dmitry TorokhovMerge tag 'v5.11' into next
2021-02-22 Linus TorvaldsMerge tag 'livepatching-for-5.12' of git://git./linux...
2021-02-22 Petr MladekMerge branch 'printk-rework' into for-linus
2021-02-15 Rafael J. WysockiMerge branches 'powercap' and 'pm-misc'
2021-02-13 Linus TorvaldsMerge tag 'for-5.11-rc7-tag' of git://git./linux/kernel...
2021-02-12 Linus TorvaldsMerge tag 'for-linus-5.11-rc8-tag' of git://git./linux...
2021-02-12 Marc ZyngierMerge tag 'kvmarm-fixes-5.11-2' into kvmarm-master...
2021-02-11 David S. MillerMerge branch 'for-upstream' of git://git./linux/kern
2021-02-10 Thomas GleixnerMerge tag 'timers-v5.12-rc1' of https://git.linaro...
2021-02-06 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2021-02-02 Russell KingMerge tag 'amba-make-remove-return-void' of https:...
2021-01-29 Linus TorvaldsMerge tag 'for-5.11-rc5-tag' of git://git./linux/kernel...
2021-01-28 Linus TorvaldsMerge tag 'for-linus-5.11-rc6-tag' of git://git./linux...
2021-01-28 Paolo BonziniMerge tag 'kvmarm-fixes-5.11-3' of git://git./linux...
2021-01-28 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2021-01-25 Paolo BonziniMerge tag 'kvmarm-fixes-5.11-2' of git://git./linux...
2021-01-25 Petr MladekMerge branch 'printk-rework' into for-linus
2021-01-22 Paul E. McKenneyMerge branches 'doc.2021.01.06a', 'fixes.2021.01.04b...
2021-01-21 Jakub KicinskiMerge branch 'master' of git://git./linux/kernel/git...
2021-01-21 Petr MladekMerge branch 'printk-rework' into for-linus
2021-01-21 Joonas LahtinenMerge tag 'gvt-gt-next-2021-01-18' of https://github...
2021-01-21 Greg Kroah-HartmanMerge branch 'tty-splice' of git://git./linux/kernel...
2021-01-21 Greg Kroah-HartmanMerge 9bb48c82aced ("tty: implement write_iter") into...
2021-01-20 Linus TorvaldsMerge tag 'for-5.11-rc4-tag' of git://git./linux/kernel...
2021-01-20 Linus TorvaldsMerge tag 'for-linus-5.11-rc5-tag' of git://git./linux...
2021-01-20 Daniel VetterMerge tag 'amd-drm-next-5.12-2021-01-20' of https:...
2021-01-18 Tony LindgrenMerge tag 'omap-for-v5.11/dt-late-signed' into omap...
2021-01-15 Linus TorvaldsMerge tag 'ext4_for_linus_stable' of git://git./linux...
2021-01-15 Linus TorvaldsMerge tag 'for-linus-5.11-rc4-tag' of git://git./linux...
2021-01-15 Tony LindgrenMerge branch 'cpuidle-fix' into fixes
2021-01-15 Joonas LahtinenMerge drm/drm-next into drm-intel-gt-next
2021-01-15 Dave AirlieMerge tag 'drm-intel-gt-next-2021-01-14' of git://anong...
2021-01-14 Dave AirlieMerge tag 'amd-drm-next-5.12-2021-01-08' of https:...
2021-01-14 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2021-01-12 Thomas GleixnerMerge tag 'irqchip-fixes-5.11-1' of git://git./linux...
2021-01-11 Linus TorvaldsMerge tag 'for-5.11-rc3-tag' of git://git./linux/kernel...
next