| Age | Commit message (Expand) | Author |
| 2023-02-25 | linux asm/barrier.h: Fix !MULTIPROCESSOR build. | riastradh |
| 2023-02-24 | drm: Eliminate __HAVE_ATOMIC_AS_MEMBAR conditionals. | riastradh |
| 2022-10-25 | linux asm/vmware.h: Fill this in with hypercall asm. | riastradh |
| 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-19 | linux: Add alpha definitions of mb/wmb/rmb too for fun. | riastradh |
| 2022-07-19 | linux: Clarify error message in asm/barrier.h. Not just for drm. | riastradh |
| 2022-07-19 | linux: Add mips definitions for mb, wmb, rmb. | riastradh |
| 2022-07-19 | linux: Use dsb(sy/st/ld) from arm/cpufunc.h for mb/wmb/rmb. | riastradh |
| 2022-07-17 | drm: Fix missing barrier definitions on arm. | riastradh |
| 2022-07-17 | drm: Comment *mb() vs smp_*mb() and omit default for *mb(). | 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-27 | linux: Define mb/wmb/rmb as mfence/sfence/lfence on i386 too. | 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: For uniprocessor, define smp_*mb as __insn_barrier. | riastradh |
| 2021-12-19 | linux: Eliminate read_barrier_depends, smp_read_barrier_depends. | riastradh |
| 2021-12-19 | linux: Define mb/wmb/rmb for x86. | 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: Make WARN_ONCE actually happen only once. | 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 |