summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* tty: cumulate and document tty_struct::flow* membersJiri Slaby2021-05-1318-56/+56
* tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby2021-05-1316-28/+31
* n_tty: remove superfluous return from n_tty_receive_signal_charJiri Slaby2021-05-131-1/+0
* n_tty: invert TTY_NORMAL condition in n_tty_receive_buf_standardJiri Slaby2021-05-131-14/+17
* n_tty: do only one cp dereference in n_tty_receive_buf_standardJiri Slaby2021-05-131-4/+4
* n_tty: make n_tty_receive_char_special return voidJiri Slaby2021-05-131-16/+11
* n_tty: move lnext handlingJiri Slaby2021-05-131-15/+8
* n_tty: drop parmrk_dbl from n_tty_receive_charJiri Slaby2021-05-131-5/+4
* n_tty: drop n_tty_receive_buf_fastJiri Slaby2021-05-131-33/+3
* n_tty: remove n_tty_receive_char_fastJiri Slaby2021-05-131-26/+6
* n_tty: remove n_tty_receive_char wrapperJiri Slaby2021-05-131-7/+2
* tty: remove broken r3964 line disciplineJiri Slaby2021-05-134-1299/+0
* serial: 8250_omap: fix a timeout loop conditionDan Carpenter2021-05-131-1/+1
* serial: 8250: Add an empty line and remove some useless {}Christophe JAILLET2021-05-131-2/+3
* serial: 8250: Use 'hlist_for_each_entry' to simplify codeChristophe JAILLET2021-05-131-14/+4
* serial: meson: remove redundant initialization of variable idColin Ian King2021-05-131-1/+2
* serial: 8250: of: Check for CONFIG_SERIAL_8250_BCM7271Jim Quinlan2021-05-131-0/+4
* serial: qcom_geni_serial: redundant initialization to variable lineColin Ian King2021-05-131-1/+1
* serial: 8250_aspeed_vuart: use UPF_IOREMAP to set up register mappingZev Weiss2021-05-131-8/+3
* serial: 8250_aspeed_vuart: initialize vuart->port in aspeed_vuart_probe()Zev Weiss2021-05-131-3/+2
* serial: 8250_aspeed_vuart: factor out aspeed_vuart_{read, write}b() helper fu...Zev Weiss2021-05-131-14/+24
* tty: serial: samsung_tty: remove set but not used variablesTian Tao2021-05-131-2/+1
* serial: fsl_lpuart: disable DMA for console and fix sysrqMichael Walle2021-05-131-0/+6
* serial: fsl_lpuart: add loopback supportMichael Walle2021-05-131-2/+34
* serial: fsl_lpuart: remove manual RTSCTS control from 8-bit LPUARTMichael Walle2021-05-131-27/+1
* serial: fsl_lpuart: remove RTSCTS handling from get_mctrl()Michael Walle2021-05-131-11/+1
* serial: fsl_lpuart: handle break and make sysrq workMichael Walle2021-05-131-8/+24
* serial: fsl_lpuart: split sysrq handlingMichael Walle2021-05-131-6/+6
* serial: fsl_lpuart: don't restore interrupt state in ISRMichael Walle2021-05-131-14/+8
* serial: fsl_lpuart: use UARTDATA_MASK macroMichael Walle2021-05-131-2/+2
* serial: fsl_lpuart: don't modify arbitrary data on lpuart32Michael Walle2021-05-131-1/+1
* tty: serial: fsl_lpuart: fix the potential risk of division or modulo by zeroSherry Sun2021-05-131-0/+3
* fbmem: fix horribly incorrect placement of __maybe_unusedLinus Torvalds2021-05-091-1/+1
* Merge tag 'drm-next-2021-05-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-05-0919-81/+332
|\
| * Merge tag 'amd-drm-fixes-5.13-2021-05-05' of https://gitlab.freedesktop.org/a...Dave Airlie2021-05-0714-45/+328
| |\
| | * drm/amdgpu: Use device specific BO size & stride check.Bas Nieuwenhuizen2021-05-061-6/+175
| | * drm/amdgpu: Init GFX10_ADDR_CONFIG for VCN v3 in DPG mode.Bas Nieuwenhuizen2021-05-061-0/+4
| | * drm/amd/pm: initialize variableTom Rix2021-05-041-1/+1
| | * drm/radeon: Avoid power table parsing memory leaksKees Cook2021-05-041-5/+15
| | * drm/radeon: Fix off-by-one power_state index heap overwriteKees Cook2021-05-041-3/+3
| | * drm/amd/display: Fix two cursor duplication when using overlayRodrigo Siqueira2021-05-041-0/+51
| | * drm/amdgpu: add new MC firmware for Polaris12 32bit ASICEvan Quan2021-05-041-3/+10
| | * amdgpu: fix GEM obj leak in amdgpu_display_user_framebuffer_createSimon Ser2021-04-291-0/+1
| | * drm/amdgpu: Register VGA clients after init can no longer failKai-Heng Feng2021-04-291-15/+13
| | * drm/amdgpu: Handling of amdgpu_device_resume return value for graceful teardownPavan Kumar Ramayanam2021-04-291-0/+3
| | * drm/amdgpu: fix r initial valuesVictor Zhao2021-04-291-1/+1
| | * drm/amd/display: fix wrong statement in mst hpd debugfsMikita Lipski2021-04-291-1/+1
| | * amdgpu/pm: set pp_dpm_dcefclk to readonly on NAVI10 and newer gpusDarren Powell2021-04-291-0/+8
| | * amdgpu/pm: Prevent force of DCEFCLK on NAVI10 and SIENNA_CICHLIDDarren Powell2021-04-292-2/+7
| | * drm/amdgpu: fix concurrent VM flushes on Vega/Navi v2Christian König2021-04-293-8/+18