aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-25Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-0/+17
2010-05-25drivers: misc: pass miscdevice pointer via file private dataSamu Onkalo1-0/+1
2010-05-25hvsi: fix messed up error checking getting state namePhil Carmody1-4/+2
2010-05-25hangcheck-timer: fix x86_32 bugsYury Polyanskiy1-6/+14
2010-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracingLinus Torvalds12-57/+144
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely42-2744/+5571
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely4-9/+17
2010-05-21Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2-326/+380
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-7/+3
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