| Age | Commit message (Expand) | Author |
| 2022-10-25 | linux asm/uaccess.h: strncpy_from_user | riastradh |
| 2022-10-25 | linux/frame.h: STACK_FRAME_NON_STANDARD | riastradh |
| 2022-10-25 | linux/kernel.h: S16_MIN, S32_MIN, S64_MIN | riastradh |
| 2022-10-25 | linux/dmapool.h: Start filling out stubs. | riastradh |
| 2022-10-25 | linux/export.h: Side-load linux/stringify.h. | riastradh |
| 2022-07-29 | drm: Reduce verbosity of drm kernel messages. | riastradh |
| 2022-07-17 | linux: Add missing symbol namespacing for tasklet, sync_file. | riastradh |
| 2022-07-17 | linux/compiler.h: Add missing barriers in READ_ONCE, WRITE_ONCE. | riastradh |
| 2022-04-09 | linux: Convert various API shims to use membar_release/acquire. | riastradh |
| 2022-02-17 | drm/vmwgfx: First draft. Passes make depend, doesn't build yet. | riastradh |
| 2021-12-22 | Reduce code duplication: kmem_cache_create() is now exactly the same as | thorpej |
| 2021-12-22 | Do the last change differently: | thorpej |
| 2021-12-21 | - For kmem_cache_create_dtor(), use a pre-destructor to issue the | thorpej |
| 2021-12-19 | linux: Timeout audit -- linux/completion.h. | riastradh |
| 2021-12-19 | linux: wait_for_completion | riastradh |
| 2021-12-19 | linux: Allow non-VLA structs in struct_size. | riastradh |
| 2021-12-19 | linux: Side-load linux/overflow.h in linux/slab.h. | riastradh |
| 2021-12-19 | linux: Move linux/overflow.h from drm2 to common. | riastradh |
| 2021-12-19 | linux: Allow GFP_NOWAIT too. | riastradh |
| 2021-12-19 | linux: Use kmem directly for Linux kmalloc. | riastradh |
| 2021-12-19 | amdgpu_fb.c | riastradh |
| 2021-12-19 | amdgpu: amdgpu_gfx.c | riastradh |
| 2021-12-19 | i915: Defer destroying request lock and fence until page destruction. | riastradh |
| 2021-12-19 | kmem_cache is used at IPL_VM | riastradh |
| 2021-12-19 | Fix inverted notion of whether to wait for allocation | riastradh |
| 2021-12-19 | Make intel_psr.c build | riastradh |
| 2021-12-19 | linux/workqueue: Draft queue_rcu_work. | riastradh |
| 2021-12-19 | i915: more work | riastradh |
| 2021-12-19 | i915: hack hack hack | riastradh |
| 2021-12-19 | i915: another whack at it | riastradh |
| 2021-12-19 | i915: More progress. | riastradh |
| 2021-12-19 | linux/list.h: Add list_safe_reset_next. | riastradh |
| 2021-12-19 | linux: might_sleep_if | riastradh |
| 2021-12-19 | linux: Add cond_synchronize_rcu. | riastradh |
| 2021-12-19 | drm: Another pass over i915. Most of i915 gem builds now. | riastradh |
| 2021-12-19 | linux: rcu_replace_pointer | riastradh |
| 2021-12-19 | linux: S16_MAX, S32_MAX, S64_MAX | riastradh |
| 2021-12-19 | Provide list_for_each_entry_safe_reverse and reorder for consistency | riastradh |
| 2021-12-19 | linux/rcupdate: Stub init_rcu_head, destroy_rcu_head. | riastradh |
| 2021-12-19 | linux: Add __same_type and __must_be_array. | riastradh |
| 2021-12-19 | drm: Add __is_constexpr. | riastradh |
| 2021-12-19 | drm: Make BUILD_BUG_ON_ZERO do something. | riastradh |
| 2021-12-19 | stub BUILD_BUG_ON_ZERO, from openbsd. | riastradh |
| 2021-12-19 | linux: Stub linux/kmemleak.h. | riastradh |
| 2021-12-19 | linux: Simplify build_bug.h and add static_assert. | riastradh |
| 2021-12-19 | linux: Move BUILD_BUG_* to common linux/build_bug.h. | riastradh |
| 2021-12-19 | stub struct rcu_work | riastradh |
| 2021-12-19 | Call it srcu_struct like linux does. | riastradh |
| 2021-12-19 | linux: Add offsetofend. | riastradh |
| 2021-12-19 | Side-load linux/stringify.h in linux/workqueue.h. | riastradh |