COMMITS
/ util/qht.c January 24, 2023
E
util/qht: use striped locks under TSAN
Emilio Cota committed
E
util/qht: add missing atomic_set(hashes[i])
Emilio Cota committed
February 26, 2022
P
osdep: Move memalign-related functions to their own header
Peter Maydell committed
September 23, 2020
S
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi committed
September 17, 2020
Z
util/: fix some comment spelling errors
zhaolichang committed
June 12, 2020
E
qht: call qemu_spin_destroy for head buckets
Emilio G. Cota committed
September 10, 2018
E
qht: constify arguments to some internal functions
Emilio G. Cota committed
E
qht: constify qht_statistics_init
Emilio G. Cota committed
E
qht: constify qht_lookup
Emilio G. Cota committed
E
qht: fix comment in qht_bucket_remove_entry
Emilio G. Cota committed
E
qht: drop ht argument from qht iterators
Emilio G. Cota committed
August 15, 2018
E
qht: add qht_iter_remove
Emilio G. Cota committed
E
qht: remove unused map param from qht_remove__locked
Emilio G. Cota committed
August 8, 2017
E
qsp: QEMU's Synchronization Profiler
Emilio G. Cota committed
July 11, 2017
E
qht: return existing entry when qht_insert fails
Emilio G. Cota committed
E
qht: require a default comparison function
Emilio G. Cota committed
June 8, 2018
M
Purge uses of banned g_assert_FOO()
Markus Armbruster committed
October 5, 2016
E
qht: fix unlock-after-free segfault upon resizing
Emilio G. Cota committed
E
qht: simplify qht_reset_size
Emilio G. Cota committed
September 30, 2016
A
util/qht: atomically set b->hashes
Alex Bennée committed
July 22, 2016
E
qht: do not segfault when gathering stats from an uninitialized qht
Emilio G. Cota committed
July 15, 2016
P
util/qht: Document memory ordering assumptions
Paolo Bonzini committed
June 6, 2016
P
clean-includes: run it once more
Paolo Bonzini committed
June 8, 2016
E
qht: QEMU's fast, resizable and scalable Hash Table
Emilio G. Cota committed