1. c0a7e81 PPC: Enable 440EP CPU target by Alexander Graf · 13 years ago
  2. 6148b23 kvm: fix build error in ppc kvm due to memory_region_init_ram_ptr() change by Avi Kivity · 13 years ago
  3. f7aa558 PPC: Add description for the Freescale e500mc core. by Varun Sethi · 13 years ago
  4. 157feea kvm-ppc: halt secondary cpus when guest reset by Liu Yu-B13201 · 13 years ago
  5. 4e9200a PPC: monitor: add ability to dump SLB entries by Nishanth Aravamudan · 13 years ago
  6. 4abf79a fix spelling in target sub directory by Dong Xu Wang · 13 years ago
  7. ee2b399 PPC: Fix for the gdb single step problem on an rfi instruction by Sebastian Bauer · 14 years ago
  8. 02d4eae ppc: Alter CPU state to mask out TCG unimplemented instructions as appropriate by David Gibson · 13 years ago
  9. 74b41e5 pseries: Allow writes to KVM accelerated TCE table by David Gibson · 13 years ago
  10. 70bca53 KVM: PPC: Override host vmx/vsx/dfp only when information known by Alexander Graf · 13 years ago
  11. 98efaf7 ppc: Fix up usermode only builds by David Gibson · 13 years ago
  12. a734258 pseries: Correct vmx/dfp handling in both KVM and TCG cases by David Gibson · 13 years ago
  13. f0ad8c3 PPC: Disable non-440 CPUs for ppcemb target by Alexander Graf · 13 years ago
  14. 8b242eb PPC: Bump qemu-system-ppc to 64-bit physical address space by Alexander Graf · 13 years ago
  15. 37e305c ppc: Add cpu defs for POWER7 revisions 2.1 and 2.3 by David Gibson · 13 years ago
  16. a1e9858 ppc: First cut implementation of -cpu host by David Gibson · 13 years ago
  17. be40edc ppc: Remove broken partial PVR matching by David Gibson · 13 years ago
  18. 6659394 pseries: Add device tree properties for VMX/VSX and DFP under kvm by David Gibson · 13 years ago
  19. 9bc884b ppc: Generalize the kvmppc_get_clockfreq() function by David Gibson · 13 years ago
  20. 70560da Set an invalid-bits mask for each SPE instructions by Fabien Chouteau · 13 years ago
  21. 0f5cb29 pseries: Use Book3S-HV TCE acceleration capabilities by David Gibson · 13 years ago
  22. 354ac20 pseries: Allow KVM Book3S-HV on PPC970 CPUS by David Gibson · 13 years ago
  23. e97c363 pseries: Support SMT systems for KVM Book3S-HV by David Gibson · 13 years ago
  24. ddd1055 PPC: booke timers by Fabien Chouteau · 13 years ago
  25. 94135e8 KVM: PPC: Use HIOR setting for -M pseries with PR KVM by Alexander Graf · 13 years ago
  26. 5a576fb Gdbstub: handle read of fpscr by Fabien Chouteau · 14 years ago
  27. 697ab89 Implement POWER7's CFAR in TCG by David Gibson · 14 years ago
  28. 2bd9543 ppc: booke206: use MAV=2.0 TSIZE definition, fix 4G pages by Scott Wood · 14 years ago
  29. bebabbc ppc: booke206: add "info tlb" support by Scott Wood · 14 years ago
  30. 93dd5e8 kvm: ppc: booke206: use MMU API by Scott Wood · 14 years ago
  31. f61b4be PPC: Enable to use PAPR with PR style KVM by Alexander Graf · 14 years ago
  32. 921e28d PPC: KVM: Add stubs for kvm helper functions by Alexander Graf · 14 years ago
  33. e95a69c PPC: KVM: Remove kvmppc_read_host_property by Alexander Graf · 14 years ago
  34. eadaada PPC: KVM: Add generic function to read host clockfreq by Alexander Graf · 14 years ago
  35. a489f7f PPC: bamboo: Move host fdt copy to target by Alexander Graf · 14 years ago
  36. bccd9ec softmmu_header: pass CPUState to tlb_fill by Blue Swirl · 14 years ago
  37. 74e26c1 core: remove qemu_service_io by Frediano Ziglio · 13 years ago
  38. b2bedb2 Remove blanks before \n in output strings by Stefan Weil · 13 years ago
  39. e8906f3 PPC: E500: Set ESR values by Alexander Graf · 14 years ago
  40. 27a69bb PPC: E500: Inject SPE exception on invalid SPE access by Alexander Graf · 14 years ago
  41. 542df9b PPC: E500: Add ESR bit definitions by Alexander Graf · 14 years ago
  42. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  43. 97b348e Remove unused is_softmmu parameter from cpu_handle_mmu_fault by Blue Swirl · 14 years ago
  44. d5ab971 Avoid allocating TCG resources in non-TCG mode by Jan Kiszka · 14 years ago
  45. 3e45717 exec.h cleanup by Blue Swirl · 14 years ago
  46. f5fc40b target-alpha, target-ppc: Remove unnecessary setjmp.h include by Peter Maydell · 14 years ago
  47. 3b88670 Merge branch 'ppc-next' of git://repo.or.cz/qemu/agraf by Blue Swirl · 14 years ago
  48. 2b41f10 Remove exec-all.h include directives by Blue Swirl · 14 years ago
  49. f081c76 Move cpu_has_work and cpu_pc_from_tb to cpu.h by Blue Swirl · 14 years ago
  50. f3e2703 exec.h: fix coding style and change cpu_has_work to return bool by Blue Swirl · 14 years ago
  51. 1162c04 cpu_loop_exit: avoid using AREG0 by Blue Swirl · 14 years ago
  52. 3d0388f kvm: ppc: Drop KVM_CAP build dependencies by Jan Kiszka · 14 years ago
  53. 0bed3bb kvm: ppc: Drop CONFIG_KVM_PPC_PVR by Jan Kiszka · 14 years ago
  54. 1c53acc PPC: move TLBs to their own arrays by Alexander Graf · 14 years ago
  55. d1e256f PPC: E500: Use MAS registers instead of internal TLB representation by Alexander Graf · 14 years ago
  56. 8018dc6 PPC: Only set lower 32bits with mtmsr by Alexander Graf · 14 years ago
  57. 826e7b8 target-ppc: Handle memory-forced I/O controller access by Hervé Poussineau · 14 years ago
  58. 9bf0960 Fix compilation warning due to missing header for sigaction (followup) by Alexandre Raymond · 14 years ago
  59. 594caf0 Merge branch 'ppc-next' of git://repo.or.cz/qemu/agraf by Aurelien Jarno · 14 years ago
  60. 2c0d18d target-ppc: remove old CONFIG_SOFTFLOAT #ifdef by Aurelien Jarno · 14 years ago
  61. fafc0b6 PPC: fix sregs usage on booke by Alexander Graf · 14 years ago
  62. 1ff7854 ppc: Fix compilation for ppc64-softmmu by Stefan Weil · 14 years ago
  63. 6eba5c8 Merge branch 'trivial-patches' of git://repo.or.cz/qemu/stefanha by Aurelien Jarno · 14 years ago
  64. 5db070e Merge branch 'ppc-next' of git://repo.or.cz/qemu/agraf by Aurelien Jarno · 14 years ago
  65. a57d23e Fix typos in comments (chek -> check) by Stefan Weil · 14 years ago
  66. dcfd14b Delete unused tb_invalidate_page_range by Blue Swirl · 14 years ago
  67. decb471 Fix a bug in mtsr/mtsrin emulation on ppc64 by David Gibson · 14 years ago
  68. 6d42fb3 w32: Fix compilation and replace non-portable usage of ulong by Stefan Weil · 14 years ago
  69. 091959d Merge branch 'ppc-next' of git://repo.or.cz/qemu/agraf by Aurelien Jarno · 14 years ago
  70. 01662f3 PPC: Implement e500 (FSL) MMU by Alexander Graf · 14 years ago
  71. a5858d7 PPC: Add another 64 bits to instruction feature mask by Alexander Graf · 14 years ago
  72. 71afeb6 PPC: Add GS MSR definition by Alexander Graf · 14 years ago
  73. 64e07be kvm: ppc: detect old headers by Alexander Graf · 14 years ago
  74. 90dc881 monitor: add PPC BookE SPRs by Scott Wood · 14 years ago
  75. 5666ca4 kvm: ppc: fixes for KVM_SET_SREGS on init by Scott Wood · 14 years ago
  76. 60b14d9 Fix typos in comments (instanciation -> instantiation) by Stefan Weil · 14 years ago
  77. 5b46d07 Fix typo in comment (embeded -> embedded) by Stefan Weil · 14 years ago
  78. 618ba8e Remove unused function parameter from cpu_restore_state by Stefan Weil · 14 years ago
  79. e87b7cb Remove unused function parameters from gen_pc_load and rename the function by Stefan Weil · 14 years ago
  80. 019702c target-ppc: fix SPE comparison functions by Aurelien Jarno · 14 years ago
  81. 211315f softfloat: rename float*_eq() into float*_eq_quiet() by Aurelien Jarno · 14 years ago
  82. 7dae117 target-ppc: remove #ifdef FLOAT128 by Aurelien Jarno · 14 years ago
  83. 4b4a72e Fix conversions from pointer to tcg_target_long by Stefan Weil · 14 years ago
  84. 6957785 ppce500_mpc8544ds: Fix compile with --enable-debug and --disable-kvm by David Gibson · 14 years ago
  85. 3601ff1 Use existing helper function to implement popcntd instruction by David Gibson · 14 years ago
  86. ed12005 Implement PAPR VPA functions for pSeries shared processor partitions by David Gibson · 14 years ago
  87. b45d63b Implement PAPR CRQ hypercalls by Ben Herrenschmidt · 14 years ago
  88. f43e352 Virtual hash page table handling on pSeries machine by David Gibson · 14 years ago
  89. 9d52e90 Add POWER7 support for ppc by David Gibson · 14 years ago
  90. cdaee00 Support 1T segments on ppc by David Gibson · 14 years ago
  91. 256cebe Better factor the ppc hash translation path by David Gibson · 14 years ago
  92. fda6a0e Use "hash" more consistently in ppc mmu code by David Gibson · 14 years ago
  93. bb59390 Parse SDR1 on mtspr instead of at translate time by David Gibson · 14 years ago
  94. 8500e3a Clean up slb_lookup() function by David Gibson · 14 years ago
  95. eaabeef Correct ppc popcntb logic, implement popcntw and popcntd by David Gibson · 14 years ago
  96. 3a7f009 Implement missing parts of the logic for the POWER PURR by David Gibson · 14 years ago
  97. efdef95 Implement PowerPC slbmfee and slbmfev instructions by David Gibson · 14 years ago
  98. d569956 Add a hook to allow hypercalls to be emulated on PowerPC by David Gibson · 14 years ago
  99. 81762d6 Clean up PowerPC SLB handling code by David Gibson · 14 years ago
  100. 17d9b3a target-ppc: ext32u instead of andi with constant by Aurelien Jarno · 14 years ago