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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2017-03-01
target/ppc: add mcrxrx instruction
Nikunj A Dadhania
1
-0
/
+23
2017-03-01
target/ppc: add ov32 flag in divide operations
Nikunj A Dadhania
1
-2
/
+8
2017-03-01
target/ppc: add ov32 flag for multiply low insns
Nikunj A Dadhania
1
-0
/
+6
2017-03-01
target/ppc: use tcg ops for neg instruction
Nikunj A Dadhania
1
-1
/
+4
2017-03-01
target/ppc: update overflow flags for add/sub
Nikunj A Dadhania
1
-2
/
+9
2017-03-01
target/ppc: update ca32 in arithmetic substract
Nikunj A Dadhania
1
-1
/
+10
2017-03-01
target/ppc: update ca32 in arithmetic add
Nikunj A Dadhania
1
-0
/
+21
2017-03-01
target/ppc: support for 32-bit carry and overflow
Nikunj A Dadhania
4
-5
/
+38
2017-03-01
target/ppc: Correct SDR1 masking
David Gibson
2
-1
/
+7
2017-03-01
target/ppc: Remove the function ppc_hash64_set_sdr1()
Suraj Jitindar Singh
3
-27
/
+5
2017-03-01
target/ppc: Manage external HPT via virtual hypervisor
David Gibson
7
-84
/
+49
2017-03-01
target/ppc: Eliminate htab_base and htab_mask variables
David Gibson
7
-60
/
+71
2017-03-01
target/ppc: Cleanup HPTE accessors for 64-bit hash MMU
David Gibson
3
-80
/
+71
2017-03-01
target/ppc: SDR1 is a hypervisor resource
David Gibson
2
-9
/
+19
2017-03-01
target/ppc: Merge cpu_ppc_set_vhyp() with cpu_ppc_set_papr()
David Gibson
2
-9
/
+4
2017-03-01
target/ppc: Fix KVM-HV HPTE accessors
David Gibson
5
-84
/
+73
2017-03-01
target/ppc: introduce helper_update_ov_legacy
Nikunj A Dadhania
1
-21
/
+13
2017-03-01
target/ppc: optimize gen_write_xer()
Nikunj A Dadhania
1
-6
/
+3
2017-03-01
target/ppc: move cpu_[read, write]_xer to cpu.c
Nikunj A Dadhania
3
-12
/
+39
2017-02-28
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...
Peter Maydell
1
-1
/
+1
2017-02-28
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170228'...
Peter Maydell
5
-78
/
+226
2017-02-28
Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20170228' into staging
Peter Maydell
1
-0
/
+3
2017-02-28
armv7m: Raise correct kind of UsageFault for attempts to execute ARM code
Peter Maydell
3
-2
/
+11
2017-02-28
armv7m: Check exception return consistency
Peter Maydell
2
-12
/
+112
2017-02-28
armv7m: Extract "exception taken" code into functions
Peter Maydell
1
-50
/
+68
2017-02-28
armv7m: Simpler and faster exception start
Michael Davidsaver
1
-6
/
+9
2017-02-28
armv7m: Remove unused armv7m_nvic_acknowledge_irq() return value
Peter Maydell
2
-2
/
+2
2017-02-28
armv7m: Escalate exceptions to HardFault if necessary
Michael Davidsaver
1
-2
/
+0
2017-02-28
armv7m: Fix condition check for taking exceptions
Peter Maydell
2
-8
/
+16
2017-02-28
Add missing fp_access_check() to aarch64 crypto instructions
Nick Reilly
1
-0
/
+12
2017-02-28
target/s390x: Fix typo
Stefan Weil
1
-1
/
+1
2017-02-28
target/alpha: Enable MTTCG by default
Richard Henderson
1
-0
/
+3
2017-02-27
linux-user: Add signal handling support for x86_64
Pranith Kumar
2
-0
/
+14
2017-02-25
Merge remote-tracking branch 'remotes/stsquad/tags/pull-mttcg-240217-1' into ...
Peter Maydell
14
-194
/
+401
2017-02-25
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170224' into staging
Peter Maydell
2
-29
/
+80
2017-02-24
Merge remote-tracking branch 'remotes/armbru/tags/pull-util-2017-02-23' into ...
Peter Maydell
1
-5
/
+4
2017-02-24
tcg: enable MTTCG by default for ARM on x86 hosts
Alex Bennée
1
-0
/
+3
2017-02-24
target-arm: ensure all cross vCPUs TLB flushes complete
Alex Bennée
1
-96
/
+69
2017-02-24
target-arm: don't generate WFE/YIELD calls for MTTCG
Alex Bennée
3
-6
/
+29
2017-02-24
target-arm/powerctl: defer cpu reset work to CPU context
Alex Bennée
7
-74
/
+201
2017-02-24
cputlb and arm/sparc targets: convert mmuidx flushes from varg to bitmap
Alex Bennée
2
-47
/
+77
2017-02-24
tcg: drop global lock during TCG code execution
Jan Kiszka
4
-5
/
+56
2017-02-24
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170222' into...
Peter Maydell
13
-35
/
+615
2017-02-24
s390x/arch_dump: pass cpuid into notes sections
Christian Borntraeger
1
-11
/
+12
2017-02-24
s390x/arch_dump: use proper note name and note size
Christian Borntraeger
1
-15
/
+28
2017-02-24
s390x/kvm: detect some program check loops
Christian Borntraeger
1
-3
/
+40
2017-02-23
util/cutils: Change qemu_strtosz*() from int64_t to uint64_t
Markus Armbruster
1
-2
/
+2
2017-02-23
util/cutils: Return qemu_strtosz*() error and value separately
Markus Armbruster
1
-2
/
+3
2017-02-23
util/cutils: Let qemu_strtosz*() optionally reject trailing crap
Markus Armbruster
1
-3
/
+2
2017-02-23
util/cutils: New qemu_strtosz_metric()
Markus Armbruster
1
-2
/
+1
[next]