summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'block-6.1-2022-10-13' of git://git.kernel.dk/linuxLinus Torvalds2022-10-131-3/+3
|\
| * Merge branch 'for-6.1/block' into block-6.1Jens Axboe2022-10-101-3/+3
| |\
| | * block: avoid sign extend problem with default queue flags maskBrian Foster2022-10-101-3/+3
* | | Merge tag 'io_uring-6.1-2022-10-13' of git://git.kernel.dk/linuxLinus Torvalds2022-10-132-5/+2
|\ \ \
| * | | io_uring: remove notif leftoversPavel Begunkov2022-10-121-5/+0
| * | | io_uring/af_unix: defer registered files gc to io_uring releasePavel Begunkov2022-10-121-0/+2
* | | | Merge tag 'mmc-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2022-10-131-0/+1
|\ \ \ \
| * | | | mmc: core: Add SD card quirk for broken discardAvri Altman2022-10-061-0/+1
* | | | | Merge tag 'net-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-10-135-13/+21
|\ \ \ \ \
| * | | | | tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima2022-10-123-9/+2
| * | | | | udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM).Kuniyuki Iwashima2022-10-121-0/+1
| * | | | | Merge tag 'wireless-2022-10-11' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2022-10-111-1/+9
| |\ \ \ \ \
| | * | | | | wifi: wext: use flex array destination for memcpy()Hawkins Jiawei2022-10-071-1/+9
| * | | | | | net: ieee802154: return -EINVAL for unknown addr typeAlexander Aring2022-10-071-3/+9
| |/ / / / /
* | | | | | Merge tag 'ceph-for-6.1-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2022-10-131-3/+1
|\ \ \ \ \ \
| * | | | | | libceph: drop last_piece flag from ceph_msg_data_cursorJeff Layton2022-10-041-3/+1
* | | | | | | Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-10-132-0/+7
|\ \ \ \ \ \ \
| * | | | | | | SUNRPC: Add API to force the client to disconnectTrond Myklebust2022-10-061-0/+1
| * | | | | | | SUNRPC: Add a helper to allow pNFS drivers to selectively cancel RPC callsTrond Myklebust2022-10-061-0/+5
| * | | | | | | SUNRPC: Fix races with rpc_killall_tasks()Trond Myklebust2022-10-061-0/+1
* | | | | | | | Merge tag 'linux-kselftest-kunit-6.1-rc1-2' of git://git.kernel.org/pub/scm/l...Linus Torvalds2022-10-123-92/+72
|\ \ \ \ \ \ \ \
| * | | | | | | | 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-072-28/+17
| * | | | | | | | kunit: make kunit_kfree() only work on pointers from kunit_malloc() and friendsDaniel Latypov2022-10-071-16/+0
* | | | | | | | | Merge tag 'vfio-v6.1-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-10-125-183/+268
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | vfio: Add vfio_file_is_group()Jason Gunthorpe2022-10-071-0/+1
| * | | | | | | | | vfio/mdev: add mdev available instance checking to the coreJason Gunthorpe2022-10-041-0/+3
| * | | | | | | | | vfio/mdev: consolidate all the description sysfs into the core codeChristoph Hellwig2022-10-041-17/+2
| * | | | | | | | | vfio/mdev: consolidate all the available_instance sysfs into the core codeChristoph Hellwig2022-10-041-0/+2
| * | | | | | | | | vfio/mdev: consolidate all the name sysfs into the core codeChristoph Hellwig2022-10-041-0/+1
| * | | | | | | | | vfio/mdev: consolidate all the device_api sysfs into the core codeJason Gunthorpe2022-10-041-5/+2
| * | | | | | | | | vfio/mdev: remove mtype_get_parent_devChristoph Hellwig2022-10-041-2/+0
| * | | | | | | | | vfio/mdev: remove mdev_parent_devChristoph Hellwig2022-10-041-1/+0
| * | | | | | | | | vfio/mdev: unexport mdev_bus_typeChristoph Hellwig2022-10-041-2/+0
| * | | | | | | | | vfio/mdev: remove mdev_from_devChristoph Hellwig2022-10-041-4/+0
| * | | | | | | | | vfio/mdev: simplify mdev_type handlingChristoph Hellwig2022-10-041-8/+18
| * | | | | | | | | vfio/mdev: embedd struct mdev_parent in the parent data structureChristoph Hellwig2022-10-041-2/+13
| * | | | | | | | | vfio/mdev: make mdev.h standalone includableChristoph Hellwig2022-10-041-0/+3
| * | | | | | | | | vfio: Add struct device to vfio_deviceYi Liu2022-09-211-3/+3
| * | | | | | | | | vfio/ccw: Use the new device life cycle helpersKevin Tian2022-09-211-3/+0
| * | | | | | | | | vfio/hisi_acc: Use the new device life cycle helpersYi Liu2022-09-211-4/+0
| * | | | | | | | | vfio/pci: Use the new device life cycle helpersYi Liu2022-09-211-0/+2
| * | | | | | | | | vfio: Add helpers for unifying vfio_device life cycleKevin Tian2022-09-211-1/+24
| * | | | | | | | | vfio: Introduce the DMA logging feature supportYishai Hadas2022-09-081-2/+26
| * | | | | | | | | vfio: Add an IOVA bitmap supportJoao Martins2022-09-081-0/+26
| * | | | | | | | | vfio: Introduce DMA logging uAPIsYishai Hadas2022-09-081-0/+86
| * | | | | | | | | Merge remote-tracking branch 'mlx5/mlx5-vfio' into v6.1/vfio/nextAlex Williamson2022-09-0820-41/+152
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | vfio/pci: Implement VFIO_DEVICE_FEATURE_LOW_POWER_ENTRY_WITH_WAKEUPAbhishek Sahu2022-09-011-0/+1
| * | | | | | | | | | vfio/pci: Implement VFIO_DEVICE_FEATURE_LOW_POWER_ENTRY/EXITAbhishek Sahu2022-09-011-0/+1