aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Revert "tty: fix a little bug in scrup, vt.c"Linus Torvalds2010-06-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2010-06-043-6/+9
|\
| * vt_ioctl: return -EFAULT on copy_from_user errorsDan Carpenter2010-06-041-1/+3
| * tty: fix a little bug in scrup, vt.cFrank Pan2010-06-041-1/+1
| * TTY/n_gsm: potential double lockDan Carpenter2010-06-041-4/+5
* | ramoops: add HAS_IOMEM dependencyHeiko Carstens2010-06-041-0/+1
|/
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2010-06-031-1/+1
|\
| * agp/uninorth: Fix oops caused by flushing too muchPaul Mackerras2010-06-021-1/+1
* | virtio: console: Fix crash when port is unplugged and blocked for writeAmit Shah2010-06-031-0/+4
* | virtio: console: Fix crash when hot-unplugging a port and read is blockedAmit Shah2010-06-031-3/+7
|/
* Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-06-011-7/+39
|\
| * agp/intel: Restrict GTT mapping to valid range on i915 and i945Chris Wilson2010-05-261-7/+39
* | drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-2/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2010-05-271-26/+35
|\ \
| * | m68k: amiga - Serial port platform device conversionGeert Uytterhoeven2010-05-261-26/+35
| |/
* | drivers/char/applicom.c: use memdup_userJulia Lawall2010-05-271-8/+3
* | drivers/char/ppdev.c: use kasprintfJulia Lawall2010-05-271-3/+1
* | char drivers: RAM oops/panic loggerMarco Stornelli2010-05-273-0/+170
* | ipmi: handle run_to_completion properly in deliver_recv_msg()Jiri Kosina2010-05-271-3/+8
* | ipmi: update driver to use dev_printk and its constructsMyron Stowe2010-05-272-127/+107
* | ipmi: convert tracking of the ACPI device pointer to a PNP deviceMyron Stowe2010-05-271-1/+1
* | ipmi: change timeout and event poll to one secondCorey Minyard2010-05-271-2/+2
* | ipmi: attempt to register multiple SIs of the same typeMatthew Garrett2010-05-271-7/+21
* | ipmi: reduce pollingMatthew Garrett2010-05-271-7/+13
* | ipmi: reduce polling when interrupts are availableMatthew Garrett2010-05-271-2/+10
* | ipmi: change device discovery orderMatthew Garrett2010-05-271-11/+12
* | ipmi: only register one si per bmcMatthew Garrett2010-05-271-2/+27
* | ipmi: split device discovery and registrationMatthew Garrett2010-05-271-46/+84
* | ipmi: change addr_source to an enum rather than stringsMatthew Garrett2010-05-271-19/+25
* | drivers/char/vt.c: use memdup_userJulia Lawall2010-05-271-7/+3
* | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-05-261-10/+18
|\ \ | |/ |/|
| * agp: amd64, fix pci reference leaksJiri Slaby2010-05-261-10/+18
* | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-05-251-0/+17
|\ \
| * | ARM: 6137/1: nomadik hwrng: Add clock supportSrinidhi Kasagar2010-05-201-0/+17
* | | drivers: misc: pass miscdevice pointer via file private dataSamu Onkalo2010-05-251-0/+1
* | | hvsi: fix messed up error checking getting state namePhil Carmody2010-05-251-4/+2
* | | hangcheck-timer: fix x86_32 bugsYury Polyanskiy2010-05-251-6/+14
* | | Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds2010-05-2412-57/+144
|\ \ \
| * | | drivers: Push down BKL into various driversArnd Bergmann2010-05-1712-57/+144
* | | | Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-2242-2744/+5571
|\ \ \ \
| * \ \ \ Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2010-05-212-326/+380
| |\ \ \ \
| | * | | | drivers/char: Eliminate use after freeJulia Lawall2010-05-191-4/+4
| | * | | | virtio: console: Accept console size along with resize control messageAmit Shah2010-05-191-1/+12
| | * | | | virtio: console: Store each console's size in the console structureAmit Shah2010-05-191-12/+31
| | * | | | virtio: console: Resize console port 0 on config intr only if multiport is offAmit Shah2010-05-191-7/+10
| | * | | | virtio: console: Add support for nonblocking write()sAmit Shah2010-05-191-8/+111
| | * | | | virtio: console: Rename wait_is_over() to will_read_block()Amit Shah2010-05-191-3/+3
| | * | | | virtio: console: Don't always create a port 0 if using multiportAmit Shah2010-05-191-17/+15
| | * | | | virtio: console: Use a control message to add portsAmit Shah2010-05-191-44/+33
| | * | | | virtio: console: Move code around for future patchesAmit Shah2010-05-191-133/+133