| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r313982, r314068: | Pedro F. Giffuni | 2017-03-14 | 1 | -1/+1 |
| * | sys: use our roundup2/rounddown2() macros when param.h is available. | Pedro F. Giffuni | 2016-04-21 | 1 | -3/+3 |
| * | dev/agp: use our nitems() macro when it is avaliable through param.h. | Pedro F. Giffuni | 2016-04-19 | 3 | -10/+9 |
| * | agp: Do not attach to Intel GEN6+ | Jean-Sébastien Pédron | 2016-03-12 | 2 | -531/+33 |
| * | drm/i915: Update to match Linux 3.8.13 | Jean-Sébastien Pédron | 2016-03-08 | 2 | -31/+223 |
| * | Remove break after return. | Kevin Lo | 2015-01-23 | 1 | -5/+5 |
| * | Initial attachment of the agp(4) to Haswell IGP. There is no handling | Konstantin Belousov | 2014-11-11 | 1 | -0/+58 |
| * | Based on some BIOS configuration (GGC register in host bridge, bit 1), | Konstantin Belousov | 2014-11-11 | 1 | -1/+2 |
| * | On 965 and higher, map GTT as write-combining. | Konstantin Belousov | 2014-11-11 | 1 | -8/+43 |
| * | Revert agp_intel.c part of the r274040 for now. There is a confusion | Konstantin Belousov | 2014-11-04 | 1 | -0/+95 |
| * | agp_intel.c provides support for AGP on Intel chipsets from 440/BX to | Konstantin Belousov | 2014-11-03 | 1 | -95/+0 |
| * | - agp_generic_unbind_memory: flush AGP TLB before unwiring pages | Tijl Coosemans | 2014-11-02 | 1 | -2/+5 |
| * | In agp_amd_bind_page don't flush the AGP TLB. It's done by the calling | Tijl Coosemans | 2014-11-02 | 1 | -3/+0 |
| * | In agp(4) avoid the need to flush all cpu caches with wbinvd between | Tijl Coosemans | 2014-11-02 | 7 | -65/+40 |
| * | Avoid possible overflow in agp_generic_alloc_memory. | Tijl Coosemans | 2014-10-30 | 1 | -1/+1 |
| * | Add two new functions to the AGP driver KPI to bind/unbind arbitrary sets | Tijl Coosemans | 2014-10-30 | 2 | -0/+86 |
| * | - Modify vm_page_unwire() and vm_page_enqueue() to directly accept | Attilio Rao | 2014-06-16 | 2 | -3/+3 |
| * | Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this | Eitan Adler | 2013-11-30 | 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 |