| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r273856,273863,273963-273965 | Tijl Coosemans | 2014-12-02 | 8 | -69/+130 |
| * | MFC r274379: | Konstantin Belousov | 2014-11-18 | 1 | -0/+58 |
| * | MFC r274378: | Konstantin Belousov | 2014-11-18 | 1 | -1/+2 |
| * | MFC r274377: | Konstantin Belousov | 2014-11-18 | 1 | -8/+43 |
| * | MFC r258779,r258780,r258787,r258822: | Eitan Adler | 2014-02-04 | 1 | -2/+2 |
| * | Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9). | Konstantin Belousov | 2013-08-22 | 2 | -2/+2 |
| * | The soft and hard busy mechanism rely on the vm object lock to work. | Attilio Rao | 2013-08-09 | 1 | -2/+2 |
| * | Switch the vm_object mutex to be a rwlock. This will enable in the | Attilio Rao | 2013-03-09 | 2 | -13/+15 |
| * | Fix reversed condition in the logic to wait for the chipset buffers | Konstantin Belousov | 2013-01-27 | 1 | -1/+1 |
| * | Remove unneeded semicolons. | Antoine Brodin | 2013-01-01 | 7 | -8/+8 |
| * | Add pci id for the xeon hd4000 (IvyBridge server GT2) | Baptiste Daroussin | 2012-12-11 | 1 | -0/+5 |
| * | Remove unneeded header from agp: opt_bus.h | Eitan Adler | 2012-11-15 | 11 | -21/+0 |
| * | This isn't functionally identical. In some cases a hint to disable | Eitan Adler | 2012-10-22 | 9 | -0/+19 |
| * | Now that device disabling is generic, remove extraneous code from the | Eitan Adler | 2012-10-22 | 9 | -19/+0 |
| * | After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason | Konstantin Belousov | 2012-08-05 | 2 | -0/+2 |
| * | Revert revision 238172 of agp_i810.c. Correctness is considered more | Marcel Moolenaar | 2012-07-09 | 1 | -1/+2 |
| * | agp.c: | Marcel Moolenaar | 2012-07-06 | 2 | -4/+2 |
| * | Correct device id for GPU on some server SandyBridge model. | Konstantin Belousov | 2012-06-23 | 1 | -1/+1 |
| * | A rewrite of the i810 bits of the agp(4) driver. New driver supports | Konstantin Belousov | 2012-05-22 | 7 | -638/+2260 |
| * | Do a sweep of the tree replacing calls to pci_find_extcap() with calls to | John Baldwin | 2011-03-23 | 1 | -1/+1 |
| * | Add a driver for the Apple Uninorth AGP host bridge found in all PowerPC | Nathan Whitehorn | 2010-10-31 | 2 | -11/+325 |
| * | Do not mention VM_ALLOC_RETRY in comment, and normalize the terminology | Konstantin Belousov | 2010-07-08 | 1 | -2/+2 |
| * | Add a missing linefeed | Brian Somers | 2010-06-19 | 1 | -1/+1 |
| * | Push down the acquisition of the page queues lock into vm_page_unwire(). | Alan Cox | 2010-05-05 | 2 | -6/+0 |
| * | Acquire the page lock around vm_page_unwire(). For consistency, extend the | Alan Cox | 2010-05-03 | 2 | -1/+7 |
| * | Add support of Intel Pineview chips, aka IGD. | Robert Noland | 2010-03-12 | 1 | -4/+20 |
| * | Add pci ids for Intel Ironlake chipsets. | Robert Noland | 2010-03-12 | 1 | -0/+4 |
| * | Remove extraneous semicolons, no functional changes. | Martin Blapp | 2010-01-07 | 1 | -1/+1 |
| * | Update d_mmap() to accept vm_ooffset_t and vm_memattr_t. | Robert Noland | 2009-12-29 | 1 | -1/+2 |
| * | Fix a handful of issues with via agp support. | Robert Noland | 2009-12-21 | 1 | -32/+24 |
| * | Add pci id's for Intel G41 chipset | Robert Noland | 2009-10-11 | 1 | -0/+2 |
| * | John Baldwin suggested that 'stolen memory' only happens in the case of | Nick Hibma | 2009-09-14 | 1 | -8/+6 |
| * | Move the printing of aperture size and stolen memory behind bootverbose. | Nick Hibma | 2009-09-10 | 1 | -9/+9 |
| * | strict kobj signatures: fixes in agp driver | Andriy Gapon | 2009-06-11 | 5 | -26/+24 |
| * | Use si_drv1 instead of dev2unit() inside agp(4). | Ed Schouten | 2009-04-14 | 1 | -10/+6 |
| * | vm_offset_t is unsigned and therefore can not be negative. | Robert Noland | 2009-03-20 | 5 | -10/+10 |
| * | Fix prototypes to be consistent. | Warner Losh | 2009-03-09 | 6 | -11/+11 |
| * | Fix AGP debugging code: | Wojciech A. Koszek | 2009-02-06 | 1 | -3/+4 |
| * | - Add few VIA bridges to agp_via.c and connect it to amd64 build | Jung-uk Kim | 2009-01-23 | 1 | -0/+9 |
| * | Add support for AMD64 Family 10h processors. | Jung-uk Kim | 2009-01-12 | 1 | -3/+5 |
| * | Fix up handling of Intel G4X chips some more. | Robert Noland | 2008-12-23 | 1 | -5/+12 |
| * | Clear busy state on the pages which are after the one that failed the bind | Konstantin Belousov | 2008-12-23 | 1 | -3/+5 |
| * | Deal with 0 length args... | Robert Noland | 2008-12-21 | 1 | -1/+1 |
| * | Fix AGP_DEBUG macro to use c99 __VA_ARGS__ and build if enabled. | Robert Noland | 2008-12-21 | 1 | -6/+3 |
| * | Correctly handle Intel g33 chips and add support for g45 chips | Robert Noland | 2008-10-02 | 2 | -19/+135 |
| * | Replace all calls to minor() with dev2unit(). | Ed Schouten | 2008-09-27 | 1 | -1/+1 |
| * | When device_get_children returns an error, ignore that bus' children. | Warner Losh | 2008-08-23 | 1 | -1/+2 |
| * | Enable the support for G33/Q35/Q33 now that both the G33 and Q35 have been | John Baldwin | 2008-08-01 | 1 | -2/+0 |
| * | Fix PCI id for 945GME Express Integrated Graphics Controller: | Oleksandr Tymoshenko | 2008-06-20 | 1 | -1/+1 |
| * | Add resume support to the agp_i810 family. | Remko Lodder | 2008-03-12 | 1 | -0/+17 |