summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* vfio/ccw: Add kmap_local_page() for memcpyNicolin Chen2022-07-251-3/+6
* vfio: Rename user_iova of vfio_dma_rw()Nicolin Chen2022-07-251-3/+3
* vfio/ccw: Change pa_pfn list to pa_iova listNicolin Chen2022-07-251-71/+64
* vfio/ap: Change saved_pfn to saved_iovaNicolin Chen2022-07-252-27/+19
* vfio: Pass in starting IOVA to vfio_pin/unpin_pages APINicolin Chen2022-07-256-44/+33
* vfio/ccw: Only pass in contiguous pagesNicolin Chen2022-07-231-14/+56
* vfio/ap: Pass in physical address of ind to ap_aqic()Nicolin Chen2022-07-232-4/+5
* drm/i915/gvt: Replace roundup with DIV_ROUND_UPNicolin Chen2022-07-231-5/+2
* vfio: Make vfio_unpin_pages() return voidNicolin Chen2022-07-234-28/+15
* vfio/spapr_tce: Fix the commentAlexey Kardashevskiy2022-07-231-1/+4
* vfio: Replace the iommu notifier with a device listJason Gunthorpe2022-07-203-76/+80
* vfio: Replace the DMA unmapping notifier with a callbackJason Gunthorpe2022-07-208-223/+82
*-. Merge branches 'v5.20/vfio/spapr_tce-unused-arg-v1', 'v5.20/vfio/comment-typo...Alex Williamson2022-07-076-121/+126
|\ \
| | * vfio/ccw: Move FSM open/close to MDEV open/closeEric Farman2022-07-073-32/+39
| | * vfio/ccw: Refactor vfio_ccw_mdev_resetEric Farman2022-07-071-14/+10
| | * vfio/ccw: Create a CLOSE FSM eventEric Farman2022-07-074-24/+34
| | * vfio/ccw: Create an OPEN FSM EventEric Farman2022-07-073-7/+24
| | * vfio/ccw: Update trace data for not operational eventEric Farman2022-07-071-2/+6
| | * vfio/ccw: Flatten MDEV device (un)registerEric Farman2022-07-073-15/+2
| | * vfio/ccw: Pass enum to FSM event jumptableEric Farman2022-07-071-1/+1
| | * vfio/ccw: Remove private->mdevEric Farman2022-07-073-6/+0
| | * vfio/ccw: Do not change FSM state in subchannel eventEric Farman2022-07-071-11/+3
| | * vfio/ccw: Fix FSM state if mdev probe failsEric Farman2022-07-072-3/+4
| | * vfio/ccw: Remove UUID from s390 debug logMichael Kawano2022-07-073-21/+18
| * | vfio/pci: fix the wrong wordBo Liu2022-07-061-1/+1
| |/
* / vfio/spapr_tce: Remove the unused parameters containerDeming Wang2022-07-071-5/+4
|/
*---------. Merge branches 'v5.20/vfio/migration-enhancements-v3', 'v5.20/vfio/simplify-b...Alex Williamson2022-06-302-32/+36
|\ \ \ \ \ \
| | | | | | * vfio: Move "device->open_count--" out of group_rwsem in vfio_device_open()Yi Liu2022-06-301-1/+1
| | | | | * | vfio: remove useless judgementLi Zhe2022-06-301-6/+0
| | | | | |/
| | | | * / vfio: Clear the caps->buf to NULL after freeSchspa Shi2022-06-301-0/+1
| | | | |/
| | | * / vfio: check iommu_group_set_name() return valueLiam Ni2022-06-301-1/+3
| | | |/
| | * / vfio: check vfio_register_iommu_driver() return valueBo Liu2022-06-271-3/+7
| | |/
| * | vfio: Use device_iommu_capable()Robin Murphy2022-06-271-1/+1
| * | vfio/type1: Simplify bus_type determinationRobin Murphy2022-06-271-20/+23
| |/
* | vfio: Split migration ops from main device opsYishai Hadas2022-06-306-14/+31
* | vfio/mlx5: Protect mlx5vf_disable_fds() upon close deviceYishai Hadas2022-06-303-1/+12
|/
* vfio: de-extern-ify function prototypesAlex Williamson2022-06-274-21/+20
* Merge tag 'soc-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2022-06-2615-75/+117
|\
| * Merge tag 'memory-controller-drv-fixes-5.19' of git://git.kernel.org/pub/scm/...Arnd Bergmann2022-06-243-12/+23
| |\
| | * memory: samsung: exynos5422-dmc: Fix refcount leak in of_get_dram_timingsMiaoqian Lin2022-06-061-11/+18
| | * memory: mtk-smi: add missing put_device() call in mtk_smi_device_link_commonMiaoqian Lin2022-06-061-1/+4
| | * memory: omap-gpmc: OMAP_GPMC should depend on ARCH_OMAP2PLUS || ARCH_KEYSTONE...Geert Uytterhoeven2022-06-061-0/+1
| * | bus: bt1-axi: Don't print error on -EPROBE_DEFERSerge Semin2022-06-141-8/+6
| * | bus: bt1-apb: Don't print error on -EPROBE_DEFERSerge Semin2022-06-141-8/+6
| * | Merge tag 'arm-soc/for-5.19/drivers-fixes' of https://github.com/Broadcom/stb...Arnd Bergmann2022-06-141-0/+1
| |\ \
| | * | soc: bcm: brcmstb: pm: pm-arm: Fix refcount leak in brcmstb_pm_probeMiaoqian Lin2022-06-081-0/+1
| | |/
| * | Merge tag 'scmi-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2022-06-148-46/+80
| |\ \
| | * | firmware: arm_scmi: Fix incorrect error propagation in scmi_voltage_descripto...Ludvig Pärsson2022-06-121-7/+2
| | * | firmware: arm_scmi: Avoid using extended string-buffers sizes if not necessaryCristian Marussi2022-06-108-13/+11
| | * | firmware: arm_scmi: Fix SENSOR_AXIS_NAME_GET behaviour when unsupportedCristian Marussi2022-06-101-10/+46