summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* enable bus mastering on i915 at resume timeJie Luo2008-06-241-0/+1
* removed unused var real_tty on n_tty_ioctl()Gustavo Fernando Padovan2008-06-231-7/+0
* Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2008-06-2013-1070/+2604
|\
| * drm: only trust core drm ioctls - driver ioctls are a mess.Dave Airlie2008-06-201-4/+3
| * drm/i915: add support for Intel series 4 chipsets.Zhenyu Wang2008-06-202-2/+12
| * drm/radeon: add hier-z registers for r300 and r500 chipsetsDave Airlie2008-06-192-59/+189
| * drm/radeon: use DSTCACHE_CTLSTAT rather than RB2D_DSTCACHE_CTLSTATAlex Deucher2008-06-192-8/+9
| * drm/radeon: switch IGP gart to use radeon_write_agp_base()Alex Deucher2008-06-191-8/+4
| * drm/radeon: Restore sw interrupt on resumeDennis Kasprzyk2008-06-193-1/+3
| * drm/r500: add support for AGP based cards.Dave Airlie2008-06-192-3/+27
| * drm/radeon: fix texture uploads with large 3d textures (bug 13980)Roland Scheidegger2008-06-191-3/+11
| * drm/radeon: add initial r500 support.Dave Airlie2008-06-194-12/+135
| * drm/radeon: init pipe setup in kernel code.Alex Deucher2008-06-194-0/+75
| * drm/radeon: fixup radeon_do_engine_resetAlex Deucher2008-06-191-23/+26
| * drm/radeon: fix pixcache and purge/cache flushing registersAlex Deucher2008-06-193-18/+65
| * drm/radeon: write AGP_BASE_2 on chips that support it.Alex Deucher2008-06-191-0/+2
| * drm/radeon: merge IGP chip setup and fixup RS400 vs RS480 supportAlex Deucher2008-06-193-165/+138
| * drm/radeon: IGP clean up register and magic numbers.Alex Deucher2008-06-192-82/+110
| * drm/rs690: set base 2 to 0.Dave Airlie2008-06-192-0/+3
| * drm/rs690: set all of gart base address.Dave Airlie2008-06-191-2/+3
| * radeon: add production microcode from AMDAlex Deucher2008-06-192-784/+1893
| * drm: pcigart use proper pci map interfaces.Dave Airlie2008-06-191-5/+3
| * drm: the sg alloc ioctl should write back the handle to userspaceDave Airlie2008-06-131-1/+1
| * drm: use drms ioctl cmd not what we get passed from userspace.Johannes Weiner2008-06-131-0/+2
* | [agp]: fixup chipset flush for new Intel G4x.Zhenyu Wang2008-06-201-1/+1
* | agp: brown paper bag patch - put back the two lines it took out.Dave Airlie2008-06-191-0/+2
* | agp/intel: cleanup some serious whitespace badnessDave Airlie2008-06-191-68/+66
* | [AGP] intel_agp: Add support for Intel 4 series chipsetsZhenyu Wang2008-06-191-10/+73
* | [AGP] intel_agp: extra stolen mem size available for IGD_GM chipsetZhenyu Wang2008-06-191-2/+2
* | agp: more boolean conversions.Dave Airlie2008-06-194-12/+12
* | drivers/char/agp - use boolJoe Perches2008-06-1915-52/+52
* | agp: two-stage page destruction issueJan Beulich2008-06-193-12/+17
* | agp/via: fixup pci idsGreg KH2008-06-191-2/+11
* | rtc: make HPET_RTC_IRQ track HPET_EMULATE_RTCDavid Brownell2008-06-121-4/+4
* | console keyboard mapping broken by 04c71976Jiri Bohac2008-06-121-6/+1
* | driver/char/generic_nvram: fix bannerPhilippe De Muyter2008-06-121-1/+1
* | intel_rng: make device not found a warningStephen Hemminger2008-06-121-1/+1
* | agp: add support for Radeon Mobility 9000 chipsetAmit Kucheria2008-06-121-0/+4
|/
* ipwireless: Fix blocked sendingDavid Sterba2008-06-061-8/+12
* vt: fix vc_resize lockingNick Piggin2008-06-061-5/+8
* vt: fix background color on line feed, DEC invertJan Engelhardt2008-06-061-1/+1
* drivers/char/ip2: fix Kconfig after ip2/ip2main mergeRoland.Kletzing2008-06-061-2/+2
* virtio: An entropy device, as suggested by hpa.Rusty Russell2008-05-303-0/+165
* ip2: fix crashes on load/unloadAlan Cox2008-05-242-25/+2
* remove debug printk from DRM suspend pathJesse Barnes2008-05-231-2/+0
* [POWERPC] iSeries: Remove unused mail addressStephen Rothwell2008-05-232-2/+2
* sparc64: Add global register dumping facility.David S. Miller2008-05-201-0/+1
* Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2008-05-1922-1403/+513
|\
| * drm/i915: save and restore dsparb and d_state registers.Keith Packard2008-05-072-0/+17
| * drm/i915: fix off by one in VGA save/restore of AR & CR regs.Jesse Barnes2008-05-072-6/+6