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
/
ppc
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-07
target/ppc: Add support for Radix partition-scoped translation
Cédric Le Goater
3
-19
/
+181
2020-05-07
target/ppc: Rework ppc_radix64_walk_tree() for partition-scoped translation
Cédric Le Goater
1
-27
/
+52
2020-05-07
target/ppc: Extend ppc_radix64_check_prot() with a 'partition_scoped' bool
Cédric Le Goater
1
-5
/
+6
2020-05-07
target/ppc: Introduce ppc_radix64_xlate() for Radix tree translation
Cédric Le Goater
1
-96
/
+123
2020-05-07
target/ppc: Assert if HV mode is set when running under a pseries machine
Cédric Le Goater
1
-0
/
+1
2020-05-07
target/ppc: Introduce a relocation bool in ppc_radix64_handle_mmu_fault()
Cédric Le Goater
1
-2
/
+3
2020-05-07
target/ppc: Enforce that the root page directory size must be at least 5
Suraj Jitindar Singh
1
-0
/
+3
2020-05-07
ppc/spapr: tweak change system reset helper
Nicholas Piggin
2
-5
/
+2
2020-05-07
target/ppc: Improve syscall exception logging
Nicholas Piggin
1
-4
/
+26
2020-05-06
gdbstub: Introduce gdb_get_float64() to get 64-bit float registers
Philippe Mathieu-Daudé
2
-3
/
+3
2020-04-29
various: Remove suspicious '\' character outside of #define in C code
Philippe Mathieu-Daudé
1
-2
/
+2
2020-04-20
target/ppc: Fix TCG temporary leaks in gen_slbia()
Philippe Mathieu-Daudé
1
-0
/
+1
2020-04-17
target/ppc: Fix mtmsr(d) L=1 variant that loses interrupts
Nicholas Piggin
1
-19
/
+27
2020-04-17
target/ppc: Fix wrong interpretation of the disposition flag.
Ganesh Goudar
1
-2
/
+2
2020-04-07
ppc/spapr: KVM FWNMI should not be enabled until guest requests it
Nicholas Piggin
2
-0
/
+13
2020-03-24
hw/ppc: Take QEMU lock when calling ppc_dcr_read/write()
Peter Maydell
1
-14
/
+26
2020-03-24
target/ppc: Fix ISA v3.0 (POWER9) slbia implementation
Nicholas Piggin
3
-9
/
+54
2020-03-24
target/ppc: Fix slbia TLB invalidation gap
Nicholas Piggin
1
-6
/
+15
2020-03-19
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...
Peter Maydell
2
-5
/
+5
2020-03-18
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-gdbstub-1...
Peter Maydell
3
-48
/
+58
2020-03-17
cpu: Use DeviceClass reset instead of a special CPUClass reset
Peter Maydell
2
-5
/
+5
2020-03-17
gdbstub: extend GByteArray to read register helpers
Alex Bennée
3
-48
/
+58
2020-03-17
target/ppc: allow ppc_cpu_do_system_reset to take an alternate vector
Nicholas Piggin
2
-2
/
+5
2020-03-17
ppc/spapr: Fix FWNMI machine check interrupt delivery
Nicholas Piggin
2
-22
/
+53
2020-03-17
target/ppc: Fix rlwinm on ppc64
Vitaly Chikunov
1
-9
/
+11
2020-03-17
spapr,ppc: Simplify signature of kvmppc_rma_size()
David Gibson
2
-7
/
+5
2020-03-17
target/ppc: Don't store VRMA SLBE persistently
David Gibson
2
-60
/
+35
2020-03-17
target/ppc: Only calculate RMLS derived RMA limit on demand
David Gibson
2
-4
/
+6
2020-03-17
target/ppc: Correct RMLS table
David Gibson
1
-3
/
+4
2020-03-17
target/ppc: Streamline calculation of RMA limit from LPCR[RMLS]
David Gibson
1
-36
/
+27
2020-03-17
target/ppc: Use class fields to simplify LPCR masking
David Gibson
3
-39
/
+34
2020-03-17
target/ppc: Remove RMOR register from POWER9 & POWER10
David Gibson
1
-2
/
+8
2020-03-17
spapr, ppc: Remove VPM0/RMLS hacks for POWER9
David Gibson
1
-8
/
+0
2020-03-17
target/ppc: Introduce ppc_hash64_use_vrma() helper
David Gibson
1
-22
/
+21
2020-03-17
target/ppc: Correct handling of real mode accesses with vhyp on hash MMU
David Gibson
1
-25
/
+35
2020-03-17
ppc: Remove stub of PPC970 HID4 implementation
David Gibson
2
-40
/
+9
2020-03-17
ppc: Remove stub support for 32-bit hypervisor mode
David Gibson
2
-17
/
+10
2020-03-17
ppc: Officially deprecate the CPU "compat" property
Greg Kurz
1
-42
/
+2
2020-02-21
target/ppc/cpu.h: Clean up comments in the struct CPUPPCState definition
BALATON Zoltan
1
-91
/
+54
2020-02-21
target/ppc/cpu.h: Move fpu related members closer in cpu env
BALATON Zoltan
1
-5
/
+4
2020-02-21
target/ppc: Fix typo in comments
BALATON Zoltan
2
-5
/
+5
2020-02-21
target/ppc/cpu.h: Remove duplicate includes
BALATON Zoltan
1
-2
/
+0
2020-02-03
target/ppc: Use probe_write for DCBZ
Richard Henderson
1
-1
/
+1
2020-02-03
target/ppc: Remove redundant mask in DCBZ
Richard Henderson
1
-1
/
+1
2020-02-03
target/ppc: Use probe_access for LMW, STMW
Richard Henderson
1
-13
/
+32
2020-02-03
target/ppc: Use probe_access for LSW, STSW
Richard Henderson
1
-20
/
+128
2020-02-03
target/ppc: Build rtas error log upon an MCE
Aravinda Prasad
1
-1
/
+3
2020-02-03
target/ppc: Handle NMI guest exit
Aravinda Prasad
3
-0
/
+21
2020-02-03
ppc: spapr: Introduce FWNMI capability
Aravinda Prasad
2
-0
/
+14
2020-02-03
target/ppc/cpu.h: Put macro parameter in parentheses
BALATON Zoltan
1
-1
/
+1
[next]