aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-16drivers/char/ipmi/ipmi_si_intf.c: lower printk severityDan Aloni1-1/+1
2007-07-16drivers/char/ipmi/ipmi_poweroff.c: lower printk severityDan Aloni1-1/+1
2007-07-16serial: remove termios checks from various old char serial driversAlan Cox5-38/+12
2007-07-16synclink: remove bogus 'no change' termios optimisation from synclink driversAlan Cox3-24/+0
2007-07-16genericserial: remove bogus optimisation check and dead code pathsAlan Cox1-117/+3
2007-07-16amiserial: remove incorrect 'no termios change' checkAlan Cox1-6/+1
2007-07-16COBALT: remove all references to Cobalt NVRAMRobert P. J. Day1-191/+1
2007-07-16Audit: add TTY input auditingMiloslav Trmac4-5/+375
2007-07-16intel-rng: undo mess made by an 80 column extremistAlan Cox1-6/+4
2007-07-16undeprecate raw driverDave Jones1-5/+4
2007-07-16remove sonypi_camera_command()Adrian Bunk1-47/+0
2007-07-16Kernel utf-8 handlingJan Engelhardt3-22/+130
2007-07-16Char: ip2, use msleep for sleepingJiri Slaby1-43/+1
2007-07-16Char: n_r3964, use wait_event_interruptibleJiri Slaby1-12/+2
2007-07-16Char: genrtc, use wait_event_interruptibleJiri Slaby1-17/+5
2007-07-16Char: tty_ioctl, little whitespace cleanupJiri Slaby1-4/+3
2007-07-16Char: tty_ioctl, use wait_event_interruptible_timeoutJiri Slaby1-18/+3
2007-07-16Char: mxser_new, fix sparse warningJiri Slaby1-1/+1
2007-07-16tty_io: Use kzallocJean Delvare1-8/+3
2007-07-16Char: n_hdlc, allow RESTARTSYS retval of tty writeJiri Slaby1-1/+6
2007-07-16RTC: Ratelimit "lost interrupts" messageBen Collins1-1/+2
2007-07-16rocket.c: fix unchecked mutex_lock_interruptible()Satyam Sharma1-1/+2
2007-07-16Make /proc/misc use seq_list_xxx helpersPavel Emelianov1-15/+3
2007-07-16Prevent an O_NDELAY writer from blocking when a tty write is blocked by the tty atomic writer mutexAlan Cox4-19/+37
2007-07-16Use menuconfig objects II - TPMJan Engelhardt1-10/+8
2007-07-16Use menuconfig objects II - IPMIJan Engelhardt1-10/+5
2007-07-16mspec_mmap: don't set VM_LOCKEDHugh Dickins1-1/+1
2007-07-13[CHAR] Delete leftovers of old Alchemy UART driverRalf Baechle1-14/+0
2007-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds1-1/+1
2007-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2-7/+3
2007-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-10/+0
2007-07-12[MIPS] Don't use genrtc.Ralf Baechle1-1/+1
2007-07-12[MIPS] Separate platform_device registration for VR41xx GPIOYoichi Yuasa1-98/+34
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo1-10/+0
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok2-7/+3
2007-07-10sx: switch subven and subid valuesJiri Slaby1-2/+2
2007-07-10Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds1-0/+7
2007-07-10Merge branch 'splice-2.6.23' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-1/+1
2007-07-10[MIPS] Hook for platforms to define cachability of /dev/mem regionsRalf Baechle1-0/+7
2007-07-10splice: divorce the splice structure/function definitions from the pipe headerJens Axboe1-1/+1
2007-07-10Input: atkbd - change mapping for e032 from KEY_WWW to KEY_HOMEPAGEHans de Goede1-2/+2
2007-07-09[AGPGART] Hand off AGP maintainence.Dave Jones1-1/+1
2007-06-27Add support SiS based XGI chips to SiS DRM.Ian Romanick2-4/+6
2007-06-24Char: stallion, fix oops during init with ISA cardsIngo Korb1-3/+4
2007-06-24console UTF-8 fixes (fix)Egmont Koblinger1-5/+13
2007-06-21[AGPGART] intel_agp: don't load if no IGD and AGP portWang Zhenyu1-16/+19
2007-06-16random: fix output buffer foldingMatt Mackall1-1/+1
2007-06-16tty: restore locked ioctl file opPaul Fulghum1-4/+10
2007-06-16fix radeon setparam on 32/64 systems, harder.David Woodhouse1-0/+5
2007-06-14Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds5-18/+110