summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-apmLinus Torvalds2007-02-092-0/+674
|\
| * [APM] Add shared version of APM emulationRalf Baechle2007-02-092-0/+674
* | [PATCH] misc NULL noise removalAl Viro2007-02-091-1/+1
|/
* Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2007-02-084-9/+153
|\
| * [POWERPC] ppc: Fix booke watchdog initializationStefan Roese2007-02-081-9/+11
| * Merge branch 'linux-2.6'Paul Mackerras2007-02-079-109/+144
| |\
| * | [POWERPC] Celleb: hypervisor console driverIshizaki Kou2007-02-073-0/+142
* | | drm: Allow for 44 bit user-tokens (or drm_file offsets)Thomas Hellstrom2007-02-083-13/+14
* | | drm/via: Disable AGP DMA for chips with the new 3D engine.Thomas Hellstrom2007-02-081-0/+5
* | | drm: update core memory manager from git drm treeThomas Hellstrom2007-02-083-47/+149
* | | drm: remove drm_ioremap and drm_ioremapfreeChristoph Hellwig2007-02-086-195/+25Star
* | | i810/i830: use drm_core_ioremap instead of drm_ioremapDave Airlie2007-02-084-22/+48
* | | drm: use vmalloc_user instead of vmalloc_32 for DRM_SHMThomas Hellstrom2007-02-081-1/+1
* | | via: allow for npot texture pitch alignmentThomas Hellstrom2007-02-083-11/+24
* | | via: add some new chipsetsThomas Hellstrom2007-02-085-17/+33
* | | via: some PCI posting flushesThomas Hellstrom2007-02-082-1/+5
* | | ACPICA: Remove duplicate table definitions (non-conflicting), contAlexey Starikovskiy2007-02-032-15/+11Star
| |/ |/|
* | [PATCH] sysrq: showBlockedTasks is sysrq-WRandy Dunlap2007-02-021-9/+11
* | [PATCH] IPMI: fix timeout list handlingDavid Barksdale2007-01-311-2/+1Star
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds2007-01-305-21/+52
|\ \
| * | [AGPGART] Add new IDs to VIA AGP.Dave Jones2007-01-282-3/+20
| * | [AGPGART] Remove pointless assignment.Dave Jones2007-01-281-5/+5
| * | [AGPGART] Remove pointless typedef in ati-agpDave Jones2007-01-281-13/+13
| * | [AGPGART] Prevent (unlikely) memory leak in amd_create_gatt_pages()Dave Jones2007-01-281-0/+5
| * | [AGPGART] intel_agp: restore graphics device's pci space early in resumeWang Zhenyu2007-01-171-0/+9
* | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-01-231-62/+52Star
|\ \ \
| * | | [MIPS] Vr41xx: Fix after GENERIC_HARDIRQS_NO__DO_IRQ changeYoichi Yuasa2007-01-231-62/+52Star
| | |/ | |/|
* / | [PATCH] tlclk: bug fix + misc fixesMark Gross2007-01-231-15/+28
|/ /
* | Revert "[PATCH] Fix up mmap_kmem"Linus Torvalds2007-01-221-2/+2
* | Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2007-01-121-1/+1
|\ \
| * | i915: Fix a DRM_ERROR that should be DRM_DEBUG.=?utf-8?q?Michel_D=C3=A4nzer?=2007-01-081-1/+1
* | | [PATCH] Fix HWRNG built-in initcalls priorityMichael Buesch2007-01-125-5/+5
* | | [PATCH] intel-rng workaroundsJan Beulich2007-01-121-2/+30
|/ /
* | [PATCH] ip2 warning fixAndrew Morton2007-01-061-2/+2
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds2007-01-045-79/+126
|\|
| * [AGPGART] drivers/char/agp/sgi-agp.c: check kmalloc() return valueakpm@osdl.org2007-01-031-4/+5
| * [AGPGART] Fix PCI-posting flush typo.Thomas Hellstrom2006-12-291-1/+1
| * [AGPGART] fix detection of aperture size versus GTT size on G965Eric Anholt2006-12-232-52/+62
| * [AGPGART] Remove unnecessary flushes when inserting and removing pages.Thomas Hellstrom2006-12-232-23/+50
| * [AGPGART] K8M890 support for amd-k8.Gabriel Mansi2006-12-191-0/+9
* | [PATCH] Char: isicom, eliminate spinlock recursionJiri Slaby2006-12-301-52/+51Star
* | [PATCH] Char: mxser, fix oops when removing openedJiri Slaby2006-12-302-0/+2
* | [PATCH] Fix IPMI watchdog set_param_str() using kstrdupSebastien Dugué2006-12-301-6/+5Star
* | [PATCH] tlclk: delete unnecessary sysfs_remove_groupAkinobu Mita2006-12-221-2/+0Star
* | [PATCH] rtc warning fixAndrew Morton2006-12-221-1/+6
* | Merge branch 'merge' of master.kernel.org:/pub/scm/linux/kernel/git/paulus/po...Linus Torvalds2006-12-212-1/+11
|\ \
| * | [POWERPC] iSeries: fix viocons initStephen Rothwell2006-12-201-0/+7
| * | [POWERPC] iSeries: fix viotape initStephen Rothwell2006-12-201-1/+4
| |/
* | Merge branch 'drm-patches' of master.kernel.org:/pub/scm/linux/kernel/git/air...Linus Torvalds2006-12-2114-119/+190
|\ \ | |/ |/|
| * drm: Stop defining pci_pretty_nameJean Delvare2006-12-191-4/+0Star