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
2017-07-19
crypto: hmac: move crypto/hmac.h into include/crypto/
Longpeng(Mike)
1
-0
/
+0
2017-07-19
crypto: hash: add hash driver framework
Longpeng(Mike)
5
-18
/
+83
2017-07-19
crypto: cipher: add cipher driver framework
Longpeng(Mike)
6
-123
/
+190
2017-07-19
crypto: cipher: introduce qcrypto_cipher_ctx_new for builtin-backend
Longpeng(Mike)
1
-46
/
+55
2017-07-19
crypto: cipher: introduce qcrypto_cipher_ctx_new for nettle-backend
Longpeng(Mike)
1
-12
/
+29
2017-07-19
crypto: cipher: introduce qcrypto_cipher_ctx_new for gcrypt-backend
Longpeng(Mike)
1
-17
/
+33
2017-07-19
crypto: cipher: introduce context free function
Longpeng(Mike)
2
-17
/
+32
2017-07-19
Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2017-07-18-1' in...
Peter Maydell
1
-8
/
+2
2017-07-18
target/alpha: Log temp leaks
Richard Henderson
1
-0
/
+6
2017-07-18
target/alpha: Fix temp leak in gen_fbcond
Richard Henderson
1
-1
/
+5
2017-07-18
target/alpha: Fix temp leak in gen_call_pal
Richard Henderson
1
-8
/
+12
2017-07-18
target/alpha: Fix temp leak in gen_mtpr
Richard Henderson
1
-4
/
+6
2017-07-18
target/alpha: Fix temp leak in gen_bcond
Richard Henderson
1
-8
/
+8
2017-07-18
target/alpha: Merge several flag bytes into ENV->FLAGS
Richard Henderson
7
-99
/
+117
2017-07-18
target/alpha: Copy tb->flags into DisasContext
Richard Henderson
1
-5
/
+7
2017-07-18
target/alpha: Remove amask from tb->flags
Richard Henderson
2
-41
/
+38
2017-07-18
target/sh4: Use tcg_gen_lookup_and_goto_ptr
Richard Henderson
1
-10
/
+20
2017-07-18
target/sh4: Implement fsrra
Richard Henderson
3
-0
/
+19
2017-07-18
target/sh4: Add missing FPSCR.PR == 0 checks
Richard Henderson
1
-0
/
+2
2017-07-18
target/sh4: Implement fpchg
Richard Henderson
1
-0
/
+5
2017-07-18
target/sh4: Introduce CHECK_SH4A
Richard Henderson
1
-34
/
+30
2017-07-18
target/sh4: Introduce CHECK_FPSCR_PR_*
Richard Henderson
1
-26
/
+31
2017-07-18
target/sh4: Tidy misc illegal insn checks
Richard Henderson
1
-9
/
+13
2017-07-18
target/sh4: Unify code for CHECK_FPU_ENABLED
Richard Henderson
1
-10
/
+14
2017-07-18
target/sh4: Unify code for CHECK_PRIVILEGED
Richard Henderson
1
-10
/
+4
2017-07-18
target/sh4: Unify code for CHECK_NOT_DELAY_SLOT
Richard Henderson
1
-6
/
+5
2017-07-18
target/sh4: Simplify 64-bit fp reg-reg move
Richard Henderson
1
-4
/
+4
2017-07-18
target/sh4: Load/store Dr as 64-bit quantities
Richard Henderson
1
-39
/
+36
2017-07-18
target/sh4: Merge DREG into fpr64 routines
Richard Henderson
1
-11
/
+15
2017-07-18
target/sh4: Eliminate unused XREG macro
Richard Henderson
1
-1
/
+0
2017-07-18
target/sh4: Hoist fp register bank selection
Richard Henderson
1
-3
/
+5
2017-07-18
target/sh4: Pass DisasContext to fpr64 routines
Richard Henderson
1
-13
/
+13
2017-07-18
target/sh4: Unify cpu_fregs into FREG
Richard Henderson
1
-73
/
+52
2017-07-18
target/sh4: Hoist register bank selection
Richard Henderson
1
-10
/
+11
2017-07-18
linux-user/sh4: Clean env->flags on signal boundaries
Richard Henderson
1
-0
/
+3
2017-07-18
linux-user/sh4: Notice gUSA regions during signal delivery
Richard Henderson
1
-0
/
+28
2017-07-18
target/sh4: Recognize common gUSA sequences
Richard Henderson
1
-0
/
+321
2017-07-18
target/sh4: Handle user-space atomics
Richard Henderson
4
-15
/
+148
2017-07-18
target/sh4: Adjust TB_FLAG_PENDING_MOVCA
Richard Henderson
1
-3
/
+3
2017-07-18
target/sh4: Keep env->flags clean
Richard Henderson
2
-2
/
+2
2017-07-18
target/sh4: Introduce TB_FLAG_ENVFLAGS_MASK
Richard Henderson
2
-3
/
+5
2017-07-18
target/sh4: Consolidate end-of-TB tests
Richard Henderson
1
-14
/
+17
2017-07-18
target/sh4: return result of fcmp using TCG
Aurelien Jarno
3
-16
/
+18
2017-07-18
target/sh4: do not use a helper to implement fneg
Aurelien Jarno
3
-9
/
+2
2017-07-18
target/sh4: fix FPSCR cause vs flag inversion
Aurelien Jarno
1
-10
/
+10
2017-07-18
target/sh4: fix FPU unorderered compare
Aurelien Jarno
1
-20
/
+8
2017-07-18
target/sh4: do not check for PR bit for fabs instruction
Aurelien Jarno
3
-24
/
+3
2017-07-18
xen: don't use xenstore to save/restore physmap anymore
Igor Druzhinin
3
-12
/
+41
2017-07-18
xen/mapcache: introduce xen_replace_cache_entry()
Igor Druzhinin
4
-9
/
+119
2017-07-18
xen/mapcache: add an ability to create dummy mappings
Igor Druzhinin
1
-8
/
+36
[prev]
[next]