OSDN Git Service

Merge r1.26 from FreeBSD: Now that mem(4) is a kernel module, we need to
[android-x86/external-libdrm.git] / linux /
2005-01-19 Alan HourihaneFix a cut & paste problem
2005-01-16 Dave AirlieThe patch makes drmAddBufs/drmMapBufs can handle buffer...
2005-01-11 Keith WhitwellImport Thomas' changes upto 2.4.3 to shared. Small...
2004-12-16 Alan Hourihanedrm_pciids.h should only 'cleaned' when the shared...
2004-12-07 Thomas HellstromFix up linux 2.4 series Makefiles for via_verifier.c
2004-10-31 Felix KuehlingAllow drivers to override reclaim_buffers in an OS...
2004-10-29 Jon SmirlSwitch SPIN_LOCK_UNLOCKED to spin_lock_init()
2004-10-28 Dave Airliefix for 2.4 build
2004-10-09 Dave Airlieremove unused dma remnants that were gamma only - these...
2004-10-08 Jon SmirlFix refcount bug in stealth mode
2004-10-07 Jon SmirlFix drm_exit to allow for DRM(global) being deleted...
2004-09-27 Jon SmirlFlip the 2.4 check so that it looks for 2.6 instead...
2004-09-24 Jon SmirlMakefile reminder to build in 2.6 when on 2.6
2004-09-24 Jon SmirlCreate new linux-2.6 build. Move all gpl files into...
2004-09-23 Jon SmirlRemove 2.6 code that allow DRM major device number...
2004-09-23 Jon SmirlAdd new sysfs support files
2004-09-23 Jon Smirl1) switches from class_sysfs to drm sysfs implementatio...
2004-09-22 Felix KuehlingCreate permanent maps of framebuffer, aperture and...
2004-09-22 Jon SmirlRemove hotplug reset support from DRM driver. This...
2004-09-22 Eric AnholtAdd *.flags to cvsignore.
2004-09-21 Jon SmirlMake DRM permanent maps match broken X behavior. X...
2004-09-20 Jon SmirlRemove size restriction on permanent addmap
2004-09-20 Jon SmirlFelix's fix for map request smaller than permanent...
2004-09-20 Dave Airlieremove HAVE_COUNTERS
2004-09-20 Dave Airlieanother fix after the macro stuff
2004-09-18 Jon SmirlFix from: Nishanth Aravamudan replace direct assignment...
2004-09-17 Jon SmirlAdd the two GPL licensed I2C support files.
2004-09-17 Jon SmirlAdd linux sysfs i2c support to radeon driver. This...
2004-09-16 Jon SmirlLet's try adding the dyn-minor patch again. This patch...
2004-09-16 Jon SmirlFix drm_scatter to properly report it's availability
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-09-12 Jon SmirlFix error path in probe() to release resources if there...
2004-09-12 Jon SmirlMake the comment match the code
2004-09-12 Jon SmirlFix DRM to compile cleanly with recent kernel changes...
2004-09-10 Jon SmirlMore general patch to mark resources in use by all...
2004-09-08 Jose FonsecaUpdate doxygen configuration file. Minor documentation...
2004-09-08 Jon SmirlAdjust permanent mapping code to account for more than...
2004-09-05 Dave Airliemissed fix as part of last checkin
2004-09-05 Dave Airliemerge back bunch of whitespace and misc changes from...
2004-09-05 Dave Airliebad code copy for alpha.. fix the member names
2004-09-05 Dave Airliemake the AMD64 check a compat thing
2004-09-04 Dave AirlieFixup OS_HAS_AGP/OS_HAS_MTRR along lines of patches...
2004-09-04 Dave Airliedoh.. that makes no sense.. thinko in removal of OS_HAS_AGP
2004-09-02 Dave Airlieoops called ctor instead of dtor.. found this on the...
2004-09-02 Jon SmirlFix ref count problem in stealth mode. pci_get_subsys...
2004-08-30 Dave Airlieimplement drm_core_check_feature and use it .. looks...
2004-08-30 Dave Airliedrm-memory patch, cleans up alloc/free and makes calloc...
2004-08-29 Dave Airlieadd context include so fn are defined
2004-08-29 Dave Airliefix up some small things ffb (no idea if it works or...
2004-08-29 Dave Airlieremove hacky context thing that was gamma only
2004-08-29 Dave AirlieDrop GAMMA DRM from a great height ...
2004-08-29 Dave Airliefixup issue caused by fntbl-2 merge
2004-08-28 Jon SmirlInitialize pdev to NULL correctly so that pci_get_subsy...
2004-08-27 Dave Airlierun i915 through lindent
2004-08-27 Dave Airlie__NO_VERSION__ hasn't been needed since 2.3 days ditch...
2004-08-27 Jon SmirlMake DRM detect vesafb and revert to stealth mode to...
2004-08-24 Dave AirlieMerged drmfntbl-0-0-2
2004-08-24 Dave Airlieaddmap-base-2 patch from Jon Smirl:
2004-08-24 Erdi ChenThis patch adds three new ioctl's to the VIA Unichrome...
2004-08-17 Dave AirlieMerged drmfntbl-0-0-1
2004-08-17 Dave Airlie2.6.8.1 has changed the links in /lib/modules
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-14 Eric AnholtAdd a "dev" argument to DRIVER_CTX_[CD]TOR. This will...
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 compat
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-31 Dave Airliefixes for using userspace pointers found by sparse...
2004-07-31 Dave Airlieathe patch below optimises the drm code to not do put_u...
2004-07-25 Dave Airliesync up with current 2.6 kernel bk tree - mostly __user...
2004-07-25 Dave Airliewhitespace merge with kernel
2004-07-25 Dave Airlieif the driver has already register don't do another...
2004-07-25 Dave AirliePatch from Tom Arbuckle for missing bus_address
2004-07-22 Dave Airlieanother logic error returns 0 or greater for success
2004-07-21 Dave AirlieATI Rage 128 and Radeon DRM unconditionally depend...
2004-07-21 Dave Airlieadd some more debugging fix ++ and --
2004-07-20 Dave Airliefirst set of __user annotations from kernel (Al Viro)
2004-07-20 Dave AirlieKconfig update add i915 bring over some stuff from...
2004-07-20 Dave Airlieadd x86_64 architecture defines from kernel (leave...
2004-07-20 Dave Airliefix some more NULLs from kernel
2004-07-20 Dave Airlieattempt to clean up stub_register, register_chrdev...
2004-07-15 Dave Airliesparse cleanups from kernel: Al Viro
2004-07-14 Dave AirlieFix reference counting for stub for new Linux PCI probe
2004-07-14 Dave Airlieallow O= usage for Linux 2.6 kernel building in another...
2004-07-11 Dave Airliesplit out backwards compat into a separate file makes...
2004-07-11 Dave Airliefix issue in 2.4 kernels with returning NULL from this...
2004-07-08 Jon SmirlAdd two items to Makefile clean XFree86 bug: Reported...
2004-07-05 Dave Airliefixes from kernel for 0 vs NULL - mika
2004-06-21 Dave Airliefix bug with pci_disable_device in the wrong place...
2004-06-12 Dave Airliedirty hack to make mach64 work, (don't worry I'll get...
2004-06-10 Keith WhitwellA few changes for recent redhat.
2004-06-10 Keith Whitwelli915 drm module
2004-06-10 Dave Airliegamma_dma_priority and gamma_dma_send_buffers both...
2004-06-07 Dave AirlieThe dev->devname being passed to request_irq in drm_irq...
2004-05-30 Dave Airlie2.4 compat
next