Age | Commit message (Expand) | Author |
2016-09-07 | ppc: Improve a few more helper flags | Benjamin Herrenschmidt |
2016-09-07 | ppc: Improve the exception helpers flags | Benjamin Herrenschmidt |
2016-09-07 | ppc: Improve flags for helpers loading/writing the time facilities | Benjamin Herrenschmidt |
2016-09-07 | ppc: Don't generate dead code on unconditional branches | Benjamin Herrenschmidt |
2016-09-07 | ppc: Rename #include'd .c files to .inc.c | Benjamin Herrenschmidt |
2016-09-07 | target-ppc: add extswsli[.] instruction | Nikunj A Dadhania |
2016-09-07 | target-ppc: add vsrv instruction | Vivek Andrew Sha |
2016-09-07 | target-ppc: add vslv instruction | Vivek Andrew Sha |
2016-09-07 | target-ppc: add vcmpnez[b,h,w][.] instructions | Swapnil Bokade |
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 |