summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | 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
| | * | | | | | | | | | | | | | | | | | | | vfio/pci: Mask INTx during runtime suspendAbhishek Sahu2022-09-011-0/+1
| | * | | | | | | | | | | | | | | | | | | | vfio: Add the device features for the low power entry and exitAbhishek Sahu2022-09-011-0/+56
| | * | | | | | | | | | | | | | | | | | | | vfio/pci: Rename vfio_pci_register_dev_region()Jason Gunthorpe2022-09-011-4/+4
| | * | | | | | | | | | | | | | | | | | | | vfio/pci: Split linux/vfio_pci_core.hJason Gunthorpe2022-09-011-133/+1
| * | | | | | | | | | | | | | | | | | | | | Merge tag 'for-linus-6.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-121-0/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | xen/virtio: enable grant based virtio on x86Juergen Gross2022-10-101-0/+6
| | | |_|_|_|/ / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Merge tag 'mm-hotfixes-stable-2022-10-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-10-121-4/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb pageBaolin Wang2022-10-111-4/+4
| * | | | | | | | | | | | | | | | | | | | | | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-129-76/+54
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \