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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-09
target-ppc: Unbreak kvm_ppc.c build
Andreas Färber
1
-1
/
+1
2012-06-07
build: move other target-*/ objects to nested Makefile.objs
Paolo Bonzini
1
-0
/
+3
2012-06-07
build: move libobj-y variable to nested Makefile.objs
Paolo Bonzini
1
-1
/
+3
2012-06-07
build: move obj-TARGET-y variables to nested Makefile.objs
Paolo Bonzini
1
-0
/
+1
2012-06-04
Kill off cpu_state_reset()
Andreas Färber
1
-5
/
+0
2012-06-04
target-ppc: Let cpu_ppc_init() return PowerPCCPU
Andreas Färber
2
-4
/
+12
2012-05-01
target-ppc: Some support for dumping TLB_EMB TLBs
François Revol
1
-0
/
+50
2012-05-01
PPC: Fix up e500 cache size setting
Alexander Graf
1
-12
/
+14
2012-04-15
target-ppc/machine.c: Drop unnecessary ifdefs
Juan Quintela
1
-8
/
+0
2012-04-15
target-ppc: Init dcache and icache size for e500 user mode
Meador Inge
1
-1
/
+4
2012-04-15
target-ppc: Fix type casts for w64 (uintptr_t)
Stefan Weil
1
-3
/
+3
2012-04-15
target-ppc: QOM'ify CPU reset
Andreas Färber
3
-46
/
+47
2012-04-15
target-ppc: Start QOM'ifying CPU init
Andreas Färber
2
-1
/
+11
2012-04-15
target-ppc: QOM'ify CPU
Andreas Färber
4
-1
/
+119
2012-04-15
target-ppc: Add hooks for handling tcg and kvm limitations
David Gibson
4
-25
/
+54
2012-04-15
target-ppc: Drop cpu_ppc_close()
Andreas Färber
2
-7
/
+0
2012-04-15
PPC: Fix TLB invalidation bug within the PPC interrupt handler.
Mark Cave-Ayland
1
-1
/
+1
2012-04-14
Use uintptr_t for various op related functions
Blue Swirl
1
-5
/
+3
2012-04-07
Replace Qemu by QEMU in comments
Stefan Weil
5
-21
/
+21
2012-03-15
PPC: KVM: Synchronize regs on CPU dump
Alexander Graf
1
-0
/
+2
2012-03-15
ppc: Correctly define POWERPC_INSNS2_DEFAULT
Meador Inge
1
-2
/
+2
2012-03-15
PPC: Fix large page support in TCG
Nathan Whitehorn
1
-6
/
+6
2012-03-15
PPC: Add PIR register to POWER7 CPU
Nathan Whitehorn
1
-0
/
+5
2012-03-15
PPC64: Add support for ldbrx and stdbrx instructions
Thomas Huth
3
-11
/
+47
2012-03-15
pseries: Don't try to munmap() a malloc()ed TCE table
David Gibson
1
-2
/
+10
2012-03-14
Rename CPUState -> CPUArchState
Andreas Färber
1
-1
/
+1
2012-03-14
target-ppc: Don't overuse CPUState
Andreas Färber
8
-152
/
+152
2012-03-14
Rename cpu_reset() to cpu_state_reset()
Andreas Färber
1
-1
/
+1
2012-03-14
PPC: 405: Use proper CPU reset
Alexander Graf
1
-0
/
+3
2012-02-28
target-ppc: Clean includes
Stefan Weil
2
-12
/
+0
2012-02-11
ppc: remove unused variables
Blue Swirl
1
-3
/
+0
2012-02-02
PPC: E500: Populate L1CFG0 SPR
Alexander Graf
1
-1
/
+4
2012-02-02
PPC: e500mc: Enable processor control
Alexander Graf
1
-1
/
+1
2012-02-02
PPC: E500: Implement msgsnd
Alexander Graf
3
-0
/
+35
2012-02-02
PPC: E500: Implement msgclr
Alexander Graf
3
-0
/
+54
2012-02-02
PPC: Enable doorbell excp handlers
Alexander Graf
1
-14
/
+2
2012-02-02
PPC: Add CPU feature for processor control
Alexander Graf
1
-1
/
+3
2012-02-02
PPC: E500: Add doorbell defines
Alexander Graf
1
-0
/
+16
2012-02-02
PPC: E500: Add some more excp vectors
Alexander Graf
1
-1
/
+4
2012-02-02
PPC: booke206: move avail check to tlbwe
Alexander Graf
2
-7
/
+10
2012-02-02
PPC: booke206: Check for TLB overrun
Alexander Graf
4
-1
/
+29
2012-02-02
PPC: booke206: Implement tlbilx
Alexander Graf
3
-0
/
+102
2012-02-02
PPC: booke206: Check for min/max TLB entry size
Alexander Graf
1
-0
/
+11
2012-02-02
PPC: booke: add tlbnps handling
Alexander Graf
1
-0
/
+25
2012-02-02
PPC: booke206: allow NULL raddr in ppcmas_tlb_check
Alexander Graf
1
-1
/
+4
2012-02-02
PPC: rename msync to msync_4xx
Alexander Graf
1
-2
/
+2
2012-02-02
PPC: e500: msync is 440 only, e500 has real sync
Alexander Graf
2
-5
/
+4
2012-02-02
PPC: e500mc: add missing IVORs to bitmap
Alexander Graf
1
-1
/
+5
2012-02-02
PPC: Add IVOR 38-42
Alexander Graf
2
-14
/
+20
2012-02-02
PPC: KVM: Update HIOR code to new interface
Alexander Graf
1
-3
/
+7
[next]