| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r273856,273863,273963-273965 | tijl | 2014-12-02 | 1 | -25/+84 |
* | Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9). | kib | 2013-08-22 | 1 | -1/+1 |
* | The soft and hard busy mechanism rely on the vm object lock to work. | attilio | 2013-08-09 | 1 | -2/+2 |
* | Hide the details for the assertion for VM_OBJECT_LOCK operations. | attilio | 2013-02-21 | 1 | -1/+1 |
* | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to | attilio | 2013-02-20 | 1 | -8/+8 |
* | Switch vm_object lock to be a rwlock. | attilio | 2013-02-20 | 1 | -1/+2 |
* | Remove unneeded header from agp: opt_bus.h | eadler | 2012-11-15 | 1 | -1/+0 |
* | After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason | kib | 2012-08-05 | 1 | -0/+1 |
* | agp.c: | marcel | 2012-07-06 | 1 | -2/+1 |
* | A rewrite of the i810 bits of the agp(4) driver. New driver supports | kib | 2012-05-22 | 1 | -1/+11 |
* | Do a sweep of the tree replacing calls to pci_find_extcap() with calls to | jhb | 2011-03-23 | 1 | -1/+1 |
* | Add a driver for the Apple Uninorth AGP host bridge found in all PowerPC | nwhitehorn | 2010-10-31 | 1 | -11/+23 |
* | Do not mention VM_ALLOC_RETRY in comment, and normalize the terminology | kib | 2010-07-08 | 1 | -2/+2 |
* | Push down the acquisition of the page queues lock into vm_page_unwire(). | alc | 2010-05-05 | 1 | -4/+0 |
* | Acquire the page lock around vm_page_unwire(). For consistency, extend the | alc | 2010-05-03 | 1 | -0/+4 |
* | Remove extraneous semicolons, no functional changes. | mbr | 2010-01-07 | 1 | -1/+1 |
* | Update d_mmap() to accept vm_ooffset_t and vm_memattr_t. | rnoland | 2009-12-29 | 1 | -1/+2 |
* | Use si_drv1 instead of dev2unit() inside agp(4). | ed | 2009-04-14 | 1 | -10/+6 |
* | vm_offset_t is unsigned and therefore can not be negative. | rnoland | 2009-03-20 | 1 | -1/+1 |
* | Fix prototypes to be consistent. | imp | 2009-03-09 | 1 | -1/+1 |
* | Fix AGP debugging code: | wkoszek | 2009-02-06 | 1 | -3/+4 |
* | Clear busy state on the pages which are after the one that failed the bind | kib | 2008-12-23 | 1 | -3/+5 |
* | Replace all calls to minor() with dev2unit(). | ed | 2008-09-27 | 1 | -1/+1 |
* | When device_get_children returns an error, ignore that bus' children. | imp | 2008-08-23 | 1 | -1/+2 |
* | Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version was | jhb | 2007-11-12 | 1 | -3/+3 |
* | Split agp_generic_detach() up into two routines: agp_free_cdev() destroys | jhb | 2007-10-30 | 1 | -2/+17 |
* | Add support for G965/Q965/GM965/GME965/GME945 AGP. | anholt | 2007-07-13 | 1 | -5/+52 |
* | The page queues lock is no longer required by vm_page_busy() or | alc | 2006-10-22 | 1 | -4/+0 |
* | Fix the wraparound of memsize >=2GB. | tanimura | 2006-10-15 | 1 | -2/+3 |
* | Explicitly set v3 mode only when it is requested. Don't bother otherwise. | jkim | 2006-08-11 | 1 | -1/+6 |
* | Remove various bits of conditional Alpha code and fixup a few comments. | jhb | 2006-05-12 | 1 | -10/+0 |
* | Fix a memory leak I introduced with the hostb/vgapci stuff. | jhb | 2006-01-17 | 1 | -4/+8 |
* | Change the agp_find_device() to return the first agp device that has been | jhb | 2005-12-20 | 1 | -2/+11 |
* | Don't map the AGP aperture into contiguous KVA. The various graphics | jhb | 2005-12-20 | 1 | -3/+1 |
* | Destroy the /dev device before destroying the mutex or releasing resources | jhb | 2005-12-20 | 1 | -1/+2 |
* | Use pci_find_extcap() to search for AGP capabilities (PCIY_AGP). | jhb | 2005-12-20 | 1 | -25/+4 |
* | Avoid repeated acquisition and release of the vm object lock inside of | alc | 2004-10-24 | 1 | -5/+6 |
* | AMD64 on-CPU GART support. | obrien | 2004-08-16 | 1 | -1/+1 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -4/+4 |
* | Add missing <sys/module.h> includes | phk | 2004-05-30 | 1 | -0/+1 |
* | In agp_generic_bind_memory(), grab the needed pages before acquiring | mux | 2004-05-23 | 1 | -30/+42 |
* | Get rid of a lockmgr consumer by making agp(4) use a standard mutex, | mux | 2004-05-22 | 1 | -12/+10 |
* | Plug three lock leaks. | mux | 2004-05-22 | 1 | -0/+3 |
* | Push down the responsibility for zeroing a physical page from the | alc | 2004-04-24 | 1 | -2/+0 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -2/+2 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 1 | -0/+2 |
* | Device megapatch 1/6: | phk | 2004-02-21 | 1 | -2/+0 |
* | This is not a D_TTY driver. | phk | 2004-02-15 | 1 | -1/+0 |
* | - Disable AGP on ALI chipsets if aperture size is 0. | anholt | 2003-11-11 | 1 | -0/+5 |
* | Add simple support for AGP 3.0 including enabling 8x mode. The simple | jhb | 2003-10-23 | 1 | -13/+108 |