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
path:
root
/
target
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-27
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190426' into...
Peter Maydell
29
-891
/
+1361
2019-04-26
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...
Peter Maydell
2
-0
/
+56
2019-04-26
target/ppc: improve performance of large BAT invalidations
Artyom Tarasenko
1
-0
/
+7
2019-04-26
ppc/hash32: Rework R and C bit updates
Benjamin Herrenschmidt
1
-14
/
+31
2019-04-26
ppc/hash64: Rework R and C bit updates
Benjamin Herrenschmidt
3
-35
/
+47
2019-04-26
target/ppc: Don't check UPRT in radix mode when in HV real mode
Benjamin Herrenschmidt
1
-3
/
+13
2019-04-26
target/ppc/kvm: Convert DPRINTF to traces
Greg Kurz
2
-41
/
+52
2019-04-26
target/ppc/trace-events: Fix trivial typo
Greg Kurz
1
-2
/
+2
2019-04-26
target/ppc: Style fixes for translate/spe-impl.inc.c
David Gibson
1
-5
/
+9
2019-04-26
target/ppc: Style fixes for translate/vmx-impl.inc.c
David Gibson
1
-11
/
+15
2019-04-26
target/ppc: Style fixes for translate/vsx-impl.inc.c
David Gibson
1
-7
/
+8
2019-04-26
target/ppc: Style fixes for translate/fp-impl.inc.c
David Gibson
1
-20
/
+32
2019-04-26
target/ppc: Style fixes for translate.c
David Gibson
1
-191
/
+313
2019-04-26
target/ppc: Style fixes for translate_init.inc.c
David Gibson
1
-95
/
+148
2019-04-26
target/ppc: Style fixes for monitor.c
David Gibson
1
-5
/
+6
2019-04-26
target/ppc: Style fixes for mmu_helper.c
David Gibson
1
-53
/
+84
2019-04-26
target/ppc: Style fixes for mmu-hash64.[ch]
David Gibson
1
-26
/
+42
2019-04-26
target/ppc: Style fixes for mmu-hash32.[ch]
David Gibson
1
-8
/
+14
2019-04-26
target/ppc: Style fixes for misc_helper.c
David Gibson
1
-4
/
+5
2019-04-26
target/ppc: Style fixes for mfrom_table.inc.c & mfrom_table_gen.c
David Gibson
2
-5
/
+6
2019-04-26
target/ppc: Style fixes for mem_helper.c
David Gibson
1
-14
/
+19
2019-04-26
target/ppc: Style fixes for machine.c
David Gibson
1
-43
/
+63
2019-04-26
target/ppc: Style fixes for kvm_ppc.h and kvm.c
David Gibson
2
-66
/
+115
2019-04-26
target/ppc: Style fixes for helper_regs.h
David Gibson
1
-4
/
+6
2019-04-26
target/ppc: Style fixes for gdbstub.c
David Gibson
1
-15
/
+19
2019-04-26
target/ppc: Style fixes for excp_helper.c
David Gibson
1
-34
/
+53
2019-04-26
target/ppc: Style fixes for dfp_helper.c
David Gibson
1
-7
/
+7
2019-04-26
target/ppc: Style fixes for fpu_helper.c
David Gibson
1
-51
/
+83
2019-04-26
target/ppc: Style fixes for int_helper.c
David Gibson
1
-31
/
+39
2019-04-26
target/ppc: Style fixes for cpu.[ch]
David Gibson
1
-108
/
+129
2019-04-26
target/ppc: Style fixes for ppc-models.[ch]
David Gibson
2
-2
/
+3
2019-04-25
Pass through cache information for TOPOEXT CPUs
Stanislav Lanci
1
-0
/
+4
2019-04-25
i386: Add new Hygon 'Dhyana' CPU model
Pu Wen
2
-0
/
+52
2019-04-25
exec: Introduce qemu_maxrampagesize() and rename qemu_getrampagesize()
David Hildenbrand
1
-1
/
+1
2019-04-25
s390x/kvm: Configure page size after memory has actually been initialized
David Hildenbrand
5
-21
/
+27
2019-04-18
disas: Rename include/disas/bfd.h back to include/disas/dis-asm.h
Markus Armbruster
2
-2
/
+2
2019-04-18
qom/cpu: Simplify how CPUClass:cpu_dump_state() prints
Markus Armbruster
48
-691
/
+667
2019-04-18
qom/cpu: Simplify how CPUClass::dump_statistics() prints
Markus Armbruster
2
-7
/
+5
2019-04-18
target/i386: Simplify how x86_cpu_dump_local_apic_state() prints
Markus Armbruster
3
-47
/
+40
2019-04-18
target: Clean up how the dump_mmu() print
Markus Armbruster
18
-183
/
+178
2019-04-18
target: Simplify how the TARGET_cpu_list() print
Markus Armbruster
34
-198
/
+123
2019-04-18
s390x/kvm: Report warnings with warn_report(), not error_printf()
Markus Armbruster
1
-1
/
+1
2019-04-09
target/i386: Generate #UD for LOCK on a register increment
Peter Maydell
1
-0
/
+5
2019-03-29
target/ppc: Fix QEMU crash with stxsdx
Greg Kurz
1
-1
/
+1
2019-03-29
target/ppc: Improve comment of bcctr used for spectre v2 mitigation
Greg Kurz
1
-1
/
+9
2019-03-29
target/ppc: Consolidate 64-bit server processor detection in a helper
Greg Kurz
3
-7
/
+11
2019-03-29
target/ppc: Enable "decrement and test CTR" version of bcctr
Greg Kurz
1
-15
/
+37
2019-03-29
target/ppc: Fix TCG temporary leaks in gen_bcond()
Greg Kurz
1
-0
/
+2
2019-03-28
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+11
2019-03-28
Merge remote-tracking branch 'remotes/xtensa/tags/20190326-xtensa' into staging
Peter Maydell
2
-2
/
+0
[next]