aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2010-05-27drivers/char/applicom.c: use memdup_userGravatar Julia Lawall 1-8/+3
2010-05-27drivers/char/ppdev.c: use kasprintfGravatar Julia Lawall 1-3/+1
2010-05-27char drivers: RAM oops/panic loggerGravatar Marco Stornelli 3-0/+170
2010-05-27ipmi: handle run_to_completion properly in deliver_recv_msg()Gravatar Jiri Kosina 1-3/+8
2010-05-27ipmi: update driver to use dev_printk and its constructsGravatar Myron Stowe 2-127/+107
2010-05-27ipmi: convert tracking of the ACPI device pointer to a PNP deviceGravatar Myron Stowe 1-1/+1
2010-05-27ipmi: change timeout and event poll to one secondGravatar Corey Minyard 1-2/+2
2010-05-27ipmi: attempt to register multiple SIs of the same typeGravatar Matthew Garrett 1-7/+21
2010-05-27ipmi: reduce pollingGravatar Matthew Garrett 1-7/+13
2010-05-27ipmi: reduce polling when interrupts are availableGravatar Matthew Garrett 1-2/+10
2010-05-27ipmi: change device discovery orderGravatar Matthew Garrett 1-11/+12
2010-05-27ipmi: only register one si per bmcGravatar Matthew Garrett 1-2/+27
2010-05-27ipmi: split device discovery and registrationGravatar Matthew Garrett 1-46/+84
2010-05-27ipmi: change addr_source to an enum rather than stringsGravatar Matthew Garrett 1-19/+25
2010-05-27drivers/char/vt.c: use memdup_userGravatar Julia Lawall 1-7/+3
2010-05-26Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Gravatar Linus Torvalds 1-10/+18
2010-05-26agp: amd64, fix pci reference leaksGravatar Jiri Slaby 1-10/+18
2010-05-25Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armGravatar Linus Torvalds 1-0/+17
2010-05-25drivers: misc: pass miscdevice pointer via file private dataGravatar Samu Onkalo 1-0/+1
2010-05-25hvsi: fix messed up error checking getting state nameGravatar Phil Carmody 1-4/+2
2010-05-25hangcheck-timer: fix x86_32 bugsGravatar Yury Polyanskiy 1-6/+14
2010-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Gravatar Linus Torvalds 12-57/+144
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGravatar Grant Likely 42-2744/+5571
2010-05-22of: Remove duplicate fields from of_platform_driverGravatar Grant Likely 4-9/+17
2010-05-21Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Gravatar Linus Torvalds 2-326/+380
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-7/+3
2010-05-21Merge branch 'drm-for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 13-1876/+1917
2010-05-21serial: Tidy REMOTE_DEBUGGravatar Christoph Egger 1-222/+1
2010-05-21serial: isicomm: handle running out of slotsGravatar Dan Carpenter 1-1/+7
2010-05-21tty: fix obsolete comment on tty_insert_flip_string_fixed_flagGravatar Johan Hovold 1-1/+1
2010-05-21tty: n_gsm: depends on NETGravatar Randy Dunlap 1-0/+1
2010-05-21tty: n_gsm line disciplineGravatar Alan Cox 3-1/+2772
2010-05-20ARM: 6137/1: nomadik hwrng: Add clock supportGravatar Srinidhi Kasagar 1-0/+17
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 2-200/+368
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-2/+2
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Gravatar Linus Torvalds 7-63/+15
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 3-28/+65
2010-05-20random: simplify fips modeGravatar Matt Mackall 1-7/+3
2010-05-19Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Gravatar Linus Torvalds 1-5/+16
2010-05-19Merge commit 'v2.6.34' into nextGravatar Dmitry Torokhov 8-12/+22
2010-05-19drivers/char: Eliminate use after freeGravatar Julia Lawall 1-4/+4
2010-05-19virtio: console: Accept console size along with resize control messageGravatar Amit Shah 1-1/+12
2010-05-19virtio: console: Store each console's size in the console structureGravatar Amit Shah 1-12/+31
2010-05-19virtio: console: Resize console port 0 on config intr only if multiport is offGravatar Amit Shah 1-7/+10
2010-05-19virtio: console: Add support for nonblocking write()sGravatar Amit Shah 1-8/+111
2010-05-19virtio: console: Rename wait_is_over() to will_read_block()Gravatar Amit Shah 1-3/+3
2010-05-19virtio: console: Don't always create a port 0 if using multiportGravatar Amit Shah 1-17/+15
2010-05-19virtio: console: Use a control message to add portsGravatar Amit Shah 1-44/+33
2010-05-19virtio: console: Move code around for future patchesGravatar Amit Shah 1-133/+133
2010-05-19virtio: console: Remove config work handlerGravatar Amit Shah 1-63/+1