summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-6.1-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-131-1/+1
|\
| * Orangefs: change iterate to iterate_sharedMike Marshall2022-10-031-1/+1
* | Merge tag 'linux-kselftest-kunit-6.1-rc1-2' of git://git.kernel.org/pub/scm/l...Linus Torvalds2022-10-129-206/+131
|\ \
| * | Documentation: kunit: Update description of --alltests optionDavid Gow2022-10-071-8/+9
| * | kunit: declare kunit_assert structs as constDaniel Latypov2022-10-071-1/+1
| * | kunit: rename base KUNIT_ASSERTION macro to _KUNIT_FAILEDDaniel Latypov2022-10-071-58/+65
| * | kunit: remove format func from struct kunit_assert, get it to 0 bytesDaniel Latypov2022-10-073-31/+21
| * | kunit: tool: Don't download risc-v opensbi firmware with wgetDavid Gow2022-10-071-11/+7
| * | kunit: make kunit_kfree(NULL) a no-op to match kfree()Daniel Latypov2022-10-071-0/+3
| * | kunit: make kunit_kfree() not segfault on invalid inputsDaniel Latypov2022-10-071-12/+2
| * | kunit: make kunit_kfree() only work on pointers from kunit_malloc() and friendsDaniel Latypov2022-10-073-18/+15
| * | kunit: drop test pointer in string_stream_fragmentDaniel Latypov2022-10-072-6/+5
| * | kunit: string-stream: Simplify resource useDavid Gow2022-10-073-76/+18
* | | Merge tag 'linux-kselftest-next-6.1-rc1-2' of git://git.kernel.org/pub/scm/li...Linus Torvalds2022-10-123-10/+30
|\ \ \
| * | | docs: notifier-error-inject: Correct test's nameZhao Gongyi2022-10-071-2/+2
| * | | selftests/memory-hotplug: Adjust log info for maintainabilityZhao Gongyi2022-10-071-2/+5
| * | | selftests/memory-hotplug: Restore memory before exitZhao Gongyi2022-10-071-5/+16
| * | | selftests/memory-hotplug: Add checking after online or offlineZhao Gongyi2022-10-071-3/+9
| * | | selftests/ftrace: func_event_triggers: fix typo in user messageRandy Dunlap2022-10-071-1/+1
* | | | Merge tag 'vfio-v6.1-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-10-1251-2720/+4887
|\ \ \ \
| * | | | vfio: More vfio_file_is_group() use casesAlex Williamson2022-10-071-3/+3
| * | | | vfio: Make the group FD disassociate from the iommu_groupJason Gunthorpe2022-10-072-24/+44
| * | | | vfio: Hold a reference to the iommu_group in kvm for SPAPRJason Gunthorpe2022-10-072-13/+18
| * | | | vfio: Add vfio_file_is_group()Jason Gunthorpe2022-10-074-4/+35
| * | | | vfio: Change vfio_group->group_rwsem to a mutexJason Gunthorpe2022-10-043-29/+30
| * | | | vfio: Remove the vfio_group->users and users_compJason Gunthorpe2022-10-042-28/+20
| * | | | vfio/mdev: add mdev available instance checking to the coreJason Gunthorpe2022-10-049-53/+32
| * | | | vfio/mdev: consolidate all the description sysfs into the core codeChristoph Hellwig2022-10-047-59/+46
| * | | | vfio/mdev: consolidate all the available_instance sysfs into the core codeChristoph Hellwig2022-10-0411-102/+55
| * | | | vfio/mdev: consolidate all the name sysfs into the core codeChristoph Hellwig2022-10-0410-72/+27
| * | | | vfio/mdev: consolidate all the device_api sysfs into the core codeJason Gunthorpe2022-10-0410-67/+37
| * | | | vfio/mdev: remove mtype_get_parent_devChristoph Hellwig2022-10-043-14/+1
| * | | | vfio/mdev: remove mdev_parent_devChristoph Hellwig2022-10-044-11/+1
| * | | | vfio/mdev: unexport mdev_bus_typeChristoph Hellwig2022-10-043-3/+1
| * | | | vfio/mdev: remove mdev_from_devChristoph Hellwig2022-10-042-8/+2
| * | | | vfio/mdev: simplify mdev_type handlingChristoph Hellwig2022-10-0417-326/+165
| * | | | vfio/mdev: embedd struct mdev_parent in the parent data structureChristoph Hellwig2022-10-0417-146/+71
| * | | | vfio/mdev: make mdev.h standalone includableChristoph Hellwig2022-10-0410-13/+3
| * | | | drm/i915/gvt: simplify vgpu configuration managementChristoph Hellwig2022-10-044-145/+81
| * | | | drm/i915/gvt: fix a memory leak in intel_gvt_init_vgpu_typesChristoph Hellwig2022-10-041-1/+5
| * | | | drm/i915/gvt: Add missing vfio_unregister_group_dev() callJason Gunthorpe2022-09-301-0/+1
| * | | | hisi_acc_vfio_pci: Update some log and comment formatsLongfang Liu2022-09-272-12/+12
| * | | | hisi_acc_vfio_pci: Remove useless macro definitionsLongfang Liu2022-09-271-1/+0
| * | | | hisi_acc_vfio_pci: Remove useless function parameterLongfang Liu2022-09-271-3/+5
| * | | | hisi_acc_vfio_pci: Fix device data address combination problemLongfang Liu2022-09-271-4/+4
| * | | | hisi_acc_vfio_pci: Fixes error return code issueLongfang Liu2022-09-271-1/+1
| * | | | vfio: Follow a strict lifetime for struct iommu_groupJason Gunthorpe2022-09-272-23/+53
| * | | | vfio: Move container code into drivers/vfio/container.cJason Gunthorpe2022-09-224-691/+728
| * | | | vfio: Split the register_device ops call into functionsJason Gunthorpe2022-09-221-16/+23
| * | | | vfio: Rename vfio_ioctl_check_extension()Jason Gunthorpe2022-09-221-5/+6