Sign in
qemu-android
/
qemu-android
/
88adbdfdf4b33210ba7acb0a30c292d301ca1554
/
target-ppc
e8906f3
PPC: E500: Set ESR values
by Alexander Graf
· 14 years ago
27a69bb
PPC: E500: Inject SPE exception on invalid SPE access
by Alexander Graf
· 14 years ago
542df9b
PPC: E500: Add ESR bit definitions
by Alexander Graf
· 14 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
97b348e
Remove unused is_softmmu parameter from cpu_handle_mmu_fault
by Blue Swirl
· 14 years ago
d5ab971
Avoid allocating TCG resources in non-TCG mode
by Jan Kiszka
· 14 years ago
3e45717
exec.h cleanup
by Blue Swirl
· 14 years ago
f5fc40b
target-alpha, target-ppc: Remove unnecessary setjmp.h include
by Peter Maydell
· 14 years ago
3b88670
Merge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
by Blue Swirl
· 14 years ago
2b41f10
Remove exec-all.h include directives
by Blue Swirl
· 14 years ago
f081c76
Move cpu_has_work and cpu_pc_from_tb to cpu.h
by Blue Swirl
· 14 years ago
f3e2703
exec.h: fix coding style and change cpu_has_work to return bool
by Blue Swirl
· 14 years ago
1162c04
cpu_loop_exit: avoid using AREG0
by Blue Swirl
· 14 years ago
3d0388f
kvm: ppc: Drop KVM_CAP build dependencies
by Jan Kiszka
· 14 years ago
0bed3bb
kvm: ppc: Drop CONFIG_KVM_PPC_PVR
by Jan Kiszka
· 14 years ago
1c53acc
PPC: move TLBs to their own arrays
by Alexander Graf
· 14 years ago
d1e256f
PPC: E500: Use MAS registers instead of internal TLB representation
by Alexander Graf
· 14 years ago
8018dc6
PPC: Only set lower 32bits with mtmsr
by Alexander Graf
· 14 years ago
826e7b8
target-ppc: Handle memory-forced I/O controller access
by Hervé Poussineau
· 14 years ago
9bf0960
Fix compilation warning due to missing header for sigaction (followup)
by Alexandre Raymond
· 14 years ago
594caf0
Merge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
by Aurelien Jarno
· 14 years ago
2c0d18d
target-ppc: remove old CONFIG_SOFTFLOAT #ifdef
by Aurelien Jarno
· 14 years ago
fafc0b6
PPC: fix sregs usage on booke
by Alexander Graf
· 14 years ago
1ff7854
ppc: Fix compilation for ppc64-softmmu
by Stefan Weil
· 14 years ago
6eba5c8
Merge branch 'trivial-patches' of git://repo.or.cz/qemu/stefanha
by Aurelien Jarno
· 14 years ago
5db070e
Merge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
by Aurelien Jarno
· 14 years ago
a57d23e
Fix typos in comments (chek -> check)
by Stefan Weil
· 14 years ago
dcfd14b
Delete unused tb_invalidate_page_range
by Blue Swirl
· 14 years ago
decb471
Fix a bug in mtsr/mtsrin emulation on ppc64
by David Gibson
· 14 years ago
6d42fb3
w32: Fix compilation and replace non-portable usage of ulong
by Stefan Weil
· 14 years ago
091959d
Merge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
by Aurelien Jarno
· 14 years ago
01662f3
PPC: Implement e500 (FSL) MMU
by Alexander Graf
· 14 years ago
a5858d7
PPC: Add another 64 bits to instruction feature mask
by Alexander Graf
· 14 years ago
71afeb6
PPC: Add GS MSR definition
by Alexander Graf
· 14 years ago
64e07be
kvm: ppc: detect old headers
by Alexander Graf
· 14 years ago
90dc881
monitor: add PPC BookE SPRs
by Scott Wood
· 14 years ago
5666ca4
kvm: ppc: fixes for KVM_SET_SREGS on init
by Scott Wood
· 14 years ago
60b14d9
Fix typos in comments (instanciation -> instantiation)
by Stefan Weil
· 14 years ago
5b46d07
Fix typo in comment (embeded -> embedded)
by Stefan Weil
· 14 years ago
618ba8e
Remove unused function parameter from cpu_restore_state
by Stefan Weil
· 14 years ago
e87b7cb
Remove unused function parameters from gen_pc_load and rename the function
by Stefan Weil
· 14 years ago
019702c
target-ppc: fix SPE comparison functions
by Aurelien Jarno
· 14 years ago
211315f
softfloat: rename float*_eq() into float*_eq_quiet()
by Aurelien Jarno
· 14 years ago
7dae117
target-ppc: remove #ifdef FLOAT128
by Aurelien Jarno
· 14 years ago
4b4a72e
Fix conversions from pointer to tcg_target_long
by Stefan Weil
· 14 years ago
6957785
ppce500_mpc8544ds: Fix compile with --enable-debug and --disable-kvm
by David Gibson
· 14 years ago
3601ff1
Use existing helper function to implement popcntd instruction
by David Gibson
· 14 years ago
ed12005
Implement PAPR VPA functions for pSeries shared processor partitions
by David Gibson
· 14 years ago
b45d63b
Implement PAPR CRQ hypercalls
by Ben Herrenschmidt
· 14 years ago
f43e352
Virtual hash page table handling on pSeries machine
by David Gibson
· 14 years ago
9d52e90
Add POWER7 support for ppc
by David Gibson
· 14 years ago
cdaee00
Support 1T segments on ppc
by David Gibson
· 14 years ago
256cebe
Better factor the ppc hash translation path
by David Gibson
· 14 years ago
fda6a0e
Use "hash" more consistently in ppc mmu code
by David Gibson
· 14 years ago
bb59390
Parse SDR1 on mtspr instead of at translate time
by David Gibson
· 14 years ago
8500e3a
Clean up slb_lookup() function
by David Gibson
· 14 years ago
eaabeef
Correct ppc popcntb logic, implement popcntw and popcntd
by David Gibson
· 14 years ago
3a7f009
Implement missing parts of the logic for the POWER PURR
by David Gibson
· 14 years ago
efdef95
Implement PowerPC slbmfee and slbmfev instructions
by David Gibson
· 14 years ago
d569956
Add a hook to allow hypercalls to be emulated on PowerPC
by David Gibson
· 14 years ago
81762d6
Clean up PowerPC SLB handling code
by David Gibson
· 14 years ago
17d9b3a
target-ppc: ext32u instead of andi with constant
by Aurelien Jarno
· 14 years ago
a0e1390
target-ppc: add support for 6 SPE instructions
by Fabien Chouteau
· 14 years ago
31b7c26
Merge remote branch 'qemu-kvm/uq/master' into staging
by Anthony Liguori
· 14 years ago
7447545
change all other clock references to use nanosecond resolution accessors
by Paolo Bonzini
· 14 years ago
bb4ea39
kvm: Align kvm_arch_handle_exit to kvm_cpu_exec changes
by Jan Kiszka
· 14 years ago
9903686
kvm: Rename kvm_arch_process_irqchip_events to async_events
by Jan Kiszka
· 14 years ago
bdcbd3e
kvm: ppc: Fix breakage of kvm_arch_pre_run/process_irqchip_events
by Jan Kiszka
· 14 years ago
eda48c3
inline cpu_halted into sole caller
by Paolo Bonzini
· 14 years ago
c5d69e6
Merge remote branch 'qemu-kvm/uq/master' into staging
by Anthony Liguori
· 14 years ago
630ecca
Handle icount for powerpc tbl/tbu/decr load and store.
by Tristan Gingold
· 14 years ago
7a39fe5
kvm: Drop return values from kvm_arch_pre/post_run
by Jan Kiszka
· 14 years ago
a1b87fe
kvm: Provide sigbus services arch-independently
by Jan Kiszka
· 14 years ago
b3a9836
Merge remote branch 'qemu-kvm/uq/master' into staging
by Anthony Liguori
· 14 years ago
94a8d39
kvm: Consolidate must-have capability checks
by Jan Kiszka
· 14 years ago
cad1e28
kvm: Drop smp_cpus argument from init functions
by Jan Kiszka
· 14 years ago
73aaec4
kvm: Stop on all fatal exit reasons
by Jan Kiszka
· 14 years ago
5823947
ppc: Correct BookE tlb reads
by Edgar E. Iglesias
· 14 years ago
d788b57
target-ppc: fix wrong NaN tests
by Aurelien Jarno
· 14 years ago
96912e3
target-ppc: fix sNaN propagation
by Aurelien Jarno
· 14 years ago
82b323c
target-ppc: use float32_is_any_nan()
by Aurelien Jarno
· 14 years ago
3eb28bb
target-ppc: fix default qNaN
by Aurelien Jarno
· 14 years ago
dd94ad9
target-ppc: remove PRECISE_EMULATION define
by Aurelien Jarno
· 14 years ago
1856987
softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()
by Peter Maydell
· 14 years ago
6d5c34f
Fix translation of unary PPC/SPE instructions (efdneg etc.).
by Mike Pall
· 14 years ago
138b38b
ppc: kvm: fix signedness warning
by Alexander Graf
· 14 years ago
9a78eea
target-xxx: Use fprintf_function (format checking)
by Stefan Weil
· 14 years ago
577f25a
ppc: avoid write only variables
by Blue Swirl
· 14 years ago
ae0bfb7
ppc: remove video.x
by Blue Swirl
· 14 years ago
999fa40
ppc: Minor 40x MMU fixes
by John Clark
· 14 years ago
2c50e26
powerpc: Add a virtex5 ml507 refdesign board
by Edgar E. Iglesias
· 14 years ago
9507037
powerpc: Add a ppc-440x5 Xilinx model
by Edgar E. Iglesias
· 15 years ago
a586e54
powerpc: Improve emulation of the BookE MMU
by Edgar E. Iglesias
· 15 years ago
d62d286
PPC: Suppress gcc warnings with -Wtype-limits
by Blue Swirl
· 15 years ago
4155744
PPC: Redesign interrupt trigger path
by Alexander Graf
· 15 years ago
f844c81
PPC: Enable hint bits for lwarx/ldarx
by Alexander Graf
· 15 years ago
24e0e38
powerpc: Avoid TLB related log spamming
by Edgar E. Iglesias
· 15 years ago
fc87e18
KVM: PPC: Add level based interrupt logic
by Alexander Graf
· 15 years ago
45024f0
PPC: Add PV hypercall transport through fw_cfg
by Alexander Graf
· 15 years ago
488243b
target-ppc: fix power mode checking on 7400/7410
by Aurelien Jarno
· 15 years ago
Next »