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