Age | Commit message (Expand) | Author |
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-08-12 | trace-events: fix first line comment in trace-events | Laurent Vivier |
2016-08-10 | ppc/kvm: Register also a generic spapr CPU core family type | Thomas Huth |
2016-08-10 | ppc/kvm: Do not mess up the generic CPU family registration | Thomas Huth |
2016-08-10 | ppc: Introduce a function to look up CPU alias strings | Thomas Huth |
2016-08-10 | ppc64: fix compressed dump with pseries kernel | Laurent Vivier |
2016-07-29 | ppc: Fix fault PC reporting for lve*/stve* VMX instructions | Benjamin Herrenschmidt |
2016-07-25 | target-ppc: add PPC_MFTB flag to e500mc and e5500 | Michael Walle |
2016-07-25 | ppc: Huge page detection mechanism fixes - Episode III | Thomas Huth |
2016-07-21 | kvm-irqchip: i386: add hook for add/remove virq | Peter Xu |
2016-07-18 | ppc: Yet another fix for the huge page support detection mechanism | Thomas Huth |
2016-07-18 | target-ppc: fix left shift overflow in hpte_page_shift | Paolo Bonzini |
2016-07-18 | ppc/mmu-hash64: Remove duplicated #include statement | Thomas Huth |
2016-07-18 | ppc: abort if compat property contains an unknown value | Greg Kurz |
2016-07-18 | ppc: Fix support for odd MSR combinations | Benjamin Herrenschmidt |
2016-07-12 | Clean up ill-advised or unusual header guards | Markus Armbruster |
2016-07-12 | target-*: Clean up cpu.h header guards | Markus Armbruster |
2016-07-12 | Use #include "..." for our own headers, <...> for others | Markus Armbruster |
2016-07-12 | Fix confusing argument names in some common functions | Sergey Sorokin |
2016-07-05 | ppc/hash64: Fix support for LPCR:ISL | Benjamin Herrenschmidt |