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
2018-05-06
RISC-V: Use [ms]counteren CSRs when priv ISA >= v1.10
Michael Clark
2
-18
/
+50
2018-05-06
RISC-V: Allow S-mode mxr access when priv ISA >= v1.10
Michael Clark
1
-2
/
+5
2018-05-06
RISC-V: Clear mtval/stval on exceptions without info
Michael Clark
1
-0
/
+8
2018-05-06
RISC-V: Hardwire satp to 0 for no-mmu case
Michael Clark
1
-2
/
+5
2018-05-06
RISC-V: Update E and I extension order
Michael Clark
2
-1
/
+2
2018-05-06
RISC-V: Remove erroneous comment from translate.c
Michael Clark
1
-1
/
+0
2018-05-06
RISC-V: Remove EM_RISCV ELF_MACHINE indirection
Michael Clark
1
-1
/
+0
2018-05-04
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-05-04' into ...
Peter Maydell
2
-2
/
+2
2018-05-04
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180504' into staging
Peter Maydell
1
-19
/
+1
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
2
-2
/
+2
2018-05-04
target/ppc: always set PPC_MEM_TLBIE in pre 2.8 migration hack
Greg Kurz
1
-0
/
+5
2018-05-04
spapr: Move PAPR mode cpu setup fully to spapr code
David Gibson
3
-42
/
+6
2018-05-04
target/ppc: Delay initialization of LPCR_UPRT for secondary cpus
David Gibson
1
-16
/
+0
2018-05-04
target/ppc: Add ppc_store_lpcr() helper
David Gibson
3
-11
/
+13
2018-05-04
spapr: Remove support for explicitly allocated RMAs
David Gibson
2
-48
/
+0
2018-05-04
target/ppc: add basic support for PTCR on POWER9
Cédric Le Goater
7
-0
/
+71
2018-05-04
target/ppc: return a nil HPT base address on sPAPR machines
Cédric Le Goater
1
-0
/
+3
2018-05-01
tcg: Improve TCGv_ptr support
Richard Henderson
1
-14
/
+2
2018-05-01
Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.13-pull-request'...
Peter Maydell
2
-32
/
+18
2018-05-01
m68k: remove dead code (Coverity CID1390617)
Laurent Vivier
1
-29
/
+14
2018-05-01
m68k: Fix floatx80_lognp1 (Coverity CID1390587)
Laurent Vivier
1
-1
/
+2
2018-04-30
target-microblaze: mmu: Make the TLBX MISS bit read-only
Edgar E. Iglesias
1
-0
/
+4
2018-04-30
target-microblaze: mmu: Make TLBSX write-only
Edgar E. Iglesias
1
-1
/
+4
2018-04-30
target-microblaze: Don't clobber the IMM reg for ld/st reversed
Edgar E. Iglesias
1
-2
/
+0
2018-04-30
target-microblaze: Fix trap checks for FPU insns
Edgar E. Iglesias
1
-1
/
+1
2018-04-30
target-microblaze: Respect MSR.PVR as read-only
Edgar E. Iglesias
1
-1
/
+1
2018-04-30
m68k: fix subx mem, mem instruction
Pavel Dovgalyuk
1
-2
/
+2
2018-04-30
s390x/kvm: cleanup calls to cpu_synchronize_state()
David Hildenbrand
1
-19
/
+1
2018-04-27
target/ppc: Don't bother with MSR_EP in cpu_ppc_set_papr()
David Gibson
1
-5
/
+4
2018-04-27
target/ppc: Fold slb_nr into PPCHash64Options
David Gibson
6
-26
/
+35
2018-04-27
target/ppc: Get rid of POWERPC_MMU_VER() macros
David Gibson
5
-34
/
+28
2018-04-27
target/ppc: Remove unnecessary POWERPC_MMU_V3 flag from mmu_model
David Gibson
2
-4
/
+2
2018-04-27
target/ppc: Fold ci_large_pages flag into PPCHash64Options
David Gibson
5
-6
/
+7
2018-04-27
target/ppc: Move 1T segment and AMR options to PPCHash64Options
David Gibson
4
-12
/
+17
2018-04-27
target/ppc: Make hash64_opts field mandatory for 64-bit hash MMUs
David Gibson
3
-18
/
+21
2018-04-27
target/ppc: Split page size information into a separate allocation
David Gibson
6
-75
/
+78
2018-04-27
target/ppc: Move page size setup to helper function
David Gibson
3
-20
/
+49
2018-04-27
target/ppc: Remove fallback 64k pagesize information
David Gibson
3
-29
/
+2
2018-04-27
target/ppc: Avoid taking "env" parameter to mmu-hash64 functions
David Gibson
3
-20
/
+23
2018-04-27
target/ppc: Simplify cpu valid check in ppc_cpu_realize
David Gibson
1
-8
/
+1
2018-04-27
target/ppc: Standardize instance_init and realize function names
David Gibson
1
-6
/
+6
2018-04-27
Add host_memory_backend_pagesize() helper
David Gibson
1
-5
/
+1
2018-04-27
Make qemu_mempath_getpagesize() accept NULL
David Gibson
1
-6
/
+2
2018-04-27
target/ppc: Fix reserved bit mask of dstst instruction
BALATON Zoltan
1
-1
/
+1
2018-04-27
ppc: Fix size of ppc64 xer register
Michael Matz
1
-7
/
+7
2018-04-26
target/arm: Make PMOVSCLR and PMUSERENR 64 bits wide
Aaron Lindsay
2
-4
/
+5
2018-04-26
target/arm: Fix bitmask for PMCCFILTR writes
Aaron Lindsay
1
-1
/
+1
2018-04-26
target/arm: Allow EL change hooks to do IO
Aaron Lindsay
2
-0
/
+18
2018-04-26
target/arm: Add pre-EL change hooks
Aaron Lindsay
5
-9
/
+58
2018-04-26
target/arm: Support multiple EL change hooks
Aaron Lindsay
3
-18
/
+30
[next]