summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tty: serial: uartlite: Use constants in early_uartlite_putcSean Anderson2021-08-271-5/+4
* tty: Fix data race between tiocsti() and flush_to_ldisc()Nguyen Dinh Phi2021-08-261-2/+2
* serial: vt8500: Use of_device_get_match_dataTang Bin2021-08-261-5/+2
* serial: tegra: Use of_device_get_match_dataTang Bin2021-08-261-4/+2
* serial: 8250_ingenic: Use of_device_get_match_dataTang Bin2021-08-261-4/+2
* tty: serial: linflexuart: Remove redundant check to simplify the codeTang Bin2021-08-261-5/+1
* tty: serial: fsl_lpuart: do software reset for imx7ulp and imx8qxpFugang Duan2021-08-261-0/+48
* tty: serial: fsl_lpuart: enable two stop bits for lpuart32Fugang Duan2021-08-261-2/+6
* tty: serial: fsl_lpuart: fix the wrong mapbase valueAndy Duan2021-08-261-1/+1
* mxser: use semi-colons instead of commasDan Carpenter2021-08-261-6/+6
* tty: moxa: use semi-colons instead of commasDan Carpenter2021-08-261-4/+4
* tty: serial: fsl_lpuart: check dma_tx_in_progress in tx dma callbackFugang Duan2021-08-181-0/+4
* tty: replace in_irq() with in_hardirq()Changbin Du2021-08-161-2/+2
* serial: sh-sci: fix break handling for sysrqUlrich Hecht2021-08-161-1/+6
* serial: stm32: use devm_platform_get_and_ioremap_resource()Tang Bin2021-08-161-2/+1
* serial: stm32: use the defined variable to simplify codeTang Bin2021-08-161-2/+2
* Revert "arm pl011 serial: support multi-irq request"Qian Cai2021-08-161-31/+3
* tty: serial: samsung: Add Exynos850 SoC dataSam Protsenko2021-08-131-0/+13
* tty: serial: samsung: Fix driver data macros styleSam Protsenko2021-08-131-2/+2
* tty: serial: samsung: Init USI to keep clocks runningSam Protsenko2021-08-132-1/+40
* platform/surface: aggregator: Use serdev_acpi_get_uart_resource() helperAndy Shevchenko2021-08-131-8/+1
* serdev: Split and export serdev_acpi_get_uart_resource()Andy Shevchenko2021-08-132-7/+43
* serial: stm32: fix the conditional expression writingTang Bin2021-08-131-2/+2
* Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman2021-08-09779-4272/+8858
|\
| * Linux 5.14-rc5v5.14-rc5Linus Torvalds2021-08-081-1/+1
| * Merge tag 'timers-urgent-2021-08-08' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-08-081-2/+4
| |\
| | * timers: Move clearing of base::timer_running under base:: LockThomas Gleixner2021-07-271-2/+4
| * | Merge tag 'sched-urgent-2021-08-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-08-081-55/+35
| |\ \
| | * | sched/rt: Fix double enqueue caused by rt_effective_prioPeter Zijlstra2021-08-041-55/+35
| * | | Merge tag 'perf-urgent-2021-08-08' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-08-084-17/+71
| |\ \ \
| | * | | perf/x86/intel: Apply mid ACK for small coreKan Liang2021-08-062-8/+30
| | * | | perf/x86/amd: Don't touch the AMD64_EVENTSEL_HOSTONLY bit inside the guestLike Xu2021-08-041-1/+2
| | * | | perf/x86: Fix out of bound MSR accessPeter Zijlstra2021-08-041-5/+7
| | * | | perf: Refactor permissions check into perf_check_permission()Marco Elver2021-07-161-26/+32
| | * | | perf: Fix required permissions if sigtrap is requestedMarco Elver2021-07-161-1/+24
| * | | | Merge tag 'char-misc-5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-08-084-21/+28
| |\ \ \ \
| | * \ \ \ Merge tag 'icc-5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/dja...Greg Kroah-Hartman2021-08-032-13/+18
| | |\ \ \ \
| | | * | | | interconnect: Fix undersized devress_alloc allocationColin Ian King2021-08-021-1/+1
| | | * | | | interconnect: qcom: icc-rpmh: Add BCMs to commit list in pre_aggregateMike Tipton2021-07-301-5/+5
| | | * | | | interconnect: qcom: icc-rpmh: Ensure floor BW is enforced for all nodesMike Tipton2021-07-301-7/+5
| | | * | | | interconnect: Always call pre_aggregate before aggregateMike Tipton2021-07-221-0/+5
| | | * | | | interconnect: Zero initial BW after sync-stateMike Tipton2021-07-221-0/+2
| | * | | | | Merge tag 'fpga-fixes-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2021-08-021-0/+2
| | |\ \ \ \ \
| | | * | | | | fpga: dfl: fme: Fix cpu hotplug issue in performance reportingKajol Jain2021-07-271-0/+2
| | | | |_|_|/ | | | |/| | |
| | * / | | | virt: acrn: Do hcall_destroy_vm() before resource releaseShuo Liu2021-07-271-8/+8
| | |/ / / /
| * | | | | Merge tag 'driver-core-5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-08-084-9/+21
| |\ \ \ \ \
| | * | | | | firmware_loader: fix use-after-free in firmware_fallback_sysfsAnirudh Rayabharam2021-07-293-5/+19
| | * | | | | firmware_loader: use -ETIMEDOUT instead of -EAGAIN in fw_load_sysfs_fallbackAnirudh Rayabharam2021-07-291-2/+0
| | * | | | | drivers core: Fix oops when driver probe failsFilip Schauer2021-07-271-2/+2
| | |/ / / /
| * | | | | Merge tag 'staging-5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-08-089-39/+64
| |\ \ \ \ \