summaryrefslogtreecommitdiff
path: root/sys/external/bsd/drm2/include
AgeCommit message (Expand)Author
2021-12-19Sort includes; whitespace.riastradh
2021-12-19Match linux side-loading, fixes i915_getparam.c put_user undefinedriastradh
2021-12-19sys/types.h before including a netbsd uvm headerriastradh
2021-12-19linux: Just use __sync_* for xchg and cmpxchg.riastradh
2021-12-19linux: Define XA_FLAGS_ALLOC to 0 for now.riastradh
2021-12-19linux: Add clear_and_wake_up_bit.riastradh
2021-12-19linux: Make xchg and cmpxchg work on pointers too.riastradh
2021-12-19i915: macheteriastradh
2021-12-19Update to new access_ok prototyperiastradh
2021-12-19linux compat: Draft hrtimer shims.riastradh
2021-12-19linux: div_u64_remriastradh
2021-12-19linux/rwsem: Reorder members to avoid confusing lockdebug.riastradh
2021-12-19linux: Teach rw semaphores about lockdebug.riastradh
2021-12-19linux: Draft rwsem with bodgy semantics.riastradh
2021-12-19We need to allocate a singular temporary slot, not many.riastradh
2021-12-19drm/linux: KNFriastradh
2021-12-19Provide and use an rb_next2 which takes a pointer to the tree as wellriastradh
2021-12-19drm/linux: Fix bitmap_zalloc size.riastradh
2021-12-19Provide bitmap_allocriastradh
2021-12-19drm/linux: rb_first/lastriastradh
2021-12-19drm/linux: atomic_fetch_add/incriastradh
2021-12-19drm/linux: pagemap.h->highmem.h side loadriastradh
2021-12-19drm/linux: moar sizesriastradh
2021-12-19drm/linux: Add memset32, SZ_64K, atomic_sub_return.riastradh
2021-12-19linux: Stub linux/kmemleak.h.riastradh
2021-12-19i915: Fix up trace.riastradh
2021-12-19i915: More enum pipe hacks.riastradh
2021-12-19Match linux side-loadingriastradh
2021-12-19Stub might_lock_nested. Not in the LOCKDEP case...riastradh
2021-12-19linux: Move BUILD_BUG_* to common linux/build_bug.h.riastradh
2021-12-19drm: Remove local diffs for drm_pci_set_busid.riastradh
2021-12-19drm: Just disable fb_get_options for now.riastradh
2021-12-19Fix array_size. Helps to multiply, not add.riastradh
2021-12-19Match linux which is side-loadingriastradh
2021-12-19Add some missing includes in linux/lockdep.h.riastradh
2021-12-19lockdep_pin/unpin_lockriastradh
2021-12-19Fill in irq_work.h with stubs.riastradh
2021-12-19cmpxchgriastradh
2021-12-19Move grody i915 dma-fence hacks into dma-fence proper.riastradh
2021-12-19Delete wrong linux/stringify.h.riastradh
2021-12-19Move Linux atomic bitops from linux/atomic.h to linux/bitops.h.riastradh
2021-12-19Move smp_mb_before/after_atomic from linux/atomic.h to asm/barrier.h.riastradh
2021-12-19Linux clear_bit_unlockriastradh
2021-12-19grab stackdepot.h from openbsdriastradh
2021-12-19No more intel_drv.h, probably meant i915_drv.h if not usedriastradh
2021-12-19i915_mei_hdcp_interface.h from openbsdriastradh
2021-12-19atomic_set_releaseriastradh
2021-12-19Touch up the rbtree/intervaltree stubs.riastradh
2021-12-19More xarray declarations.riastradh
2021-12-19Add some more xarray stub declarations.riastradh