Age | Commit message (Expand) | Author | Files | Lines |
2016-11-15 | FU exceptions should carry a cause (IC) | Balbir Singh | 1 | -0/+3 |
2016-11-15 | target-ppc: Implement bcdctz. instruction | Jose Ricardo Ziviani | 3 | -0/+51 |
2016-11-15 | target-ppc: Implement bcdcfz. instruction | Jose Ricardo Ziviani | 3 | -0/+52 |
2016-11-15 | target-ppc: Implement bcdctn. instruction | Jose Ricardo Ziviani | 3 | -0/+48 |
2016-11-15 | target-ppc: Implement bcdcfn. instruction | Jose Ricardo Ziviani | 4 | -2/+114 |
2016-11-15 | ppc: Remove some stub POWER6 models | David Gibson | 2 | -6/+0 |
2016-11-15 | target-ppc: add vprtyb[w/d/q] instructions | Ankit Kumar | 4 | -0/+44 |
2016-11-15 | target-ppc: add vrldnm and vrlwnm instructions | Bharata B Rao | 4 | -6/+20 |
2016-11-15 | target-ppc: add vrldnmi and vrlwmi instructions | Gautham R. Shenoy | 6 | -30/+84 |
2016-11-01 | log: Add locking to large logging blocks | Richard Henderson | 1 | -0/+2 |
2016-10-31 | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st... | Peter Maydell | 2 | -2/+0 |
2016-10-28 | clean-up: removed duplicate #includes | Anand J | 2 | -2/+0 |
2016-10-28 | ppc: allow certain HV interrupts to be delivered to guests | Nicholas Piggin | 1 | -6/+26 |
2016-10-28 | target-ppc: Add xvcmpnesp, xvcmpnedp instructions | Swapnil Bokade | 4 | -8/+17 |
2016-10-28 | target-ppc: add xscmp[eq,gt,ge,ne]dp instructions | Sandipan Das | 4 | -0/+64 |
2016-10-28 | target-ppc: add vmul10[u,eu,cu,ecu]q instructions | Vasant Hegde | 2 | -4/+76 |
2016-10-28 | ppc: Fix single step with gdb stub | Benjamin Herrenschmidt | 1 | -1/+1 |
2016-10-28 | ppc: fix MSR_ME handling for system reset interrupt | Nicholas Piggin | 1 | -2/+2 |
2016-10-28 | target-ppc: implement xxbr[qdwh] instruction | Nikunj A Dadhania | 3 | -0/+117 |
2016-10-28 | target-ppc: implement vnegw/d instructions | Nikunj A Dadhania | 4 | -0/+18 |
2016-10-24 | exec: call cpu_exec_exit() from a CPU unrealize common function | Laurent Vivier | 2 | -1/+9 |
2016-10-24 | exec: move cpu_exec_init() calls to realize functions | Laurent Vivier | 1 | -1/+1 |
2016-10-14 | target-ppc: implement vexts[bh]2w and vexts[bhw]2d | Nikunj A Dadhania | 4 | -0/+30 |
2016-10-05 | target-ppc: fix vmx instruction type/type2 | Nikunj A Dadhania | 2 | -24/+24 |
2016-10-05 | target-ppc/kvm: Enable transactional memory on POWER8 with KVM-HV, too | Thomas Huth | 1 | -1/+8 |
2016-10-05 | target-ppc/kvm: Add a wrapper function to check for KVM-PR | Thomas Huth | 1 | -10/+16 |
2016-10-05 | target-ppc: Implement mtvsrws instruction | Ravi Bangoria | 2 | -0/+20 |
2016-10-05 | target-ppc: add vclzlsbb/vctzlsbb instructions | Rajalakshmi Srinivasaraghavan | 4 | -0/+48 |
2016-10-05 | target-ppc: add vector compare not equal instructions | Rajalakshmi Srinivasaraghavan | 4 | -16/+38 |
2016-10-05 | target-ppc: fix invalid mask - cmpl, bctar | Avinesh Kumar | 1 | -2/+2 |
2016-10-05 | target-ppc: add stxvb16x instruction | Nikunj A Dadhania | 2 | -0/+20 |
2016-10-05 | target-ppc: add lxvb16x instruction | Nikunj A Dadhania | 2 | -0/+20 |
2016-10-05 | target-ppc: add stxvh8x instruction | Nikunj A Dadhania | 2 | -0/+32 |
2016-10-05 | target-ppc: add lxvh8x instruction | Nikunj A Dadhania | 2 | -0/+50 |
2016-10-05 | target-ppc: improve stxvw4x implementation | Nikunj A Dadhania | 1 | -14/+19 |
2016-10-05 | target-ppc: improve lxvw4x implementation | Nikunj A Dadhania | 1 | -14/+18 |
2016-10-05 | target-ppc: Implement mtvsrdd instruction | Ravi Bangoria | 2 | -0/+24 |
2016-10-05 | target-ppc: Implement mfvsrld instruction | Ravi Bangoria | 2 | -0/+18 |
2016-10-05 | ppc: Check the availability of transactional memory | Thomas Huth | 2 | -0/+13 |
2016-09-27 | linux-user: remove #define smp_{cores, threads} | Marc-André Lureau | 1 | -1/+2 |
2016-09-23 | ppc/kvm: Mark 64kB page size support as disabled if not available | Thomas Huth | 1 | -0/+7 |
2016-09-23 | Enable H_CLEAR_MOD and H_CLEAR_REF hypercalls on KVM/PPC64. | Nathan Whitehorn | 2 | -0/+11 |
2016-09-23 | target-ppc: tlbie/tlbivax should have global effect | Nikunj A Dadhania | 5 | -4/+32 |
2016-09-23 | target-ppc: add flag in check_tlb_flush() | Nikunj A Dadhania | 5 | -17/+26 |
2016-09-23 | target-ppc: add TLB_NEED_LOCAL_FLUSH flag | Nikunj A Dadhania | 4 | -7/+8 |
2016-09-23 | spapr: Introduce sPAPRCPUCoreClass | Bharata B Rao | 1 | -16/+6 |
2016-09-23 | target-ppc: implement darn instruction | Ravi Bangoria | 3 | -0/+38 |
2016-09-23 | target-ppc: add stxsi[bh]x instruction | Nikunj A Dadhania | 3 | -0/+7 |
2016-09-23 | target-ppc: add lxsi[bw]zx instruction | Nikunj A Dadhania | 3 | -0/+6 |
2016-09-23 | target-ppc: add xxspltib instruction | Nikunj A Dadhania | 3 | -0/+27 |