index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-27
dma-helpers: explicitly pass alignment into DMA helpers
Mark Cave-Ayland
6
-17
/
+26
2016-10-27
Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20161027-1' into...
Peter Maydell
1
-1
/
+2
2016-10-27
Merge remote-tracking branch 'remotes/rth/tags/pull-atomic-20161026' into sta...
Peter Maydell
43
-1090
/
+2345
2016-10-27
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
10
-101
/
+104
2016-10-27
Merge remote-tracking branch 'remotes/vivier/tags/m68k-part1-pull-request' in...
Peter Maydell
8
-657
/
+881
2016-10-26
target-alpha: Emulate LL/SC using cmpxchg helpers
Richard Henderson
5
-120
/
+45
2016-10-26
target-alpha: Introduce MMU_PHYS_IDX
Richard Henderson
5
-114
/
+44
2016-10-26
target-arm: remove EXCP_STREX + cpu_exclusive_{test, info}
Emilio G. Cota
4
-22
/
+1
2016-10-26
linux-user: remove handling of aarch64's EXCP_STREX
Emilio G. Cota
1
-125
/
+0
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
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
[next]