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
/
cpu.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-18
target/ppc: Split out VSCR_SAT to a vector field
Richard Henderson
1
-1
/
+3
2019-02-18
target/ppc: Remove vscr_nj and vscr_sat
Richard Henderson
1
-2
/
+0
2019-02-17
target/ppc: Enable reporting of SPRs to GDB
Fabiano Rosas
1
-0
/
+5
2019-02-04
ppc: remove the interrupt presenters from under PowerPCCPU
Cédric Le Goater
1
-5
/
+0
2019-01-22
ppc: Fix duplicated typedefs to be able to compile with Clang in gnu99 mode
Thomas Huth
1
-4
/
+5
2019-01-09
ppc: replace the 'Object *intc' by a 'ICPState *icp' pointer under the CPU
Cédric Le Goater
1
-1
/
+2
2019-01-09
ppc/xive: introduce a XiveTCTX pointer under PowerPCCPU
Cédric Le Goater
1
-0
/
+2
2019-01-09
target/ppc: move FP and VMX registers into aligned vsr register array
Mark Cave-Ayland
1
-6
/
+19
2019-01-09
target/ppc: merge ppc_vsr_t and ppc_avr_t union types
Mark Cave-Ayland
1
-7
/
+10
2018-12-21
target/ppc: Remove silly GETFIELD/SETFIELD/MASK_TO_LSH macros
David Gibson
1
-12
/
+0
2018-12-21
target/ppc: fix the PPC_BIT definitions
Cédric Le Goater
1
-3
/
+3
2018-11-08
target/ppc: add external PID support
Roman Kapl
1
-1
/
+23
2018-08-28
ppc: Remove deprecated ppcemb target
Thomas Huth
1
-16
/
+0
2018-08-21
ppc: add DBCR based debugging
Roman Kapl
1
-0
/
+5
2018-07-03
target/ppc: Remove POWERPC_EXCP_STCX
Richard Henderson
1
-5
/
+0
2018-07-03
target/ppc: Use atomic load for LQ and LQARX
Richard Henderson
1
-0
/
+3
2018-06-21
target/ppc: Allow cpu compatiblity checks based on type, not instance
David Gibson
1
-0
/
+4
2018-06-16
target/ppc, spapr: Move VPA information to machine_data
David Gibson
1
-6
/
+1
2018-06-16
target/ppc: drop empty #if/#endif block
Greg Kurz
1
-2
/
+0
2018-05-29
ppc: Rename 2.13 machines to 3.0
Peter Maydell
1
-1
/
+1
2018-05-04
spapr: Move PAPR mode cpu setup fully to spapr code
David Gibson
1
-1
/
+1
2018-05-04
target/ppc: add basic support for PTCR on POWER9
Cédric Le Goater
1
-0
/
+2
2018-04-27
target/ppc: Fold slb_nr into PPCHash64Options
David Gibson
1
-1
/
+2
2018-04-27
target/ppc: Fold ci_large_pages flag into PPCHash64Options
David Gibson
1
-1
/
+0
2018-04-27
target/ppc: Split page size information into a separate allocation
David Gibson
1
-22
/
+4
2018-03-19
cpu: get rid of unused cpu_init() defines
Igor Mammedov
1
-2
/
+0
2018-03-19
cpu: add CPU_RESOLVING_TYPE macro
Igor Mammedov
1
-0
/
+1
2018-02-21
target/*/cpu.h: remove softfloat.h
Alex Bennée
1
-1
/
+0
2018-01-25
accel/tcg: add size paremeter in tlb_fill()
Laurent Vivier
1
-1
/
+1
2018-01-20
target/ppc: add support for hypervisor doorbells on book3s CPUs
Cédric Le Goater
1
-2
/
+6
2018-01-20
target/ppc: fix doorbell and hypervisor doorbell definitions
Cédric Le Goater
1
-4
/
+4
2018-01-17
target/ppc: add support for POWER9 HILE
Cédric Le Goater
1
-0
/
+1
2018-01-17
target/ppc: Clarify compat mode max_threads value
David Gibson
1
-1
/
+1
2018-01-10
target/ppc: more use of the PPC_*() macros
Cédric Le Goater
1
-22
/
+34
2017-12-15
target/ppc: introduce the PPC_BIT() macro
Cédric Le Goater
1
-49
/
+56
2017-10-17
ppc: spapr: use generic cpu_model parsing
Igor Mammedov
1
-1
/
+0
2017-09-27
spapr: fix the value of SDR1 in kvmppc_put_books_sregs()
Greg Kurz
1
-0
/
+1
2017-09-08
ppc: use macros to make cpu type name from string literal
Igor Mammedov
1
-0
/
+3
2017-09-08
booke206: fix tlbnps for fixed size TLB
KONRAD Frederic
1
-0
/
+22
2017-09-08
booke206: fix booke206_tlbnps for mav 2.0
KONRAD Frederic
1
-2
/
+2
2017-09-08
ppc: spapr: Make VCPU ID handling private to SPAPR
Sam Bobroff
1
-18
/
+0
2017-09-08
ppc: spapr: Rename cpu_dt_id to vcpu_id
Sam Bobroff
1
-8
/
+8
2017-09-01
ppc: replace cpu_ppc_init() with cpu_generic_init()
Igor Mammedov
1
-2
/
+1
2017-08-09
target/ppc: Add stub implementation of the PSSCR
David Gibson
1
-0
/
+1
2017-08-09
target/ppc: Implement TIDR
David Gibson
1
-0
/
+1
2017-06-30
ppc: Rework CPU compatibility testing across migration
David Gibson
1
-0
/
+1
2017-06-30
pseries: Move CPU compatibility property to machine
David Gibson
1
-2
/
+3
2017-06-05
numa: move numa_node from CPUState into target specific classes
Igor Mammedov
1
-0
/
+1
2017-05-11
target/ppc: Avoid printing wrong aliases in CPU help text
Thomas Huth
1
-0
/
+1
2017-05-11
target/ppc: Implement ISA V3.00 radix page fault handler
Suraj Jitindar Singh
1
-0
/
+2
[next]