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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-07
ppc: Don't update NIP in facility unavailable interrupts
Benjamin Herrenschmidt
4
-14
/
+5
2016-09-07
ppc: Don't update NIP in DCR access routines
Benjamin Herrenschmidt
2
-22
/
+13
2016-09-07
ppc: Fix source NIP on SLB related interrupts
Benjamin Herrenschmidt
1
-8
/
+8
2016-09-07
ppc: Make tlb_fill() use new exception helper
Benjamin Herrenschmidt
3
-122
/
+91
2016-09-07
ppc: Don't update NIP in lmw/stmw/icbi
Benjamin Herrenschmidt
2
-11
/
+6
2016-09-07
ppc: Don't update NIP in lswi/lswx/stswi/stswx
Benjamin Herrenschmidt
3
-20
/
+32
2016-09-07
ppc: FP exceptions are always precise
Benjamin Herrenschmidt
1
-5
/
+6
2016-09-07
ppc: Don't update the NIP in floating point generated code
Benjamin Herrenschmidt
2
-34
/
+0
2016-09-07
ppc: Make float_check_status() pass the return address
Benjamin Herrenschmidt
1
-27
/
+40
2016-09-07
ppc: Make float_invalid_op_excp() pass the return address
Benjamin Herrenschmidt
1
-2
/
+4
2016-09-07
ppc: Rename fload_invalid_op_excp to float_invalid_op_excp
Benjamin Herrenschmidt
1
-61
/
+61
2016-09-07
ppc: Move VSX ops out of translate.c
Benjamin Herrenschmidt
3
-991
/
+994
2016-09-07
ppc: Move VMX ops out of translate.c
Benjamin Herrenschmidt
3
-1065
/
+1077
2016-09-07
ppc: Move DFP ops out of translate.c
Benjamin Herrenschmidt
3
-363
/
+365
2016-09-07
ppc: Move embedded spe ops out of translate.c
Benjamin Herrenschmidt
3
-1326
/
+1336
2016-09-07
ppc: Move classic fp ops out of translate.c
Benjamin Herrenschmidt
3
-1201
/
+1213
2016-09-07
ppc: Provide basic raise_exception_* functions
Benjamin Herrenschmidt
2
-17
/
+42
2016-09-07
target-ppc: introduce opc4 for Expanded Opcode
Nikunj A Dadhania
2
-54
/
+155
2016-09-07
target-ppc: add maddhd and maddhdu instruction
Nikunj A Dadhania
1
-0
/
+25
2016-09-07
target-ppc: add maddld instruction
Nikunj A Dadhania
1
-0
/
+14
2016-09-07
target-ppc: add setb instruction
Vivek Andrew Sha
1
-0
/
+22
2016-09-07
target-ppc: add cmpeqb instruction
Nikunj A Dadhania
3
-0
/
+35
2016-09-07
target-ppc: add cnttzw[.] instruction
Nikunj A Dadhania
3
-0
/
+17
2016-09-07
target-ppc: add cnttzd[.] instruction
Sandipan Das
3
-0
/
+16
2016-09-07
target-ppc: add modulo dword operations
Nikunj A Dadhania
1
-0
/
+48
2016-09-07
target-ppc: add modulo word operations
Nikunj A Dadhania
1
-0
/
+48
2016-09-07
target-ppc: add cmprb instruction
Nikunj A Dadhania
1
-0
/
+39
2016-09-07
target-ppc: adding addpcis instruction
Nikunj A Dadhania
1
-0
/
+26
2016-09-07
target-ppc: Introduce POWER ISA 3.0 flag
Nikunj A Dadhania
2
-2
/
+5
2016-09-07
target-ppc: Introduce Power9 family
Aneesh Kumar K.V
5
-2
/
+93
2016-08-12
trace-events: fix first line comment in trace-events
Laurent Vivier
1
-1
/
+1
2016-08-10
ppc/kvm: Register also a generic spapr CPU core family type
Thomas Huth
1
-2
/
+5
2016-08-10
ppc/kvm: Do not mess up the generic CPU family registration
Thomas Huth
1
-7
/
+7
2016-08-10
ppc: Introduce a function to look up CPU alias strings
Thomas Huth
2
-0
/
+14
2016-08-10
ppc64: fix compressed dump with pseries kernel
Laurent Vivier
1
-0
/
+5
2016-07-29
ppc: Fix fault PC reporting for lve*/stve* VMX instructions
Benjamin Herrenschmidt
1
-10
/
+11
2016-07-25
target-ppc: add PPC_MFTB flag to e500mc and e5500
Michael Walle
1
-2
/
+2
2016-07-25
ppc: Huge page detection mechanism fixes - Episode III
Thomas Huth
1
-13
/
+14
2016-07-21
kvm-irqchip: i386: add hook for add/remove virq
Peter Xu
1
-0
/
+11
2016-07-18
ppc: Yet another fix for the huge page support detection mechanism
Thomas Huth
1
-3
/
+7
2016-07-18
target-ppc: fix left shift overflow in hpte_page_shift
Paolo Bonzini
1
-1
/
+1
2016-07-18
ppc/mmu-hash64: Remove duplicated #include statement
Thomas Huth
1
-1
/
+0
2016-07-18
ppc: abort if compat property contains an unknown value
Greg Kurz
1
-2
/
+2
2016-07-18
ppc: Fix support for odd MSR combinations
Benjamin Herrenschmidt
1
-24
/
+22
2016-07-12
Clean up ill-advised or unusual header guards
Markus Armbruster
4
-12
/
+12
2016-07-12
target-*: Clean up cpu.h header guards
Markus Armbruster
1
-3
/
+4
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
1
-1
/
+1
2016-07-12
Fix confusing argument names in some common functions
Sergey Sorokin
1
-4
/
+4
2016-07-05
ppc/hash64: Fix support for LPCR:ISL
Benjamin Herrenschmidt
1
-8
/
+17
2016-07-05
ppc/hash64: Add proper real mode translation support
Benjamin Herrenschmidt
4
-10
/
+174
[prev]
[next]