summaryrefslogtreecommitdiff
path: root/sys/external/bsd/drm2/include/linux
AgeCommit message (Expand)Author
2021-12-19i915: Odds & ends.riastradh
2021-12-19linux: Draft irq_work shims, in terms of a softint.riastradh
2021-12-19Make intel_psr.c buildriastradh
2021-12-19Provide not-quite-proper mul_u64_u32_divriastradh
2021-12-19provide spin_trylock_irqsaveriastradh
2021-12-19Match function name to coderiastradh
2021-12-19Cast, because we get passed void*riastradh
2021-12-19Provide cpufreq.hriastradh
2021-12-19linux/rbtree: Hack up constiness.riastradh
2021-12-19linux/hdmi: Update. Add unpack.riastradh
2021-12-19linux/hdmi: Fix buffer overrun with index typo.riastradh
2021-12-19linux/hdmi: Fix strlcpy abuse -- need strncpy to fill field.riastradh
2021-12-19linux: Fix rbtree node/element confusion.riastradh
2021-12-19i915: more workriastradh
2021-12-19i915: ggttriastradh
2021-12-19linux: stub async_synchronize_cookieriastradh
2021-12-19i915: more workriastradh
2021-12-19Provide kref_put_lockriastradh
2021-12-19i915: hack hack hackriastradh
2021-12-19i915: more passesriastradh
2021-12-19i915: another whack at itriastradh
2021-12-19i915: More progress.riastradh
2021-12-19i915: Adapt i915_perf.c.riastradh
2021-12-19linux/llist.h: Various fixups.riastradh
2021-12-19linux: Fix timer_setup -- pass timer, not flags, as argument.riastradh
2021-12-19linux: Odds and ends.riastradh
2021-12-19linux: fix __lockdep_used, add mutex_acquire/releaseriastradh
2021-12-19drm: Another pass over i915. Most of i915 gem builds now.riastradh
2021-12-19drm: Another pass over i915 and some supporting logic.riastradh
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-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