Age | Commit message (Expand) | Author |
2010-04-25 | When querying if an object is busy, it is if it is marked active (being | Owain Ainsworth |
2010-04-25 | oops, kill unneeded write lock grabbing that got mixed in when resolving | Owain Ainsworth |
2010-04-25 | A nice little performance speedup. | Owain Ainsworth |
2010-04-25 | The locking rework/fix that I promised when I commited GEM. | Owain Ainsworth |
2010-04-25 | Don't bother binding the object in the gtt map ioctl. | Owain Ainsworth |
2010-04-25 | Do not allow changing tiling mode on pinned objects. | Owain Ainsworth |
2010-04-24 | This code is only called during autoconf, and never ever from an | Mark Kettenis |
2010-04-23 | Add a barrier before we submit the ringbuffer and before we do anything | Owain Ainsworth |
2010-04-23 | Allow for lazy fence disable on tiling change. | Owain Ainsworth |
2010-04-21 | let this compile on RAMDISKS, which have no ioctl | Theo de Raadt |
2010-04-21 | Directly comparing pcitag_t's doesn't work on all platforms so decompose the | Mark Kettenis |
2010-04-21 | First stab at a VGA arbiter. The VGA arbiter makes sure that only a single | Mark Kettenis |
2010-04-21 | Add support for PLX I/O 9016 based 8 port serial card | Bob Beck |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2010-04-20 | Nuke a few dead stores and one newly created unused variable. | Owain Ainsworth |
2010-04-20 | A few more uninitialised variables (mostly in incredibly uncommon cases). | Owain Ainsworth |
2010-04-20 | Don't ask for ipv6 checksum offloading as we aren't ready for it. | Jonathan Gray |
2010-04-20 | Don't write garbage to the config space for phison, | Jonathan Gray |
2010-04-20 | - an unsolicited response contains the codec address, not the codec | Jacob Meuser |
2010-04-19 | Enable VS timer dispatch, from Eric Anholt upstream. | Owain Ainsworth |
2010-04-19 | Fix use of uninitialised variable. | Owain Ainsworth |
2010-04-19 | Add flags for chipset generation in with the other chipset type flags | Owain Ainsworth |
2010-04-19 | Correct fence pitch checking code and fence register writing on 9{1,4}x. | Owain Ainsworth |
2010-04-17 | regen | Miod Vallat |
2010-04-17 | A few more devices found on sgi hardware. | Miod Vallat |
2010-04-16 | Remove Intel RAID IDs for now. They can be added back when code has been | Mark Kettenis |
2010-04-16 | Additional gtt alignment paranoia: | Owain Ainsworth |
2010-04-16 | Correct reversed test in set_tiling. this should deal with the fence | Owain Ainsworth |
2010-04-16 | Correct some comments and cleanup some whitespace. | Owain Ainsworth |
2010-04-16 | paranoia: NULL check before free. | Owain Ainsworth |
2010-04-16 | If we fail to idle the chip in leavvt don't disable the interrupt, | Owain Ainsworth |
2010-04-16 | fix types in two error printfs. one of these also had a %d bug no vararg | Owain Ainsworth |
2010-04-15 | - fix bunch of use-after-free bugs found by splint; | Marco Peereboom |
2010-04-15 | Use IPL_TTY instead of IPB_BIO as suggested by oga. | Marco Peereboom |
2010-04-12 | Radeon HD3200 works; from kili@. | Owain Ainsworth |
2010-04-12 | Some of the line disciplines want to check for suser. Better to pass them | Ted Unangst |
2010-04-11 | Send "STANDBY IMMEDIATE" command to ATA disks upon suspend. For this to work, | Mark Kettenis |
2010-04-10 | Add radeon 4850; from Sviatoslav Chagaev (slava at zb dot lv), ta. | Owain Ainsworth |
2010-04-10 | some frees that were forgotten | Marco Peereboom |
2010-04-10 | Intel Centrino Advanced-N 6200 G2 adapters have their own hardware | Damien Bergamini |
2010-04-10 | regen | Damien Bergamini |
2010-04-10 | new Intel Centrino Advanced-N 6200 G2 id | Damien Bergamini |
2010-04-09 | oopsie, misplaced { | Marco Peereboom |
2010-04-09 | - event handling rewrite (while preserving original logic); | Marco Peereboom |
2010-04-08 | DRM memory management for inteldrm(4) using the Graphics Execution | Owain Ainsworth |
2010-04-08 | Fill in the bus_dma_sync for intagp to use clflush instead of wbinvd() | Owain Ainsworth |
2010-04-08 | these files don't need to include proc.h anymore. ok oga for agp | Ted Unangst |
2010-04-07 | Make intagp restore pgtbl_ctl and the scratch page to the gtt on resume. | Owain Ainsworth |
2010-04-06 | update a random sampling of drivers after the proc.h -> systm.h move | Ted Unangst |
2010-04-06 | A fix for the PCI-X check so that this is only tested on controllers | Christian Weisgerber |