summaryrefslogtreecommitdiff
path: root/drivers/vfio/Makefile
AgeCommit message (Expand)Author
2023-12-04vfio/migration: Add debugfs to live migration driverLongfang Liu
2023-10-24vfio: Move iova_bitmap into iommufdJoao Martins
2023-07-25vfio: Compile vfio_group infrastructure optionallyYi Liu
2023-07-25vfio: Add cdev for vfio_deviceYi Liu
2023-06-16vfio/cdx: add support for CDX busNipun Gupta
2023-06-16vfio/platform: Cleanup KconfigAlex Williamson
2023-06-16vfio/pci: Cleanup KconfigAlex Williamson
2022-12-15Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2022-12-05vfio: Fold vfio_virqfd.ko into vfio.koJason Gunthorpe
2022-12-05vfio: Move vfio_spapr_iommu_eeh_ioctl into vfio_iommu_spapr_tce.cJason Gunthorpe
2022-12-05vfio: Move vfio group specific code into group.cYi Liu
2022-12-02vfio: Make vfio_container optionally compiledJason Gunthorpe
2022-12-02vfio-iommufd: Support iommufd for physical VFIO devicesJason Gunthorpe
2022-09-22vfio: Move container code into drivers/vfio/container.cJason Gunthorpe
2022-09-08vfio: Add an IOVA bitmap supportJoao Martins
2022-08-08vfio: Move vfio.c to vfio_main.cJason Gunthorpe
2020-10-07vfio/fsl-mc: Add VFIO framework skeleton for fsl-mc devicesBharat Bhushan
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-11-17vfio: Mediated device Core driverKirti Wankhede
2015-03-17vfio: Split virqfd into a separate module for vfio bus driversAlex Williamson
2015-03-16vfio: initialize the virqfd workqueue in VFIO generic codeAntonios Motakis
2015-03-16vfio: platform: add the VFIO PLATFORM module to KconfigAntonios Motakis
2014-08-08drivers/vfio: Fix EEH build errorGavin Shan
2014-08-05drivers/vfio: EEH support for VFIO PCI deviceGavin Shan
2013-06-20powerpc/vfio: Implement IOMMU driver for VFIOAlexey Kardashevskiy
2012-07-31vfio: Type1 IOMMU implementationAlex Williamson
2012-07-31vfio: VFIO coreAlex Williamson
href='/distro/kernel/commit/include/crypto/internal?h=linux-5.16.y&id=fdfad1fffc2aa199fb447c152a00a5e383a5b973'>crypto: shash - introduce crypto_grab_shash()Eric Biggers 2020-01-09crypto: akcipher - pass instance to crypto_grab_akcipher()Eric Biggers 2020-01-09crypto: aead - pass instance to crypto_grab_aead()Eric Biggers 2020-01-09crypto: skcipher - pass instance to crypto_grab_skcipher()Eric Biggers 2020-01-09crypto: ahash - make struct ahash_instance be the full sizeEric Biggers 2020-01-09crypto: shash - make struct shash_instance be the full sizeEric Biggers 2020-01-09crypto: remove CRYPTO_TFM_RES_WEAK_KEYEric Biggers 2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers 2020-01-09crypto: skcipher - remove skcipher_walk_aead()Eric Biggers 2019-12-27crypto: skcipher - Add skcipher_ialg_simple helperHerbert Xu 2019-12-20crypto: algapi - make unregistration functions return voidEric Biggers 2019-12-11crypto: hmac - Use init_tfm/exit_tfm interfaceHerbert Xu 2019-12-11crypto: chacha - fix warning message in header fileValdis Klētnieks 2019-12-11crypto: aead - move crypto_aead_maxauthsize() to <crypto/aead.h>Eric Biggers 2019-12-11crypto: shash - allow essiv and hmac to use OPTIONAL_KEY algorithmsEric Biggers