OSDN Git Service

Merge r1.26 from FreeBSD: Now that mem(4) is a kernel module, we need to
[android-x86/external-libdrm.git] / bsd-core /
2005-02-19 Eric AnholtMerge r1.26 from FreeBSD: Now that mem(4) is a kernel...
2005-02-14 Eric AnholtUse fuword32 for DRM_GET_USER_UNCHECKED when available...
2005-02-14 Eric AnholtUse the proper API to get PCI vendor/device number...
2005-02-13 Eric AnholtFix bad copy'n'pastage of copyrights -- don't disclaim...
2005-02-13 Eric AnholtAdd the first bits necessary for a port of savage to...
2005-02-08 Eric AnholtClose a race which could allow for privilege escalation...
2005-02-07 Eric AnholtRestore a debugging message to DRM_DEBUG instead of...
2005-02-07 Eric AnholtRemove some annoying trailing whitespace.
2005-02-05 Eric Anholt- Implement drm_initmap, and extend it with the resourc...
2005-01-17 Eric AnholtAdd detection of whether the device is AGP by walking...
2004-12-15 Eric AnholtUse SYSCTL_ADD_OID macro instead of calling function...
2004-11-07 Eric AnholtRefine the locking of the DRM. Most significant is...
2004-11-07 Eric AnholtDon't link in files which no longer exist.
2004-11-07 Eric AnholtNow that the memory debug code is gone, and all 3 BSDs...
2004-11-06 Eric AnholtAdd the drm Makefile and update .cvsignores.
2004-11-06 Eric AnholtConvert more drivers for bsd-core, moving the ioctl...
2004-11-06 Eric AnholtRemove some core stuff that ended up being unnecessary.
2004-11-06 Eric AnholtGet r128 basically working: Hook up the driver's dma...
2004-11-06 Eric AnholtMove the lock/unlock ioctls to a more logical place...
2004-11-06 Eric AnholtConnect up r128_ioctls in driver config.
2004-11-06 Eric AnholtHook the debug output up to a sysctl, so you can choose...
2004-11-06 Eric AnholtAdd file missed in last commit: Commit first pieces...
2004-11-06 Eric AnholtCommit first pieces of port to OpenBSD, done by Martin...
2004-11-06 Eric AnholtRemove the vestiges of the memory-debug code.
2004-11-06 Eric AnholtCommit WIP of BSD conversion to core model. Compiles...
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-14 Eric AnholtRemove unused pcigart/sg header stuff from i915 driver.
2004-08-14 Eric AnholtAdd a "dev" argument to DRIVER_CTX_[CD]TOR. This will...
2004-08-14 Eric AnholtHopefully proper fix for corrupted driver name in memco...
2004-08-13 Eric AnholtEnable MTRR usage on AMD64, and use DELAY() instead...
2004-08-03 Dave Airliebring over fix from i865-agp branch, it now probes...
2004-07-29 Dave Airlieadd read/write 16
2004-07-29 Dave Airliechange to agp not pci ... still not working
2004-07-29 Dave Airlieinitial port of i915 to BSD, not finished doesn't work...
2004-07-06 Eric AnholtFix module loading on alpha by not referencing MTRR...
2004-07-06 Eric AnholtMFC as of 20040705: dev_t -> struct cdev * change.
2004-05-11 Eric AnholtMerge from FreeBSD-current. Mostly 64-bit cleanliness...
2004-05-09 Eric AnholtAdd mach64 DRM module for BSD (untested, but compiles).
2004-05-09 Eric AnholtAdd .cvsignore files.
2004-05-09 Eric AnholtWarning fixes.
2004-05-09 Eric Anholt- Link in shared files as necessary and clean them up.
2004-05-09 Eric AnholtCatch up with sis's DRM tag change.
2004-05-09 Eric Anholtdrm_hw_lock_t is now defined in drm.h, remove from...
2004-05-09 Dave AirlieCommit sysfs and drm PCI changes for 2.6 kernel
2004-04-21 Dave Airliecentralise pci ids into one place and use scripts to...
2004-01-06 Eric AnholtFix some misuse of NULL where 0 is intended.
2003-12-16 Eric AnholtDon't ioremap the framebuffer area. The ioremapped...
2003-11-12 Eric AnholtFix a locking nit, and add asserts in some things that...
2003-11-06 Eric AnholtReturn EBUSY when attempting to addmap a DRM_SHM area...
2003-11-06 Eric AnholtRemove unused variable.
2003-11-05 Eric Anholt- Tie the DRM to a specific device: setunique no longer...
2003-11-05 Eric AnholtArgs for the BSD DRM_PUT_USER_UNCHECKED were swapped.
2003-11-05 Eric AnholtRemove buf_alloc which is unused since the locking...
2003-11-04 Michel DaenzerMemory layout transition:
2003-10-27 Eric AnholtAdd a DRM_PUT_USER_UNCHECKED, which will be used by...
2003-10-24 Eric AnholtDon't try to use dev->dma_lock unless dma is initialize...
2003-10-24 Eric AnholtMove the REALLY_HAVE_AGP endif above the mtrr functions...
2003-10-23 Eric Anholt- Introduce a new ioctl, DRM_IOCTL_SET_VERSION. This...
2003-10-22 Eric Anholt- Add DRM_GET_PRIV_WITH_RETURN macro. This can be used...
2003-10-22 Eric AnholtFix warning about static DRM(bufs_info) defined but...
2003-10-20 Eric AnholtFix the possibility of sleeping with locks held in...
2003-10-20 Eric AnholtClean up BSD MTRR handling. The NetBSD code is untested...
2003-10-19 Eric Anholt- SMPng lock the DRM. This is only partial -- there...
2003-10-19 Eric AnholtClean up extra zeroing of dev->dma, and use calloc...
2003-10-17 Eric Anholt- Move IRQ functions from drm_dma.h to new drm_irq...
2003-10-17 Eric Anholt- Converted Linux drivers to initialize DRM instances...
2003-10-03 Eric AnholtSome code cleanups done while working on locking. Reduc...
2003-10-03 Eric AnholtStylistic preparation for SMPng locking work: DRM_LOCK...
2003-10-02 Eric AnholtAdd an MIT-style copyright, assigned to myself, to...
2003-10-02 Eric AnholtAxe more old gamma DMA infrastructure.
2003-10-02 Eric AnholtMostly whitespace cleanups and style(9) fixes focused...
2003-10-02 Eric AnholtWrap sys/endian.h usage with __FreeBSD_version >= 480000.
2003-10-02 Eric AnholtAllow the DRM to attach to a "drmsub" device. This...
2003-10-02 Eric AnholtMTRR issue with SMP and -stable seems to be resolved...
2003-09-09 Keith WhitwellUse spldrm/splx around tsleep() in DRM_WAIT_ON
2003-09-07 Eric AnholtFix for older -stable.
2003-08-29 Eric AnholtThese files were missed in the SiS DRM commit.
2003-08-29 Eric AnholtPort the SiS DRM to FreeBSD. This includes the ability...
2003-08-29 Eric AnholtAdd DRM(calloc), which is convenient, used by the new...
2003-08-29 Eric AnholtUpdate radeon PCI IDs.
2003-08-29 Eric AnholtThis PCI header has been living in dev/pci/ for a while...
2003-08-19 Eric AnholtFix the debug build.
2003-08-19 Eric Anholt- Remove $FreeBSD$ tags as they weren't too useful...
2003-08-12 Eric AnholtMerge from FreeBSD r1.11: We have memset in the kernel...
2003-07-29 Michel DaenzerIRQ code cleanup suggested by Linus Torvalds
2003-07-26 Eric AnholtFix FreeBSD build after IRQ changes.
2003-07-25 Michel DaenzerCompile fixes for recent 2.5/2.6 Linux kernels. I hope...
2003-05-16 Michel DaenzerSupport AGP bridges where the AGP aperture can't be...
2003-04-28 Eric AnholtFix a typo: On takedown the mtrr operation is MEMRANGE_...
2003-04-27 Eric AnholtUse real endian conversion functions.
2003-04-26 Eric AnholtFix formatting of hw.dri sysctl.
2003-04-26 Eric AnholtRemove the map argument from DRM_*MEMORYBARRIER. Not...
2003-04-26 Eric AnholtMFL: Don't install irq handler unless the driver has...
2003-04-26 Eric AnholtAdd PCI DMA memory functions and make addbufs_pci and...
2003-04-26 Eric AnholtMissed files in the last commit: Remove memory debuggin...
2003-04-26 Eric AnholtMove the memory functions with debugging info to drm_me...
2003-04-26 Eric AnholtRemove #if 0'ed code.
2003-04-26 Eric AnholtReplace the C atomic_cmpset_int compatibility function...
2003-04-26 Eric AnholtDisable MTRRs on FreeBSD-stable. Without this, it hangs...
next