summaryrefslogtreecommitdiff
path: root/sys/external/bsd/common/include/linux
AgeCommit message (Expand)Author
2021-12-19gfpflags_allow_blockingriastradh
2021-12-19Rework linux_tasklet.c a little.riastradh
2021-12-19Move Linux atomic bitops from linux/atomic.h to linux/bitops.h.riastradh
2021-12-19EHWPOISONriastradh
2021-12-19pr_info_ratelimited, not reallyriastradh
2021-12-19Define Linux byte order macros __BIG_ENDIAN/__LITTLE_ENDIAN.riastradh
2021-12-19Move linux/bug.h and asm/bug.h to common.riastradh
2021-12-19ALIGN_DOWN seems to be an alias for round_down.riastradh
2021-12-19list_for_each_entry_from_reverseriastradh
2021-12-19Simplify rcu_* definitions with atomic_load/store_*.riastradh
2021-12-19list_bulk_move_tailriastradh
2021-12-19Omit outdated comment.riastradh
2021-12-19provide BITS_PER_TYPEriastradh
2021-12-19linux/bug.h for WARN_ONriastradh
2021-12-19Add a BIT_MASK in bits.h, move it to common so bitops.h can sideloadriastradh
2021-12-19Include linux/export.h in linux/printk.h, move to commonriastradh
2021-12-19define BITS_PER_LONG. use compiler-defined macro instead of sizeof.riastradh
2021-12-19provide list_for_each_entry_from (XXX needs review)riastradh
2021-12-19provide list_is_firstriastradh
2021-12-19sys/kernel.h for hardclock_ticksriastradh
2021-12-19sys/param.h for KASSERT etcriastradh
2021-12-19Remove duplicate definition of BITS_PER_BYTEriastradh
2021-12-19alloc_workqueueriastradh
2021-12-19list_is_lastriastradh
2021-12-19Omit __insn_barrier where implied or subsumed by volatile.riastradh
2021-12-19__list_del_entry, and poison list_del.riastradh
2021-12-19Move dma_addr_t to linux/types.h.riastradh
2021-12-19<linux/stringify.h> for __stringify.riastradh
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