summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tty: serial: altera_uart: Use port->regshift to store bus shiftTobias Klauser2011-02-171-7/+7
* tty: serial: altera_uart: Handle pdev->id == -1 in altera_uart_removeTobias Klauser2011-02-171-1/+7
* tty,vt: fix VT_SETACTIVATE console switchJiri Olsa2011-02-171-1/+2
* atmel_serial: enable PPS supportViktar Palstsiuk2011-02-171-0/+16
* tty: Add msm_smd_tty driverNiranjana Vishwanathapura2011-02-173-0/+246
* serial: change the divisor latch only when prescalar actually changedYin Kangkai2011-02-171-12/+20
* serial: also set the uartclk value in resume after goes to highspeedYin Kangkai2011-02-171-0/+1
* serial: ifx6x60: minor cleanupRuss Gorby2011-02-172-6/+4Star
* serial: ifx6x60: probe routine needs to call spi_setupRuss Gorby2011-02-171-0/+9
* serial: ifx6x60: set SPI max_speed_hz based on platform typeRuss Gorby2011-02-171-1/+2
* serial: ifx6x60: changed internal bpw from boolean to intRuss Gorby2011-02-171-2/+2
* serial: ifx6x60: dma_alloc_coherent must use parent devRuss Gorby2011-02-171-2/+2
* serial: ifx6x60: fixed call to tty_port_initRuss Gorby2011-02-171-1/+1
* tty,vcs removing con_buf/conf_buf_mtxJiri Olsa2011-02-173-66/+52Star
* tty,vcs: lseek/VC-release race fixJiri Olsa2011-02-171-0/+18
* TTY: use appropriate printk priority levelMandeep Singh Baines2011-02-171-7/+8
* hvc: add Blackfin JTAG console supportMike Frysinger2011-02-173-0/+115
* vt: Add virtual console keyboard mode OFFArthur Taylor2011-02-174-3/+9
* hvc_dcc: Simplify assembly for v6 and v7 ARMStephen Boyd2011-02-041-24/+0Star
* hvc_dcc: Simplify put_chars()/get_chars() loopsStephen Boyd2011-02-041-8/+4Star
* hvc_dcc: Fix bad code generation by marking assembly volatileStephen Boyd2011-02-041-6/+5Star
* serial: pch_uart: revert Kconfig for non-DMA modeTomoya MORINAGA2011-02-031-3/+2Star
* serial: pch_uart: support new device ML7213Tomoya MORINAGA2011-02-032-8/+24
* 68328serial: remove unsed m68k_serial->tqueue_hangupTejun Heo2011-02-032-24/+0Star
* serial-core: reset the console speed on resumeYin Kangkai2011-02-031-3/+3
* serial: mrst_max3110: make buffer largerDan Carpenter2011-02-031-1/+1
* tty_ldisc: don't use flush_scheduled_work()Tejun Heo2011-02-031-2/+15
* serial: omap-serial: Enable the UART wake-up bits alwaysJarkko Nikula2011-02-031-3/+3
* OMAP: Enable Magic SysRq on serial console ttyOxThomas Weber2011-02-031-1/+4
* serial: ifx6x60: expanded info available from platform dataRuss Gorby2011-02-033-24/+32
* serial: mfd: remove the timeout workaround for A0Feng Tang2011-02-031-38/+0Star
* tty: serial: bfin_sport_uart: fix signedness errorVasiliy Kulikov2011-02-031-1/+1
* Linux 2.6.38-rc3Linus Torvalds2011-02-011-1/+1
* Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2011-02-0125-210/+174Star
|\
| * NFS: NFSv4 readdir loses entriesChuck Lever2011-01-281-3/+0Star
| * NFS: Micro-optimize nfs4_decode_dirent()Chuck Lever2011-01-281-3/+3
| * NFS: Fix an NFS client lockdep issueTrond Myklebust2011-01-281-2/+4
| * NFS construct consistent co_ownerid for v4.1Andy Adamson2011-01-261-20/+10Star
| * NFS: nfs_wcc_update_inode() should set nfsi->attr_gencountTrond Myklebust2011-01-251-9/+17
| * NFS improve pnfs_put_deviceid_cache debug printAndy Adamson2011-01-251-1/+1
| * NFS fix cb_sequence error processingAndy Adamson2011-01-251-1/+1
| * NFS do not find client in NFSv4 pg_authenticateAndy Adamson2011-01-2510-128/+42Star
| * NLM: Fix "kernel BUG at fs/lockd/host.c:417!" or ".../host.c:283!"Chuck Lever2011-01-251-4/+5
| * NFS: Prevent memory allocation failure in nfsacl_encode()Chuck Lever2011-01-254-13/+31
| * NFS: nfsacl_{encode,decode} should return signed integerChuck Lever2011-01-252-8/+28
| * NFS: Fix "kernel BUG at fs/nfs/nfs3xdr.c:1338!"Chuck Lever2011-01-251-1/+4
| * NFS: Fix "kernel BUG at fs/aio.c:554!"Chuck Lever2011-01-251-14/+20
| * NFS4: Avoid potential NULL pointer dereference in decode_and_add_ds().Jesper Juhl2011-01-251-2/+7
| * NFS: fix handling of malloc failure during nfs_flush_multi()Fred Isaman2011-01-191-1/+1
* | Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-01-315-35/+41
|\ \