summaryrefslogtreecommitdiff
path: root/sys/external/bsd/common/include/linux
AgeCommit message (Expand)Author
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-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-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: 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: 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
2021-12-19linux: S16_MAX, S32_MAX, S64_MAXriastradh
2021-12-19Provide list_for_each_entry_safe_reverse and reorder for consistencyriastradh
2021-12-19linux/rcupdate: Stub init_rcu_head, destroy_rcu_head.riastradh
2021-12-19linux: Add __same_type and __must_be_array.riastradh
2021-12-19drm: Add __is_constexpr.riastradh
2021-12-19drm: Make BUILD_BUG_ON_ZERO do something.riastradh
2021-12-19stub BUILD_BUG_ON_ZERO, from openbsd.riastradh
2021-12-19linux: Stub linux/kmemleak.h.riastradh
2021-12-19linux: Simplify build_bug.h and add static_assert.riastradh
2021-12-19linux: Move BUILD_BUG_* to common linux/build_bug.h.riastradh
2021-12-19stub struct rcu_workriastradh
2021-12-19Call it srcu_struct like linux does.riastradh
2021-12-19linux: Add offsetofend.riastradh
2021-12-19Side-load linux/stringify.h in linux/workqueue.h.riastradh