1. 4a92a55 cpu: make CPU_INTERRUPT_RESET available on all targets by Paolo Bonzini · 12 years ago
  2. 50a2c6e kvm: reset state from the CPU's reset method by Paolo Bonzini · 12 years ago
  3. 48add81 ppc: use kvm_vcpu_enable_cap() by Cornelia Huck · 11 years ago
  4. 06f6e12 PPC: Add l1 cache sizes for 970 and above systems by Alexander Graf · 11 years ago
  5. 05edc26 PPC: Only enter MSR_POW when no interrupts pending by Alexander Graf · 11 years ago
  6. e81a982 PPC: Clean up DECR implementation by Alexander Graf · 11 years ago
  7. 6cd7db3 target-ppc: Correct VSX Integer to FP Conversion by Tom Musta · 11 years ago
  8. d1dec5e target-ppc: Correct VSX FP to Integer Conversion by Tom Musta · 11 years ago
  9. 6bbad7a target-ppc: Correct VSX FP to FP Conversions by Tom Musta · 11 years ago
  10. 50fc89e target-ppc: Correct VSX Scalar Compares by Tom Musta · 11 years ago
  11. bcb7652 target-ppc: Correct Simple VSR LE Host Inversions by Tom Musta · 11 years ago
  12. d359db0 target-ppc: Correct LE Host Inversion of Lower VSRs by Tom Musta · 11 years ago
  13. 8018903 target-ppc: Define Endian-Correct Accessors for VSR Field Access by Tom Musta · 11 years ago
  14. 0453099 target-ppc: Bug: VSX Convert to Integer Should Truncate by Tom Musta · 11 years ago
  15. 76ac994 target-ppc: MSR_POW not supported on POWER7/7+/8 by Anton Blanchard · 11 years ago
  16. 5b2b7dc target-ppc: POWER7+ supports the MSR_VSX bit by Anton Blanchard · 11 years ago
  17. 536492e target-ppc: POWER8 supports isel by Anton Blanchard · 11 years ago
  18. d6fb330 target-ppc: POWER8 supports the MSR_LE bit by Anton Blanchard · 11 years ago
  19. df99d30 target-ppc: Introduce powerisa-207-server flag by Alexey Kardashevskiy · 11 years ago
  20. 5ec83c7 target-ppc: Force CPU threads count to be a power of 2 by Bharata B Rao · 11 years ago
  21. a80172a target-ppc: Fix overallocation of opcode tables by Stuart Brady · 11 years ago
  22. d197fdb target-ppc: Reset SPRs on CPU reset by Alexey Kardashevskiy · 11 years ago
  23. cfd54a0 target-ppc: Add missing 'static' and 'const' attributes by Stefan Weil · 11 years ago
  24. 3b163b0 misc: Fix typos in comments by Stefan Weil · 11 years ago
  25. 0c591eb cputlb: Change tlb_set_page() argument to CPUState by Andreas Färber · 12 years ago
  26. 00c8cb0 cputlb: Change tlb_flush() argument to CPUState by Andreas Färber · 12 years ago
  27. 31b030d cputlb: Change tlb_flush_page() argument to CPUState by Andreas Färber · 12 years ago
  28. a47dddd exec: Change cpu_abort() argument to CPUState by Andreas Färber · 12 years ago
  29. d0e39c5 target-ppc: Use PowerPCCPU in PowerPCCPUClass::handle_mmu_fault hook by Andreas Färber · 12 years ago
  30. 3f38f30 translate-all: Change cpu_restore_state() argument to CPUState by Andreas Färber · 12 years ago
  31. 5638d18 cpu-exec: Change cpu_loop_exit() argument to CPUState by Andreas Färber · 12 years ago
  32. d5a11fe exec: Change tlb_fill() argument to CPUState by Andreas Färber · 12 years ago
  33. f0c3c50 cpu: Move breakpoints field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  34. 2710342 cpu: Move exception_index field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  35. 7510454 cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook by Andreas Färber · 12 years ago
  36. 9262685 cpu: Factor out cpu_generic_init() by Andreas Färber · 11 years ago
  37. 8c2e1b0 cpu: Turn cpu_has_work() into a CPUClass hook by Andreas Färber · 12 years ago
  38. 33276f1 target-ppc: Clean up ENV_GET_CPU() usage by Andreas Färber · 11 years ago
  39. 0f20ba6 target-ppc: spapr: e500: fix to use cpu_dt_id by Alexey Kardashevskiy · 11 years ago
  40. 0ce470c target-ppc: add PowerPCCPU::cpu_dt_id by Alexey Kardashevskiy · 11 years ago
  41. c138593 target-ppc: Update ppc_hash64_store_hpte to support updating in-kernel htab by Aneesh Kumar K.V · 11 years ago
  42. 3f94170 target-ppc: Change the hpte store API by Aneesh Kumar K.V · 11 years ago
  43. 7c43bca target-ppc: Fix page table lookup with kvm enabled by Aneesh Kumar K.V · 11 years ago
  44. f3c75d4 target-ppc: Fix htab_mask calculation by Aneesh Kumar K.V · 11 years ago
  45. 3707cd6 target-ppc: Use Additional Temporary in stqcx Case by Tom Musta · 11 years ago
  46. 7dff9ab target-ppc: Fix Compiler Warnings Due to 64-Bit Constants Declared as UL by Tom Musta · 11 years ago
  47. e5d7d2b target-ppc/translate.c: Use ULL suffix for 64 bit constants by Peter Maydell · 11 years ago
  48. ac17454 target-ppc: Altivec 2.07: Vector Permute and Exclusive OR by Tom Musta · 11 years ago
  49. 57354f8 target-ppc: Altivec 2.07: Vector SHA Sigma Instructions by Tom Musta · 11 years ago
  50. 557d52f target-ppc: Altivec 2.07: AES Instructions by Tom Musta · 11 years ago
  51. e8f7b27 target-ppc: Altivec 2.07: Binary Coded Decimal Instructions by Tom Musta · 11 years ago
  52. b8476fc target-ppc: Altivec 2.07: Vector Polynomial Multiply Sum by Tom Musta · 11 years ago
  53. f1064f6 target-ppc: Altivec 2.07: Vector Gather Bits by Bytes by Tom Musta · 11 years ago
  54. 6f3dab4 target-ppc: Altivec 2.07: Doubleword Compares by Tom Musta · 11 years ago
  55. 4d82038 target-ppc: Altivec 2.07: vbpermq Instruction by Tom Musta · 11 years ago
  56. b41da4e target-ppc: Altivec 2.07: Quadword Addition and Subtracation by Tom Musta · 11 years ago
  57. 2fdf78e target-ppc: Altivec 2.07: Vector Doubleword Rotate and Shift Instructions by Tom Musta · 11 years ago
  58. 818692f target-ppc: Altivec 2.07: Change Bit Masks to Support 64-bit Rotates and Shifts by Tom Musta · 11 years ago
  59. e0ffe77 target-ppc: Altivec 2.07: Vector Merge Instructions by Tom Musta · 11 years ago
  60. 4430e07 target-ppc: Altivec 2.07: Unpack Signed Word Instructions by Tom Musta · 11 years ago
  61. 024215b target-ppc: Altivec 2.07: Pack Doubleword Instructions by Tom Musta · 11 years ago
  62. 8203e31 target-ppc: Altivec 2.07: Vector Min/Max Doubleword Instructions by Tom Musta · 11 years ago
  63. e13500b target-ppc: Altivec 2.07: Vector Population Count Instructions by Tom Musta · 11 years ago
  64. f293f04 target-ppc: Altivec 2.07: Add Vector Count Leading Zeroes by Tom Musta · 11 years ago
  65. 953f0f5 target-ppc: Altivec 2.07: vmuluw Instruction by Tom Musta · 11 years ago
  66. 63be093 target-ppc: Altivec 2.07: Multiply Even/Odd Word Instructions by Tom Musta · 11 years ago
  67. aa9e930 target-ppc: Altivec 2.07: Change VMUL_DO to Support 64-bit Integers by Tom Musta · 11 years ago
  68. 56eabc7 target-ppc: Altivec 2.07: Add/Subtract Unsigned Doubleword Modulo by Tom Musta · 11 years ago
  69. 111c5f5 target-ppc: Altivec 2.07: Vector Logical Instructions by Tom Musta · 11 years ago
  70. a737d3e target-ppc: Altivec 2.07: Add Support for R-Form Dual Instructions by Tom Musta · 11 years ago
  71. 50f5fc0 target-ppc: Altivec 2.07: Add Opcode Macro for VX Form Instructions by Tom Musta · 11 years ago
  72. 5dffff5 target-ppc: Altivec 2.07: Add Support for Dual Altivec Instructions by Tom Musta · 11 years ago
  73. 9b47bb4 target-ppc: Altivec 2.07: Add GEN_VXFORM3 by Tom Musta · 11 years ago
  74. bb52753 target-ppc: Altivec 2.07: Update AVR Structure by Tom Musta · 11 years ago
  75. 32ea54a target-ppc: Altivec 2.07: Add Instruction Flag by Tom Musta · 11 years ago
  76. 27b95bf target-ppc: Add Store Quadword Conditional by Tom Musta · 11 years ago
  77. 9c294d5 target-ppc: Add Load Quadword and Reserve by Tom Musta · 11 years ago
  78. 84cab1e target-ppc: Store Quadword by Tom Musta · 11 years ago
  79. e0498da target-ppc: Load Quadword by Tom Musta · 11 years ago
  80. 71a8c01 target-ppc: Add is_user_mode Utility Routine by Tom Musta · 11 years ago
  81. 38a8533 target-ppc: Add Flag for ISA 2.07 Load/Store Quadword Instructions by Tom Musta · 11 years ago
  82. 52a4984 target-ppc: Add bctar Instruction by Tom Musta · 11 years ago
  83. 6051104 target-ppc: Add Target Address SPR (TAR) to Power8 by Tom Musta · 11 years ago
  84. 94840e0 target-ppc: Add Flag for bctar by Tom Musta · 11 years ago
  85. f5bc1bf target-ppc: Fix xxpermdi When T==A or T==B by Tom Musta · 11 years ago
  86. 3f34cf9 target-ppc: add extended opcodes for dcbt/dcbtst by Cédric Le Goater · 11 years ago
  87. b36f100 PPC: KVM: suppress warnings about not supported SPRs by Alexey Kardashevskiy · 11 years ago
  88. 69b31b9 PPC: KVM: store SLB slot number by Alexey Kardashevskiy · 11 years ago
  89. 66c3e32 target-ppc: Add ISA2.06 lfiwzx Instruction by Tom Musta · 11 years ago
  90. ce8ca30 target-ppc: Enable frsqrtes on Power7 and Power8 by Tom Musta · 11 years ago
  91. 6d41d14 target-ppc: Add ISA 2.06 ftsqrt by Tom Musta · 11 years ago
  92. da29cb7 target-ppc: Add ISA 2.06 ftdiv Instruction by Tom Musta · 11 years ago
  93. 29a0e4e target-ppc: Add Flag for Power ISA V2.06 Floating Point Test Instructions by Tom Musta · 11 years ago
  94. c738608 target-ppc: Fix and enable fri[mnpz] by Tom Musta · 11 years ago
  95. 28288b4 target-ppc: Add ISA 2.06 fcfid[u][s] Instructions by Tom Musta · 11 years ago
  96. fab7fe4 target-ppc: Add ISA2.06 Float to Integer Instructions by Tom Musta · 11 years ago
  97. 1b0bd00 target-ppc: Add Flag for ISA V2.06 Floating Point Conversion by Tom Musta · 11 years ago
  98. 587c51f target-ppc: Add ISA 2.06 stbcx. and sthcx. Instructions by Tom Musta · 11 years ago
  99. 5c77a78 target-ppc: Add ISA2.06 lbarx, lharx Instructions by Tom Musta · 11 years ago
  100. 1fa6c53 target-ppc: Add Flag for ISA2.06 Atomic Instructions by Tom Musta · 11 years ago