summaryrefslogtreecommitdiff
path: root/sys/external/bsd/drm2/include/linux
AgeCommit message (Expand)Author
2021-12-19Define another __stringify for fun, can't ever have too many.riastradh
2021-12-19Add rcu_access_pointer and rcu_pointer_handoff.riastradh
2021-12-19RCU pointer fixes.riastradh
2021-12-19Define RCU_INIT_POINTER.riastradh
2021-12-19Stub struct pmu.riastradh
2021-12-19struct timespec serves as a perfectly adequate struct timespec64.riastradh
2021-12-19Update Linux timer API from ulong cookie to container_of.riastradh
2021-12-19Linux wants to violate abstractions, so fine, let them.riastradh
2021-12-19<linux/file.h> oughta be enough to dereference struct file.riastradh
2021-12-19fget == fd_getfileriastradh
2021-12-19ktime_afterriastradh
2021-12-19Add dma_fence_get_rcu_safe.riastradh
2021-12-19Teach idr_remove to accept failure.riastradh
2021-12-19ktime_t is now just int64_t, no longer a union.riastradh
2021-12-19mul_u32_u32riastradh
2021-12-19Update dma-buf API enough to compile drm_prime.c.riastradh
2021-12-19Define kvzalloc.riastradh
2021-12-19Define rb_erase and rb_erase_cached -- easy wrappers.riastradh
2021-12-19Define __MODULE_STRING.riastradh
2021-12-19Define kvmalloc_array.riastradh
2021-12-19Define idr_init_base.riastradh
2021-12-19Support i2c bus lock operations.riastradh
2021-12-19Kludge up <linux/ratelimit.h> with ppsratecheck.riastradh
2021-12-19Define Linux array_size function and expose via vmalloc.h.riastradh
2021-12-19Hokey Linux sort routine. Doesn't support swap argument.riastradh
2021-12-19Work out sync file construction API.riastradh
2021-12-19Draft SRCU implementation.riastradh
2021-12-19Add some hdmi definitions.riastradh
2021-12-19Fix , -> ; typo in `for' header.riastradh
2021-12-19Move Linux lockdep stuff to its own header file.riastradh
2021-12-19<linux/sync_file.h> stubs.riastradh
2021-12-19Implement lockdep assertions. Add lockdep_assert_held_once.riastradh
2021-12-19<linux/interrupt.h> side loads <linux/kernel.h>.riastradh
2021-12-19Implement strscpy.riastradh
2021-12-19Define stub struct rb_root_cached.riastradh
2021-12-19Implement <linux/seqlock.h>.riastradh
2021-12-19Declare struct seq_file; save some debugfs/sysfs ifdef trouble.riastradh
2021-12-19Make <linux/mutex.h> side-load <linux/spinlock.h>.riastradh
2021-12-19Implement kref_read.riastradh
2021-12-19Move struct rb_root from linux interval_tree.h to rbtree.h.riastradh
2021-12-19Move <linux/compiler.h> to common.riastradh
2021-12-19Move IS_REACHABLE to <linux/kernel.h> to avoid double definition.riastradh
2021-12-19Bunch more Linux header file stubs.riastradh
2021-12-19linux/sizes.hriastradh
2021-12-19More Linux header stubs.riastradh
2021-12-19Define IS_ENABLED and IS_REACHABLE.riastradh
2021-12-19Stub linux interval_tree_generic.h, mem_encrypt.h, sync_file.h.riastradh
2021-12-19fence -> dma_fence in <linux/reservation.h>.riastradh
2021-12-19Stub <linux/srcu.h>.riastradh
2021-12-19Stub linux compiler.h, scatterlist.h, seqlock.h, sort.h.riastradh