projects
/
userspace-rcu.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
userspace-rcu.git
2009-02-26
Mathieu Desnoyers
Fix makefile, set default nesting to 2
commit
|
commitdiff
|
tree
|
snapshot
2009-02-26
Mathieu Desnoyers
Default nesting level to 1 (< 2)
commit
|
commitdiff
|
tree
|
snapshot
2009-02-26
Mathieu Desnoyers
Add reader nesting test
commit
|
commitdiff
|
tree
|
snapshot
2009-02-25
Mathieu Desnoyers
Add independent reader and writer progress checks
commit
|
commitdiff
|
tree
|
snapshot
2009-02-23
Mathieu Desnoyers
dual writer fix
commit
|
commitdiff
|
tree
|
snapshot
2009-02-23
Mathieu Desnoyers
Run 2 writers and show single flip error case
commit
|
commitdiff
|
tree
|
snapshot
2009-02-23
Mathieu Desnoyers
Add ooomem and urcu checks
commit
|
commitdiff
|
tree
|
snapshot
2009-02-20
Paul E. McKenney
Restructure urcu_updater() to more accurately reflect...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-20
Paul E. McKenney
Remove spurious read-side infinite loops.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-13
Mathieu Desnoyers
Add _STORE_SHARED() and _LOAD_SHARED()
commit
|
commitdiff
|
tree
|
snapshot
2009-02-13
Mathieu Desnoyers
Turn *_REMOTE into *_SHARED
commit
|
commitdiff
|
tree
|
snapshot
2009-02-12
Mathieu Desnoyers
Add missing cpu_relax in loop
commit
|
commitdiff
|
tree
|
snapshot
2009-02-12
Mathieu Desnoyers
Fix compiler error.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-12
Mathieu Desnoyers
Add smp_mc() to force_mb_single_thread so we don't...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-12
Mathieu Desnoyers
Add gitignore files
commit
|
commitdiff
|
tree
|
snapshot
2009-02-12
Mathieu Desnoyers
Support architectures with non-coherent caches
commit
|
commitdiff
|
tree
|
snapshot
2009-02-12
Mathieu Desnoyers
Add support for x86 older than P4, with CONFIG_HAS_FENC...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-12
Paul E. McKenney
Fix warnings in urcutorture and use access once in...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-12
Paul E. McKenney
Fix formal model nesting
commit
|
commitdiff
|
tree
|
snapshot
2009-02-12
Mathieu Desnoyers
Add read/write counts to test
commit
|
commitdiff
|
tree
|
snapshot
2009-02-12
Mathieu Desnoyers
Fix force_mb_all_threads must be called within internal...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-12
Mathieu Desnoyers
Add barriers
commit
|
commitdiff
|
tree
|
snapshot
2009-02-12
Mathieu Desnoyers
Remove debug yield statements
commit
|
commitdiff
|
tree
|
snapshot
2009-02-12
Mathieu Desnoyers
use smp_*mb()
commit
|
commitdiff
|
tree
|
snapshot
2009-02-12
Mathieu Desnoyers
Add Promela model
commit
|
commitdiff
|
tree
|
snapshot
2009-02-11
Mathieu Desnoyers
Add missing memory barriers to ensure progress and...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-10
Mathieu Desnoyers
Enhance test cases
commit
|
commitdiff
|
tree
|
snapshot
2009-02-09
Mathieu Desnoyers
Add comment in rcu_add_lock
commit
|
commitdiff
|
tree
|
snapshot
2009-02-09
Mathieu Desnoyers
Fix int->long and keep a reader count of 1 in the globa...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-09
Mathieu Desnoyers
Fix RCU_GP_CTR_BIT
commit
|
commitdiff
|
tree
|
snapshot
2009-02-09
Mathieu Desnoyers
Fix data type, should now be long rather than int.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-09
Mathieu Desnoyers
Raise the number of nested readers limit 2^16 and 2...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-09
Mathieu Desnoyers
Fix get_cycles for 32-bits x86
commit
|
commitdiff
|
tree
|
snapshot
2009-02-09
Mathieu Desnoyers
don't __USE_GNU in urcu.h
commit
|
commitdiff
|
tree
|
snapshot
2009-02-09
Mathieu Desnoyers
Include pthread.h in urcu.h
commit
|
commitdiff
|
tree
|
snapshot
2009-02-09
Mathieu Desnoyers
Add branch prediction, fix xchg for -mtune=core2
commit
|
commitdiff
|
tree
|
snapshot
2009-02-09
Mathieu Desnoyers
Add urcu-asm.c
commit
|
commitdiff
|
tree
|
snapshot
2009-02-09
Mathieu Desnoyers
Add rcutorture with yield
commit
|
commitdiff
|
tree
|
snapshot
2009-02-09
Mathieu Desnoyers
Add rcutorture
commit
|
commitdiff
|
tree
|
snapshot
2009-02-09
Mathieu Desnoyers
Fix lock -> unlock in synchronize_rcu
commit
|
commitdiff
|
tree
|
snapshot
2009-02-09
Mathieu Desnoyers
Use xchg in publish content
commit
|
commitdiff
|
tree
|
snapshot
2009-02-09
Mathieu Desnoyers
Add rcu_assign_pointer
commit
|
commitdiff
|
tree
|
snapshot
2009-02-09
Mathieu Desnoyers
Remove parameter from rcu_read_lock()
commit
|
commitdiff
|
tree
|
snapshot
2009-02-09
Mathieu Desnoyers
Add randomness to yield debug test
commit
|
commitdiff
|
tree
|
snapshot
2009-02-09
Mathieu Desnoyers
Add DEBUG_YIELD, add test duration
commit
|
commitdiff
|
tree
|
snapshot
2009-02-08
Mathieu Desnoyers
Change API
commit
|
commitdiff
|
tree
|
snapshot
2009-02-08
Mathieu Desnoyers
Add timing tests
commit
|
commitdiff
|
tree
|
snapshot
2009-02-08
Paul E. McKenney
Do two parity flip in the writer to fix race condition
commit
|
commitdiff
|
tree
|
snapshot
2009-02-07
Bert Wesarg
test_urcu.c: use gettid()
commit
|
commitdiff
|
tree
|
snapshot
2009-02-06
Bert Wesarg
URCU : use pthread_equal()
commit
|
commitdiff
|
tree
|
snapshot
2009-02-06
Mathieu Desnoyers
Run longer tests
commit
|
commitdiff
|
tree
|
snapshot
2009-02-06
Mathieu Desnoyers
update Makefile, -Wall
commit
|
commitdiff
|
tree
|
snapshot
2009-02-06
Mathieu Desnoyers
remove ugly gcc warning removal ack, simply cast the...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-06
Mathieu Desnoyers
add acknowledgements, fix gcc warnings
commit
|
commitdiff
|
tree
|
snapshot
2009-02-06
Mathieu Desnoyers
fix wait_for_quiescent_state
commit
|
commitdiff
|
tree
|
snapshot
2009-02-06
Mathieu Desnoyers
add licensing
commit
|
commitdiff
|
tree
|
snapshot
2009-02-06
Mathieu Desnoyers
modify test values
commit
|
commitdiff
|
tree
|
snapshot
2009-02-06
Mathieu Desnoyers
runs
commit
|
commitdiff
|
tree
|
snapshot
2009-02-06
Mathieu Desnoyers
runs
commit
|
commitdiff
|
tree
|
snapshot
2009-02-06
Mathieu Desnoyers
add make clean
commit
|
commitdiff
|
tree
|
snapshot
2009-02-06
Mathieu Desnoyers
runs
commit
|
commitdiff
|
tree
|
snapshot
2009-02-06
Mathieu Desnoyers
compile
commit
|
commitdiff
|
tree
|
snapshot
2009-02-06
Mathieu Desnoyers
init version
commit
|
commitdiff
|
tree
|
snapshot
This page took
0.032707 seconds
and
4
git commands to generate.