summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-02-24virtio: console: Ensure only one process can have a port open at a timeAmit Shah1-1/+17
2010-02-24virtio: console: Add file operations to ports for open/read/write/pollAmit Shah1-1/+163
2010-02-24virtio: console: Associate each port with a char deviceAmit Shah2-7/+82
2010-02-24virtio: console: Prepare for writing to userspace buffersAmit Shah1-6/+14
2010-02-24virtio: console: Add a new MULTIPORT feature, support for generic portsAmit Shah1-56/+336
2010-02-24virtio: console: Introduce a send_buf function for a common path for sending ...Amit Shah1-17/+33
2010-02-24virtio: console: Introduce function to hand off data from host to readersAmit Shah1-36/+106
2010-02-24virtio: console: Separate out find_vqs operation into a different functionAmit Shah1-12/+86
2010-02-24virtio: console: Separate out console init into a new functionAmit Shah1-22/+39
2010-02-24virtio: console: Separate out console-specific data into a separate structAmit Shah1-20/+37
2010-02-24virtio: console: ensure console size is updated on hvc openAmit Shah1-16/+17
2010-02-24virtio: console: struct ports for multiple ports per device.Amit Shah1-63/+89
2010-02-24virtio: console: remove global varRusty Russell1-21/+46
2010-02-24virtio: console: don't assume a single console port.Amit Shah1-9/+65
2010-02-24virtio: console: use vdev->priv to avoid accessing global var.Rusty Russell1-2/+8
2010-02-24virtio: console: introduce a get_inbuf helper to fetch bufs from in_vqAmit Shah1-4/+17
2010-02-24virtio: console: ensure add_inbuf can work for multiple ports as wellAmit Shah1-17/+18
2010-02-24virtio: console: encapsulate buffer information in a structAmit Shah1-15/+55
2010-02-24virtio: console: port encapsulationRusty Russell1-49/+58
2010-02-24virtio: console: We support only one device at a timeAmit Shah1-0/+5
2010-02-24hvc_console: make the ops pointer const.Rusty Russell10-14/+16
2010-02-24virtio: console: statically initialize virtio_consRusty Russell1-26/+34
2010-02-24virtio: console: comment cleanupRusty Russell1-54/+54
2010-02-24virtio: Initialize vq->data entries to NULLAmit Shah1-1/+4
2010-02-24virtio: Add ability to detach unused buffers from vringsShirley Ma1-0/+25
2010-02-24virtio_blk: add block topology supportChristoph Hellwig1-15/+46
2010-02-24virtio: use smp_XX barriers on SMPMichael S. Tsirkin1-4/+22
2010-02-24virtio: remove bogus barriers from DEBUG version of virtio_ring.cRusty Russell1-2/+1
2010-02-24virtio: fix balloon without VIRTIO_BALLOON_F_STATS_VQRusty Russell1-0/+1
2010-02-24virtio: Fix scheduling while atomic in virtio_balloon statsAdam Litke1-4/+18
2010-02-24virtio: Add memory statistics reporting to the balloon driver (V4)Adam Litke1-8/+86
2010-02-24Add __devexit_p around reference to virtio_pci_removeJamie Lokier1-1/+1
2010-02-22efifb: fix framebuffer handoffMarcin Slusarz1-1/+10
2010-02-22geode-mfgpt: restore previous behavior for selecting IRQJens Rottmann1-1/+1
2010-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-4/+10
2010-02-22i915 / PM: Fix hibernate regression caused by suspend/resume splittingRafael J. Wysocki1-21/+9
2010-02-21Input: usbtouchscreen - extend coordinate range for Generaltouch devicesRoy Yin1-4/+4
2010-02-21[WATCHDOG] bfin: fix max timeout calculationMike Frysinger1-6/+7
2010-02-20Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-7/+15
2010-02-20Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2010-02-20Input: polldev can cause crash in case when polling disabledSamu Onkalo1-0/+6
2010-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds8-16/+40
2010-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-19/+28
2010-02-19Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds8-18/+39
2010-02-19sfc: SFE4002/SFN4112F: Widen temperature and voltage tolerancesBen Hutchings1-18/+27
2010-02-19sfc: Fix sign of efx_mcdi_poll_reboot() error in efx_mcdi_poll()Ben Hutchings1-1/+1
2010-02-20drm/radeon: bump the UMS driver version number to indicate rv740 fixDave Airlie1-1/+2
2010-02-20drm/radeon/kms: free fence IB if it wasn't emited at IB free timeJerome Glisse1-0/+2
2010-02-20drm/ttm: fix caching problem on non-PAT systems.Francisco Jerez1-7/+11
2010-02-20drm/radeon/rv740: fix backend setupAlex Deucher2-6/+12