summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* [CHAR] Delete leftovers of old Alchemy UART driverRalf Baechle2007-07-131-14/+0Star
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds2007-07-121-1/+1
|\
| * [AGPGART] Hand off AGP maintainence.Dave Jones2007-07-101-1/+1
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-07-122-7/+3Star
|\ \
| * | PCI: Change all drivers to use pci_device->revisionAuke Kok2007-07-122-7/+3Star
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-07-121-10/+0Star
|\ \ \
| * | | sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-121-10/+0Star
| |/ /
* | | [MIPS] Don't use genrtc.Ralf Baechle2007-07-121-1/+1
* | | [MIPS] Separate platform_device registration for VR41xx GPIOYoichi Yuasa2007-07-121-98/+34Star
|/ /
* | sx: switch subven and subid valuesJiri Slaby2007-07-111-2/+2
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-07-101-0/+7
|\ \
| * | [MIPS] Hook for platforms to define cachability of /dev/mem regionsRalf Baechle2007-07-101-0/+7
* | | Merge branch 'splice-2.6.23' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2007-07-101-1/+1
|\ \ \
| * | | splice: divorce the splice structure/function definitions from the pipe headerJens Axboe2007-07-101-1/+1
| |/ /
* / / Input: atkbd - change mapping for e032 from KEY_WWW to KEY_HOMEPAGEHans de Goede2007-07-101-2/+2
|/ /
* | Add support SiS based XGI chips to SiS DRM.Ian Romanick2007-06-272-4/+6
* | Char: stallion, fix oops during init with ISA cardsIngo Korb2007-06-241-3/+4
* | console UTF-8 fixes (fix)Egmont Koblinger2007-06-241-5/+13
|/
* [AGPGART] intel_agp: don't load if no IGD and AGP portWang Zhenyu2007-06-211-16/+19
* random: fix output buffer foldingMatt Mackall2007-06-161-1/+1
* tty: restore locked ioctl file opPaul Fulghum2007-06-161-4/+10
* fix radeon setparam on 32/64 systems, harder.David Woodhouse2007-06-161-0/+5
* Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2007-06-155-18/+110
|\
| * drm: fix radeon setparam on 32/64 bit systems.Dave Airlie2007-06-101-0/+26
| * drm/i915: Add support for the G33, Q33, and Q35 chipsets.Wang Zhenyu2007-06-104-17/+80
| * i915: add new pciids for 945GME, 965GME/GLEWang Zhenyu2007-06-102-1/+4
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds2007-06-151-46/+51
|\ \
| * | [AGPGART] intel_agp: fix device probeWang Zhenyu2007-06-151-46/+51
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds2007-06-112-307/+275Star
|\| | | |/ |/|
| * [AGPGART] intel_agp: Add support for G33, Q33 and Q35 chipsetsWang Zhenyu2007-06-062-3/+82
| * [AGPGART] intel_agp: add support for 945GMEWang Zhenyu2007-06-061-0/+3
| * [AGPGART] intel_agp: add support for 965GME/GLEWang Zhenyu2007-06-061-0/+3
| * [AGPGART] intel_agp: use table for device probeWang Zhenyu2007-06-061-202/+98Star
| * [AGPGART] intel_agp: cleanup intel private dataWang Zhenyu2007-06-061-104/+91Star
* | Char: stallion, proper fail return valuesJiri Slaby2007-06-091-1/+5
* | Char: stallion, alloc tty before pci devices initJiri Slaby2007-06-091-39/+34Star
* | Char: stallion, don't fail with less than max panelsJiri Slaby2007-06-091-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2007-06-033-0/+316
|\ \
| * | [WATCHDOG] ks8695_wdt.c - new KS8695 watchdog driverAndrew Victor2007-05-193-0/+316
* | | tty: fix leakage of -ERESTARTSYS to userlandOleg Nesterov2007-06-012-1/+3
* | | potential parse error in ifdefYoann Padioleau2007-06-011-1/+1
* | | Merge branch 'drm-patches' of ssh://master.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2007-05-313-16/+34
|\ \ \
| * | | drm: make sure the drawable code doesn't call malloc(0).Michel Dänzer2007-05-251-15/+26
| * | | drm/radeon: add more IGP chipset pci idsDave Airlie2007-05-251-0/+7
| * | | drm: Spinlock initializer cleanupThomas Gleixner2007-05-251-1/+1
* | | | random: fix seeding with zero entropyMatt Mackall2007-05-301-24/+31
* | | | random: fix error in entropy extractionMatt Mackall2007-05-301-5/+7
* | | | [SPARC]: Mark as emulating cmpxchg, add appropriate depends for DRM.Martin Habets2007-05-291-1/+1
|/ / /
* | | Char: cyclades, fix deadlockJiri Slaby2007-05-241-0/+1
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2007-05-231-1/+1
|\ \ \