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
/
translate_init.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-04
spapr: Move PAPR mode cpu setup fully to spapr code
David Gibson
1
-41
/
+1
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
1
-5
/
+1
2018-05-04
target/ppc: add basic support for PTCR on POWER9
Cédric Le Goater
1
-0
/
+18
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
1
-15
/
+2
2018-04-27
target/ppc: Fold ci_large_pages flag into PPCHash64Options
David Gibson
1
-3
/
+0
2018-04-27
target/ppc: Make hash64_opts field mandatory for 64-bit hash MMUs
David Gibson
1
-0
/
+2
2018-04-27
target/ppc: Split page size information into a separate allocation
David Gibson
1
-33
/
+3
2018-04-27
target/ppc: Move page size setup to helper function
David Gibson
1
-20
/
+9
2018-04-27
target/ppc: Remove fallback 64k pagesize information
David Gibson
1
-18
/
+2
2018-04-27
target/ppc: Avoid taking "env" parameter to mmu-hash64 functions
David Gibson
1
-2
/
+2
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-03-06
PowerPC: Add TS bits into msr_mask
Simon Guo
1
-0
/
+2
2018-02-21
target/*/cpu.h: remove softfloat.h
Alex Bennée
1
-0
/
+1
2018-02-16
target/ppc: convert to DisasContextBase
Emilio G. Cota
1
-16
/
+16
2018-02-09
Include qapi/qmp/qnull.h exactly where needed
Markus Armbruster
1
-0
/
+1
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
1
-0
/
+1
2018-02-05
qdev: use device_class_set_parent_realize/unrealize/reset()
Philippe Mathieu-Daudé
1
-4
/
+4
2018-01-20
target/ppc: add support for hypervisor doorbells on book3s CPUs
Cédric Le Goater
1
-1
/
+1
2017-12-15
spapr/rtas: disable the decrementer interrupt when a CPU is unplugged
Cédric Le Goater
1
-3
/
+6
2017-12-15
pcc: define the Power-saving mode Exit Cause Enable bits in PowerPCCPUClass
Cédric Le Goater
1
-12
/
+11
2017-11-22
ppc: fix VTB migration
Laurent Vivier
1
-2
/
+2
2017-10-27
Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into staging
Peter Maydell
1
-1
/
+28
2017-10-26
tcg: Avoid setting tcg_initialize if !CONFIG_TCG
Richard Henderson
1
-0
/
+2
2017-10-25
ppc: Support Capstone in disas_set_info
Richard Henderson
1
-0
/
+6
2017-10-25
target/ppc: Convert to disas_set_info hook
Richard Henderson
1
-0
/
+21
2017-10-24
tcg: convert tb->cflags reads to tb_cflags(tb)
Emilio G. Cota
1
-16
/
+16
2017-10-24
qom: Introduce CPUClass.tcg_initialize
Richard Henderson
1
-4
/
+1
2017-10-17
ppc: spapr: use generic cpu_model parsing
Igor Mammedov
1
-1
/
+1
2017-10-17
ppc: move ppc_cpu_lookup_alias() before its first user
Igor Mammedov
1
-13
/
+13
2017-10-17
ppc: move '-cpu foo,compat=xxx' parsing into ppc_cpu_parse_featurestr()
Igor Mammedov
1
-0
/
+57
2017-10-17
target/ppc: Remove unused PPC 460 and 460F definitions
Thomas Huth
1
-217
/
+0
2017-09-27
ppc: Add 460EX embedded CPU
BALATON Zoltan
1
-0
/
+38
2017-09-19
General warn report fixups
Alistair Francis
1
-2
/
+1
2017-09-19
Convert multi-line fprintf() to warn_report()
Alistair Francis
1
-9
/
+9
2017-09-08
ppc: spapr: Move VCPU ID calculation into sPAPR
Sam Bobroff
1
-15
/
+3
2017-09-08
ppc: drop caching ObjectClass from PowerPCCPUAlias
Igor Mammedov
1
-24
/
+2
2017-09-08
ppc: simplify cpu model lookup by PVR
Igor Mammedov
1
-16
/
+11
2017-09-08
ppc: replace inter-function cyclic dependency/recurssion with 2 simple lookups
Igor Mammedov
1
-30
/
+13
2017-09-08
ppc: make cpu_model translation to type consistent
Igor Mammedov
1
-1
/
+1
2017-09-08
ppc: use macros to make cpu type name from string literal
Igor Mammedov
1
-3
/
+3
2017-09-08
PPC: KVM: Support machine option to set VSMT mode
Sam Bobroff
1
-14
/
+0
2017-09-08
ppc64: introduce e6500
KONRAD Frederic
1
-1
/
+90
2017-09-08
booke206: allow to specify an mmucfg value at the init
KONRAD Frederic
1
-4
/
+5
2017-09-08
ppc: spapr: Rename cpu_dt_id to vcpu_id
Sam Bobroff
1
-4
/
+4
2017-09-01
ppc: replace cpu_ppc_init() with cpu_generic_init()
Igor Mammedov
1
-5
/
+0
2017-08-09
target/ppc: Add stub implementation of the PSSCR
David Gibson
1
-0
/
+5
2017-08-09
target/ppc: Implement TIDR
David Gibson
1
-0
/
+5
[next]