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