1. 7b13448 PPC: avoid function pointer type mismatch, spotted by clang by Blue Swirl · 14 years ago
  2. de6a1de target-ppc: generic PowerPC TBL by Dmitry Ilyevsky · 15 years ago
  3. d4c430a Large page TLB flush by Paul Brook · 15 years ago
  4. 3c7b48b Target specific usermode cleanup by Paul Brook · 15 years ago
  5. 4fcc562 Remove cpu_get_phys_page_debug from userspace emulation by Paul Brook · 15 years ago
  6. 5270589 Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h. by Richard Henderson · 15 years ago
  7. 0aef426 target-ppc: fix evsrwu and evsrws (second try) by Aurelien Jarno · 15 years ago
  8. 26b14dc target-ppc: fix evsrwu and evsrws by Aurelien Jarno · 15 years ago
  9. e29ef9f target-ppc: fix evslw instruction by Aurelien Jarno · 15 years ago
  10. ea375f9 KVM: Rework VCPU state writeback API by Jan Kiszka · 15 years ago
  11. 6c71232 target-ppc: don't print invalid opcode messages on the console by Aurelien Jarno · 15 years ago
  12. db9a231 Revert "target-ppc: stop translation after a trap instruction" by Aurelien Jarno · 15 years ago
  13. 6454e7b target-ppc: stop translation after a trap instruction by Aurelien Jarno · 15 years ago
  14. ae01847 target-ppc: fix SPE evsplat* instructions by Nathan Froyd · 15 years ago
  15. e6bba2e target-ppc: fix SPE evcmp* instructions by Nathan Froyd · 15 years ago
  16. c6a94ba PPC: Add timer when running KVM by Alexander Graf · 15 years ago
  17. b2eca44 PPC: Fix large pages by Alexander Graf · 15 years ago
  18. dc333cd PPC: tell the guest about the time base frequency by Alexander Graf · 15 years ago
  19. 95ff895 target-ppc: change DCR helpers to target_long arguments by Aurelien Jarno · 15 years ago
  20. 49a945a kill regs_to_env and env_to_regs by Paolo Bonzini · 15 years ago
  21. dcbc9a7 ppc-40x: Correct ESR for zone protection faults. by Edgar E. Iglesias · 15 years ago
  22. ec5c3e4 ppc-40x: Correct decoding of zone protection bits. by Edgar E. Iglesias · 15 years ago
  23. c5b9729 ppc-40x: Correct check for Endian swapping TLB entries. by Edgar E. Iglesias · 15 years ago
  24. f25359c ppc-40x: Get TLB attributes from TLBLO. by Edgar E. Iglesias · 15 years ago
  25. 73b0196 PPC: Make DCR uint32_t by Alexander Graf · 15 years ago
  26. b711de9 PPC64: Fix alternate timebase by Aurelien Jarno · 15 years ago
  27. e3ea652 PPC64: Fix timebase by Alexander Graf · 15 years ago
  28. 82c09f2 target-ppc: fix ppc32 kvm build by Alexander Graf · 15 years ago
  29. ba5e509 target-ppc: Get MMU state on register sync by Alexander Graf · 15 years ago
  30. caa5af0 kvm: Add arch reset handler by Jan Kiszka · 15 years ago
  31. 812151f kvm ppc: Remove unused label by Hollis Blanchard · 15 years ago
  32. b55a37c user: move CPU reset call to main.c for x86/PPC/Sparc by Blue Swirl · 15 years ago
  33. d84bda4 PPC: rename cpu_ppc_reset to cpu_reset for consistency by Blue Swirl · 15 years ago
  34. e439413 PPC: remove unneeded calls to device reset by Blue Swirl · 15 years ago
  35. cb2dbfc target-ppc: move often used CPU fields at the top of the structure by Aurelien Jarno · 15 years ago
  36. 74d77ca target-ppc: simpler definitions for microcontrollers based on e300 by Thomas Monjalon · 15 years ago
  37. 492d7bf target-ppc: add declarations of microcontrollers based on e300 by Thomas Monjalon · 15 years ago
  38. 8daf178 target-ppc: better support of e300 CPU core by Thomas Monjalon · 15 years ago
  39. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  40. 99a0949 Get rid of _t suffix by malc · 15 years ago
  41. 731c54f target-ppc: log instructions start in TCG code by Aurelien Jarno · 15 years ago
  42. 86178a5 static and inline should came before the type of the functions by Juan Quintela · 15 years ago
  43. 7fd6bf7 target-ppc: optimize slw/srw/sld/srd by Aurelien Jarno · 15 years ago
  44. 72cf2d4 Fix sys-queue.h conflict for good by Blue Swirl · 15 years ago
  45. 6ee093c Unexport ticks_per_sec variable. Create get_ticks_per_sec() function by Juan Quintela · 15 years ago
  46. 4c0960c kvm: Simplify cpu_synchronize_state() by Avi Kivity · 15 years ago
  47. 0b5c1ce cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal by Nathan Froyd · 15 years ago
  48. b11ebf6 Replace REGX with PRIx64 by Blue Swirl · 15 years ago
  49. 90e189e Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plx by Blue Swirl · 15 years ago
  50. 636aa20 Replace always_inline with inline by Blue Swirl · 15 years ago
  51. 4425265 target-ppc: add exceptions for conditional stores by Nathan Froyd · 15 years ago
  52. 18b21a2 target-ppc: retain l{w,d}arx loaded value by Nathan Froyd · 15 years ago
  53. 174c80d target-ppc: add cpu_set_tls by Nathan Froyd · 15 years ago
  54. d11f69b target-ppc: fix cpu_clone_regs by Nathan Froyd · 15 years ago
  55. e2542fe rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN by Juan Quintela · 15 years ago
  56. 3f0855b Rename HAVE_FDT to CONFIG_FDT and define it also in Makefile by Juan Quintela · 15 years ago
  57. 1641533 Use correct input constant by Alexander Graf · 15 years ago
  58. 861bbc8 Set PVR in sregs by Alexander Graf · 15 years ago
  59. 0bf9e31 Fix most warnings (errors with -Werror) when debugging is enabled by Blue Swirl · 15 years ago
  60. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 15 years ago
  61. f407823 target-ppc: enable PPC_MFTB for 44x by Baojun Wang · 15 years ago
  62. fbe7300 ppc tcg: fix wrong bit/mask of wrteei by Baojun Wang · 15 years ago
  63. 33890b3 target-ppc: fix evmergelo and evmergelohi by Nathan Froyd · 15 years ago
  64. a139aa1 target-ppc: permit linux-user to read PVR by Nathan Froyd · 15 years ago
  65. d2e9fd8 Apply TCGV_UNUSED on variables that GCC mistakenly thinks can be used by malc · 15 years ago
  66. 5c55ff9 Replace ELF section hack with normal table by Blue Swirl · 15 years ago
  67. 2e61005 Concentrate rest of table entries to top by Blue Swirl · 15 years ago
  68. 5462327 Concentrate most table entries to top by Blue Swirl · 15 years ago
  69. e8eaa2c Clean up GEN_HANDLER2 by Blue Swirl · 15 years ago
  70. 99e300e Clean up GEN_HANDLER by Blue Swirl · 15 years ago
  71. c5b76b3 Fix mingw32 build warnings by Blue Swirl · 15 years ago
  72. b0a46a3 kvm: Add missing bits to support live migration by Jan Kiszka · 15 years ago
  73. f80f9ec Convert machine registration to use module init functions by Anthony Liguori · 15 years ago
  74. 1ad2134 Hardware convenience library by Paul Brook · 15 years ago
  75. c29b735 target-ppc: expose cpu capability flags by Nathan Froyd · 15 years ago
  76. 5561650 Include assert.h from qemu-common.h by Paul Brook · 15 years ago
  77. 1481e16 Fix typo that leads to out of bounds array access on big endian systems by malc · 15 years ago
  78. 2d3eb7b Fix powerpc 604 reset vector by Tristan Gingold · 15 years ago
  79. fc1c67b Fix PPC reset by Blue Swirl · 15 years ago
  80. 0bf46a4 qemu: introduce qemu_init_vcpu (Marcelo Tosatti) by aliguori · 15 years ago
  81. 6a4955a qemu: per-arch cpu_has_work (Marcelo Tosatti) by aliguori · 15 years ago
  82. 69a218f target-ppc: mark a few helpers TCG_CALL_CONST and/or TCG_CALL_PURE by aurel32 · 15 years ago
  83. 2dc766d Fix ppc-softmmu warnings on OpenBSD host by blueswir1 · 15 years ago
  84. 1b530a6 Add new command line option -singlestep for tcg single stepping. by aurel32 · 16 years ago
  85. bf1752e target-ppc: Explain why the whole TLB is flushed on SR write by aurel32 · 16 years ago
  86. af4b6c5 target-ppc: avoid nop to override next instruction by aurel32 · 16 years ago
  87. 7f70c93 Make the ELF loader aware of backwards compatibility by blueswir1 · 16 years ago
  88. fa3966a target-ppc: use the new bswap* TCG ops by aurel32 · 16 years ago
  89. 66896cb tcg: rename bswap_i32/i64 functions by aurel32 · 16 years ago
  90. 515e2f7 target-ppc: fix commit r6789 by aurel32 · 16 years ago
  91. 651721b targe-ppc: optimize mfcr and mtcrf by aurel32 · 16 years ago
  92. 69bd582 target-ppc: free a tcg temp variable by aurel32 · 16 years ago
  93. d34defb target-ppc: add support for reading/writing spefscr by aurel32 · 16 years ago
  94. 70976a7 Fix off-by-one errors for Altivec and SPE registers by aurel32 · 16 years ago
  95. 9485593 Disable BAT for 970 by blueswir1 · 16 years ago
  96. 0497d2f Fix mfcr on ppc64-softmmu by aurel32 · 16 years ago
  97. 8eee0af Keep SLB in-CPU by blueswir1 · 16 years ago
  98. 29c8ca6 Fix NX bit by blueswir1 · 16 years ago
  99. 2ada0ed Fix RFI(d) by blueswir1 · 16 years ago
  100. 4911012 Implement mtfsf.L encoding by blueswir1 · 16 years ago