summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* drm: fix a bad VERSION check.Dave Airlie2005-08-231-5/+0
* drm: fixes for powerpcDave Airlie2005-08-202-10/+10
* drm: add new texture upload code from r300 projectDave Airlie2005-08-201-35/+29
* drm: update pci ids for savage and viaDave Airlie2005-08-161-30/+25
* drm: add initial r300 3D support.Dave Airlie2005-08-168-2/+2325
* drm: add savage driverDave Airlie2005-08-077-0/+3152
* drm: remove version.h and any version checks..Dave Airlie2005-08-075-107/+0
* drm: fix warning in drm_pci.cDave Airlie2005-08-051-5/+5
* drm: remove the gamma driverDave Airlie2005-08-0511-2415/+0
* drm: switch drm_handle_t to unsigned intDave Airlie2005-08-051-1/+1
* drm: updated DRM map patch for 32/64 bit systemsDave Airlie2005-08-0515-54/+177
* drm: copy the right data back to userspace for getreserved contexts ioctlDave Airlie2005-08-051-1/+1
* drm: fix ioctl direction in r128 getparamDave Airlie2005-08-051-1/+1
* Merge ../linux-2.6/Dave Airlie2005-07-3054-300/+650
|\
| * [PATCH] agp: restore APBASE after setting APSIZEMatthew Garrett2005-07-292-3/+10
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2005-07-292-83/+67
| |\
| | * Input: check keycodesize when adjusting keymapsVojtech Pavlik2005-07-241-2/+2
| | * Merge rsync://www.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2005-07-1160-424/+6530
| | |\
| | * | Input: make name, phys and uniq be 'const char *' because onceDmitry Torokhov2005-06-301-22/+2
| | * | Sonypi: make sure that input_work is not running when unloadingDmitry Torokhov2005-06-301-59/+63
| * | | [PATCH] clean up inline static vs static inlineJesper Juhl2005-07-271-1/+1
| * | | [PATCH] turn many #if $undefined_string into #ifdef $undefined_stringOlaf Hering2005-07-273-8/+8
| * | | [PATCH] ppc64: tpm_infineon build fixAndrew Morton2005-07-271-2/+2
| * | | [PATCH] tpm: Support for Infineon TPMMarcel Selhorst2005-07-273-1/+479
| * | | [PATCH] ppc64: genrtc build fixAndrew Morton2005-07-271-1/+1
| * | | [PATCH] consolidate CONFIG_WATCHDOG_NOWAYOUT handlingAndrey Panin2005-07-2730-174/+30
| * | | [PATCH] drm: via: fix sparse warningsAlexey Dobriyan2005-07-277-18/+23
| * | | [PATCH] watchdog: add missing 0x in alim1535_wdt.cRolf Eike Beer2005-07-271-1/+1
| * | | [PATCH] softdog build fixAndrew Morton2005-07-261-1/+1
| * | | [PATCH] eurotechwdt build fixAndrew Morton2005-07-261-1/+1
| * | | [PATCH] pcwd.c: Call kernel_power_off not machine_power_offEric W. Biederman2005-07-261-2/+2
| * | | [PATCH] In hangcheck-timer.c call emergency_restart()Eric W. Biederman2005-07-261-1/+1
| * | | [PATCH] Fix watchdog drivers to call emergency_reboot()Eric W. Biederman2005-07-264-4/+4
| * | | [PATCH] Update sysrq-B to use emergency_restart()Eric W. Biederman2005-07-261-1/+1
| * | | [PATCH] rocket.c: Fix ldisc ref count handlingMichal Ostrowski2005-07-151-1/+2
| * | | [PATCH] vt.c build fixNishanth Aravamudan2005-07-151-1/+1
| * | | [PATCH] TB0219: add PCI IRQ initializationYoichi Yuasa2005-07-121-0/+19
| | |/ | |/|
* | | drm: cleanup buffer/map codeDave Airlie2005-07-108-130/+210
* | | drm: add mga driver callbacksDave Airlie2005-07-101-0/+8
* | | Add support for PCI MGA cards to MGA DRM.Dave Airlie2005-07-107-277/+888
* | | drm: make drm_alloc_agp take a dev arg.Dave Airlie2005-07-103-4/+4
* | | drm: add new mga ids and typesDave Airlie2005-07-102-4/+6
* | | drm: add test for AGP devices and driver override for it.Dave Airlie2005-07-1013-3/+123
* | | drm: destatic exported function.Dave Airlie2005-07-102-2/+4
* | | drm: export symbols for use by driversDave Airlie2005-07-103-0/+7
* | | drm: fix minor function header issueDave Airlie2005-07-101-2/+2
* | | drm: update some function so a driver can call themDave Airlie2005-07-104-101/+167
* | | drm: update support for drm pci buffersDave Airlie2005-07-107-39/+78
* | | Refactor common, boilerplate ioctl code from drm_addbufs_* functions intoDave Airlie2005-07-101-82/+44
* | | drm: add framebuffer mapsDave Airlie2005-07-103-4/+178
OpenPOWER on IntegriCloud