| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r268981 | ray | 2014-09-25 | 1 | -31/+0 |
* | drm/i915: Add HW context support | dumbbell | 2014-09-18 | 14 | -29/+761 |
* | vt(4): Merge several bug fixes and improvements | dumbbell | 2014-09-18 | 1 | -1/+8 |
* | drm/radeon: Fix a memory leak when radeonkms is unloaded | dumbbell | 2014-09-04 | 1 | -0/+1 |
* | MFC r268954 | sbruno | 2014-08-10 | 2 | -22/+5 |
* | MFC r268947: Hide syscons-specific workaround under DEV_SC | emaste | 2014-07-24 | 1 | -0/+5 |
* | MFC: r266792 | marius | 2014-06-04 | 1 | -2/+2 |
* | drm/radeon: Add 32bit ioctls support | dumbbell | 2014-05-23 | 2 | -259/+166 |
* | MFC r265102: | kib | 2014-05-06 | 1 | -1/+1 |
* | MFC 259016,259019,259049,259071,259102,259110,259129,259130,259178,259179, | jhb | 2014-03-06 | 9 | -83/+164 |
* | MFC r261497: | rmh | 2014-02-12 | 2 | -0/+12 |
* | MFC r258779,r258780,r258787,r258822: | eadler | 2014-02-04 | 19 | -125/+125 |
* | MFC r259612: ttm_bo_vm_lookup_rb: actually make use of the red-black tree | avg | 2014-01-16 | 1 | -2/+5 |
* | MFC r259717: | dumbbell | 2013-12-22 | 1 | -1/+1 |
* | MFC r259684: | dumbbell | 2013-12-22 | 4 | -2/+18 |
* | MFC r259003: | rmh | 2013-12-13 | 1 | -0/+7 |
* | MFC r258930: | dumbbell | 2013-12-11 | 1 | -1/+5 |
* | MFC r259104: | dumbbell | 2013-12-11 | 1 | -1/+1 |
* | MFC r259101: | dumbbell | 2013-12-11 | 1 | -3/+3 |
* | MFC r258549 and r258553: | dumbbell | 2013-11-28 | 1 | -2/+2 |
* | MFC r258262: | dumbbell | 2013-11-28 | 4 | -0/+12 |
* | MFC r257870: | dumbbell | 2013-11-12 | 1 | -3/+1 |
* | MFC r257869: | dumbbell | 2013-11-12 | 2 | -0/+2 |
* | MFC r256771: | dumbbell | 2013-10-29 | 1 | -0/+1 |
* | MFC r256848: | kib | 2013-10-29 | 1 | -1/+1 |
* | drm/radeon: Add missing "return false" after unmapping invalid BIOS | dumbbell | 2013-09-15 | 1 | -0/+1 |
* | drm/radeon: Fix usage of pci_save_state() and pci_restore_state() | dumbbell | 2013-09-14 | 4 | -8/+8 |
* | drm/radeon: Fix usage of vga_pci_map_bios() | dumbbell | 2013-09-14 | 1 | -3/+5 |
* | Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use | jhb | 2013-09-09 | 1 | -1/+1 |
* | 'u_long' is consistently spelled 'unsigned long' in this file. Fix it. | jkim | 2013-08-29 | 1 | -1/+1 |
* | Partially revert r254880. The bitmap operations actually use long type now. | jkim | 2013-08-29 | 3 | -8/+5 |
* | Fix the incomplete conversion from atomic_t to long for test_bit(). | jkim | 2013-08-29 | 1 | -1/+1 |
* | Clarify confusions between atomic_t and bitmap. Fix bitmap operations | jkim | 2013-08-29 | 2 | -13/+19 |
* | - Remove test_and_set_bit() macro. It is unused since r255037. | jkim | 2013-08-29 | 1 | -5/+3 |
* | Fix atomic operations on context_flag without altering semantics. | jkim | 2013-08-29 | 1 | -3/+3 |
* | Correct atomic operations in i915. | jkim | 2013-08-28 | 3 | -11/+11 |
* | Fix a compiler warning and add couple of VM map types. | jkim | 2013-08-28 | 1 | -3/+21 |
* | Fix a compiler warning. With this fix, a negative time can be converted to | jkim | 2013-08-28 | 1 | -1/+1 |
* | drm/radeon: Rename the (S)DEBUG macros in atom.c to avoid conflicts | dumbbell | 2013-08-26 | 1 | -100/+100 |
* | drm/radeon: Import the Radeon KMS driver | dumbbell | 2013-08-25 | 146 | -0/+130572 |
* | drm: Use the new drm_atomic.h, following the merge of projects/atomic64 | dumbbell | 2013-08-25 | 5 | -8/+11 |
* | drm/ttm: Remove unused VM_ALLOC_DMA32 define | dumbbell | 2013-08-25 | 1 | -2/+0 |
* | drm/ttm: Fix a reversed condition and add missing locks | dumbbell | 2013-08-25 | 1 | -5/+7 |
* | drm/ttm: Fix style in ttm_bo_release_mmap() | dumbbell | 2013-08-25 | 1 | -2/+1 |
* | drm/ttm: Fix unmap of buffer object | dumbbell | 2013-08-25 | 2 | -6/+28 |
* | ttm: "to_page->valid = VM_PAGE_BITS_ALL" before vm_page_dirty(to_page) | dumbbell | 2013-08-25 | 1 | -1/+1 |
* | drm/ttm: Improve comment in ttm_bo_vm_ctor() about lack of ref acquisition | dumbbell | 2013-08-25 | 1 | -2/+10 |
* | drm/ttm: When removing a range of pages from a pool, remove all of them | dumbbell | 2013-08-25 | 1 | -2/+5 |
* | drm/ttm: Fix style errors | dumbbell | 2013-08-25 | 1 | -15/+15 |
* | drm/ttm: Make ttm_bo_wait() call uninterruptible in page fault handler | dumbbell | 2013-08-25 | 1 | -1/+17 |