summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* serial: 8250_lpss: Enable DMA on Intel Elkhart LakeAndy Shevchenko2021-07-271-0/+10
* dt-bindings: serial: 8250: Add Exar compatiblesLinus Walleij2021-07-271-0/+6
* serial: 8250: Define RX trigger levels for OxSemi 950 devicesMaciej W. Rozycki2021-07-272-1/+3
* tty: hvc: replace BUG_ON() with negative return valueJuergen Gross2021-07-211-3/+14
* amiserial: remove unused state from shutdownJiri Slaby2021-07-211-3/+0
* amiserial: switch rs_table to a single stateJiri Slaby2021-07-211-7/+4
* amiserial: pack and sort includesJiri Slaby2021-07-211-28/+22
* amiserial: expand "custom"Jiri Slaby2021-07-211-44/+42
* amiserial: expand serial_isrootJiri Slaby2021-07-211-8/+6
* amiserial: use memset to zero serial_stateJiri Slaby2021-07-211-6/+1
* amiserial: simplify rs_openJiri Slaby2021-07-211-3/+3
* amiserial: remove serial_state::xmit_fifo_sizeJiri Slaby2021-07-211-10/+6
* amiserial: remove stale commentJiri Slaby2021-07-211-14/+1
* amiserial: remove serial_* stringsJiri Slaby2021-07-211-18/+1
* amiserial: remove unused DBG_CNTJiri Slaby2021-07-211-9/+0
* serial: 8250_exar: Add ->unregister_gpio() callbackAndy Shevchenko2021-07-211-13/+23
* tty: serial: Fix spelling mistake "Asychronous" -> "Asynchronous"Colin Ian King2021-07-211-1/+1
* dt-bindings: serial: convert Cadence UART bindings to YAMLNobuhiro Iwamatsu2021-07-212-27/+66
* tty: serial: uartlite: Add runtime pm supportShubhrajyoti Datta2021-07-211-8/+52
* tty: serial: uartlite: Disable clocks in case of errorsShubhrajyoti Datta2021-07-211-0/+1
* tty: Fix out-of-bound vmalloc access in imageblitIgor Matheus Andrade Torrente2021-07-211-2/+19
* serial: samsung: use dma_ops of DMA if attachedTamseel Shams2021-07-211-21/+25
* arm pl011 serial: support multi-irq requestBing Fan2021-07-211-3/+31
* serial: amba-pl011: add RS485 supportLino Sanfilippo2021-07-211-2/+161
* tty: serial: jsm: hold port lock when reporting modem line changesZheyu Ma2021-07-212-0/+5
* serial: core: Report magic multiplier extra baud ratesMaciej W. Rozycki2021-07-211-0/+8
* serial: 8250: extend compile-test coverageJohan Hovold2021-07-211-4/+6
* serial: 8250_bcm7271: use NULL to initialized a null pointerColin Ian King2021-07-211-1/+1
* serial: 8250_pnp: Support configurable clock frequencyJianmin Lv2021-07-211-0/+2
* serial: 8250: 8250_omap: make a const array static, makes object smallerColin Ian King2021-07-211-1/+1
* Linux 5.14-rc2v5.14-rc2Linus Torvalds2021-07-181-1/+1
* Merge tag 'perf-tools-fixes-for-v5.14-2021-07-18' of git://git.kernel.org/pub...Linus Torvalds2021-07-1836-98/+391
|\
| * perf sched: Fix record failure when CONFIG_SCHEDSTATS is not setYang Jihong2021-07-181-4/+29
| * perf probe: Fix add event failure when running 32-bit perf in a 64-bit kernelYang Jihong2021-07-186-42/+38
| * perf data: Close all files in close_dir()Riccardo Mancini2021-07-181-1/+1
| * perf probe-file: Delete namelist in del_events() on the error pathRiccardo Mancini2021-07-181-2/+2
| * perf test bpf: Free obj_bufRiccardo Mancini2021-07-161-0/+2
| * perf trace: Free strings in trace__parse_events_option()Riccardo Mancini2021-07-151-0/+3
| * perf trace: Free syscall tp fields in evsel->privRiccardo Mancini2021-07-151-1/+16
| * perf trace: Free syscall->arg_fmtRiccardo Mancini2021-07-151-1/+15
| * perf trace: Free malloc'd trace fields on exitRiccardo Mancini2021-07-151-1/+10
| * perf lzma: Close lzma stream on exitRiccardo Mancini2021-07-151-3/+5
| * perf script: Fix memory 'threads' and 'cpus' leaks on exitRiccardo Mancini2021-07-151-0/+7
| * perf script: Release zstd dataRiccardo Mancini2021-07-151-0/+1
| * perf session: Cleanup trace_eventRiccardo Mancini2021-07-151-0/+1
| * perf inject: Close inject.output on exitRiccardo Mancini2021-07-151-2/+6
| * perf report: Free generated help strings for sort optionRiccardo Mancini2021-07-153-13/+24
| * perf env: Fix memory leak of cpu_pmu_capsRiccardo Mancini2021-07-151-0/+1
| * perf test maps__merge_in: Fix memory leak of mapsRiccardo Mancini2021-07-151-0/+2
| * perf dso: Fix memory leak in dso__new_map()Riccardo Mancini2021-07-151-1/+3