Age | Commit message (Expand) | Author |
2016-09-07 | target-ppc: add vabsdu[b,h,w] instructions | Sandipan Das |
2016-09-07 | target-ppc: add dtstsfi[q] instructions | Sandipan Das |
2016-09-07 | target-ppc: implement branch-less divd[o][.] | Nikunj A Dadhania |
2016-09-07 | target-ppc: implement branch-less divw[o][.] | Nikunj A Dadhania |
2016-09-07 | ppc: load/store multiple and string insns don't do LE | Benjamin Herrenschmidt |
2016-09-07 | ppc: Use a helper to generate "LE unsupported" alignment interrupts | Benjamin Herrenschmidt |
2016-09-07 | ppc: Don't set access_type on all load/stores on hash64 | Benjamin Herrenschmidt |
2016-09-07 | ppc: Fix CFAR updates | Benjamin Herrenschmidt |
2016-09-07 | ppc: Speed up dcbz | Benjamin Herrenschmidt |
2016-09-07 | ppc: Handle unconditional (always/never) traps at translation time | Benjamin Herrenschmidt |
2016-09-07 | ppc: Make alignment exceptions suck less | Benjamin Herrenschmidt |
2016-09-07 | ppc: Don't update NIP in dcbz and lscbx | Benjamin Herrenschmidt |
2016-09-07 | ppc: Don't update NIP if not taking alignment exceptions | Benjamin Herrenschmidt |
2016-09-07 | ppc: Don't update NIP on conditional trap instructions | Benjamin Herrenschmidt |
2016-09-07 | ppc: Don't update NIP BookE 2.06 tlbwe | Benjamin Herrenschmidt |
2016-09-07 | ppc: Don't update NIP in facility unavailable interrupts | Benjamin Herrenschmidt |
2016-09-07 | ppc: Don't update NIP in DCR access routines | Benjamin Herrenschmidt |
2016-09-07 | ppc: Fix source NIP on SLB related interrupts | Benjamin Herrenschmidt |
2016-09-07 | ppc: Make tlb_fill() use new exception helper | Benjamin Herrenschmidt |
2016-09-07 | ppc: Don't update NIP in lmw/stmw/icbi | Benjamin Herrenschmidt |
2016-09-07 | ppc: Don't update NIP in lswi/lswx/stswi/stswx | Benjamin Herrenschmidt |
2016-09-07 | ppc: FP exceptions are always precise | Benjamin Herrenschmidt |
2016-09-07 | ppc: Don't update the NIP in floating point generated code | Benjamin Herrenschmidt |
2016-09-07 | ppc: Make float_check_status() pass the return address | Benjamin Herrenschmidt |
2016-09-07 | ppc: Make float_invalid_op_excp() pass the return address | Benjamin Herrenschmidt |
2016-09-07 | ppc: Rename fload_invalid_op_excp to float_invalid_op_excp | Benjamin Herrenschmidt |
2016-09-07 | ppc: Move VSX ops out of translate.c | Benjamin Herrenschmidt |
2016-09-07 | ppc: Move VMX ops out of translate.c | Benjamin Herrenschmidt |
2016-09-07 | ppc: Move DFP ops out of translate.c | Benjamin Herrenschmidt |
2016-09-07 | ppc: Move embedded spe ops out of translate.c | Benjamin Herrenschmidt |
2016-09-07 | ppc: Move classic fp ops out of translate.c | Benjamin Herrenschmidt |
2016-09-07 | ppc: Provide basic raise_exception_* functions | Benjamin Herrenschmidt |
2016-09-07 | target-ppc: introduce opc4 for Expanded Opcode | Nikunj A Dadhania |
2016-09-07 | target-ppc: add maddhd and maddhdu instruction | Nikunj A Dadhania |
2016-09-07 | target-ppc: add maddld instruction | Nikunj A Dadhania |
2016-09-07 | target-ppc: add setb instruction | Vivek Andrew Sha |
2016-09-07 | target-ppc: add cmpeqb instruction | Nikunj A Dadhania |
2016-09-07 | target-ppc: add cnttzw[.] instruction | Nikunj A Dadhania |
2016-09-07 | target-ppc: add cnttzd[.] instruction | Sandipan Das |
2016-09-07 | target-ppc: add modulo dword operations | Nikunj A Dadhania |
2016-09-07 | target-ppc: add modulo word operations | Nikunj A Dadhania |
2016-09-07 | target-ppc: add cmprb instruction | Nikunj A Dadhania |
2016-09-07 | target-ppc: adding addpcis instruction | Nikunj A Dadhania |
2016-09-07 | target-ppc: Introduce POWER ISA 3.0 flag | Nikunj A Dadhania |
2016-09-07 | target-ppc: Introduce Power9 family | Aneesh Kumar K.V |
2016-09-07 | hw/ppc: include fdt helper routine in a common file | Cédric Le Goater |
2016-09-07 | xics_kvm: drop extra checking of kernel_xics_fd | Greg Kurz |
2016-09-06 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2016-09-06 | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160906-v2' into sta... | Peter Maydell |
2016-09-06 | s390x/cpumodel: implement QMP interface "query-cpu-model-baseline" | David Hildenbrand |