| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove break after return. | kevlo | 2015-01-23 | 1 | -5/+5 |
* | Initial attachment of the agp(4) to Haswell IGP. There is no handling | kib | 2014-11-11 | 1 | -0/+58 |
* | Based on some BIOS configuration (GGC register in host bridge, bit 1), | kib | 2014-11-11 | 1 | -1/+2 |
* | On 965 and higher, map GTT as write-combining. | kib | 2014-11-11 | 1 | -8/+43 |
* | Revert agp_intel.c part of the r274040 for now. There is a confusion | kib | 2014-11-04 | 1 | -0/+95 |
* | agp_intel.c provides support for AGP on Intel chipsets from 440/BX to | kib | 2014-11-03 | 1 | -95/+0 |
* | - agp_generic_unbind_memory: flush AGP TLB before unwiring pages | tijl | 2014-11-02 | 1 | -2/+5 |
* | In agp_amd_bind_page don't flush the AGP TLB. It's done by the calling | tijl | 2014-11-02 | 1 | -3/+0 |
* | In agp(4) avoid the need to flush all cpu caches with wbinvd between | tijl | 2014-11-02 | 7 | -65/+40 |
* | Avoid possible overflow in agp_generic_alloc_memory. | tijl | 2014-10-30 | 1 | -1/+1 |
* | Add two new functions to the AGP driver KPI to bind/unbind arbitrary sets | tijl | 2014-10-30 | 2 | -0/+86 |
* | - Modify vm_page_unwire() and vm_page_enqueue() to directly accept | attilio | 2014-06-16 | 2 | -3/+3 |
* | Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this | eadler | 2013-11-30 | 1 | -2/+2 |
* | Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9). | kib | 2013-08-22 | 2 | -2/+2 |
* | 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 | 2 | -12/+12 |
* | Switch vm_object lock to be a rwlock. | attilio | 2013-02-20 | 2 | -1/+3 |
* | Fix reversed condition in the logic to wait for the chipset buffers | kib | 2013-01-27 | 1 | -1/+1 |
* | Remove unneeded semicolons. | antoine | 2013-01-01 | 7 | -8/+8 |
* | Add pci id for the xeon hd4000 (IvyBridge server GT2) | bapt | 2012-12-11 | 1 | -0/+5 |
* | Remove unneeded header from agp: opt_bus.h | eadler | 2012-11-15 | 11 | -21/+0 |
* | This isn't functionally identical. In some cases a hint to disable | eadler | 2012-10-22 | 9 | -0/+19 |
* | Now that device disabling is generic, remove extraneous code from the | eadler | 2012-10-22 | 9 | -19/+0 |
* | After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason | kib | 2012-08-05 | 2 | -0/+2 |
* | Revert revision 238172 of agp_i810.c. Correctness is considered more | marcel | 2012-07-09 | 1 | -1/+2 |
* | agp.c: | marcel | 2012-07-06 | 2 | -4/+2 |
* | Correct device id for GPU on some server SandyBridge model. | kib | 2012-06-23 | 1 | -1/+1 |
* | A rewrite of the i810 bits of the agp(4) driver. New driver supports | kib | 2012-05-22 | 7 | -638/+2260 |
* | 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 | 2 | -11/+325 |
* | Do not mention VM_ALLOC_RETRY in comment, and normalize the terminology | kib | 2010-07-08 | 1 | -2/+2 |
* | Add a missing linefeed | brian | 2010-06-19 | 1 | -1/+1 |
* | Push down the acquisition of the page queues lock into vm_page_unwire(). | alc | 2010-05-05 | 2 | -6/+0 |
* | Acquire the page lock around vm_page_unwire(). For consistency, extend the | alc | 2010-05-03 | 2 | -1/+7 |
* | Add support of Intel Pineview chips, aka IGD. | rnoland | 2010-03-12 | 1 | -4/+20 |
* | Add pci ids for Intel Ironlake chipsets. | rnoland | 2010-03-12 | 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 |
* | Fix a handful of issues with via agp support. | rnoland | 2009-12-21 | 1 | -32/+24 |
* | Add pci id's for Intel G41 chipset | rnoland | 2009-10-11 | 1 | -0/+2 |
* | John Baldwin suggested that 'stolen memory' only happens in the case of | n_hibma | 2009-09-14 | 1 | -8/+6 |
* | Move the printing of aperture size and stolen memory behind bootverbose. | n_hibma | 2009-09-10 | 1 | -9/+9 |
* | strict kobj signatures: fixes in agp driver | avg | 2009-06-11 | 5 | -26/+24 |
* | 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 | 5 | -10/+10 |
* | Fix prototypes to be consistent. | imp | 2009-03-09 | 6 | -11/+11 |
* | Fix AGP debugging code: | wkoszek | 2009-02-06 | 1 | -3/+4 |
* | - Add few VIA bridges to agp_via.c and connect it to amd64 build | jkim | 2009-01-23 | 1 | -0/+9 |
* | Add support for AMD64 Family 10h processors. | jkim | 2009-01-12 | 1 | -3/+5 |