| Commit message (Expand) | Author | Age | Files | Lines |
* | sys/dev: minor spelling fixes. | pfg | 2016-05-03 | 13 | -15/+15 |
* | As <machine/param.h> is included from <sys/param.h>, there is no need | skra | 2016-02-22 | 1 | -1/+0 |
* | As <machine/pmap.h> is included from <vm/pmap.h>, there is no need to | skra | 2016-02-22 | 1 | -1/+0 |
* | Instead of defining the actualy user and group id in the drmP.h files | kwm | 2015-08-11 | 1 | -2/+2 |
* | Add a new group named 'video' with the id of 44. And make drm create | kwm | 2015-08-09 | 1 | -1/+1 |
* | Remove compatibility shims for FreeBSD versions older than 8.0. | jhb | 2015-06-04 | 13 | -119/+0 |
* | Add a new file operations hook for mmap operations. File type-specific | jhb | 2015-06-04 | 1 | -4/+4 |
* | Adjust printf format specifiers for dev_t and ino_t in kernel. | gleb | 2014-12-17 | 1 | -2/+3 |
* | Remove always false comparison. | glebius | 2014-09-03 | 1 | -1/+1 |
* | Remove ia64. | marcel | 2014-07-07 | 2 | -3/+1 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 2 | -2/+1 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 2 | -1/+2 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 2 | -2/+1 |
* | - Modify vm_page_unwire() and vm_page_enqueue() to directly accept | attilio | 2014-06-16 | 1 | -1/+1 |
* | Add missing calls to bus_dmamap_unload() when freeing static DMA | jhb | 2014-06-13 | 2 | -0/+2 |
* | Back out r261266 pending security buy-in. | jamie | 2014-01-31 | 1 | -3/+1 |
* | Add a jail parameter, allow.kmem, which lets jailed processes access | jamie | 2014-01-29 | 1 | -1/+3 |
* | In sys/dev/drm/mach64_dma.c, remove static function mach64_set_dma_eol(), | dim | 2013-12-26 | 1 | -48/+0 |
* | Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this | eadler | 2013-11-30 | 9 | -47/+47 |
* | Similar to the (1 << 31) case it is not defined to do (2 << 30). | eadler | 2013-11-30 | 1 | -2/+2 |
* | Replace kernel virtual address space allocation with vmem. This provides | jeff | 2013-08-07 | 1 | -2/+2 |
* | Fix white spaces. | jkim | 2013-04-23 | 1 | -2/+2 |
* | Remove always-true conditions from if statement. | eadler | 2013-04-23 | 1 | -2/+2 |
* | Switch vm_object lock to be a rwlock. | attilio | 2013-02-20 | 1 | -0/+1 |
* | Cast VIA_READ to (void) where the result is unused. | rdivacky | 2012-11-09 | 2 | -3/+3 |
* | Make sure to define __BIG_ENDIAN and __LITTLE_ENDIAN with the appropriate | nwhitehorn | 2012-10-26 | 1 | -0/+5 |
* | Streamline use of cdevpriv and correct some corner cases. | hselasky | 2012-08-15 | 1 | -8/+6 |
* | In sys/dev/drm/radeon_state.c, use the correct printf length modifiers | dim | 2011-12-30 | 1 | -1/+1 |
* | Fix format string Z --> z, since the former is a deprecated and (in FreeBSD) | se | 2011-12-16 | 1 | -2/+2 |
* | Do not define bool/true/false if the symbols already exist. | mdf | 2011-12-12 | 1 | -1/+1 |
* | Fix display of the drm sysctls. | kib | 2011-04-23 | 1 | -1/+1 |
* | Do a sweep of the tree replacing calls to pci_find_extcap() with calls to | jhb | 2011-03-23 | 1 | -1/+1 |
* | - Remove no longer in use | miwi | 2011-02-22 | 2 | -87/+0 |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 2 | -2/+2 |
* | Introduce and use a new VM interface for temporarily pinning pages. This | alc | 2010-12-25 | 1 | -25/+14 |
* | fix atomic_set_xxx misuse in drm | avg | 2010-12-11 | 1 | -1/+1 |
* | Make drm(4) build, if not work reliably, on PowerPC. | nwhitehorn | 2010-11-16 | 6 | -11/+13 |
* | Fix typos. | brucec | 2010-11-09 | 1 | -6/+6 |
* | Add support for ATI Radeon HD 4250. | olli | 2010-08-03 | 1 | -0/+1 |
* | Push down the acquisition of the page queues lock into vm_page_unwire(). | alc | 2010-05-05 | 1 | -2/+0 |
* | Add page locking to the vm_page_cow* functions. | alc | 2010-05-04 | 1 | -2/+0 |
* | Acquire the page lock around vm_page_unwire(). For consistency, extend the | alc | 2010-05-03 | 1 | -0/+2 |
* | On Alan's advice, rather than do a wholesale conversion on a single | kmacy | 2010-04-30 | 1 | -0/+2 |
* | fx->lock is used as an index, correct test case. | rnoland | 2010-04-28 | 1 | -1/+1 |
* | remove vm obect tracker that slipped in from prior work. | rnoland | 2010-04-24 | 1 | -1/+0 |
* | Address some WITNESS panics that occur when using the via driver. | rnoland | 2010-04-23 | 4 | -8/+10 |
* | Now that we properly set write-combining on the pages that back the GART, | rnoland | 2010-04-22 | 2 | -5/+8 |
* | re-write scatter gather memory allocation yet again... | rnoland | 2010-04-22 | 6 | -113/+62 |
* | Rework how drm maps are handled. | rnoland | 2010-04-22 | 23 | -168/+201 |
* | Fix build after typo. | rnoland | 2010-03-13 | 1 | -1/+1 |