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