summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-30tty: Make ->set_termios() old ktermios constIlpo Järvinen18-29/+39
2022-08-30usb: serial: Make ->set_termios() old ktermios constIlpo Järvinen31-66/+105
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen82-112/+117
2022-08-30tty: Make ldisc ->set_termios() old ktermios constIlpo Järvinen2-3/+3
2022-08-30tty: Make tty_termios_copy_hw() old ktermios constIlpo Järvinen2-2/+2
2022-08-30serial: dz: Assume previous baudrate is validIlpo Järvinen1-3/+6
2022-08-30tty: Fix comment style in tty_termios_input_baud_rate()Ilpo Järvinen1-1/+1
2022-08-30tty: Remove baudrate dead code & make ktermios params constIlpo Järvinen3-18/+10
2022-08-30tty: move from strlcpy with unused retval to strscpyWolfram Sang5-11/+11
2022-08-30dt-bindings: serial: samsung: Add 'power-domains' propertyRob Herring1-0/+3
2022-08-30dt-bindings: serial: renesas,scif: Document RZ/Five SoCLad Prabhakar1-1/+1
2022-08-30tty/vt: Remove printable variableDaniel Vetter1-4/+0
2022-08-30dt-bindings: serial: samsung_uart: drop ref from reg-io-widthKrzysztof Kozlowski1-1/+0
2022-08-30tty: serial: meson: Use devm_clk_get_enabled() helperChristophe JAILLET1-26/+3
2022-08-30serial: 8250: Clear dma tx_err unconditionallyIlpo Järvinen1-2/+1
2022-08-30serial: 8250: Add helper for clearing IERIlpo Järvinen1-13/+11
2022-08-30tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE config dependencyJindong Yue1-1/+1
2022-08-30serial: pic32_uart: Convert to use GPIO descriptorsAndy Shevchenko1-36/+12
2022-08-30serial: pic32_uart: Utilize uart_console_enabled()Andy Shevchenko1-1/+1
2022-08-30serial: fsl_lpuart: Fix comment typoJason Wang1-1/+1
2022-08-30serial: pl011: Add reg-io-width parametersShubhrajyoti Datta1-0/+16
2022-08-30dt-bindings: serial: pl011: Add a reg-io-width parameterShubhrajyoti Datta1-0/+6
2022-08-30tty: xilinx_uartps: Check the clk_enable return valueShubhrajyoti Datta1-2/+10
2022-08-30tty: xilinx_uartps: Add timeout waiting for loopShubhrajyoti Datta1-1/+13
2022-08-30tty: xilinx_uartps: Prevent writes when the controller is disabledShubhrajyoti Datta1-0/+15
2022-08-30tty: xilinx_uartps: Fix the ignore_statusShubhrajyoti Datta1-0/+2
2022-08-30tty: xilinx_uartps: Initialise the read_status_maskShubhrajyoti Datta1-0/+2
2022-08-30tty: xilinx_uartps: Update copyright text to correct formatMichal Simek1-1/+1
2022-08-30tty: xilinx_uartps: Check clk_enable return valueShubhrajyoti Datta1-2/+10
2022-08-15Linux 6.0-rc1Linus Torvalds1-4/+4
2022-08-14radix-tree: replace gfp.h inclusion with gfp_types.hYury Norov1-1/+1
2022-08-14Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+3
2022-08-14take care to handle NULL ->proc_lseek()Al Viro1-0/+3
2022-08-14Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds16-36/+116
2022-08-14Merge tag 'perf-tools-fixes-for-v6.0-2022-08-13' of git://git.kernel.org/pub/...Linus Torvalds112-4871/+93678
2022-08-14Merge tag 'powerpc-6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds6-30/+25
2022-08-14Merge tag 'pull-work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+1
2022-08-14Merge tag '5.20-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/ci...Linus Torvalds19-445/+528
2022-08-14afs: Enable multipage folio supportDavid Howells2-1/+3
2022-08-14Merge tag 'timers-urgent-2022-08-13' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-4/+8
2022-08-14Merge tag 'x86-urgent-2022-08-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-12/+27
2022-08-14Merge tag 'i2c-for-5.20-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds59-181/+370
2022-08-14Merge tag 'ntb-5.20' of https://github.com/jonmason/ntbLinus Torvalds14-25/+1822
2022-08-13Merge tag 'xfs-5.20-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds5-46/+193
2022-08-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds21-99/+124
2022-08-13Merge tag 'block-6.0-2022-08-12' of git://git.kernel.dk/linux-blockLinus Torvalds6-7/+19
2022-08-13Merge tag 'io_uring-6.0-2022-08-13' of git://git.kernel.dk/linux-blockLinus Torvalds26-183/+178
2022-08-13perf test: Refactor shell tests allowing subdirsCarsten Haitzler4-134/+238
2022-08-13perf vendor events: Update events for snowridgexZhengjun Xing1-84/+27
2022-08-13perf vendor events: Update events and metrics for skylakexZhengjun Xing4-1157/+24918