VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
Date
Commit Message
Rev
Author
2021-07-14
vfio/pci: Handle concurrent vma faults
Alex Williamson
2021-05-24
vfio/platform: fix module_put call in error flow
Max Gurtovoy
2021-05-24
vfio/iommu_type1: Use struct_size() for kzalloc()
Gustavo A. R. Silva
2021-05-24
vfio/pci: zap_vma_ptes() needs MMU
Randy Dunlap
2021-05-24
vfio/pci: Fix error return code in vfio_ecap_init()
Zhen Lei
2021-05-01
Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Linus Torvalds
2021-04-28
Merge tag 'vfio-v5.13-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
2021-04-16
Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unisoc', 'x86/vt-d', 'x86/amd' and 'core' into next
Joerg Roedel
2021-04-14
vfio/iommu_type1: Remove unused pinned_page_dirty_scope in vfio_iommu
Keqian Zhu
2021-04-13
vfio/pci: Add missing range check in vfio_pci_mmap
Christian A. Ehrhardt
2021-04-12
vfio/mdev: Correct the function signatures for the mdev_type_attributes
Jason Gunthorpe
2021-04-12
vfio/mdev: Remove kobj from mdev_parent_ops->create()
Jason Gunthorpe
2021-04-07
vfio/mdev: Add mdev/mtype_get_type_group_id()
Jason Gunthorpe
2021-04-07
vfio/mdev: Remove duplicate storage of parent in mdev_device
Jason Gunthorpe
2021-04-07
vfio/mdev: Add missing error handling to dev_set_name()
Jason Gunthorpe
2021-04-07
vfio/mdev: Reorganize mdev_device_create()
Jason Gunthorpe
2021-04-07
vfio/mdev: Add missing reference counting to mdev_type
Jason Gunthorpe
2021-04-07
vfio/mdev: Expose mdev_get/put_parent to mdev_private.h
Jason Gunthorpe
2021-04-07
vfio/mdev: Use struct mdev_type in struct mdev_device
Jason Gunthorpe
2021-04-07
vfio/mdev: Simplify driver registration
Jason Gunthorpe
2021-04-07
vfio/mdev: Add missing typesafety around mdev_device
Jason Gunthorpe
2021-04-07
vfio/mdev: Do not allow a mdev_type to have a NULL parent pointer
Jason Gunthorpe
2021-04-07
iommu: remove DOMAIN_ATTR_NESTING
Christoph Hellwig
2021-04-07
iommu: remove DOMAIN_ATTR_GEOMETRY
Christoph Hellwig
2021-04-06
Merge branches 'v5.13/vfio/embed-vfio_device', 'v5.13/vfio/misc' and 'v5.13/vfio/nvlink' into v5.13/vfio/next
Alex Williamson
2021-04-06
vfio: Remove device_data from the vfio bus driver API
Jason Gunthorpe
2021-04-06
vfio/pci: Replace uses of vfio_device_data() with container_of
Jason Gunthorpe
2021-04-06
vfio: Make vfio_device_ops pass a 'struct vfio_device *' instead of 'void *'
Jason Gunthorpe
2021-04-06
vfio/mdev: Make to_mdev_device() into a static inline
Jason Gunthorpe
2021-04-06
vfio/mdev: Use vfio_init/register/unregister_group_dev
Jason Gunthorpe
2021-04-06
vfio/pci: Use vfio_init/register/unregister_group_dev
Jason Gunthorpe
2021-04-06
vfio/pci: Re-order vfio_pci_probe()
Jason Gunthorpe
2021-04-06
vfio/pci: Move VGA and VF initialization to functions
Jason Gunthorpe
2021-04-06
vfio/fsl-mc: Use vfio_init/register/unregister_group_dev
Jason Gunthorpe
2021-04-06
vfio/fsl-mc: Re-order vfio_fsl_mc_probe()
Jason Gunthorpe
2021-04-06
vfio/platform: Use vfio_init/register/unregister_group_dev
Jason Gunthorpe
2021-04-06
vfio: Split creation of a vfio_device into init and register ops
Jason Gunthorpe
2021-04-06
vfio: Simplify the lifetime logic for vfio_device
Jason Gunthorpe
2021-04-06
vfio: Remove extra put/gets around vfio_device->group
Jason Gunthorpe
2021-04-06
vfio/pci: remove vfio_pci_nvlink2
Christoph Hellwig
2021-04-06
vfio/type1: Remove the almost unused check in vfio_iommu_type1_unpin_pages
Shenming Lu
2021-04-06
vfio/platform: Fix spelling mistake "registe" -> "register"
Zhen Lei
2021-04-06
vfio/pci: fix a couple of spelling mistakes
Zhen Lei
2021-04-06
vfio/mdev: Fix spelling mistake "interal" -> "internal"
Zhen Lei
2021-04-06
vfio/type1: fix a couple of spelling mistakes
Zhen Lei
2021-04-06
vfio/pci: Add support for opregion v2.1+
Fred Gao
2021-04-06
vfio/pci: Remove an unnecessary blank line in vfio_pci_enable
Zhou Wang
2021-04-06
vfio: pci: Spello fix in the file vfio_pci.c
Bhaskar Chowdhury
2021-03-29
vfio/nvlink: Add missing SPAPR_TCE_IOMMU depends
Jason Gunthorpe
2021-03-25
vfio/type1: Empty batch for pfnmap pages
Daniel Jordan
2021-03-16
vfio/type1: fix vaddr_get_pfns() return in vfio_pin_page_external()
Daniel Jordan
2021-03-16
vfio: Depend on MMU
Jason Gunthorpe
2021-03-16
ARM: amba: Allow some ARM_AMBA users to compile with COMPILE_TEST
Jason Gunthorpe
2021-03-16
vfio-platform: Add COMPILE_TEST to VFIO_PLATFORM
Jason Gunthorpe
2021-03-16
vfio: IOMMU_API should be selected
Jason Gunthorpe
2021-03-16
vfio/type1: fix unmap all on ILP32
Steve Sistare
2021-02-24
Merge tag 'vfio-v5.12-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
2021-02-22
vfio/type1: Batch page pinning
Daniel Jordan
2021-02-22
vfio/type1: Prepare for batched pinning with struct vfio_batch
Daniel Jordan
2021-02-22
vfio/type1: Change success value of vaddr_get_pfn()
Daniel Jordan
2021-02-22
vfio/type1: Use follow_pte()
Alex Williamson
2021-02-19
vfio/pci: remove CONFIG_VFIO_PCI_ZDEV from Kconfig
Max Gurtovoy
2021-02-18
vfio/iommu_type1: Fix duplicate included kthread.h
Tian Tao
2021-02-02
Merge branch 'v5.12/vfio/next-vaddr' into v5.12/vfio/next
Alex Williamson
2021-02-02
vfio-pci/zdev: fix possible segmentation fault issue
Max Gurtovoy
2021-02-02
amba: Make the remove callback return void
Uwe Kleine-König
2021-02-02
vfio: platform: simplify device removal
Uwe Kleine-König
2021-02-01
vfio-pci/zdev: remove unused vdev argument
Max Gurtovoy
2021-02-01
vfio/pci: Fix handling of pci use accessor return codes
Heiner Kallweit
2021-02-01
vfio/iommu_type1: Mantain a counter for non_pinned_groups
Keqian Zhu
2021-02-01
vfio/iommu_type1: Fix some sanity checks in detach group
Keqian Zhu
2021-02-01
vfio/iommu_type1: Populate full dirty when detach non-pinned group
Keqian Zhu
2021-02-01
vfio/type1: block on invalid vaddr
Steve Sistare
2021-02-01
vfio/type1: implement notify callback
Steve Sistare
2021-02-01
vfio: iommu driver notify callback
Steve Sistare
2021-02-01
vfio/type1: implement interfaces to update vaddr
Steve Sistare
2021-02-01
vfio/type1: massage unmap iteration
Steve Sistare
2021-02-01
vfio/type1: implement unmap all
Steve Sistare
2021-02-01
vfio/type1: unmap cleanup
Steve Sistare
2020-12-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-12-16
Merge tag 'vfio-v5.11-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
2020-12-10
vfio/type1: Add vfio_group_iommu_domain()
Lu Baolu
2020-12-10
vfio: platform: Switch to use platform_get_mem_or_io()
Andy Shevchenko
2020-12-03
vfio-mdev: Wire in a request handler for mdev parent
Eric Farman
2020-12-02
vfio/pci/nvlink2: Do not attempt NPU2 setup on POWER8NVL NPU
Alexey Kardashevskiy
2020-12-02
vfio-pci: Use io_remap_pfn_range() for PCI IO memory
Jason Gunthorpe
2020-12-02
vfio/pci: Move dummy_resources_list init in vfio_pci_probe()
Eric Auger
2020-11-15
vfio/virqfd: Drain events from eventfd in virqfd_wakeup()
David Woodhouse
2020-11-03
vfio/pci: Bypass IGD init in case of -ENODEV
Fred Gao
2020-11-03
vfio: platform: fix reference leak in vfio_platform_open
Zhang Qilong
2020-11-03
vfio/pci: Implement ioeventfd thread handler for contended memory lock
Alex Williamson
2020-11-03
vfio/fsl-mc: Make vfio_fsl_mc_irqs_allocate static
Diana Craciun
2020-11-03
vfio/fsl-mc: prevent underflow in vfio_fsl_mc_mmap()
Dan Carpenter
2020-11-02
vfio/fsl-mc: return -EFAULT if copy_to_user() fails
Dan Carpenter
2020-11-02
vfio/type1: Use the new helper to find vfio_group
Zenghui Yu
2020-10-22
Merge tag 'vfio-v5.10-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
2020-10-20
vfio iommu type1: Fix memory leak in vfio_iommu_type1_pin_pages
Xiaoyang Xu
2020-10-19
vfio/pci: Clear token on bypass registration failure
Alex Williamson
2020-10-19
vfio/fsl-mc: fix the return of the uninitialized variable ret
Diana Craciun
2020-10-16
mm: remove the now-unnecessary mmget_still_valid() hack
Jann Horn
2020-10-15
vfio/fsl-mc: Fix the dead code in vfio_fsl_mc_set_irq_trigger
Diana Craciun
2020-10-13
vfio/fsl-mc: Fixed vfio-fsl-mc driver compilation on 32 bit
Diana Craciun
2020-10-12
Merge branches 'v5.10/vfio/fsl-mc-v6' and 'v5.10/vfio/zpci-info-v3' into v5.10/vfio/next
Alex Williamson
2020-10-12
vfio-pci/zdev: Add zPCI capabilities to VFIO_DEVICE_GET_INFO
Matthew Rosato
2020-10-12
vfio/fsl-mc: Add support for device reset
Diana Craciun
2020-10-12
vfio/fsl-mc: Add read/write support for fsl-mc devices
Diana Craciun
2020-10-12
vfio/fsl-mc: trigger an interrupt via eventfd
Diana Craciun
2020-10-12
vfio/fsl-mc: Add irq infrastructure for fsl-mc devices
Diana Craciun
2020-10-12
vfio/fsl-mc: Added lock support in preparation for interrupt handling
Diana Craciun
2020-10-12
vfio/fsl-mc: Allow userspace to MMAP fsl-mc device MMIO regions
Diana Craciun
2020-10-12
vfio/fsl-mc: Implement VFIO_DEVICE_GET_REGION_INFO ioctl call
Diana Craciun
2020-10-12
vfio/fsl-mc: Implement VFIO_DEVICE_GET_INFO ioctl
Diana Craciun
2020-10-12
vfio/fsl-mc: Scan DPRC objects on vfio-fsl-mc driver bind
Diana Craciun
2020-10-07
vfio/fsl-mc: Add VFIO framework skeleton for fsl-mc devices
Bharat Bhushan
2020-09-22
Merge branches 'v5.10/vfio/bardirty', 'v5.10/vfio/dma_avail', 'v5.10/vfio/misc', 'v5.10/vfio/no-cmd-mem' and 'v5.10/vfio/yan_zhao_fixes' into v5.10/vfio/next
Alex Williamson
2020-09-22
vfio/type1: fix dirty bitmap calculation in vfio_dma_rw
Yan Zhao
2020-09-22
vfio: fix a missed vfio group put in vfio_pin_pages
Yan Zhao
2020-09-22
vfio/pci: Decouple PCI_COMMAND_MEMORY bit checks from is_virtfn
Matthew Rosato
2020-09-21
vfio iommu: Add dma available capability
Matthew Rosato
2020-09-21
vfio: add a singleton check for vfio_group_pin_pages
Yan Zhao
2020-09-21
vfio/pci: Don't regenerate vconfig for all BARs if !bardirty
Zenghui Yu
2020-09-21
vfio/pci: Remove redundant declaration of vfio_pci_driver
Zenghui Yu
2020-09-04
iommu: Rename iommu_tlb_* functions to iommu_iotlb_*
Tom Murphy
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-17
vfio/type1: Add proper error unwind for vfio_iommu_replay()
Alex Williamson
2020-08-17
vfio-pci: Avoid recursive read-lock usage
Alex Williamson
2020-08-12
Merge tag 'vfio-v5.9-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
2020-08-12
mm/gup: remove task_struct pointer for all gup code
Peter Xu
2020-07-27
vfio/type1: Refactor vfio_iommu_type1_ioctl()
Liu Yi L
2020-07-27
vfio/pci: Add QAT devices to denylist
Giovanni Cabiddu
2020-07-27
vfio/pci: Add device denylist
Giovanni Cabiddu
2020-07-27
vfio/pci: Hold igate across releasing eventfd contexts
Alex Williamson
2020-07-27
vfio/spapr_tce: convert get_user_pages() --> pin_user_pages()
John Hubbard
2020-07-27
vfio/type1: Add conditional rescheduling after iommu map failed
Xiang Zheng
2020-07-27
vfio/pci: Add Intel X550 to hidden INTx devices
Alex Williamson
2020-07-27
vfio: Cleanup allowed driver naming
Alex Williamson
2020-07-17
vfio/pci: fix racy on error and request eventfd ctx
Zeng Tao
2020-06-25
vfio/pci: Fix SR-IOV VF handling with MMIO blocking
Alex Williamson
2020-06-17
vfio/pci: Clear error and request eventfd ctx after releasing
Alex Williamson
2020-06-10
kernel: better document the use_mm/unuse_mm API contract
Christoph Hellwig
2020-06-10
kernel: move use_mm/unuse_mm to kthread.c
Christoph Hellwig
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2020-06-09
mmap locking API: convert mmap_sem call sites missed by coccinelle
Michel Lespinasse
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-06-05
Merge tag 'vfio-v5.8-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
2020-06-05
Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
2020-06-02
Merge branch 'v5.8/vfio/kirti-migration-fixes' into v5.8/vfio/next
Alex Williamson
2020-06-02
vfio iommu: typecast corrections
Kirti Wankhede
2020-06-02
vfio iommu: Use shift operation for 64-bit integer division
Kirti Wankhede
2020-05-29
Merge branch 'qiushi-wu-mdev-ref-v1' into v5.8/vfio/next
Alex Williamson
2020-05-29
vfio/mdev: Fix reference count leak in add_mdev_supported_type
Qiushi Wu
2020-05-28
vfio: Selective dirty page tracking if IOMMU backed device pins pages
Kirti Wankhede
2020-05-28
vfio iommu: Add migration capability to report supported features
Kirti Wankhede
2020-05-28
vfio iommu: Update UNMAP_DMA ioctl to get dirty bitmap before unmap
Kirti Wankhede
2020-05-28
vfio iommu: Implementation of ioctl for dirty pages tracking
Kirti Wankhede
2020-05-28
vfio iommu: Cache pgsize_bitmap in struct vfio_iommu
Kirti Wankhede
2020-05-28
vfio iommu: Remove atomicity of ref_count of pinned pages
Kirti Wankhede
2020-05-26
Merge branches 'v5.8/vfio/alex-block-mmio-v3', 'v5.8/vfio/alex-zero-cap-v2' and 'v5.8/vfio/qian-leak-fixes' into v5.8/vfio/next
Alex Williamson
2020-05-26
vfio/pci: fix memory leaks of eventfd ctx
Qian Cai
2020-05-18
vfio/pci: fix memory leaks in alloc_perm_bits()
Qian Cai
2020-05-18
vfio-pci: Mask cap zero
Alex Williamson
2020-05-18
vfio-pci: Invalidate mmaps and block MMIO access on disabled memory
Alex Williamson
2020-05-18
vfio-pci: Fault mmaps to enable vma tracking
Alex Williamson
2020-05-18
vfio/type1: Support faulting PFNMAP vmas
Alex Williamson
2020-05-11
drivers/powerpc: Replace _ALIGN_UP() by ALIGN()
Christophe Leroy
2020-04-23
vfio/type1: Fix VA->PA translation for PFNMAP VMAs in vaddr_get_pfn()
Sean Christopherson
2020-04-20
vfio: avoid possible overflow in vfio_iommu_type1_pin_pages
Yan Zhao
2020-04-20
vfio: checking of validity of user vaddr in vfio_dma_rw
Yan Zhao
2020-04-01
vfio: Ignore -ENODEV when getting MSI cookie
Andre Przywara
2020-04-01
vfio-pci/nvlink2: Allow fallback to ibm,mmio-atsd[0]
Sam Bobroff
2020-03-24
Merge branches 'v5.7/vfio/alex-sriov-v3' and 'v5.7/vfio/yan-dma-rw-v4' into v5.7/vfio/next
Alex Williamson
2020-03-24
vfio/pci: Cleanup .probe() exit paths
Alex Williamson
2020-03-24
vfio/pci: Remove dev_fmt definition
Alex Williamson
2020-03-24
vfio/pci: Add sriov_configure support
Alex Williamson
2020-03-24
vfio: Introduce VFIO_DEVICE_FEATURE ioctl and first user
Alex Williamson
2020-03-24
vfio/pci: Introduce VF token
Alex Williamson
2020-03-24
vfio/pci: Implement match ops
Alex Williamson
2020-03-24
vfio: Include optional device match in vfio_device_ops callbacks
Alex Williamson
2020-03-24
vfio: avoid inefficient operations on VFIO group in vfio_pin/unpin_pages
Yan Zhao
2020-03-24
vfio: introduce vfio_dma_rw to read/write a range of IOVAs
Yan Zhao
2020-03-24
vfio: allow external user to get vfio group from device
Yan Zhao
2020-03-24
vfio: platform: Switch to platform_get_irq_optional()
Eric Auger
2020-02-03
Merge tag 'vfio-v5.6-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
2020-01-31
mm, tree-wide: rename put_user_page*() to unpin_user_page*()
John Hubbard
2020-01-31
vfio, mm: pin_user_pages (FOLL_PIN) and put_user_page() conversion
John Hubbard
2020-01-31
vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call
John Hubbard
2020-01-09
vfio: platform: fix __iomem in vfio_platform_amdxgbe.c
Ben Dooks (Codethink)
2020-01-09
vfio/mdev: make create attribute static
Ben Dooks (Codethink)
2020-01-07
vfio/spapr_tce: use mmgrab
Julia Lawall
2020-01-07
vfio: vfio_pci_nvlink2: use mmgrab
Julia Lawall
2020-01-06
vfio/spapr/nvlink2: Skip unpinning pages on error exit
Alexey Kardashevskiy
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2019-12-07
Merge tag 'vfio-v5.5-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
2019-12-04
Merge branch 'v5.5/vfio/jiang-yi-irq-bypass-unregister-v1' into v5.5/vfio/next
Alex Williamson
2019-12-03
Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
2019-12-02
vfio/pci: call irq_bypass_unregister_producer() before freeing irq
Jiang Yi
2019-12-01
Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground
Linus Torvalds
2019-10-23
compat_ioctl: move drivers to compat_ptr_ioctl
Arnd Bergmann
2019-10-18
vfio/type1: remove hugepage checks in is_invalid_reserved_pfn()
Ben Luo
2019-10-15
vfio/type1: Initialize resv_msi_base
Joerg Roedel