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
/
cpu.h
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-22
target-ppc: Move ppc tlb_fill implementation into mmu_helper.c
David Gibson
1
-2
/
+0
2013-03-22
target-ppc: Split user only code out of mmu_helper.c
David Gibson
1
-1
/
+4
2013-03-22
mmu-hash64: Implement Virtual Page Class Key Protection
David Gibson
1
-2
/
+6
2013-03-22
mmu-hash*: Add header file for definitions
David Gibson
1
-24
/
+0
2013-03-22
target-ppc: mmu_ctx_t should not be a global type
David Gibson
1
-14
/
+0
2013-03-22
target-ppc: Disentangle BAT code for 32-bit hash MMUs
David Gibson
1
-2
/
+0
2013-03-22
target-ppc: Don't share get_pteg_offset() between 32 and 64-bit
David Gibson
1
-1
/
+0
2013-03-22
target-ppc: Disentangle hash mmu helper functions
David Gibson
1
-3
/
+0
2013-03-22
target-ppc: Disentangle get_physical_address() paths
David Gibson
1
-0
/
+2
2013-03-22
target-ppc: Disentangle find_pte()
David Gibson
1
-0
/
+2
2013-03-22
target-ppc: Disentangle pte_check()
David Gibson
1
-0
/
+2
2013-03-22
target-ppc: Move SLB handling into a mmu-hash64.c
David Gibson
1
-3
/
+0
2013-03-22
target-ppc: Trivial cleanups in mmu_helper.c
David Gibson
1
-3
/
+0
2013-03-22
target-ppc: Remove vestigial PowerPC 620 support
David Gibson
1
-30
/
+0
2013-03-22
PPC/GDB: handle read and write of fpscr
Fabien Chouteau
1
-0
/
+2
2013-03-12
cpu: Replace do_interrupt() by CPUClass::do_interrupt method
Andreas Färber
1
-1
/
+0
2013-03-12
cpu: Move halted and interrupt_request fields to CPUState
Andreas Färber
1
-2
/
+3
2013-03-08
target-ppc: Add mechanism for synchronizing SPRs with KVM
David Gibson
1
-0
/
+6
2013-03-08
target-ppc: Convert CPU definitions
Andreas Färber
1
-20
/
+0
2013-02-23
target-ppc: Split out SO, OV, CA fields from XER
Richard Henderson
1
-4
/
+20
2013-02-01
PPC: Unify dcbzl code path
Alexander Graf
1
-4
/
+2
2013-01-07
target-ppc: Slim conversion of model definitions to QOM subclasses
Andreas Färber
1
-4
/
+0
2013-01-07
PPC: Bring EPR support closer to reality
Alexander Graf
1
-1
/
+3
2012-12-19
fpu: move public header file to include/fpu
Paolo Bonzini
1
-1
/
+1
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
1
-3
/
+3
2012-12-14
target-ppc: Don't use hwaddr to represent hardware state
David Gibson
1
-1
/
+1
2012-11-03
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
Blue Swirl
1
-7
/
+0
2012-11-01
target-ppc: make some functions static
Blue Swirl
1
-6
/
+0
2012-11-01
ppc: add missing static
Blue Swirl
1
-1
/
+0
2012-11-01
Merge remote-tracking branch 'afaerber/qom-cpu' into staging
Anthony Liguori
1
-2
/
+4
2012-11-01
target-ppc: Extend FPU state for newer POWER CPUs
David Gibson
1
-1
/
+3
2012-11-01
target-ppc: Rework storage of VPA registration state
David Gibson
1
-3
/
+3
2012-10-31
cpus: Pass CPUState to [qemu_]cpu_has_work()
Andreas Färber
1
-1
/
+3
2012-10-31
target-ppc: Pass PowerPCCPU to cpu_ppc_hypercall
Andreas Färber
1
-1
/
+1
2012-10-29
target-ppc: Rework storage of VPA registration state
David Gibson
1
-4
/
+3
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
1
-12
/
+12
2012-10-04
target-ppc: Remove unused power_mode field from cpu state
David Gibson
1
-1
/
+0
2012-06-24
PPC: BookE206: Bump MAS2 to 64bit
Alexander Graf
1
-1
/
+1
2012-06-24
PPC: BookE: Implement EPR SPR
Alexander Graf
1
-0
/
+1
2012-06-24
PPC: Add support for MSR_CM
Alexander Graf
1
-0
/
+9
2012-06-24
PPC: Add some booke SPR defines
Alexander Graf
1
-0
/
+22
2012-06-24
ppc64: Rudimentary Support for extra page sizes on server CPUs
Benjamin Herrenschmidt
1
-0
/
+31
2012-06-24
ppc: Cleanup MMU merge
Blue Swirl
1
-21
/
+0
2012-06-24
ppc: Move exception helpers from helper.c to excp_helper.c
Blue Swirl
1
-2
/
+0
2012-06-04
target-ppc: Let cpu_ppc_init() return PowerPCCPU
Andreas Färber
1
-2
/
+10
2012-04-15
target-ppc: QOM'ify CPU
Andreas Färber
1
-0
/
+2
2012-04-15
target-ppc: Drop cpu_ppc_close()
Andreas Färber
1
-1
/
+0
2012-04-07
Replace Qemu by QEMU in comments
Stefan Weil
1
-3
/
+3
2012-03-15
PPC64: Add support for ldbrx and stdbrx instructions
Thomas Huth
1
-1
/
+3
2012-03-14
Rename CPUState -> CPUArchState
Andreas Färber
1
-1
/
+1
[next]