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
/
ppc
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-29
target/ppc: Fix QEMU crash with stxsdx
Greg Kurz
1
-1
/
+1
2019-03-29
target/ppc: Improve comment of bcctr used for spectre v2 mitigation
Greg Kurz
1
-1
/
+9
2019-03-29
target/ppc: Consolidate 64-bit server processor detection in a helper
Greg Kurz
3
-7
/
+11
2019-03-29
target/ppc: Enable "decrement and test CTR" version of bcctr
Greg Kurz
1
-15
/
+37
2019-03-29
target/ppc: Fix TCG temporary leaks in gen_bcond()
Greg Kurz
1
-0
/
+2
2019-03-22
trace-events: Shorten file names in comments
Markus Armbruster
1
-1
/
+1
2019-03-12
spapr: Use CamelCase properly
David Gibson
1
-2
/
+2
2019-03-12
target/ppc: Optimize x[sv]xsigdp using deposit_i64()
Philippe Mathieu-Daudé
1
-8
/
+4
2019-03-12
target/ppc: Optimize xviexpdp() using deposit_i64()
Philippe Mathieu-Daudé
1
-11
/
+3
2019-03-12
target/ppc: add HV support for POWER9
Cédric Le Goater
1
-1
/
+2
2019-03-12
target/ppc: introduce vsr64_offset() to simplify get_cpu_vsr{l,h}() and set_c...
Mark Cave-Ayland
2
-40
/
+14
2019-03-12
target/ppc: switch fpr/vsrl registers so all VSX registers are in host endian...
Mark Cave-Ayland
3
-10
/
+10
2019-03-12
target/ppc: improve avr64_offset() and use it to simplify get_avr64()/set_avr...
Mark Cave-Ayland
3
-19
/
+7
2019-03-12
target/ppc: introduce avr_full_offset() function
Mark Cave-Ayland
3
-17
/
+22
2019-03-12
target/ppc: move Vsr* macros from internal.h to cpu.h
Mark Cave-Ayland
2
-19
/
+20
2019-03-12
target/ppc: introduce single vsrl_offset() function
Mark Cave-Ayland
2
-7
/
+12
2019-03-12
target/ppc: introduce single fpr_offset() function
Mark Cave-Ayland
2
-3
/
+8
2019-03-12
target/ppc/spapr: Enable H_PAGE_INIT in-kernel handling
Suraj Jitindar Singh
2
-0
/
+10
2019-03-12
target/ppc: Refactor kvm_handle_debug
Fabiano Rosas
1
-36
/
+50
2019-03-12
target/ppc: Move handling of hardware breakpoints to a separate function
Fabiano Rosas
1
-19
/
+28
2019-03-12
target/ppc: Move exception vector offset computation into a function
Fabiano Rosas
1
-11
/
+19
2019-03-12
target/ppc/spapr: Add SPAPR_CAP_CCF_ASSIST
Suraj Jitindar Singh
2
-0
/
+22
2019-03-12
target/ppc/spapr: Add workaround option to SPAPR_CAP_IBS
Suraj Jitindar Singh
1
-1
/
+7
2019-03-12
target/ppc: Implement large decrementer support for KVM
Suraj Jitindar Singh
2
-0
/
+54
2019-03-12
target/ppc: Implement large decrementer support for TCG
Suraj Jitindar Singh
5
-6
/
+11
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
[next]