summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2009-06-16Merge branch 'serial'Linus Torvalds4-17/+50
2009-06-16tty: fix sanity checkAlan Cox1-0/+2
2009-06-16pty: Narrow the race on ldisc lockingAlan Cox1-13/+40
2009-06-16tty: fix unused warning when TCGETX is not definedMike Frysinger1-2/+3
2009-06-16ldisc: debug aidsAlan Cox1-0/+1
2009-06-16ldisc: Make sure the ldisc isn't active when we close itAlan Cox1-0/+2
2009-06-16tty: Fix leaks introduced by the shift to separate ldisc objectsAlan Cox1-2/+4
2009-06-16Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-43/+161
2009-06-16Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds1-132/+164
2009-06-16tty: Fix leaks introduced by the shift to separate ldisc objectsAlan Cox1-2/+4
2009-06-16pty: Narrow the race on ldisc lockingAlan Cox1-3/+3
2009-06-16[S390] pm: hvc_iucv power management callbacksHendrik Brueckner1-43/+161
2009-06-15Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds1-1/+1
2009-06-15ps3flash: Always read chunks of 256 KiB, and cache themGeert Uytterhoeven1-30/+17
2009-06-15ps3flash: Cache the last accessed FLASH chunkGeert Uytterhoeven1-105/+104
2009-06-15ps3: Replace direct file operations by callbackGeert Uytterhoeven1-24/+70
2009-06-15ps3flash: Use ps3_system_bus_[gs]et_drvdata() instead of direct accessGeert Uytterhoeven1-6/+6
2009-06-15Merge commit 'origin/master' into nextBenjamin Herrenschmidt12-54/+330
2009-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2009-06-14Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds3-0/+260
2009-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-23/+22
2009-06-12Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-1/+15
2009-06-12Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-1/+1
2009-06-12Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Linus Torvalds1-1/+0
2009-06-12trivial: Kconfig: .ko is normally not included in module namesPavel Machek1-1/+1
2009-06-12trivial: typo (en|dis|avail|remove)bale -> (en|dis|avail|remove)ableThadeu Lima de Souza Cascardo1-1/+1
2009-06-12virtio: handle short buffers in virtio_rng.Rusty Russell1-8/+16
2009-06-12virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin2-18/+14
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell2-3/+3
2009-06-12kmemleak: Remove the kmemleak.h include in drivers/char/vt.cCatalin Marinas1-1/+0
2009-06-12Merge commit 'origin/master' into nextBenjamin Herrenschmidt31-589/+1172
2009-06-11Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Linus Torvalds1-0/+1
2009-06-11Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+2
2009-06-11Merge branch 'topic/slab/earlyboot' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-6/+2
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2009-06-11vt: use kzalloc() instead of the bootmem allocatorPekka Enberg1-6/+2
2009-06-11kmemleak: Remove some of the kmemleak false positivesCatalin Marinas1-0/+7
2009-06-11Merge branch 'serial-from-alan'Linus Torvalds26-579/+1161
2009-06-11Merge branch 'linus' into perfcounters/coreIngo Molnar3-6/+5
2009-06-11moxa: prevent opening unavailable portsDirk Eibach1-0/+5
2009-06-11tty: use prepare/finish_waitJiri Slaby1-4/+2
2009-06-11tty: remove sleep_onJiri Slaby1-1/+2
2009-06-11tty: Untangle termios and mm mutex dependenciesAlan Cox1-29/+46
2009-06-11tty: bfin_jtag_comm: emulate a TTY over the Blackfin EMUDAT/JTAG interfaceMike Frysinger3-0/+379
2009-06-11tty: simplify buffer allocator cleanupsAlan Cox1-17/+5
2009-06-11tty: remove buffer special casingAlan Cox2-17/+4
2009-06-11tty: bring ldisc into CodingStyleAlan Cox1-13/+9
2009-06-11tty: Move ldisc_flushAlan Cox2-21/+21
2009-06-11tty: rewrite the ldisc lockingAlan Cox9-250/+321
2009-06-11tty: Extract various bits of ldisc codeAlan Cox2-36/+85