summaryrefslogtreecommitdiff
path: root/sys/external/bsd
AgeCommit message (Expand)Author
2021-12-19Move attributes, barrier(), and likely/unlikely to linux/compiler.h.riastradh
2021-12-19Stubs for init/destroy delayed work on stack.riastradh
2021-12-19Linux namespace for srcu.riastradh
2021-12-19Namespace for dma_fence_get_rcu_safe.riastradh
2021-12-19We spell it ELAST.riastradh
2021-12-19No need to port this until we deal with movntdqa (and kernel FPU use).riastradh
2021-12-19Stub out i915_gemfs.c and i915_perf.c.riastradh
2021-12-19DEFINE_STATIC_KEY_FALSEriastradh
2021-12-19Make i915_gem_stolen.c build again.riastradh
2021-12-19DEFINE_RES_MEM, resource_containsriastradh
2021-12-19Hack it up: disable no-fault fast paths, fix fd API, ifdef out stuff.riastradh
2021-12-19i915_mm.c is of no use to us.riastradh
2021-12-19Safe unsafe uaccess stubs.riastradh
2021-12-19Bogus clflushopt that just does clflush for now.riastradh
2021-12-19Guarantee no repeated loads.riastradh
2021-12-19atomic_fetch_xorriastradh
2021-12-19__maybe_unused, typecheckriastradh
2021-12-19Define kinda bogus ARCH_KMALLOC_MINALIGN that's probably enough.riastradh
2021-12-19Linux uses inclusive start/end, not start/size. Match.riastradh
2021-12-19Tell i915_gem_internal.c the good news about bus_dma.riastradh
2021-12-19Move Linux SRCU to common.riastradh
2021-12-19Work over i915_gem_gtt.c enough to make it build.riastradh
2021-12-19Port rbtree initialization. (TODO: lookups and insertion.)riastradh
2021-12-19Fix radix_tree_insert declaration.riastradh
2021-12-19Update intel gtt API.riastradh
2021-12-19resource_sizeriastradh
2021-12-19Draft stop_machine. Hope the callback runs quickly under splhigh...riastradh
2021-12-19Dinky hash_32.riastradh
2021-12-19drm_io_mapping_init_wcriastradh
2021-12-19io_mapping_init/finiriastradh
2021-12-19get_random_int, get_random_longriastradh
2021-12-19memset64, memset_priastradh
2021-12-19Sync i915_gem_fault. Hack up the rest of i915_gem.c enough to build.riastradh
2021-12-19sign_extend64, GENMASK_ULL, for_each_clear_bitriastradh
2021-12-19atomic_andnotriastradh
2021-12-19KMEM_CACHE, SLAB_TYPESAFE_BY_RCUriastradh
2021-12-19Move Linux RCU to common.riastradh
2021-12-19Declare radix_tree_delete.riastradh
2021-12-19Linux wants llist_node::next.riastradh
2021-12-19Stupid ktime_get_raw until I figure out what this should be.riastradh
2021-12-19raw_read_seqcountriastradh
2021-12-19Rename more fields that Linux treats as part of the API, not opaque.riastradh
2021-12-19dma-fence-array.h stub declarations.riastradh
2021-12-19io_mapping_map_wc takes a size argument now. Must be PAGE_SIZE.riastradh
2021-12-19Kludgey xchg.riastradh
2021-12-19dma_fence_set_errorriastradh
2021-12-19boot_cpu_has(X86_FEATURE_PAT)riastradh
2021-12-19might_sleep, add_taintriastradh
2021-12-19Define kmem_cache_shrink = pool_cache_reclaim.riastradh
2021-12-19Define __GFP_RETRY_MAYFAIL as an alias for __GFP_NORETRY.riastradh