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
/
linux
Age
Commit message (
Expand
)
Author
2023-02-24
drm: Eliminate __HAVE_ATOMIC_AS_MEMBAR conditionals.
riastradh
2022-04-09
linux: Convert various API shims to use membar_release/acquire.
riastradh
2021-12-31
drm: Convert noisy flush_workqueue message to dtrace probe.
riastradh
2021-12-27
linux: Fix copypasto in comment.
riastradh
2021-12-19
drm: Sprinkle miscellaneous includes.
riastradh
2021-12-19
linux: Fix rcu_barrier so it actually waits for everything.
riastradh
2021-12-19
linux: Rate-limit RCU GC thread as a cheap experiment.
riastradh
2021-12-19
linux: Downgrade warning about flushing from workqueue to debug.
riastradh
2021-12-19
linux: Make flush_workqueue a noop if run from the workqueue.
riastradh
2021-12-19
linux: Fix flush_workqueue.
riastradh
2021-12-19
linux: Update workqueue flush to reflect TAILQ_CONCAT change.
riastradh
2021-12-19
linux: Use kmem directly for Linux kmalloc.
riastradh
2021-12-19
linux: Use indirection for percpu simpleq.
riastradh
2021-12-19
Make intel_psr.c build
riastradh
2021-12-19
linux/workqueue: Draft queue_rcu_work.
riastradh
2021-12-19
linux/workqueue: Use atomic_load/store.
riastradh
2021-12-19
i915: another whack at it
riastradh
2021-12-19
linux: Add cond_synchronize_rcu.
riastradh
2021-12-19
linux/rcupdate: Stub init_rcu_head, destroy_rcu_head.
riastradh
2021-12-19
'struct srcu' is actually called 'struct srcu_struct'
riastradh
2021-12-19
Fix membars in tasklet_disable/enable.
riastradh
2021-12-19
Rework linux_tasklet.c a little.
riastradh
2021-12-19
alloc_workqueue
riastradh
2021-12-19
Omit __insn_barrier where implied or subsumed by volatile.
riastradh
2021-12-19
Move Linux SRCU to common.
riastradh
2021-12-19
Move Linux RCU to common.
riastradh
2021-12-19
Constify work_pending, delayed_work_pending.
riastradh
2021-12-19
drain_workqueue
riastradh
2021-12-19
Add some i915drmkms additions to the tasklet API.
riastradh
2021-12-19
Sprinkle in another assertion for good measure.
riastradh
2021-12-19
Draft Linux tasklet implementation.
riastradh
2021-12-19
Add work_pending, delayed_work_pending.
riastradh
2021-12-19
Implement return value of flush_work, flush_delayed_work.
riastradh
2021-12-19
New system_unbound_wq.
riastradh
2021-12-19
Fix copypasta in error branch.
riastradh
2020-02-01
Fix abuse of TAILQ_CONCAT.
riastradh
2019-03-19
- dwc2 need calling linux_workqueue_init() to avoid panic.
ryo
2018-08-27
Workqueue lock must be at IPL_VM for use in interrupts, duh.
riastradh
2018-08-27
Don't skimp on the last batch of work when worker is dying.
riastradh
2018-08-27
Sprinkle dtrace probes all over the Linux workqueue stuff.
riastradh
2018-08-27
Fix post-cancellation case of queue_delayed_work.
riastradh
2018-08-27
Rework Linux workqueue synchronization yet again.
riastradh
2018-08-27
Fix flush_delayed_work semantics: run it now if it was scheduled.
riastradh
2018-08-27
Reorder fields to get better space savings than bit fields.
riastradh
2018-08-27
Document workqueue semantics as I understand it.
riastradh
2018-08-27
Avoid the prospect of callout calls piling up.
riastradh
2018-08-27
Don't let more than one thread claim credit for cancellation.
riastradh
2018-08-27
Factor out waiting for current work.
riastradh
2018-08-27
Merge two similar branches.
riastradh
2018-08-27
Deduplicate callout destruction.
riastradh
[next]