summaryrefslogtreecommitdiff
path: root/sys/external/bsd/drm2/include/linux
AgeCommit message (Expand)Author
2021-12-19Stub <linux/irqreturn.h> to just include drm_irq_netbsd.h.riastradh
2021-12-19Reimplement GPL <linux/llist.h> using only the upstream comments.riastradh
2021-12-19Rename fence -> dma_fence, step 3 of 3: code.riastradh
2021-12-19Rename fence -> dma_fence, step 1: files.riastradh
2021-12-19Allow maximum number of bits in DMA_BIT_MASK.riastradh
2021-05-31drm: sys/param.h, not machine/param.h, for DELAY.riastradh
2020-07-03hardclock_ticks -> getticks()maxv
2020-03-14- Hide the details of SPCF_SHOULDYIELD and related behind a couple of smallad
2020-02-23UVM locking changes, proposed on tech-kern:ad
2020-02-16Move another file from drm2 to common for <linux/kernel.h>.riastradh
2020-02-14FENCE_TRACE is __printfliketnn
2020-02-14fix a typo, caught by -Werror,-Wheader-guardtnn
2020-02-14Reduce diffs by side-loading some header files like Linux.maya
2020-02-14Placate -Wsign-compare.riastradh
2020-02-14Add LIST_HEAD to <linux/nbsd-namespace.h> too.riastradh
2020-02-14Stub out console_lock/unlock and drm_fb_helper_set_suspend.riastradh
2020-02-14Reduce diffs by nixing DRM_SUSER macro, deleted upstream long ago.riastradh
2020-02-14Use a header file hack to cope with Linux/NetBSD namespace clashes.riastradh
2020-01-19Fix build on aarch64 by including uvm_object.h.skrll
2020-01-18Pull in acpica.h on aarch64jmcneill
2020-01-17set_page_dirty: take the vmobjlock if presentad
2020-01-15Merge from yamt-pagecache (after much testing):ad
2020-01-02- Eliminate the global "boottime" variable, which was being accessedthorpej
2020-01-01- Introduce a new global kernel variable "shutting_down" to indicate thatthorpej
2019-10-13cast function pointer type. there is already an XXX there...christos
2019-09-28fixed signed compare.christos
2019-09-28Fix signed/unsigned comparisonchristos
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2019-01-04interval_tree_iter_next: check the node we return, not the prev one.tnn
2018-11-19include machine/limits.h for INT_MAXmaya
2018-10-23Clamp timeout to INT_MAX to avoid the bad kind of integer truncation.riastradh
2018-10-23DELAY takes microseconds, not ticks.riastradh
2018-08-28Return the node we found. From tnn@.riastradh
2018-08-27gfp.h and slab.h are now used in kernel.h, so move to common.riastradh
2018-08-27Make this compile.riastradh
2018-08-27Implement poll for reservations and dma bufs.riastradh
2018-08-27Draft support for drm prime.riastradh
2018-08-27Work around `kmap' namespace clash another way.riastradh
2018-08-27Use Linux atomic64 for ww mutex class.riastradh
2018-08-27Implement atomic64_add_return and atomic64_inc_return.riastradh
2018-08-27Sort.riastradh
2018-08-27Fix argument types of atomic64_add/sub to be sensible.riastradh
2018-08-27Implement ATOMIC64_INIT.riastradh
2018-08-27Hash-locked atomic64 to give ports like powerpc32 a chance at radeon.riastradh
2018-08-27Split bitmap_set/clear into begin/middle/end sections.riastradh
2018-08-27Name the number of words in bitmap_zero too.riastradh
2018-08-27Be consistent about nbits >= bpl.riastradh
2018-08-27Name bpl in bitmap_and/or. Fix and clarify comments.riastradh
2018-08-27Try setting and clearing the bits we meant, not other bits.riastradh
2018-08-27kfifo is used under a spin lock, so its lock must be a spin lock.riastradh