Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2015-06-05 | bitmap: add atomic set functions | Stefan Hajnoczi | 1 | -0/+14 |
2015-04-30 | bitops : fix coding style | Chih-Min Chao | 1 | -30/+31 |
2015-03-11 | bitops.h: sextract64() return type should be int64_t, not uint64_t | Peter Maydell | 1 | -1/+1 |
2014-11-02 | bitops.h: Don't include qemu-common.h | Eduardo Habkost | 1 | -1/+3 |
2014-06-18 | bitops: provide an inline implementation of find_first_bit | Aurelien Jarno | 1 | -1/+11 |
2014-01-13 | bitmap: use long as index | Juan Quintela | 1 | -7/+7 |
2013-09-25 | bitops: Add rotate functions (rol8, ror8, ...) | Stefan Weil | 1 | -0/+80 |
2013-07-22 | bitops: Provide sextract32() and sextract64() | Peter Maydell | 1 | -0/+50 |
2013-02-16 | bitops: Remove routines redundant with host-utils | Richard Henderson | 1 | -48/+0 |
2013-02-16 | bitops: Write bitops_flsl in terms of clzl | Richard Henderson | 1 | -28/+1 |
2013-02-02 | bitops: unify bitops_ffsl with the one in host-utils.h, call it bitops_ctzl | Paolo Bonzini | 1 | -33/+22 |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini | 1 | -0/+362 |