summaryrefslogtreecommitdiff
path: root/sys/external/bsd/common/include
AgeCommit message (Expand)Author
2023-02-25linux asm/barrier.h: Fix !MULTIPROCESSOR build.riastradh
2023-02-24drm: Eliminate __HAVE_ATOMIC_AS_MEMBAR conditionals.riastradh
2022-10-25linux asm/vmware.h: Fill this in with hypercall asm.riastradh
2022-10-25linux asm/uaccess.h: strncpy_from_userriastradh
2022-10-25linux/frame.h: STACK_FRAME_NON_STANDARDriastradh
2022-10-25linux/kernel.h: S16_MIN, S32_MIN, S64_MINriastradh
2022-10-25linux/dmapool.h: Start filling out stubs.riastradh
2022-10-25linux/export.h: Side-load linux/stringify.h.riastradh
2022-07-29drm: Reduce verbosity of drm kernel messages.riastradh
2022-07-19linux: Add alpha definitions of mb/wmb/rmb too for fun.riastradh
2022-07-19linux: Clarify error message in asm/barrier.h. Not just for drm.riastradh
2022-07-19linux: Add mips definitions for mb, wmb, rmb.riastradh
2022-07-19linux: Use dsb(sy/st/ld) from arm/cpufunc.h for mb/wmb/rmb.riastradh
2022-07-17drm: Fix missing barrier definitions on arm.riastradh
2022-07-17drm: Comment *mb() vs smp_*mb() and omit default for *mb().riastradh
2022-07-17linux: Add missing symbol namespacing for tasklet, sync_file.riastradh
2022-07-17linux/compiler.h: Add missing barriers in READ_ONCE, WRITE_ONCE.riastradh
2022-04-09linux: Convert various API shims to use membar_release/acquire.riastradh
2022-02-17drm/vmwgfx: First draft. Passes make depend, doesn't build yet.riastradh
2021-12-27linux: Define mb/wmb/rmb as mfence/sfence/lfence on i386 too.riastradh
2021-12-22Reduce code duplication: kmem_cache_create() is now exactly the same asthorpej
2021-12-22Do the last change differently:thorpej
2021-12-21- For kmem_cache_create_dtor(), use a pre-destructor to issue thethorpej
2021-12-19linux: Timeout audit -- linux/completion.h.riastradh
2021-12-19linux: For uniprocessor, define smp_*mb as __insn_barrier.riastradh
2021-12-19linux: Eliminate read_barrier_depends, smp_read_barrier_depends.riastradh
2021-12-19linux: Define mb/wmb/rmb for x86.riastradh
2021-12-19linux: wait_for_completionriastradh
2021-12-19linux: Allow non-VLA structs in struct_size.riastradh
2021-12-19linux: Side-load linux/overflow.h in linux/slab.h.riastradh
2021-12-19linux: Move linux/overflow.h from drm2 to common.riastradh
2021-12-19linux: Allow GFP_NOWAIT too.riastradh
2021-12-19linux: Make WARN_ONCE actually happen only once.riastradh
2021-12-19linux: Use kmem directly for Linux kmalloc.riastradh
2021-12-19amdgpu_fb.criastradh
2021-12-19amdgpu: amdgpu_gfx.criastradh
2021-12-19i915: Defer destroying request lock and fence until page destruction.riastradh
2021-12-19kmem_cache is used at IPL_VMriastradh
2021-12-19Fix inverted notion of whether to wait for allocationriastradh
2021-12-19Make intel_psr.c buildriastradh
2021-12-19linux/workqueue: Draft queue_rcu_work.riastradh
2021-12-19i915: more workriastradh
2021-12-19i915: hack hack hackriastradh
2021-12-19i915: another whack at itriastradh
2021-12-19i915: More progress.riastradh
2021-12-19linux/list.h: Add list_safe_reset_next.riastradh
2021-12-19linux: might_sleep_ifriastradh
2021-12-19linux: Add cond_synchronize_rcu.riastradh
2021-12-19drm: Another pass over i915. Most of i915 gem builds now.riastradh
2021-12-19linux: rcu_replace_pointerriastradh