summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-06-036-43/+50
|\
| * Merge tag 'thunderbolt-for-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2022-05-191-9/+10
| |\
| | * thunderbolt: Add support for XDomain lane bondingMika Westerberg2022-05-051-9/+10
| * | usb: core: hcd: Add support for deferring roothub registrationKishon Vijay Abraham I2022-05-121-0/+2
| * | USB: gadget: Add ID numbers to gadget namesAlan Stern2022-05-111-0/+2
| * | Revert "of/platform: Add stubs for of_platform_device_create/destroy()"Greg Kroah-Hartman2022-05-031-18/+4
| * | Revert "usb: misc: Add onboard_usb_hub driver"Greg Kroah-Hartman2022-05-031-18/+0
| * | Revert "usb: core: hcd: Create platform devices for onboard hubs in probe()"Greg Kroah-Hartman2022-05-031-1/+0
| * | Merge 5.18-rc5 into usb-nextGreg Kroah-Hartman2022-05-0364-377/+399
| |\ \
| * | | usb: core: hcd: Create platform devices for onboard hubs in probe()Matthias Kaehlcke2022-04-261-0/+1
| * | | usb: misc: Add onboard_usb_hub driverMatthias Kaehlcke2022-04-261-0/+18
| * | | of/platform: Add stubs for of_platform_device_create/destroy()Matthias Kaehlcke2022-04-261-4/+18
| * | | USB: gadget: Add a new bus for gadgetsAlan Stern2022-04-261-9/+17
| * | | USB: gadget: Rename usb_gadget_probe_driver()Alan Stern2022-04-261-2/+2
| * | | usb: typec: mux: Introduce indirectionBjorn Andersson2022-04-261-10/+12
| * | | device property: Add helper to match multiple connectionsBjorn Andersson2022-04-261-0/+5
| * | | usb: rework usb_maxpacket() using usb_pipe_endpoint()Vincent Mailhol2022-04-231-7/+1
| * | | usb: remove third argument of usb_maxpacket()Vincent Mailhol2022-04-231-2/+1
| * | | usb: deprecate the third argument of usb_maxpacket()Vincent Mailhol2022-04-231-11/+5
| | |/ | |/|
* | | Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-06-034-145/+163
|\ \ \
| * | | termbits.h: Remove posix_types.h includeIlpo Järvinen2022-05-191-2/+0
| * | | termbits.h: Align lines & formatIlpo Järvinen2022-05-191-38/+38
| * | | termbits.h: create termbits-common.h for identical bitsIlpo Järvinen2022-05-192-51/+67
| * | | tty: serial: samsung_tty: Fix suspend/resume on S5LHector Martin2022-05-191-0/+3
| * | | Merge 5.18-rc7 into usb-nextGreg Kroah-Hartman2022-05-1613-19/+27
| |\ \ \
| * | | | termbits: Convert octal defines to hexIlpo Järvinen2022-05-051-110/+110
| * | | | Merge 5.18-rc5 into tty-nextGreg Kroah-Hartman2022-05-0246-329/+215
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | serial: Store character timing information to uart_portIlpo Järvinen2022-04-261-0/+1
| * | | | Revert "serial: 8250: Handle UART without interrupt on TEMT using em485"Ilpo Järvinen2022-04-201-2/+0
| * | | | serial: 8250: Handle UART without interrupt on TEMT using em485Eric Tremblay2022-04-151-0/+2
* | | | | Merge tag 'spdx-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds2022-06-031-3/+2
|\ \ \ \ \
| * | | | | siphash: add SPDX tags as sole licensing authorityJason A. Donenfeld2022-05-191-3/+2
| | |_|/ / | |/| | |
* | | | | Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds2022-06-031-0/+1
|\ \ \ \ \
| * | | | | block, loop: support partitions without scanningChristoph Hellwig2022-05-271-0/+1
* | | | | | Merge tag 'for-5.19/block-exec-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds2022-06-031-2/+1
|\ \ \ \ \ \
| * | | | | | blk-mq: remove the done argument to blk_execute_rq_nowaitChristoph Hellwig2022-05-281-2/+1
* | | | | | | Merge tag 'for-5.19/block-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds2022-06-031-0/+4
|\ \ \ \ \ \ \
| * | | | | | | block: document BLK_STS_AGAIN usageHannes Reinecke2022-05-281-0/+4
* | | | | | | | Merge tag 'io_uring-5.19-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds2022-06-031-0/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | io_uring: let IORING_OP_FILES_UPDATE support choosing fixed file slotsXiaoguang Wang2022-05-311-0/+6
* | | | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-06-039-24/+170
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | virtio: use WARN_ON() to warning illegal status valueJason Wang2022-05-311-1/+1
| * | | | | | | | | virtio: harden vring IRQJason Wang2022-05-311-0/+20
| * | | | | | | | | virtio: allow to unbreak virtqueueJason Wang2022-05-311-0/+1
| * | | | | | | | | virtio: introduce config op to synchronize vring callbacksJason Wang2022-05-311-0/+25
| * | | | | | | | | vdpa/vp_vdpa : add vdpa tool support in vp_vdpaCindy Lu2022-05-311-1/+1
| * | | | | | | | | vhost-vdpa: introduce uAPI to set group ASIDGautam Dawar2022-05-311-0/+7
| * | | | | | | | | vhost-vdpa: uAPI to get virtqueue group idGautam Dawar2022-05-311-0/+8
| * | | | | | | | | vhost-vdpa: introduce uAPI to get the number of address spacesGautam Dawar2022-05-311-0/+2
| * | | | | | | | | vhost-vdpa: introduce uAPI to get the number of virtqueue groupsGautam Dawar2022-05-311-1/+3