index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
ppc
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/ppc: Basic POWER9 bare-metal radix MMU support
Benjamin Herrenschmidt
2019-02-25
1
-12
/
+69
*
target/ppc: Support for POWER9 native hash
Benjamin Herrenschmidt
2019-02-25
4
-20
/
+70
*
target/ppc: Rename PATB/PATBE -> PATE
Benjamin Herrenschmidt
2019-02-25
4
-12
/
+27
*
target/ppc: Flush the TLB locally when the LPIDR is written
Benjamin Herrenschmidt
2019-02-25
3
-1
/
+22
*
target/ppc: Fix synchronization of mttcg with broadcast TLB flushes
Benjamin Herrenschmidt
2019-02-25
1
-17
/
+10
*
target/ppc: Add basic support for "new format" HPTE as found on POWER9
Benjamin Herrenschmidt
2019-02-25
2
-0
/
+22
*
target/ppc: Fix ordering of hash MMU accesses
Benjamin Herrenschmidt
2019-02-25
2
-0
/
+12
*
target/ppc: Fix #include guard in mmu-book3s-v3.h
Benjamin Herrenschmidt
2019-02-25
1
-3
/
+3
*
target/ppc: Re-enable RMLS on POWER9 for virtual hypervisors
Benjamin Herrenschmidt
2019-02-25
1
-0
/
+8
*
target/ppc/mmu: Use LPCR:HR to chose radix vs. hash translation
Benjamin Herrenschmidt
2019-02-25
3
-13
/
+21
*
target/ppc/spapr: Set LPCR:HR when using Radix mode
Benjamin Herrenschmidt
2019-02-25
2
-1
/
+2
*
target/ppc: Add support for LPCR:HEIC on POWER9
Benjamin Herrenschmidt
2019-02-25
2
-2
/
+8
*
target/ppc: Add POWER9 external interrupt model
Benjamin Herrenschmidt
2019-02-25
3
-2
/
+11
*
target/ppc: Add Hypervisor Virtualization Interrupt on POWER9
Benjamin Herrenschmidt
2019-02-25
3
-3
/
+35
*
target/ppc: Detect erroneous condition in interrupt delivery
Benjamin Herrenschmidt
2019-02-25
1
-0
/
+16
*
target/ppc: Add POWER9 exception model
Benjamin Herrenschmidt
2019-02-25
4
-6
/
+18
*
target/ppc: Rename "in_pm_state" to "resume_as_sreset"
Benjamin Herrenschmidt
2019-02-25
2
-7
/
+7
*
target/ppc: Move "wakeup reset" code to a separate function
Benjamin Herrenschmidt
2019-02-25
1
-34
/
+41
*
target/ppc: Fix support for "STOP light" states on POWER9
Benjamin Herrenschmidt
2019-02-25
5
-6
/
+35
*
target/ppc: Don't clobber MSR:EE on PM instructions
Benjamin Herrenschmidt
2019-02-25
1
-12
/
+15
*
target/ppc: Fix nip on power management instructions
Benjamin Herrenschmidt
2019-02-25
2
-5
/
+8
*
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190219' into...
Peter Maydell
2019-02-18
13
-407
/
+444
|
\
|
*
target/ppc: convert vmin* and vmax* to vector operations
Richard Henderson
2019-02-18
3
-59
/
+16
|
*
target/ppc: convert vadd*s and vsub*s to vector operations
Richard Henderson
2019-02-18
3
-38
/
+61
|
*
target/ppc: Split out VSCR_SAT to a vector field
Richard Henderson
2019-02-18
2
-4
/
+11
|
*
target/ppc: Add set_vscr_sat
Richard Henderson
2019-02-18
1
-12
/
+17
|
*
target/ppc: Use mtvscr/mfvscr for vmstate
Richard Henderson
2019-02-18
1
-3
/
+41
|
*
target/ppc: Add helper_mfvscr
Richard Henderson
2019-02-18
5
-3
/
+10
|
*
target/ppc: Remove vscr_nj and vscr_sat
Richard Henderson
2019-02-18
1
-2
/
+0
|
*
target/ppc: Use helper_mtvscr for reset and gdb
Richard Henderson
2019-02-18
1
-3
/
+2
|
*
target/ppc: Pass integer to helper_mtvscr
Richard Henderson
2019-02-18
3
-8
/
+17
|
*
target/ppc: convert xxsel to vector operations
Richard Henderson
2019-02-18
1
-28
/
+27
|
*
target/ppc: convert xxspltw to vector operations
Richard Henderson
2019-02-18
1
-25
/
+11
|
*
target/ppc: convert xxspltib to vector operations
Richard Henderson
2019-02-18
1
-8
/
+5
|
*
target/ppc: convert VSX logical operations to vector operations
Richard Henderson
2019-02-18
1
-26
/
+17
|
*
target/ppc: convert vsplt[bhw] to use vector operations
Richard Henderson
2019-02-18
3
-41
/
+27
|
*
target/ppc: convert vspltis[bhw] to use vector operations
Richard Henderson
2019-02-18
3
-46
/
+8
|
*
target/ppc: convert vaddu[b,h,w,d] and vsubu[b,h,w,d] over to use vector oper...
Mark Cave-Ayland
2019-02-18
3
-23
/
+8
|
*
target/ppc: convert VMX logical instructions to use vector operations
Mark Cave-Ayland
2019-02-18
2
-31
/
+17
|
*
target/ppc: Disable ISA 2.06 PM instructions on POWER9
Benjamin Herrenschmidt
2019-02-17
1
-1
/
+1
|
*
ppc: fix crash during branch stepping
Roman Kapl
2019-02-17
1
-22
/
+15
|
*
target/ppc: Remove some #if 0'ed code
Benjamin Herrenschmidt
2019-02-17
2
-24
/
+0
|
*
target/ppc: Fix msync to do what hardware does
BALATON Zoltan
2019-02-17
1
-3
/
+8
|
*
target/ppc: Enable reporting of SPRs to GDB
Fabiano Rosas
2019-02-17
4
-2
/
+130
*
|
qapi: make query-cpu-definitions depend on specific targets
Marc-André Lureau
2019-02-18
1
-1
/
+2
|
/
*
target/ppc: remove various HOST_WORDS_BIGENDIAN hacks in int_helper.c
Mark Cave-Ayland
2019-02-04
1
-110
/
+45
*
target/ppc: remove ROTRu32 and ROTRu64 macros from int_helper.c
Mark Cave-Ayland
2019-02-04
1
-28
/
+20
*
target/ppc: simplify VEXT_SIGNED macro in int_helper.c
Mark Cave-Ayland
2019-02-04
1
-7
/
+7
*
target/ppc: eliminate use of EL_IDX macros from int_helper.c
Mark Cave-Ayland
2019-02-04
1
-39
/
+27
*
target/ppc: eliminate use of HI_IDX and LO_IDX macros from int_helper.c
Mark Cave-Ayland
2019-02-04
1
-95
/
+85
[next]