Age | Commit message (Expand) | Author | Files | Lines |
2016-10-26 | linux-user: remove handling of ARM's EXCP_STREX | Emilio G. Cota | 1 | -93/+0 |
2016-10-26 | target-arm: emulate aarch64's LL/SC using cmpxchg helpers | Emilio G. Cota | 3 | -58/+163 |
2016-10-26 | target-arm: emulate SWP with atomic_xchg helper | Emilio G. Cota | 1 | -12/+14 |
2016-10-26 | target-arm: emulate LL/SC using cmpxchg helpers | Emilio G. Cota | 1 | -95/+45 |
2016-10-26 | target-arm: Rearrange aa32 load and store functions | Richard Henderson | 1 | -105/+66 |
2016-10-26 | tests: add atomic_add-bench | Emilio G. Cota | 3 | -1/+167 |
2016-10-26 | target-i386: remove helper_lock() | Emilio G. Cota | 3 | -50/+0 |
2016-10-26 | target-i386: emulate XCHG using atomic helper | Emilio G. Cota | 1 | -6/+2 |
2016-10-26 | target-i386: emulate LOCK'ed BTX ops using atomic helpers | Emilio G. Cota | 1 | -30/+57 |
2016-10-26 | target-i386: emulate LOCK'ed XADD using atomic helper | Emilio G. Cota | 1 | -5/+10 |
2016-10-26 | target-i386: emulate LOCK'ed NEG using cmpxchg helper | Emilio G. Cota | 1 | -4/+34 |
2016-10-26 | target-i386: emulate LOCK'ed NOT using atomic helper | Emilio G. Cota | 1 | -6/+20 |
2016-10-26 | target-i386: emulate LOCK'ed INC using atomic helper | Emilio G. Cota | 1 | -11/+13 |
2016-10-26 | target-i386: emulate LOCK'ed OP instructions using atomic helpers | Emilio G. Cota | 1 | -18/+58 |
2016-10-26 | target-i386: emulate LOCK'ed cmpxchg using cmpxchg helpers | Emilio G. Cota | 3 | -66/+169 |
2016-10-26 | tcg: Emit barriers with parallel_cpus | Richard Henderson | 1 | -11/+1 |
2016-10-26 | tcg: Add CONFIG_ATOMIC64 | Richard Henderson | 6 | -13/+114 |
2016-10-26 | tcg: Add atomic128 helpers | Richard Henderson | 6 | -3/+119 |
2016-10-26 | tcg: Add atomic helpers | Richard Henderson | 9 | -15/+826 |
2016-10-26 | cputlb: Tidy some macros | Richard Henderson | 2 | -22/+8 |
2016-10-26 | cputlb: Move most of iotlb code out of line | Richard Henderson | 2 | -42/+47 |
2016-10-26 | cputlb: Remove includes from softmmu_template.h | Richard Henderson | 1 | -4/+0 |
2016-10-26 | cputlb: Move probe_write out of softmmu_template.h | Richard Henderson | 2 | -23/+21 |
2016-10-26 | cputlb: Replace SHIFT with DATA_SIZE | Richard Henderson | 2 | -13/+10 |
2016-10-26 | linux-user: enable parallel code generation on clone | Alex Bennée | 1 | -0/+8 |
2016-10-26 | tcg: Add EXCP_ATOMIC | Richard Henderson | 9 | -0/+88 |
2016-10-26 | int128: Add int128_make128 | Richard Henderson | 1 | -5/+15 |
2016-10-26 | int128: Use __int128 if available | Richard Henderson | 2 | -12/+145 |
2016-10-26 | exec: Avoid direct references to Int128 parts | Richard Henderson | 2 | -2/+12 |
2016-10-26 | atomics: Add __nocheck atomic operations | Richard Henderson | 1 | -9/+27 |
2016-10-26 | atomics: add atomic_op_fetch variants | Emilio G. Cota | 1 | -0/+17 |
2016-10-26 | atomics: add atomic_xor | Emilio G. Cota | 1 | -0/+4 |
2016-10-26 | atomics: Add parameters to macros | Richard Henderson | 1 | -5/+5 |
2016-10-26 | virtio-gpu: fix memory leak in virtio_gpu_resource_create_2d | Li Qiang | 1 | -0/+1 |
2016-10-26 | audio: intel-hda: check stream entry count during transfer | Prasad J Pandit | 1 | -1/+2 |
2016-10-26 | colo-proxy: fix memory leak | Zhang Chen | 3 | -31/+21 |
2016-10-26 | net: rtl8139: limit processing of ring descriptors | Prasad J Pandit | 1 | -1/+1 |
2016-10-26 | net: vmxnet: initialise local tx descriptor | Li Qiang | 1 | -0/+1 |
2016-10-26 | e1000e: Don't zero out buffer address in rx descriptor | Kevin Wolf | 1 | -4/+4 |
2016-10-26 | net: rocker: set limit to DMA buffer size | Prasad J Pandit | 1 | -1/+1 |
2016-10-26 | net: eepro100: fix memory leak in device uninit | Li Qiang | 1 | -0/+1 |
2016-10-26 | tap-bsd: OpenBSD uses tap(4) now | Brad Smith | 1 | -1/+5 |
2016-10-26 | net: pcnet: fix source formatting and indentation | Prasad J Pandit | 1 | -63/+67 |
2016-10-26 | net: pcnet: check rx/tx descriptor ring length | Prasad J Pandit | 1 | -0/+3 |
2016-10-25 | target-m68k: Optimize gen_flush_flags | Richard Henderson | 1 | -4/+52 |
2016-10-25 | target-m68k: Optimize some comparisons | Richard Henderson | 1 | -6/+103 |
2016-10-25 | target-m68k: Use setcond for scc | Richard Henderson | 1 | -9/+11 |
2016-10-25 | target-m68k: Introduce DisasCompare | Richard Henderson | 1 | -24/+61 |
2016-10-25 | target-m68k: Reorg flags handling | Richard Henderson | 7 | -497/+359 |
2016-10-25 | target-m68k: Remove incorrect clearing of cc_x | Richard Henderson | 1 | -7/+0 |