aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2010-11-12Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 3-2/+1
2010-11-11amiserial: Remove unused variable icountGravatar Geert Uytterhoeven 1-1/+0
2010-11-09nozomi: Fix warning from the previous TIOCGCOUNT changesGravatar Alan Cox 1-1/+0
2010-11-09tty: fix warning in synclink driverGravatar Andres Salomon 1-0/+1
2010-11-09Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Dave Airlie 1-3/+3
2010-11-05TTY: move .gitignore from drivers/char/ to drivers/tty/vt/Gravatar Greg Kroah-Hartman 1-2/+0
2010-11-05TTY: create drivers/tty/vt and move the vt code thereGravatar Greg Kroah-Hartman 10-10131/+0
2010-11-05TTY: create drivers/tty and move the tty core files thereGravatar Greg Kroah-Hartman 14-15485/+1
2010-11-04agp/intel: fix cache control for sandybridgeGravatar Zhenyu Wang 1-2/+2
2010-11-04agp/intel: restore cache behavior on sandybridgeGravatar Zhenyu Wang 1-1/+1
2010-10-30audit: Call tty_audit_push_task() outside preempt disabledGravatar Thomas Gleixner 1-10/+28
2010-10-29parisc-agp: fix missing slab.h includeGravatar Kyle McMartin 1-0/+1
2010-10-28Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-33/+65
2010-10-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/par...Gravatar Linus Torvalds 1-0/+4
2010-10-27ramoops: use the platform data structure instead of module paramsGravatar Kyungmin Park 1-2/+28
2010-10-27drivers/char/mxser.c: fix compilation warning in mxser.cGravatar Rakib Mullick 1-0/+4
2010-10-27drivers/char/rio/Makefile: replace the use of <module>-objs with <module>-yGravatar Tracey Dent 1-1/+1
2010-10-27drivers/char/pcmcia/ipwireless/Makefile: Makefile: replace the use of <module...Gravatar Tracey Dent 1-1/+1
2010-10-27drivers/char/mwave/Makefile: clean upGravatar Tracey Dent 1-2/+2
2010-10-27drivers/char/ipmi/Makefile: replace the use of <module>-objs with <module>-yGravatar Tracey Dent 1-1/+1
2010-10-27drivers/char/ip2/Makefile: replace the use of <module>-objs with <module>-yGravatar Tracey Dent 1-1/+1
2010-10-27drivers/char/synclink_gt.c: add extended sync featureGravatar Paul Fulghum 1-3/+108
2010-10-27drivers/char/synclink_gt.c: fix information leak to userlandGravatar Vasiliy Kulikov 1-0/+3
2010-10-27drivers/char/ppdev.c: fix information leak to userlandGravatar Vasiliy Kulikov 1-0/+1
2010-10-27drivers/char/applicom.c: fix information leak to userlandGravatar Vasiliy Kulikov 1-0/+1
2010-10-27synclink_gt: fix per device lockingGravatar Paul Fulghum 1-13/+15
2010-10-27SGI Altix IA64 mmtimer: eliminate long interval timer holdoffsGravatar Dimitri Sivanich 1-28/+32
2010-10-27drivers/char/hvc_console.c: remove unneeded __set_current_state(TASK_RUNNING)Gravatar Andrew Morton 1-1/+0
2010-10-27drivers/char/rocket.c: release_region or error pathGravatar Dan Carpenter 1-1/+4
2010-10-27ipmi: fix __init and __exit attribute locationsGravatar Corey Minyard 3-11/+11
2010-10-27drivers/char/vt_ioctl.c: fix VT_OPENQRY error valueGravatar Graham Gower 1-5/+6
2010-10-26Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 8-1094/+804
2010-10-26Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/p...Gravatar Linus Torvalds 1-1/+2
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+4
2010-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileGravatar Linus Torvalds 1-2/+3
2010-10-26drivers/char/hpet.c: fix information leak to userlandGravatar Vasiliy Kulikov 1-2/+1
2010-10-26hpet: fix style problemsGravatar Jaswinder Singh Rajput 1-10/+10
2010-10-26hpet: fix unwanted interrupt due to stale irq status bitGravatar Clemens Ladisch 1-0/+15
2010-10-26hpet: unmap unused I/O spaceGravatar Jiri Slaby 1-0/+2
2010-10-26ipmi: proper spinlock initializationGravatar Eric Dumazet 1-11/+19
2010-10-25vfs: introduce FMODE_UNSIGNED_OFFSET for allowing negative f_posGravatar KAMEZAWA Hiroyuki 1-0/+4
2010-10-25Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Gravatar Linus Torvalds 1-3/+1
2010-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 2-10/+36
2010-10-25[S390] hvc_iucv: do not call iucv_unregister if iucv_register failedGravatar Hendrik Brueckner 1-3/+1
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 11-15/+13
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Gravatar Linus Torvalds 16-286/+748
2010-10-22xen: make hvc_xen console work for dom0.Gravatar Jeremy Fitzhardinge 1-33/+65
2010-10-22xen/hvc: only notify if we actually sent somethingGravatar Jeremy Fitzhardinge 1-1/+2
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 39-5/+50
2010-10-22Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 26-142/+160