summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "sysctl: clean up nr_pdflush_threads leftover"Greg Kroah-Hartman2018-12-071-2/+2
* Revert "tty: xilinx_uartps: Correct return value in probe"Greg Kroah-Hartman2018-12-061-12/+14
* tty/ldsem: Decrement wait_readers on timeouted down_read()Dmitry Safonov2018-12-051-0/+1
* tty/ldsem: Add lockdep asserts for ldisc_semDmitry Safonov2018-12-051-0/+9
* tty/ldsem: Convert to regular lockdep annotationsPeter Zijlstra2018-12-051-37/+14
* tty: Simplify tty->count math in tty_reopen()Dmitry Safonov2018-12-051-8/+5
* tty: Don't block on IO when ldisc change is pendingDmitry Safonov2018-12-055-7/+21
* tty: Hold tty_ldisc_lock() during tty_reopen()Dmitry Safonov2018-12-051-2/+7
* tty/ldsem: Wake up readers after timed out down_write()Dmitry Safonov2018-12-051-0/+10
* sysctl: clean up nr_pdflush_threads leftoverRafael Aquini2018-12-051-2/+2
* tty/sysrq: Do not call sync directly from sysrq_do_reset()Mark Tomlinson2018-12-051-2/+1
* serial: 8250-mtk: add uart DMA supportLong Cheng2018-12-051-1/+209
* dt-bindings: dma: uart: add uart dma bindingsLong Cheng2018-12-051-0/+33
* tty: xilinx_uartps: Correct return value in probeRajan Vaja2018-12-051-14/+12
* tty: serial: qcom_geni_serial: Fix softlockRyan Case2018-12-051-17/+39
* Revert "serial/sunsu: add missing of_node_put()"Greg Kroah-Hartman2018-12-051-15/+5
* serdev: document the write functions using kernel-docJohan Hovold2018-11-271-0/+37
* serdev: make synchronous write helper interruptibleJohan Hovold2018-11-272-7/+15
* serdev: make synchronous write return bytes writtenJohan Hovold2018-11-273-4/+12
* serdev: use zero to indicate infinite write timeoutJohan Hovold2018-11-271-2/+5
* Merge 4.20-rc4 into tty-nextGreg Kroah-Hartman2018-11-27418-2533/+4241
|\
| * Linux 4.20-rc4v4.20-rc4Linus Torvalds2018-11-251-2/+2
| * Merge tag 'dma-mapping-4.20-3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-11-252-2/+3
| |\
| | * swiotlb: Skip cache maintenance on map errorRobin Murphy2018-11-211-1/+2
| | * dma-direct: Make DIRECT_MAPPING_ERROR viable for SWIOTLBRobin Murphy2018-11-211-1/+1
| * | Merge tag 'nfs-for-4.20-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-11-257-37/+66
| |\ \
| | * | flexfiles: use per-mirror specified stateid for IOTigran Mkrtchyan2018-11-223-12/+32
| | * | NFSv4.2 copy do not allocate memory under the lockOlga Kornievskaia2018-11-222-20/+21
| | * | NFSv4: Fix a NFSv4 state manager deadlockTrond Myklebust2018-11-202-5/+13
| * | | MAINTAINERS: change Sparse's maintainerLuc Van Oostenryck2018-11-252-2/+5
| * | | Merge tag 'xarray-4.20-rc4' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-11-256-185/+387
| |\ \ \
| | * | | XArray tests: Add missing lockingMatthew Wilcox2018-11-191-0/+10
| | * | | dax: Avoid losing wakeup in dax_lock_mapping_entryMatthew Wilcox2018-11-191-0/+1
| | * | | dax: Fix huge page faultsMatthew Wilcox2018-11-171-8/+4
| | * | | dax: Fix dax_unlock_mapping_entry for PMD pagesMatthew Wilcox2018-11-171-9/+8
| | * | | dax: Reinstate RCU protection of inodeMatthew Wilcox2018-11-161-3/+19
| | * | | dax: Make sure the unlocking entry isn't lockedMatthew Wilcox2018-11-161-0/+1
| | * | | dax: Remove optimisation from dax_lock_mapping_entryMatthew Wilcox2018-11-161-5/+2
| | * | | XArray tests: Correct some 64-bit assumptionsMatthew Wilcox2018-11-161-2/+2
| | * | | XArray: Correct xa_store_rangeMatthew Wilcox2018-11-161-2/+3
| | * | | XArray: Fix DocumentationMatthew Wilcox2018-11-053-8/+12
| | * | | XArray: Handle NULL pointers differently for allocationMatthew Wilcox2018-11-052-12/+29
| | * | | XArray: Unify xa_store and __xa_storeMatthew Wilcox2018-11-051-33/+25
| | * | | XArray: Add xa_store_bh() and xa_store_irq()Matthew Wilcox2018-11-052-1/+56
| | * | | XArray: Turn xa_erase into an exported functionMatthew Wilcox2018-11-052-17/+25
| | * | | XArray: Unify xa_cmpxchg and __xa_cmpxchgMatthew Wilcox2018-11-052-85/+69
| | * | | XArray: Regularise xa_reserveMatthew Wilcox2018-11-054-12/+105
| | * | | nilfs2: Use xa_erase_irqMatthew Wilcox2018-11-051-3/+1
| | * | | XArray: Export __xa_foo to non-GPL modulesMatthew Wilcox2018-11-051-3/+3
| | * | | XArray: Fix xa_for_each with a single element at 0Matthew Wilcox2018-11-052-1/+31