summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* tty: remove flags from struct tty_ldisc_opsJiri Slaby2021-09-221-1/+0
* tty: unexport tty_ldisc_releaseJiri Slaby2021-09-221-1/+0
* serial: 8250: SERIAL_8250_EM should depend on ARCH_RENESASGeert Uytterhoeven2021-09-221-1/+1
* serial: 8250: remove duplicated BRI0A49 and BDP3336 entriesKrzysztof Kozlowski2021-09-221-4/+0
* serial: 8250_fsl: Move fsl8250_data to ACPI sectionGeert Uytterhoeven2021-09-221-4/+4
* tty: moxa: merge moxa.h into moxa.cJiri Slaby2021-09-142-308/+301
* tty: n_gsm: Save dlci address open status when config requesterZhenguo Zhao2021-09-141-4/+53
* tty: n_gsm: Modify gsmtty driver register method when config requesterZhenguo Zhao2021-09-141-11/+19
* tty: n_gsm: Delete gsmtty open SABM frame when config requesterZhenguo Zhao2021-09-141-1/+3
* tty: n_gsm: Delete gsm_disconnect when config requesterZhenguo Zhao2021-09-141-1/+1
* tty: n_gsm: Modify CR,PF bit printk info when config requesterZhenguo Zhao2021-09-141-0/+4
* tty: n_gsm: Modify CR,PF bit when config requesterZhenguo Zhao2021-09-141-5/+5
* tty: n_gsm: Modify cr bit value when config requesterZhenguo Zhao2021-09-141-2/+2
* tty: serial: uartlite: Prevent changing fixed parametersSean Anderson2021-09-141-11/+80
* serial: 8250_pci: Prefer struct_size over open coded arithmeticLen Baker2021-09-141-3/+1
* Merge tag 'auxdisplay-for-linus-v5.15-rc1' of git://github.com/ojeda/linuxLinus Torvalds2021-09-134-20/+6
|\
| * auxdisplay: Replace symbolic permissions with octal permissionsJinchao Wang2021-07-162-3/+3
| * auxdisplay: ks0108: Switch to use module_parport_driver()Andy Shevchenko2021-07-161-13/+1
| * auxdisplay: charlcd: Drop unneeded initializers and switch to C99 styleAndy Shevchenko2021-07-161-3/+1
| * auxdisplay: hd44780: Fix oops on module unloadingLars Poeschel2021-07-161-1/+1
* | Merge tag 'char-misc-5.15-rc1-lkdtm' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-122-11/+27
|\ \
| * | lkdtm: Use init_uts_ns.name instead of macrosKees Cook2021-09-102-11/+27
* | | Merge tag 'for-linus-5.15-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds2021-09-121-12/+11
|\ \ \
| * | | char: ipmi: use DEVICE_ATTR helper macroDwaipayan Ray2021-08-121-5/+4
| * | | ipmi: rate limit ipmi smi_event failure messageWen Yang2021-08-121-7/+7
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-09-1124-283/+3343
|\ \ \ \
| * | | | Documentation: Add documentation for VDUSEXie Yongji2021-09-061-5/+0
| * | | | vduse: Introduce VDUSE - vDPA Device in UserspaceXie Yongji2021-09-064-0/+1662
| * | | | vduse: Implement an MMU-based software IOTLBXie Yongji2021-09-062-0/+618
| * | | | vdpa: Support transferring virtual addressing during DMA mappingXie Yongji2021-09-066-16/+100
| * | | | vdpa: factor out vhost_vdpa_pa_map() and vhost_vdpa_pa_unmap()Xie Yongji2021-09-061-20/+35
| * | | | vdpa: Add an opaque pointer for vdpa_config_ops.dma_map()Xie Yongji2021-09-062-4/+4
| * | | | vhost-iotlb: Add an opaque pointer for vhost IOTLBXie Yongji2021-09-061-4/+16
| * | | | vhost-vdpa: Handle the failure of vdpa_reset()Xie Yongji2021-09-061-3/+6
| * | | | vdpa: Add reset callback in vdpa_config_opsXie Yongji2021-09-065-34/+83
| * | | | iova: Export alloc_iova_fast() and free_iova_fast()Xie Yongji2021-09-061-0/+2
| * | | | virtio-blk: remove unneeded "likely" statementsMax Gurtovoy2021-09-061-2/+2
| * | | | virtio-balloon: Use virtio_find_vqs() helperXianting Tian2021-09-061-2/+2
| * | | | vdpa: Make use of PFN_PHYS/PFN_UP/PFN_DOWN helper macroCai Huoqing2021-09-061-12/+12
| * | | | vhost/vsock: support MSG_EOR bit processingArseny Krasnov2021-09-051-9/+13
| * | | | virtio/vsock: rename 'EOR' to 'EOM' bit.Arseny Krasnov2021-09-051-6/+6
| * | | | virtio: Bind virtio device to device-tree nodeViresh Kumar2021-09-051-3/+54
| * | | | vdpa_sim: Use iova_shift() for the size passed to alloc_iova()Xie Yongji2021-09-051-1/+2
| * | | | vhost scsi: Convert to SPDX identifierCai Huoqing2021-09-051-13/+1
| * | | | vdpa/mlx5: Add multiqueue supportEli Cohen2021-09-053-31/+169
| * | | | vdpa/mlx5: Add support for control VQ and MAC settingEli Cohen2021-09-055-32/+329
| * | | | vdpa/mlx5: Ensure valid indices are providedEli Cohen2021-09-052-0/+55
| * | | | vdpa/mlx5: Decouple virtqueue callback from struct mlx5_vdpa_virtqueueEli Cohen2021-09-051-8/+9
| * | | | vdpa/mlx5: function prototype modifications in preparation to control VQEli Cohen2021-09-051-19/+21
| * | | | vdpa/mlx5: Remove redundant header file inclusionEli Cohen2021-09-051-1/+0