aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo55-14/+44
2010-03-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intelLinus Torvalds1-3/+31
2010-03-22virtio: console: Check if port is valid in resize_consoleAmit Shah1-0/+4
2010-03-22virtio: console: Generate a kobject CHANGE event on adding 'name' attributeAmit Shah1-2/+9
2010-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds4-33/+43
2010-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-0/+10
2010-03-19tty_port,usb-console: Fix usb serial console open/close regressionJason Wessel1-1/+1
2010-03-19tty_buffer: Fix distinct type warningFang Wenqi1-2/+2
2010-03-19hvc_console: Fix race between hvc_close and hvc_removeAmit Shah1-10/+21
2010-03-19Revert "tty: Add a new VT mode which is like VT_PROCESS but doesn't require a VT_RELDISP ioctl call"Greg Kroah-Hartman1-20/+19
2010-03-19sysfs: fix sysfs lockdep warning in ipmi codeGreg Kroah-Hartman1-0/+10
2010-03-18agp/intel: Don't do the chipset flush on Sandybridge.Eric Anholt1-2/+7
2010-03-18agp/intel: Respect the GTT size on Sandybridge for scratch page setup.Eric Anholt1-1/+24
2010-03-17hpet: use for_each_set_bit()Akinobu Mita1-3/+1
2010-03-13Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2010-03-13x86, k8 nb: Fix boot crash: enable k8_northbridges unconditionally on AMD systemsBorislav Petkov1-1/+1
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds11-789/+10
2010-03-12drivers/char/mmtimer.c: eliminate useless codeJulia Lawall1-1/+1
2010-03-12ldisc n_tty: add new method n_tty_inherit_ops()Rodolfo Giometti1-0/+17
2010-03-12ipmi: fix slave_addrs setting to actually workBela Lubkin1-2/+3
2010-03-12ipmi: add parameter to limit CPU usage in kipmidMartin Wilck1-2/+64
2010-03-12copy_signal() cleanup: clean tty_audit_fork()Veaceslav Falico1-1/+0
2010-03-12drivers/char/mem.c: cleanupsAndrew Morton1-102/+102
2010-03-12/dev/mem: dont allow seek to last pageWu Fengguang1-6/+13
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina11-789/+10
2010-03-08[S390] hvc_iucv: allocate memory buffers for IUCV in zone DMAHendrik Brueckner1-2/+4
2010-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/amit/virtio-consoleLinus Torvalds1-13/+16
2010-03-04Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-10/+113
2010-03-04virtio: console: Use better variable names for fill_queue operationAmit Shah1-12/+15
2010-03-04virtio: console: Fix type of 'len' as unsigned intAmit Shah1-1/+1
2010-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-5/+6
2010-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds14-261/+307
2010-03-02USB: tty: Add a function to insert a string of characters with the same flagAlan Cox1-5/+6
2010-03-02tty: Add a new VT mode which is like VT_PROCESS but doesn't require a VT_RELDISP ioctl callAri Entlich1-19/+20
2010-03-02tty: Keep the default buffering to sub-page unitsAlan Cox1-2/+4
2010-03-02tty: Fix up char drivers request_room usageAlan Cox3-6/+1
2010-03-02tty: Fix the ldisc hangup raceAlan Cox1-20/+30
2010-03-02nozomi: Tidy up the PCI tableAlan Cox1-5/+1
2010-03-02nozomi: Fix mutex handlingAlan Cox1-22/+12
2010-03-02nozomi: Add tty_port usageAlan Cox1-47/+68
2010-03-02Char: synclink, remove unnecessary checksJiri Slaby1-2/+2
2010-03-02tty: declare MODULE_FIRMWARE in various driversBen Hutchings4-0/+11
2010-03-02ip2: Add module parameter.Rakib Mullick1-0/+13
2010-03-02ip2: remove #ifdef MODULE from ip2main.cRakib Mullick1-6/+5
2010-03-02tty: moxa: remove #ifdef MODULE completely.Rakib Mullick1-11/+6
2010-03-02hvc_console: fix test on unsigned in hvc_console_print()Roel Kluin1-1/+1
2010-03-02serial: isicom.c: use pr_fmt and pr_<level>Joe Perches1-23/+26
2010-03-02tty: char: mxser, remove unnecessary tty testJiri Slaby1-2/+1
2010-03-02serial: cyclades: allow overriding ISA defaults also when the driver is built-inBartlomiej Zolnierkiewicz1-8/+1
2010-03-02serial: Char: cyclades, fix compiler warningJiri Slaby1-6/+0