]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/drm2
MFV r247844 (illumos-gate 13975:ef6409bc370f)
[FreeBSD/FreeBSD.git] / sys / dev / drm2 /
2013-09-10 Xin LIMFV r247844 (illumos-gate 13975:ef6409bc370f)
2013-09-09 John BaldwinAdd a mmap flag (MAP_32BIT) on 64-bit platforms to...
2013-09-09 Dag-Erling SmørgravThese three files appeared in 6.0p1, which was imported...
2013-09-08 Dag-Erling SmørgravImport Magerya Vitaly's ldns-host, and build it instead...
2013-09-08 Dag-Erling SmørgravMFV (r255387): undo autoprop damage
2013-09-07 Dag-Erling SmørgravUpdate to OpenPAM Nummularia.
2013-09-07 Dag-Erling SmørgravMFV (r255364): move the code around in preparation...
2013-09-06 Cy SchubertUpdate ipfilter 4.1.28 --> 5.1.2.
2013-09-05 Simon J. GerratyMerge bmake-20130904
2013-08-30 Mark MurrayMFC
2013-08-29 Jung-uk Kim'u_long' is consistently spelled 'unsigned long' in...
2013-08-29 Jung-uk KimPartially revert r254880. The bitmap operations actual...
2013-08-29 Jung-uk KimFix the incomplete conversion from atomic_t to long...
2013-08-29 Jung-uk KimClarify confusions between atomic_t and bitmap. Fix...
2013-08-29 Jung-uk Kim- Remove test_and_set_bit() macro. It is unused since...
2013-08-29 Jung-uk KimFix atomic operations on context_flag without altering...
2013-08-29 Ed MasteUpdate to 2013-08-29 NetBSD libexecinfo snapshot
2013-08-28 Jung-uk KimCorrect atomic operations in i915.
2013-08-28 Jung-uk KimFix a compiler warning and add couple of VM map types.
2013-08-28 Jung-uk KimFix a compiler warning. With this fix, a negative...
2013-08-26 Mark MurrayMFC
2013-08-26 Jean-Sébastien Pédrondrm/radeon: Rename the (S)DEBUG macros in atom.c to...
2013-08-25 Jean-Sébastien Pédrondrm/radeon: Import the Radeon KMS driver
2013-08-25 Jean-Sébastien Pédrondrm: Use the new drm_atomic.h, following the merge...
2013-08-25 Jean-Sébastien Pédrondrm/ttm: Remove unused VM_ALLOC_DMA32 define
2013-08-25 Jean-Sébastien Pédrondrm/ttm: Fix a reversed condition and add missing locks
2013-08-25 Jean-Sébastien Pédrondrm/ttm: Fix style in ttm_bo_release_mmap()
2013-08-25 Jean-Sébastien Pédrondrm/ttm: Fix unmap of buffer object
2013-08-25 Jean-Sébastien Pédronttm: "to_page->valid = VM_PAGE_BITS_ALL" before vm_page...
2013-08-25 Jean-Sébastien Pédrondrm/ttm: Improve comment in ttm_bo_vm_ctor() about...
2013-08-25 Jean-Sébastien Pédrondrm/ttm: When removing a range of pages from a pool...
2013-08-25 Jean-Sébastien Pédrondrm/ttm: Fix style errors
2013-08-25 Jean-Sébastien Pédrondrm/ttm: Make ttm_bo_wait() call uninterruptible in...
2013-08-25 Jean-Sébastien Pédrondrm/ttm: Import Linux commit ff7c60c580d9722f820d85c9c5...
2013-08-25 Jean-Sébastien Pédrondrm/ttm: Import Linux commit 014b34409fb2015f63663b6caf...
2013-08-25 Jean-Sébastien Pédrondrm/ttm: Import Linux commit 630541863b29f88c7ab34e6477...
2013-08-25 Jean-Sébastien Pédrondrm/ttm: Import Linux commit cc4c0c4de3c775be22072ec325...
2013-08-25 Jean-Sébastien Pédrondrm/ttm: Import Linux commit f2d476a110bc24fde008698ae9...
2013-08-25 Jean-Sébastien Pédrondrm/ttm: Import Linux commit 5e45d7dfd74100d622f9cdc70b...
2013-08-25 Jean-Sébastien Pédrondrm/ttm: Import Linux commit 7a1863084c9d90ce4b67d645bf...
2013-08-25 Jean-Sébastien Pédrondrm/ttm: Import Linux commit 63d0a4195560362e2e00a3ad38...
2013-08-25 Jean-Sébastien Pédrondrm: Update drm_atomic.h, now that projects/atomic64...
2013-08-25 Jean-Sébastien Pédrondrm: Add missing bits to drmP.h, required by the Radeon...
2013-08-25 Jean-Sébastien Pédrondrm: Import drm_fixed.h from Linux 3.8
2013-08-25 Jean-Sébastien Pédrondrm: Update drm_pciids.h based on Linux 3.8
2013-08-25 Jean-Sébastien Pédrondrm: Import drm_pcie_get_speed_cap_mask() in drm_pci.c
2013-08-25 Jean-Sébastien Pédrondrm: Import list_for_each_entry_safe_from() macro
2013-08-25 Jean-Sébastien Pédrondrm: Use DRM_IF_MAJOR & DRM_IF_MINOR from drm_core.h
2013-08-25 Mark MurrayMFC
2013-08-25 Jean-Sébastien Pédrondrm: In drm_gem_name_create(), verify argument before...
2013-08-25 Jean-Sébastien Pédrondrm: Call "gem_close_object" driver callback from drm_g...
2013-08-25 Jean-Sébastien Pédrondrm: Support gem_open_object() and gem_close_object...
2013-08-25 Jean-Sébastien Pédrondrm: Fix typo in KASSERT message: s/Dandling/Dangling/
2013-08-25 Jean-Sébastien Pédrondrm: Import Linux commit cd004b3f4cd4169815c82bf9e424fd...
2013-08-25 Jean-Sébastien Pédrondrm: In drm_mmap_single, try ttm_bo_mmap_single() befor...
2013-08-25 Jean-Sébastien Pédrondrm: Fix cleanup if device initialization fails
2013-08-25 Jean-Sébastien Pédrondrm: Use driver-provided "use_msi" callback to determin...
2013-08-24 Jean-Sébastien Pédrondrm: Don't delete already deleted iicbus child from...
2013-08-24 Jean-Sébastien Pédrondrm: Move definition of EREMOTEIO to drmP.h
2013-08-24 Jean-Sébastien Pédrondrm: Import drm_dp_helper.c from Linux 3.8-rc3
2013-08-24 Jean-Sébastien Pédrondrm: Fix leak of connector->edid_blob_ptr
2013-08-24 Jean-Sébastien Pédrondrm: Const'ify the 1st "drm_display_mode" passed to...
2013-08-24 Jean-Sébastien Pédrondrm/i915: Import Linux commit 71244653a8fb0f46bc12ae421...
2013-08-24 Jean-Sébastien Pédrondrm: Import drm_buffer.[ch] from Linux 3.8-rc3
2013-08-24 Jean-Sébastien Pédrondrm: Call drm_global_init() & drm_global_release()...
2013-08-24 Xin LIMFV r254751:
2013-08-24 Xin LIMFV r254749:
2013-08-24 Xin LIMFV r254748:
2013-08-24 Xin LIMFV r254747:
2013-08-23 Xin LIMFV r254746:
2013-08-23 Jung-uk KimMerge ACPICA 20130823.
2013-08-23 Xin LIMFV r254422:
2013-08-23 Ed MasteMerge lldb r188801 to contrib/llvm/tools/lldb/
2013-08-23 Ed MasteImport NetBSD libexecinfo 20130822 to contrib
2013-08-23 Mark MurrayMFC
2013-08-22 Erwin LansingUpdate Bind to 9.9.3-P2
2013-08-22 Konstantin BelousovRemove the deprecated VM_ALLOC_RETRY flag for the vm_pa...
2013-08-21 Xin LIMFV r254421:
2013-08-20 Xin LIMFV r254220:
2013-08-13 Dag-Erling SmørgravApply upstream revision 1.151 (fix relative symlinks)
2013-08-11 Peter WemmUpdate nvi-1.79 to 2.1.1-4334a8297f
2013-08-10 Konstantin BelousovDifferent consumers of the struct vm_page abuse pageq...
2013-08-09 Attilio RaoOn all the architectures, avoid to preallocate the...
2013-08-09 Attilio RaoThe soft and hard busy mechanism rely on the vm object...
2013-08-08 Xin LIMFV r254079:
2013-08-08 Xin LIMFV r254106 (OpenSSL bugfix for RT #2984):
2013-08-07 Xin LIMFV r254071:
2013-08-07 Xin LIMFV r254070:
2013-08-07 Jeff RobersonReplace kernel virtual address space allocation with...
2013-08-06 Xin LIMFV r254011:
2013-08-06 Erwin LansingUpdate Bind to 9.8.5-P2
2013-08-02 Peter WemmUpdate serf 1.2.1 -> 1.3.0 for svn
2013-08-02 Simon J. GerratyMerge bmake-20130730
2013-07-30 Xin LIMFV r253783:
2013-07-30 Xin LIMFV r253782:
2013-07-30 Xin LIMFV r253781 + r253871:
2013-07-30 Steven HartlandMFV r253784:
2013-07-30 Xin LIMFV r253780:
2013-07-28 Peter WemmUpdate subversion-1.8.0 -> 1.8.1. Update supporting
2013-07-28 Pedro F. GiffuniDTrace: re-merge remainder of r249367 (original from...
next