aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-21Merge branch 'drm-for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds13-1876/+1917
2010-05-21serial: Tidy REMOTE_DEBUGChristoph Egger1-222/+1
2010-05-21serial: isicomm: handle running out of slotsDan Carpenter1-1/+7
2010-05-21tty: fix obsolete comment on tty_insert_flip_string_fixed_flagJohan Hovold1-1/+1
2010-05-21tty: n_gsm: depends on NETRandy Dunlap1-0/+1
2010-05-21tty: n_gsm line disciplineAlan Cox3-1/+2772
2010-05-20ARM: 6137/1: nomadik hwrng: Add clock supportSrinidhi Kasagar1-0/+17
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-200/+368
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds7-63/+15
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds3-28/+65
2010-05-20random: simplify fips modeMatt Mackall1-7/+3
2010-05-19Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracingLinus Torvalds1-5/+16
2010-05-19Merge commit 'v2.6.34' into nextDmitry Torokhov8-12/+22
2010-05-19drivers/char: Eliminate use after freeJulia Lawall1-4/+4
2010-05-19virtio: console: Accept console size along with resize control messageAmit Shah1-1/+12
2010-05-19virtio: console: Store each console's size in the console structureAmit Shah1-12/+31
2010-05-19virtio: console: Resize console port 0 on config intr only if multiport is offAmit Shah1-7/+10
2010-05-19virtio: console: Add support for nonblocking write()sAmit Shah1-8/+111
2010-05-19virtio: console: Rename wait_is_over() to will_read_block()Amit Shah1-3/+3
2010-05-19virtio: console: Don't always create a port 0 if using multiportAmit Shah1-17/+15
2010-05-19virtio: console: Use a control message to add portsAmit Shah1-44/+33
2010-05-19virtio: console: Move code around for future patchesAmit Shah1-133/+133
2010-05-19virtio: console: Remove config work handlerAmit Shah1-63/+1
2010-05-19virtio: console: Don't call hvc_remove() on unplugging console portsAmit Shah1-0/+11
2010-05-19virtio: console: Return -EPIPE to hvc_console if we lost the connectionAmit Shah1-2/+6
2010-05-19virtio: console: Let host know of port or device add failuresAmit Shah1-0/+5
2010-05-19virtio: console: Add a __send_control_msg() that can send messages without a valid portAmit Shah1-5/+11
2010-05-19virtio: Revert "virtio: disable multiport console support."Amit Shah1-41/+8
2010-05-19virtio-rng: use virtqueue_xxx wrappersMichael S. Tsirkin1-3/+3
2010-05-19virtio_console: use virtqueue_xxx wrappersMichael S. Tsirkin1-16/+16
2010-05-19amd64-agp: Probe unknown AGP devices the right wayBen Hutchings1-12/+15
2010-05-19sis-agp: Remove SIS 760, handled by amd64-agpBen Hutchings1-8/+0
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely5-8/+8
2010-05-18Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2010-05-18Merge branch 'next' into for-linusJames Morris3-28/+65
2010-05-17serial167: Kill unused variablesGeert Uytterhoeven1-2/+0
2010-05-17drivers: Push down BKL into various driversArnd Bergmann12-57/+144
2010-05-17procfs: Push down the bkl from ioctlFrederic Weisbecker1-5/+16
2010-05-17TPM: ACPI/PNP dependency removalRajiv Andrade2-21/+25
2010-05-13tty: Fix unbalanced BKL handling in error pathAlan Cox1-0/+1
2010-05-13Merge commit 'v2.6.34-rc7' into tracing/coreIngo Molnar6-9/+21
2010-05-11agp: use NULL instead of 0 when pointer is neededBill Pemberton1-1/+1
2010-05-10Merge remote branch 'origin/master' into drm-intel-nextEric Anholt6-9/+21
2010-05-10pcmcia: dev_node removal (remaining drivers)Dominik Brodowski4-24/+7
2010-05-10pcmcia: dev_node removal (drivers with updated printk call)Dominik Brodowski2-16/+3
2010-05-10pcmcia: dev_node removal (write-only drivers)Dominik Brodowski1-5/+0
2010-05-10pcmcia: re-work pcmcia_request_irq()Dominik Brodowski2-18/+5
2010-05-07Revert "TPM: ACPI/PNP dependency removal"James Morris2-32/+22
2010-05-06Merge branch 'master' into nextJames Morris62-58/+125