summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dma-helpers: explicitly pass alignment into DMA helpersMark Cave-Ayland2016-10-276-17/+26
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20161027-1' into...Peter Maydell2016-10-271-1/+2
|\
| * audio: intel-hda: check stream entry count during transferPrasad J Pandit2016-10-261-1/+2
* | Merge remote-tracking branch 'remotes/rth/tags/pull-atomic-20161026' into sta...Peter Maydell2016-10-2743-1090/+2345
|\ \
| * | target-alpha: Emulate LL/SC using cmpxchg helpersRichard Henderson2016-10-265-120/+45Star
| * | target-alpha: Introduce MMU_PHYS_IDXRichard Henderson2016-10-265-114/+44Star
| * | target-arm: remove EXCP_STREX + cpu_exclusive_{test, info}Emilio G. Cota2016-10-264-22/+1Star
| * | linux-user: remove handling of aarch64's EXCP_STREXEmilio G. Cota2016-10-261-125/+0Star
| * | linux-user: remove handling of ARM's EXCP_STREXEmilio G. Cota2016-10-261-93/+0Star
| * | target-arm: emulate aarch64's LL/SC using cmpxchg helpersEmilio G. Cota2016-10-263-58/+163
| * | target-arm: emulate SWP with atomic_xchg helperEmilio G. Cota2016-10-261-12/+14
| * | target-arm: emulate LL/SC using cmpxchg helpersEmilio G. Cota2016-10-261-95/+45Star
| * | target-arm: Rearrange aa32 load and store functionsRichard Henderson2016-10-261-105/+66Star
| * | tests: add atomic_add-benchEmilio G. Cota2016-10-263-1/+167
| * | target-i386: remove helper_lock()Emilio G. Cota2016-10-263-50/+0Star
| * | target-i386: emulate XCHG using atomic helperEmilio G. Cota2016-10-261-6/+2Star
| * | target-i386: emulate LOCK'ed BTX ops using atomic helpersEmilio G. Cota2016-10-261-30/+57
| * | target-i386: emulate LOCK'ed XADD using atomic helperEmilio G. Cota2016-10-261-5/+10
| * | target-i386: emulate LOCK'ed NEG using cmpxchg helperEmilio G. Cota2016-10-261-4/+34
| * | target-i386: emulate LOCK'ed NOT using atomic helperEmilio G. Cota2016-10-261-6/+20
| * | target-i386: emulate LOCK'ed INC using atomic helperEmilio G. Cota2016-10-261-11/+13
| * | target-i386: emulate LOCK'ed OP instructions using atomic helpersEmilio G. Cota2016-10-261-18/+58
| * | target-i386: emulate LOCK'ed cmpxchg using cmpxchg helpersEmilio G. Cota2016-10-263-66/+169
| * | tcg: Emit barriers with parallel_cpusRichard Henderson2016-10-261-11/+1Star
| * | tcg: Add CONFIG_ATOMIC64Richard Henderson2016-10-266-13/+114
| * | tcg: Add atomic128 helpersRichard Henderson2016-10-266-3/+119
| * | tcg: Add atomic helpersRichard Henderson2016-10-269-15/+826
| * | cputlb: Tidy some macrosRichard Henderson2016-10-262-22/+8Star
| * | cputlb: Move most of iotlb code out of lineRichard Henderson2016-10-262-42/+47
| * | cputlb: Remove includes from softmmu_template.hRichard Henderson2016-10-261-4/+0Star
| * | cputlb: Move probe_write out of softmmu_template.hRichard Henderson2016-10-262-23/+21Star
| * | cputlb: Replace SHIFT with DATA_SIZERichard Henderson2016-10-262-13/+10Star
| * | linux-user: enable parallel code generation on cloneAlex Bennée2016-10-261-0/+8
| * | tcg: Add EXCP_ATOMICRichard Henderson2016-10-269-0/+88
| * | int128: Add int128_make128Richard Henderson2016-10-261-5/+15
| * | int128: Use __int128 if availableRichard Henderson2016-10-262-12/+145
| * | exec: Avoid direct references to Int128 partsRichard Henderson2016-10-262-2/+12
| * | atomics: Add __nocheck atomic operationsRichard Henderson2016-10-261-9/+27
| * | atomics: add atomic_op_fetch variantsEmilio G. Cota2016-10-261-0/+17
| * | atomics: add atomic_xorEmilio G. Cota2016-10-261-0/+4
| * | atomics: Add parameters to macrosRichard Henderson2016-10-261-5/+5
| |/
* | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2016-10-2710-101/+104
|\ \
| * | colo-proxy: fix memory leakZhang Chen2016-10-263-31/+21Star
| * | net: rtl8139: limit processing of ring descriptorsPrasad J Pandit2016-10-261-1/+1
| * | net: vmxnet: initialise local tx descriptorLi Qiang2016-10-261-0/+1
| * | e1000e: Don't zero out buffer address in rx descriptorKevin Wolf2016-10-261-4/+4
| * | net: rocker: set limit to DMA buffer sizePrasad J Pandit2016-10-261-1/+1
| * | net: eepro100: fix memory leak in device uninitLi Qiang2016-10-261-0/+1
| * | tap-bsd: OpenBSD uses tap(4) nowBrad Smith2016-10-261-1/+5
| * | net: pcnet: fix source formatting and indentationPrasad J Pandit2016-10-261-63/+67