Make locked tasklet handling more robust.
[profile/ivi/libdrm.git] / linux-core / drm_stub.c
2006-10-02 Michel DänzerMake locked tasklet handling more robust.
2006-09-28 Michel DänzerAdd support for tracking drawable information to core
2006-09-07 Eric AnholtPut the PCI device/vendor id in the drm_device_t.
2006-08-28 Dave Airliedrm: lots of small cleanups and whitespace issues fixed up
2006-08-28 Dave Airlieremove local copies of pci domain/bus/slot/num
2006-07-24 Dave Airlieswitch drm to use Linux mutexes instead of semaphore.
2006-07-10 Thomas HellstromChange drm Map handles to be arbitrary 32-bit hash...
2006-02-18 Dave Airliealways enable and set master on pci device
2006-02-18 Dave Airliemajor realigment of DRM CVS with kernel code, makes...
2006-01-02 Dave Airlieuse drm_cards_limit instead of cards_limit
2005-08-05 Eric AnholtRename the driver hooks in the DRM to something a littl...
2005-07-03 Jon SmirlSimplify the sysfs code
2005-07-03 Jon SmirlAdd sysfs attribute dri_library_name on Linux. code...
2005-06-28 Alan HourihaneGiven that BenH says using the sysdev approach for...
2005-06-23 Jon SmirlFix drm_memory_debug.c to compile, doesn't seem to...
2005-06-22 Jon SmirlGet the power management hooks into the right place...
2005-06-04 Dave Airliemisc cleanup patch from Adrian Bunk
2005-05-28 Alan HourihaneActually check for drm_fb_loaded before trying to initi...
2005-05-28 Alan HourihaneRe-implement the power management.
2005-05-16 Ian RomanickAdded device_is_agp callback to drm_driver. This functi...
2005-03-25 Dave Airliefix up AGP multi-head support for kernel 2.6.12
2005-03-25 Dave AirlieFor 2.6.12 and 2.6.11.x:
2005-02-07 Dave Airliechange DRIVER_ to CORE_ makes things look nicer, also...
2004-10-29 Jon SmirlSwitch SPIN_LOCK_UNLOCKED to spin_lock_init()
2004-10-29 Jon SmirlAdd include of moduleparam.h
2004-10-23 Jon SmirlPrepare to eliminate inter_module_get("agp")
2004-10-20 Jon SmirlSwitch linux-core from using dev->pdev->driver->name to
2004-10-18 Jose FonsecaUpdate Doxygen configuration & comments.
2004-10-15 Jon SmirlSwitch linux-core over to 2.6 parameter model to enable...
2004-10-12 Jon SmirlBreakout heads into their own data structures.
2004-10-10 Jon SmirlRename fn_tbl to driver. Core driver now uses pci_drive...
2004-10-05 Jon Smirlenable the device in the right order, remove __devinit...
2004-09-30 Jon SmirlLindent of core build. Drivers checked for no binary...
2004-09-30 Jon SmirlMove things around to reduce public symbols and even...
2004-09-30 Jon SmirlMake fops per driver instead of global, remove default...
2004-09-27 Jon SmirlFirst check in for DRM that splits core from personalit...
2004-09-23 Jon SmirlRemove 2.6 code that allow DRM major device number...
2004-09-23 Jon Smirl1) switches from class_sysfs to drm sysfs implementatio...
2004-09-22 Jon SmirlRemove hotplug reset support from DRM driver. This...
2004-09-16 Jon SmirlLet's try adding the dyn-minor patch again. This patch...
2004-09-15 Jon SmirlBack dyn-minor patch out for now. fops handling is...
2004-09-15 Jon SmirlDon't use module_param if it isn't defined in older...
2004-09-15 Jon SmirlDynamic device minor support. Minor device numbers...
2004-08-27 Dave Airlie__NO_VERSION__ hasn't been needed since 2.3 days ditch...
2004-08-15 Jon SmirlFix warning about unused ddev variable
2004-08-15 Jon SmirlAdd dev to DRIVER_CTX_DTOR( dev, pos->handle) so that...
2004-08-11 Dave Airlieminor patch from Jon Smirl : sets up some things for...
2004-08-10 Dave AirliePatch from Jon Smirl to add attribute field to the...
2004-08-04 Dave Airlie2.4 hotplug compat
2004-08-03 Dave Airliefix for drm in /proc - from Jon Smirl
2004-07-31 Jon SmirlAdd a hotplug event to DRM. Parameters match the ones...
2004-07-25 Dave Airliesync up with current 2.6 kernel bk tree - mostly __user...
2004-07-25 Dave Airlieif the driver has already register don't do another...
2004-07-22 Dave Airlieanother logic error returns 0 or greater for success
2004-07-21 Dave Airlieadd some more debugging fix ++ and --
2004-07-20 Dave Airlieattempt to clean up stub_register, register_chrdev...
2004-07-14 Dave AirlieFix reference counting for stub for new Linux PCI probe
2004-05-03 Dave Airlieuse drm.. not dri for class...
2004-05-02 Dave Airliebetter device class support from Jon Smirls patches..
2004-04-08 Dave Airlie2.6 sysfs patches + stubs in drmP.h for 2.4 compatibility
2004-04-08 Dave Airlielong dev_t patches from 2.6 tree
2003-05-27 Jose FonsecaMerged DRM documentation.
2002-08-06 Rik FaithUpdates from Rusty Russell to:
2002-05-16 Keith WhitwellAllow drm to build under 2.4 and 2.5(.14)
2001-08-19 Alan HourihaneNo one's maintaining 2.2.x support - so remove all...
2001-08-07 Jeff HartmannLots of DRM fixes: added new pieces of template code...
2001-07-30 David DawesMerge the multihead-1-0-0 branch into the trunk, with...
2001-02-21 Rik FaithAdd Linux 2.2.x support for stubs
2001-02-16 Gareth Hughes- Clean up the way customization of the templates is...
2001-02-15 Gareth HughesMerge mga-1-0-0-branch into trunk.