summaryrefslogtreecommitdiffstats
path: root/block/blk-core.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-27xtensa: ISS: don't panic in rs_initJiri Slaby1-3/+14
2021-07-27tty: tty_flip.h needs only tty_buffer and tty_portJiri Slaby1-1/+2
2021-07-27tty: move tty_port to new tty_port.hJiri Slaby2-195/+209
2021-07-27tty: move tty_buffer definitions to new tty_buffer.hJiri Slaby2-48/+60
2021-07-27tty: move tty_ldisc_receive_buf to tty_flip.hJiri Slaby2-3/+5
2021-07-27tty: include list & lockdep from tty_ldisc.hJiri Slaby1-0/+2
2021-07-27tty: move ldisc prototypes to tty_ldisc.hJiri Slaby2-10/+15
2021-07-27tty: include kref.h in tty_driver.hJiri Slaby1-0/+1
2021-07-27tty: move tty_driver related prototypes to tty_driver.hJiri Slaby2-17/+17
2021-07-27v253_init: eliminate pointer to stringJiri Slaby1-1/+1
2021-07-27cx20442: tty_ldisc_ops::write_wakeup is optionalJiri Slaby1-6/+0
2021-07-27serial: max310x: Use clock-names property matching to recognize EXTCLKAndy Shevchenko1-10/+5
2021-07-27serial: 8250_lpss: Enable DMA on Intel Elkhart LakeAndy Shevchenko1-0/+10
2021-07-27dt-bindings: serial: 8250: Add Exar compatiblesLinus Walleij1-0/+6
2021-07-27serial: 8250: Define RX trigger levels for OxSemi 950 devicesMaciej W. Rozycki2-1/+3
2021-07-21tty: hvc: replace BUG_ON() with negative return valueJuergen Gross1-3/+14
2021-07-21amiserial: remove unused state from shutdownJiri Slaby1-3/+0
2021-07-21amiserial: switch rs_table to a single stateJiri Slaby1-7/+4
2021-07-21amiserial: pack and sort includesJiri Slaby1-28/+22
2021-07-21amiserial: expand "custom"Jiri Slaby1-44/+42
2021-07-21amiserial: expand serial_isrootJiri Slaby1-8/+6
2021-07-21amiserial: use memset to zero serial_stateJiri Slaby1-6/+1
2021-07-21amiserial: simplify rs_openJiri Slaby1-3/+3
2021-07-21amiserial: remove serial_state::xmit_fifo_sizeJiri Slaby1-10/+6
2021-07-21amiserial: remove stale commentJiri Slaby1-14/+1
2021-07-21amiserial: remove serial_* stringsJiri Slaby1-18/+1
2021-07-21amiserial: remove unused DBG_CNTJiri Slaby1-9/+0
2021-07-21serial: 8250_exar: Add ->unregister_gpio() callbackAndy Shevchenko1-13/+23
2021-07-21tty: serial: Fix spelling mistake "Asychronous" -> "Asynchronous"Colin Ian King1-1/+1
2021-07-21dt-bindings: serial: convert Cadence UART bindings to YAMLNobuhiro Iwamatsu2-27/+66
2021-07-21tty: serial: uartlite: Add runtime pm supportShubhrajyoti Datta1-8/+52
2021-07-21tty: serial: uartlite: Disable clocks in case of errorsShubhrajyoti Datta1-0/+1
2021-07-21tty: Fix out-of-bound vmalloc access in imageblitIgor Matheus Andrade Torrente1-2/+19
2021-07-21serial: samsung: use dma_ops of DMA if attachedTamseel Shams1-21/+25
2021-07-21arm pl011 serial: support multi-irq requestBing Fan1-3/+31
2021-07-21serial: amba-pl011: add RS485 supportLino Sanfilippo1-2/+161
2021-07-21tty: serial: jsm: hold port lock when reporting modem line changesZheyu Ma2-0/+5
2021-07-21serial: core: Report magic multiplier extra baud ratesMaciej W. Rozycki1-0/+8
2021-07-21serial: 8250: extend compile-test coverageJohan Hovold1-4/+6
2021-07-21serial: 8250_bcm7271: use NULL to initialized a null pointerColin Ian King1-1/+1
2021-07-21serial: 8250_pnp: Support configurable clock frequencyJianmin Lv1-0/+2
2021-07-21serial: 8250: 8250_omap: make a const array static, makes object smallerColin Ian King1-1/+1
2021-07-18Linux 5.14-rc2v5.14-rc2Linus Torvalds1-1/+1
2021-07-18Documentation: Fix intiramfs script nameRobert Richter2-5/+5
2021-07-18Kbuild: lto: fix module versionings mismatch in GNU make 3.XLecopzer Chen1-1/+1
2021-07-18kbuild: do not suppress Kconfig prompts for silent buildMasahiro Yamada1-4/+5
2021-07-18scripts/setlocalversion: fix a bug when LOCALVERSION is emptyMikulas Patocka1-5/+8
2021-07-18perf sched: Fix record failure when CONFIG_SCHEDSTATS is not setYang Jihong1-4/+29
2021-07-18perf probe: Fix add event failure when running 32-bit perf in a 64-bit kernelYang Jihong6-42/+38
2021-07-18perf data: Close all files in close_dir()Riccardo Mancini1-1/+1