summaryrefslogtreecommitdiff
path: root/sys/external/bsd/common/include
AgeCommit message (Expand)Author
2018-08-28Sort KERN_* macros according to severity (worst first)skrll
2018-08-28s/drm // in the KERN_* macros as this is commonskrll
2018-08-27gfp.h and slab.h are now used in kernel.h, so move to common.riastradh
2018-08-27Rework Linux workqueue synchronization yet again.riastradh
2018-08-27Avoid the prospect of callout calls piling up.riastradh
2018-08-27Fix semantics of flush_work and flush_delayed_work.riastradh
2018-08-27Add missing namespace for flush_scheduled_work.riastradh
2018-08-27Draft rewrite of Linux workqueue reimplementation.riastradh
2018-08-27Define __must_check to actually use warn_unused_result.riastradh
2018-08-27Give find_first/next_set/zero_bit a chance to work.riastradh
2018-08-27Define list_splice_init.riastradh
2018-08-27Make sure to call pslist_entry_init.riastradh
2018-08-27Move hweight8 next to its cousins.riastradh
2018-08-27Copy va_list before using it twice.riastradh
2018-08-27Give hlist iteration half a chance of working, oops.riastradh
2018-08-27Add system_power_efficient_wq.riastradh
2018-08-27Namespace system_long_wq.riastradh
2018-08-27Just define ACCESS_ONCE rather than patch it out.riastradh
2018-08-27Define noinline in <linux/kernel.h>.riastradh
2018-08-27Implement list_splice_tail_init.riastradh
2018-08-27Add list_replace_init.riastradh
2018-08-27Define PTR_ERR_OR_ZERO.riastradh
2018-08-27Add find_first_bit, find_next_bit, for_each_set_bit.riastradh
2018-08-27Implement find_next_zero_bit. Define find_first_zero_bit in terms of it.riastradh
2018-08-27Implement flush_delayed_work.riastradh
2018-08-27Add fls to <linux/bitops.h>.riastradh
2018-08-27Fix hlist_for_each_entry_safe: temp is hlist_node, not element.riastradh
2018-08-27Define DIV_ROUND_CLOSEST_ULL and div_s64.riastradh
2018-08-27Also Linux wants work->func to work.riastradh
2018-08-27Add mega-kludgerific current_work().riastradh
2018-08-27Fix order of arguments of hlist_add_head_rcu.riastradh
2018-08-27Fix hlist_for_each_entry_rcu like hlist_for_each_entry.riastradh
2018-08-27Define pr_debug = printf.riastradh
2018-08-27Define list_entry_first_or_null.riastradh
2018-08-27Define min3/max3. XXX: Multiple evaluation. Hope it's OK!riastradh
2018-08-27Add system_long_wq.riastradh
2018-08-27Define dummy INIT_WORK_ONSTACK and destroy_work_onstack.riastradh
2018-08-27Add hweight64.riastradh
2018-08-27Fix hlist iteration again with more fields and null checks.riastradh
2018-08-27Add kvasprintf to <linux/kernel.h>.riastradh
2018-08-27Fix hlist_for_each_entry to use the specified field.riastradh
2018-08-27Rewrite linux hlist with our pslist.riastradh
2018-08-27Implement Linux kasprintf.riastradh
2018-08-27Rewrite hashtable.h locally so it might work here.riastradh
2018-08-27provide pr_noticeriastradh
2018-08-27... Provide GENMASKriastradh
2018-08-27move bitops.h so we can include it from kernel.hriastradh
2018-08-27some more definitions necessaryriastradh
2018-08-27more declarations of things we need.riastradh
2018-08-27move printk to common so we can reasonably include it from kernel.hriastradh