summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-06-21tty_audit: invert the condition in tty_audit_log()Jiri Slaby1-12/+12
2023-06-21tty_audit: use kzalloc() in tty_audit_buf_alloc()Jiri Slaby1-4/+4
2023-06-21tty_audit: use TASK_COMM_LEN for task commJiri Slaby1-1/+1
2023-06-21Revert "8250: add support for ASIX devices with a FIFO bug"Jiaqing Zhao3-28/+3
2023-06-21serial: atmel: don't enable IRQs prematurelyDan Carpenter1-2/+2
2023-06-19tty: serial: Add Nuvoton ma35d1 serial driver supportJacky Huang3-0/+845
2023-06-19tty: serial: fsl_lpuart: add earlycon for imx8ulp platformSherry Sun1-0/+1
2023-06-19tty: serial: imx: fix rs485 rx after txMartin Fuzzey1-5/+13
2023-06-15tty: tty_io: update timestamps on all device nodesMichal Sekletar1-11/+20
2023-06-15tty: fix hang on tty device with no_room setHui Li1-4/+21
2023-06-15serial: core: fix -EPROBE_DEFER handling in initDan Carpenter1-5/+5
2023-06-15serial: 8250_omap: Use force_suspend and resume for system suspendTony Lindgren1-5/+15
2023-06-13tty: serial: samsung_tty: Use abs() to simplify some codeChristophe JAILLET1-3/+2
2023-06-13tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() when i...Christophe JAILLET1-0/+8
2023-06-13tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() in cas...Christophe JAILLET1-1/+5
2023-06-13serial: 8250: Apply FSL workarounds also without SERIAL_8250_CONSOLEUwe Kleine-König3-4/+7
2023-06-06serial: core: don't kfree device managed dataDan Carpenter1-6/+2
2023-06-06serial: 8250_mtk: Simplify clock sequencing and runtime PMChen-Yu Tsai1-40/+10
2023-06-06serial: st-asc: fix typo in property nameRaphael Gallais-Pou1-1/+1
2023-06-05Merge 6.4-rc5 into tty-nextGreg Kroah-Hartman288-1525/+2610
2023-06-04Merge tag 'irq_urgent_for_v6.4_rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2023-06-04Merge tag 'media/v6.4-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds10-15/+31
2023-06-04Merge tag 'char-misc-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds20-91/+219
2023-06-04Merge tag 'driver-core-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+26
2023-06-04Merge tag 'tty-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds5-27/+29
2023-06-04Merge tag 'usb-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds6-8/+73
2023-06-03Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds10-92/+116
2023-06-03Merge tag 'leds-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/joh...Linus Torvalds1-4/+4
2023-06-03leds: qcom-lpg: Fix PWM period limitsBjorn Andersson1-4/+4
2023-06-03tpm, tpm_tis: correct tpm_tis_flags enumeration valuesLino Sanfilippo1-4/+4
2023-06-02media: uvcvideo: Don't expose unsupported formats to userspaceLaurent Pinchart1-5/+11
2023-06-02media: staging: media: imx: initialize hs_settle to avoid warningHans Verkuil1-1/+1
2023-06-02media: v4l2-mc: Drop subdev check in v4l2_create_fwnode_links_to_pad()Vaishnav Achath1-2/+1
2023-06-02Merge tag 'block-6.4-2023-06-02' of git://git.kernel.dk/linuxLinus Torvalds6-9/+54
2023-06-02Merge tag 'mmc-v6.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds2-8/+29
2023-06-02Merge tag 'iommu-fixes-v6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-16/+61
2023-06-02Merge tag 'drm-fixes-2023-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds18-106/+184
2023-06-02serial: core: Fix error handling for serial_core_ctrl_device_add()Tony Lindgren1-2/+2
2023-06-02Merge tag 'efi-fixes-for-v6.4-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-7/+6
2023-06-02Merge tag 'drm-intel-fixes-2023-06-01' of git://anongit.freedesktop.org/drm/d...Dave Airlie1-6/+11
2023-06-02Merge tag 'fbdev-for-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-27/+25
2023-06-02Merge tag 'mtd/fixes-for-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-15/+20
2023-06-02Merge tag 'net-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds33-241/+296
2023-06-02fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie1-17/+5
2023-06-01Merge tag 'mlx5-fixes-2023-05-31' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski3-14/+12
2023-06-01Merge tag 'nvme-6.4-2023-06-01' of git://git.infradead.org/nvme into block-6.4Jens Axboe5-8/+53
2023-06-01ice: recycle/free all of the fragments from multi-buffer frameMaciej Fijalkowski1-1/+1
2023-06-01net: phy: mxl-gpy: extend interrupt fix to all impacted variantsXu Liang1-13/+3
2023-06-01net: renesas: rswitch: Fix return value in error path of xmitYoshihiro Shimoda1-1/+1
2023-06-01mtd: rawnand: marvell: don't set the NAND frequency selectChris Packham1-4/+0