summaryrefslogtreecommitdiff
path: root/sys/external/bsd/common/include/linux
AgeCommit message (Expand)Author
2021-12-19Move attributes, barrier(), and likely/unlikely to linux/compiler.h.riastradh
2021-12-19Stubs for init/destroy delayed work on stack.riastradh
2021-12-19Linux namespace for srcu.riastradh
2021-12-19DEFINE_STATIC_KEY_FALSEriastradh
2021-12-19__maybe_unused, typecheckriastradh
2021-12-19Define kinda bogus ARCH_KMALLOC_MINALIGN that's probably enough.riastradh
2021-12-19Move Linux SRCU to common.riastradh
2021-12-19sign_extend64, GENMASK_ULL, for_each_clear_bitriastradh
2021-12-19KMEM_CACHE, SLAB_TYPESAFE_BY_RCUriastradh
2021-12-19Move Linux RCU to common.riastradh
2021-12-19might_sleep, add_taintriastradh
2021-12-19Define kmem_cache_shrink = pool_cache_reclaim.riastradh
2021-12-19Define __GFP_RETRY_MAYFAIL as an alias for __GFP_NORETRY.riastradh
2021-12-19Define smp_store_mb, smp_store_release.riastradh
2021-12-19Constify work_pending, delayed_work_pending.riastradh
2021-12-19drain_workqueueriastradh
2021-12-19Move struct list_head to <linux/types.h>.riastradh
2021-12-19Move <linux/types.h> to common.riastradh
2021-12-19Define empty __deprecated.riastradh
2021-12-19Add some i915drmkms additions to the tasklet API.riastradh
2021-12-19Make a bit more room in the columns here.riastradh
2021-12-19No tasklet_disable_nosync implemented at the moment.riastradh
2021-12-19Draft Linux tasklet implementation.riastradh
2021-12-19DIV_ROUND_DOWN_ULLriastradh
2021-12-19Define pr_warn.riastradh
2021-12-19Add BITS_PER_BYTE and BIT_ULL. Fix type of BIT.riastradh
2021-12-19Add work_pending, delayed_work_pending.riastradh
2021-12-19Implement return value of flush_work, flush_delayed_work.riastradh
2021-12-19Namespacing for system_unbound_wq.riastradh
2021-12-19Implement wait_for_completion_timeout.riastradh
2021-12-19Define u64_to_user_ptr.riastradh
2021-12-19New system_unbound_wq.riastradh
2021-12-19Replace ACCESS_ONCE by READ_ONCE, WRITE_ONCE.riastradh
2021-12-19Define clamp_val.riastradh
2021-12-19Actually use the type in min_t/max_t.riastradh
2021-12-19Define struct va_format.riastradh
2021-12-19Add some side loads to <linux/kernel.h> to help reduce diffs.riastradh
2021-12-19Move <linux/compiler.h> to common.riastradh
2021-12-19Move IS_REACHABLE to <linux/kernel.h> to avoid double definition.riastradh
2020-10-19Define __BIG_ENDIAN or __LITTLE_ENDIAN depending on target endiannessjmcneill
2020-07-03hardclock_ticks -> getticks()maxv
2020-02-16Move another file from drm2 to common for <linux/kernel.h>.riastradh
2020-02-14Reduce diffs by side-loading some header files like Linux.maya
2020-02-14Add LIST_HEAD to <linux/nbsd-namespace.h> too.riastradh
2020-02-14Implement (obsolete) simple_strtol stub; reduce diff.riastradh
2019-12-05Add what appears to be the fixes to CVE-2019-0154, CVE-2019-0155.maya
2019-09-30use __inlinechristos
2019-09-29fix another sign compare warning:mrg
2019-04-16fix various problems i've seen where cv_*wait*() return ERESTART,mrg
2018-08-28Add KERN_{EMERG,ALERT,NOTICE}skrll