aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2009-06-25hwrng: Use PCI_VDEVICEGravatar Joe Perches 2-4/+3
2009-06-18random: Add optional continuous repetition test to entropy store based rngsGravatar Neil Horman 1-0/+14
2009-06-17Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Gravatar Linus Torvalds 1-2/+3
2009-06-17Pull for-2.6.31 into releaseGravatar Tony Luck 1-2/+3
2009-06-17[IA64] Convert ia64 to use int-ll64.hGravatar Matthew Wilcox 1-2/+3
2009-06-17MIPS: hwrng: Add TX4939 RNG driverGravatar Atsushi Nemoto 3-0/+198
2009-06-16Merge branch 'akpm'Gravatar Linus Torvalds 1-6/+7
2009-06-16console: make blank timeout value a boot optionGravatar Daniel Mack 1-6/+7
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Gravatar Linus Torvalds 5-8/+24
2009-06-16Merge branch 'serial'Gravatar Linus Torvalds 4-17/+50
2009-06-16tty: fix sanity checkGravatar Alan Cox 1-0/+2
2009-06-16pty: Narrow the race on ldisc lockingGravatar Alan Cox 1-13/+40
2009-06-16tty: fix unused warning when TCGETX is not definedGravatar Mike Frysinger 1-2/+3
2009-06-16ldisc: debug aidsGravatar Alan Cox 1-0/+1
2009-06-16ldisc: Make sure the ldisc isn't active when we close itGravatar Alan Cox 1-0/+2
2009-06-16tty: Fix leaks introduced by the shift to separate ldisc objectsGravatar Alan Cox 1-2/+4
2009-06-16Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Gravatar Linus Torvalds 1-43/+161
2009-06-16Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Gravatar Linus Torvalds 1-132/+164
2009-06-16tty: Fix leaks introduced by the shift to separate ldisc objectsGravatar Alan Cox 1-2/+4
2009-06-16pty: Narrow the race on ldisc lockingGravatar Alan Cox 1-3/+3
2009-06-16[S390] pm: hvc_iucv power management callbacksGravatar Hendrik Brueckner 1-43/+161
2009-06-15ipmi: remove driver_data direct access of struct deviceGravatar Greg Kroah-Hartman 1-2/+2
2009-06-15hvcs: remove driver_data direct access of struct deviceGravatar Greg Kroah-Hartman 1-3/+3
2009-06-15Driver Core: raw: add nodename for raw devicesGravatar Kay Sievers 1-0/+6
2009-06-15Driver Core: misc: add nodename support for misc devices.Gravatar Kay Sievers 2-3/+13
2009-06-15Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Gravatar Linus Torvalds 1-1/+1
2009-06-15ps3flash: Always read chunks of 256 KiB, and cache themGravatar Geert Uytterhoeven 1-30/+17
2009-06-15ps3flash: Cache the last accessed FLASH chunkGravatar Geert Uytterhoeven 1-105/+104
2009-06-15ps3: Replace direct file operations by callbackGravatar Geert Uytterhoeven 1-24/+70
2009-06-15ps3flash: Use ps3_system_bus_[gs]et_drvdata() instead of direct accessGravatar Geert Uytterhoeven 1-6/+6
2009-06-15Merge commit 'origin/master' into nextGravatar Benjamin Herrenschmidt 12-54/+330
2009-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-2/+2
2009-06-14Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armGravatar Linus Torvalds 3-0/+260
2009-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 4-23/+22
2009-06-12Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Gravatar Linus Torvalds 1-1/+15
2009-06-12Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 1-1/+1
2009-06-12Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Gravatar Linus Torvalds 1-1/+0
2009-06-12trivial: Kconfig: .ko is normally not included in module namesGravatar Pavel Machek 1-1/+1
2009-06-12trivial: typo (en|dis|avail|remove)bale -> (en|dis|avail|remove)ableGravatar Thadeu Lima de Souza Cascardo 1-1/+1
2009-06-12virtio: handle short buffers in virtio_rng.Gravatar Rusty Russell 1-8/+16
2009-06-12virtio: find_vqs/del_vqs virtio operationsGravatar Michael S. Tsirkin 2-18/+14
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Gravatar Rusty Russell 2-3/+3
2009-06-12kmemleak: Remove the kmemleak.h include in drivers/char/vt.cGravatar Catalin Marinas 1-1/+0
2009-06-12Merge commit 'origin/master' into nextGravatar Benjamin Herrenschmidt 31-589/+1172
2009-06-11Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Gravatar Linus Torvalds 1-0/+1
2009-06-11Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+2
2009-06-11Merge branch 'topic/slab/earlyboot' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-6/+2
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-1/+1
2009-06-11vt: use kzalloc() instead of the bootmem allocatorGravatar Pekka Enberg 1-6/+2
2009-06-11kmemleak: Remove some of the kmemleak false positivesGravatar Catalin Marinas 1-0/+7