summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * net/mlx5: Query ADV_VIRTUALIZATION capabilitiesYishai Hadas2022-09-071-0/+9
| * net/mlx5: Introduce ifc bits for page trackerYishai Hadas2022-09-071-1/+82
| * Merge tag 'tty-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-09-031-0/+8
| |\
| | * serial: document start_rx member at struct uart_opsMauro Carvalho Chehab2022-08-181-0/+8
| * | Merge tag 'io_uring-6.0-2022-09-02' of git://git.kernel.dk/linux-blockLinus Torvalds2022-09-021-22/+6
| |\ \
| | * | io_uring/net: simplify zerocopy send user APIPavel Begunkov2022-09-011-2/+5
| | * | io_uring/notif: remove notif registrationPavel Begunkov2022-09-011-8/+0
| | * | Revert "io_uring: rename IORING_OP_FILES_UPDATE"Pavel Begunkov2022-09-011-11/+1
| | * | Revert "io_uring: add zc notification flush requests"Pavel Begunkov2022-09-011-1/+0
| * | | Merge tag 'driver-core-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-09-021-0/+1
| |\ \ \
| | * | | Revert "driver core: Delete driver_deferred_probe_check_state()"Saravana Kannan2022-08-231-0/+1
| * | | | Merge tag 'usb-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-09-022-0/+7
| |\ \ \ \
| | * | | | USB: core: Prevent nested device-reset callsAlan Stern2022-08-301-0/+2
| | * | | | usb: typec: altmodes/displayport: correct pin assignment for UFP receptaclesPablo Sun2022-08-181-0/+5
| | | |_|/ | | |/| |
| * | | | Merge tag 'platform-drivers-x86-v6.0-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-09-021-2/+4
| |\ \ \ \
| | * | | | platform/x86: pmc_atom: Fix SLP_TYPx bitfield maskAndy Shevchenko2022-08-151-2/+4
| | |/ / /
| * | | | Merge tag 'net-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-09-014-9/+13
| |\ \ \ \
| | * | | | tcp: make global challenge ack rate limitation per net-ns and default disabledEric Dumazet2022-08-311-0/+2
| | * | | | net: virtio_net: fix notification coalescing commentsAlvaro Karsz2022-08-301-7/+7
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2022-08-262-2/+4
| | |\ \ \ \
| | | * | | | ip_tunnel: Respect tunnel key's "flow_flags" in IP tunnelsEyal Birger2022-08-181-1/+3
| | | * | | | bpf: Partially revert flexible-array member replacementDaniel Borkmann2022-08-171-1/+1
| * | | | | | mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuseJann Horn2022-08-311-2/+5
| * | | | | | Merge tag 'fscache-fixes-20220831' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-08-311-2/+2
| |\ \ \ \ \ \
| | * | | | | | fscache: fix misdocumented parameterKhalid Masum2022-08-311-2/+2
| * | | | | | | Merge tag 'lsm-pr-20220829' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-313-0/+9
| |\ \ \ \ \ \ \
| | * | | | | | | lsm,io_uring: add LSM hooks for the new uring_cmd file opLuis Chamberlain2022-08-263-0/+9
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | tracing: Define the is_signed_type() macro onceBart Van Assche2022-08-293-3/+6
| | |/ / / / / | |/| | | | |
* | | | | | | 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 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-08-283-7/+28
|\ \ \ \ \ \
| * | | | | | asm-generic: sections: refactor memory_intersectsQuanyang Wang2022-08-281-2/+5
| * | | | | | Revert "memcg: cleanup racy sum avoidance code"Shakeel Butt2022-08-281-2/+13
| * | | | | | mm: re-allow pinning of zero pfns (again)Alex Williamson2022-08-281-3/+10
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'io_uring-6.0-2022-08-26' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-261-0/+8
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | io_uring: uapi: Add `extern "C"` in io_uring.h for liburingAmmar Faizi2022-08-231-0/+8
| | |/ / / | |/| | |
* | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2022-08-261-5/+1
|\ \ \ \ \