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-07-12
target-sparc: Remove helper_ldf_asi, helper_stf_asi
Richard Henderson
3
-166
/
+32
2016-07-12
target-sparc: Directly implement block and short ldf/stf asis
Richard Henderson
1
-0
/
+122
2016-07-12
target-sparc: Directly implement easy ldf/stf asis
Richard Henderson
1
-0
/
+45
2016-07-12
target-sparc: Pass TCGMemOp constants to helper_ld/st_asi
Richard Henderson
3
-66
/
+69
2016-07-12
target-sparc: Fix obvious error in ASI_M_BFILL
Richard Henderson
1
-1
/
+1
2016-07-12
target-sparc: Directly implement easy ldd/std asis
Richard Henderson
1
-12
/
+103
2016-07-12
target-sparc: Introduce gen_check_align
Richard Henderson
1
-35
/
+13
2016-07-12
target-sparc: Use QT0 to return results from ldda
Richard Henderson
3
-50
/
+120
2016-07-12
target-sparc: Directly implement easy ld/st asis
Richard Henderson
1
-14
/
+90
2016-07-12
target-sparc: Use defines from asi.h
Richard Henderson
2
-230
/
+235
2016-07-12
target-sparc: Add UA2005 defines to asi.h
Richard Henderson
1
-4
/
+18
2016-07-12
target-sparc: Import linux/arch/sparc/include/uapi/asm/asi.h
Richard Henderson
1
-0
/
+297
2016-07-12
target-sparc: Pass TCGMemOp to gen_ld/st_asi
Richard Henderson
1
-16
/
+16
2016-07-12
target-sparc: Introduce get_asi
Richard Henderson
1
-232
/
+273
2016-07-12
target-sparc: Store %asi in TB flags
Richard Henderson
2
-9
/
+22
2016-07-12
target-sparc: Unify asi handling between 32 and 64-bit
Richard Henderson
1
-154
/
+131
2016-07-12
target-sparc: Create gen_exception
Richard Henderson
1
-55
/
+20
2016-07-12
target-sparc: Store mmu index in TB flags
Richard Henderson
2
-15
/
+13
2016-07-12
target-sparc: Remove softint as a TCG global
Richard Henderson
2
-6
/
+5
2016-07-12
target-sparc: Mark more flags for helpers
Richard Henderson
1
-24
/
+24
2016-07-12
Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2016-07-12' in...
Peter Maydell
524
-1226
/
+1418
2016-07-12
cris: Fix broken header guard in hw/cris/boot.h
Markus Armbruster
1
-2
/
+2
2016-07-12
Clean up decorations and whitespace around header guards
Markus Armbruster
111
-126
/
+140
2016-07-12
Clean up ill-advised or unusual header guards
Markus Armbruster
141
-378
/
+385
2016-07-12
libdecnumber: Don't error out on decNumberLocal.h re-inclusion
Markus Armbruster
1
-2
/
+0
2016-07-12
libdecnumber: Don't fool around with guards to avoid #include
Markus Armbruster
4
-12
/
+4
2016-07-12
Clean up header guards that don't match their file name
Markus Armbruster
83
-215
/
+223
2016-07-12
Drop Emacs local variables lists redundant with .dir-locals.el
Markus Armbruster
6
-54
/
+0
2016-07-12
spapr_pci: Include spapr.h instead of playing games with #error
Markus Armbruster
1
-3
/
+1
2016-07-12
tcg: Clean up tcg-target.h header guards
Markus Armbruster
8
-17
/
+24
2016-07-12
linux-user: Fix broken header guard in syscall_defs.h
Markus Armbruster
1
-4
/
+3
2016-07-12
linux-user: Clean up hostdep.h header guards
Markus Armbruster
13
-26
/
+26
2016-07-12
linux-user: Clean up target_structs.h header guards
Markus Armbruster
17
-34
/
+34
2016-07-12
linux-user: Clean up target_signal.h header guards
Markus Armbruster
18
-54
/
+54
2016-07-12
linux-user: Clean up target_cpu.h header guards
Markus Armbruster
15
-31
/
+31
2016-07-12
linux-user: Clean up target_syscall.h header guards
Markus Armbruster
18
-51
/
+53
2016-07-12
target-*: Clean up cpu.h header guards
Markus Armbruster
18
-45
/
+56
2016-07-12
scripts: New clean-header-guards.pl
Markus Armbruster
1
-0
/
+213
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
91
-172
/
+169
2016-07-12
bswap.h: Document cpu_to_* and *_to_cpu conversion functions
Peter Maydell
1
-0
/
+58
2016-07-12
bswap.h: Fix comment typo
Peter Maydell
1
-1
/
+1
2016-07-12
bswap.h: Remove unused cpu_to_*w() and *_to_cpup()
Peter Maydell
1
-10
/
+0
2016-07-12
hw/bt: Don't use cpu_to_*w() and *_to_cpup()
Peter Maydell
2
-13
/
+9
2016-07-12
fsdev/9p-iov-marshal.c: Don't use cpu_to_*w() functions
Peter Maydell
1
-12
/
+6
2016-07-12
Fix confusing argument names in some common functions
Sergey Sorokin
25
-87
/
+100
2016-07-12
Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160712' into staging
Peter Maydell
18
-56
/
+1059
2016-07-12
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160712-1' into s...
Peter Maydell
3
-2
/
+16
2016-07-12
Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20160712-1' into...
Peter Maydell
5
-147
/
+256
2016-07-12
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20160712-1' into s...
Peter Maydell
2
-16
/
+22
2016-07-12
xen-usb: Fix 32bit build
Anthony PERARD
1
-1
/
+2
[next]