summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-10-21virtio: console: Add a find_port_by_devt() functionAmit Shah1-1/+36
2010-10-21virtio: console: Add a list of portdevs that are activeAmit Shah1-0/+15
2010-10-21virtio: console: open: Use a common path for error handlingAmit Shah1-3/+9
2010-10-21virtio: console: remove_port() should return voidAmit Shah1-2/+1
2010-10-21virtio: console: Make write() return -ENODEV on hot-unplugAmit Shah1-0/+3
2010-10-21virtio: console: Make read() return -ENODEV on hot-unplugAmit Shah1-0/+3
2010-10-21virtio: console: Unblock poll on port hot-unplugAmit Shah1-0/+4
2010-10-21virtio: console: Un-block reads on chardev closeAmit Shah1-0/+4
2010-10-21virtio: console: Check if portdev is valid in send_control_msg()Amit Shah1-1/+4
2010-10-21virtio: console: Remove control vq data only if using multiport supportAmit Shah1-6/+9
2010-10-21virtio: console: Reset vdev before removing deviceAmit Shah1-0/+3
2010-10-21tpm: change 'tpm_suspend_pcr' to be module parameterDmitry Torokhov1-12/+10
2010-10-20rbd: passing wrong variable to bvec_kunmap_irq()Dan Carpenter1-1/+1
2010-10-20rbd: null vs ERR_PTRDan Carpenter1-2/+2
2010-10-20block: rbd: removing unnecessary testYehuda Sadeh1-4/+0
2010-10-20block: rbd: fixed may leaksVasiliy Kulikov1-6/+8
2010-10-20rbd: introduce rados block device (rbd), based on libcephYehuda Sadeh4-0/+1934
2010-10-20Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds1-0/+1
2010-10-20virtio: console: Don't block entire guest if host doesn't read dataAmit Shah1-3/+14
2010-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds1-2/+2
2010-10-20spi/omap2_mcspi: Verify TX reg is empty after TX only xfer with DMAIlkka Koskinen1-13/+26
2010-10-20spi/omap2_mcspi: disable channel after TX_ONLY transfer in PIO modeJason Wang1-0/+6
2010-10-20Merge branch 'linus' into irq/coreIngo Molnar157-682/+1336
2010-10-19PM / Wakeup: Show wakeup sources statistics in debugfsRafael J. Wysocki1-0/+85
2010-10-19Merge branch 'devel-stable' into develRussell King162-759/+2197
2010-10-19Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene...Russell King92-375/+733
2010-10-19SERIAL: ioc3_serial: Return -ENOMEM on memory allocation failureJulia Lawall1-0/+1
2010-10-19Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-16/+12
2010-10-18Merge branches 'at91', 'dcache', 'ftrace', 'hwbpt', 'misc', 'mmci', 's3c', 's...Russell King314-1984/+3523
2010-10-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+7
2010-10-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2-26/+1
2010-10-18mxc_nand: do not depend on disabling the irq in the interrupt handlerSascha Hauer1-9/+83
2010-10-18Merge branch 'for-linus/i2c/2636-rc8' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2-18/+18
2010-10-18Merge branch 'linus' into core/lockingIngo Molnar100-378/+770
2010-10-18Input: evdev - fix EVIOCSABS regressionDaniel Mack1-1/+1
2010-10-18Input: evdev - fix Ooops in EVIOCGABS/EVIOCSABSDaniel Mack1-0/+6
2010-10-18Merge branch 'for-spi' of git://git.kernel.org/pub/scm/linux/kernel/git/vapie...Grant Likely98-779/+1196
2010-10-18Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...Russell King4-2/+66
2010-10-18ARM: S5P64X0: Add UART serial support for S5P6450Kukjin Kim2-4/+5
2010-10-18spi/bfin_spi: namespace local structsMike Frysinger1-58/+61
2010-10-18spi/bfin_spi: init earlyMichael Hennerich1-1/+1
2010-10-18spi/bfin_spi: check per-transfer bits_per_wordBob Liu1-1/+6
2010-10-18spi/bfin_spi: warn when CS is driven by hardware (CPHA=0)Barry Song1-2/+7
2010-10-18spi/bfin_spi: cs should be always low when a new transfer beginsRob Maris1-2/+1
2010-10-18spi/bfin_spi: fix typo in commentRob Maris1-1/+1
2010-10-18spi/bfin_spi: reject unsupported SPI modesMike Frysinger1-0/+4
2010-10-18spi/bfin_spi: use dma_disable_irq_nosync() in irq handlerBarry Song1-1/+1
2010-10-18spi/bfin_spi: combine duplicate SPI_CTL read/write logicMike Frysinger1-22/+18
2010-10-18spi/bfin_spi: reset ctl_reg bits when setup is run again on a deviceMike Frysinger1-3/+9
2010-10-18spi/bfin_spi: push all size checks into the transfer functionMike Frysinger1-43/+14