1. bccd9ec softmmu_header: pass CPUState to tlb_fill by Blue Swirl · 14 years ago
  2. 74e26c1 core: remove qemu_service_io by Frediano Ziglio · 14 years ago
  3. b2bedb2 Remove blanks before \n in output strings by Stefan Weil · 14 years ago
  4. e8906f3 PPC: E500: Set ESR values by Alexander Graf · 14 years ago
  5. 27a69bb PPC: E500: Inject SPE exception on invalid SPE access by Alexander Graf · 14 years ago
  6. 542df9b PPC: E500: Add ESR bit definitions by Alexander Graf · 14 years ago
  7. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  8. 97b348e Remove unused is_softmmu parameter from cpu_handle_mmu_fault by Blue Swirl · 14 years ago
  9. d5ab971 Avoid allocating TCG resources in non-TCG mode by Jan Kiszka · 14 years ago
  10. 3e45717 exec.h cleanup by Blue Swirl · 14 years ago
  11. f5fc40b target-alpha, target-ppc: Remove unnecessary setjmp.h include by Peter Maydell · 14 years ago
  12. 3b88670 Merge branch 'ppc-next' of git://repo.or.cz/qemu/agraf by Blue Swirl · 14 years ago
  13. 2b41f10 Remove exec-all.h include directives by Blue Swirl · 14 years ago
  14. f081c76 Move cpu_has_work and cpu_pc_from_tb to cpu.h by Blue Swirl · 14 years ago
  15. f3e2703 exec.h: fix coding style and change cpu_has_work to return bool by Blue Swirl · 14 years ago
  16. 1162c04 cpu_loop_exit: avoid using AREG0 by Blue Swirl · 14 years ago
  17. 3d0388f kvm: ppc: Drop KVM_CAP build dependencies by Jan Kiszka · 14 years ago
  18. 0bed3bb kvm: ppc: Drop CONFIG_KVM_PPC_PVR by Jan Kiszka · 14 years ago
  19. 1c53acc PPC: move TLBs to their own arrays by Alexander Graf · 14 years ago
  20. d1e256f PPC: E500: Use MAS registers instead of internal TLB representation by Alexander Graf · 14 years ago
  21. 8018dc6 PPC: Only set lower 32bits with mtmsr by Alexander Graf · 14 years ago
  22. 826e7b8 target-ppc: Handle memory-forced I/O controller access by Hervé Poussineau · 14 years ago
  23. 9bf0960 Fix compilation warning due to missing header for sigaction (followup) by Alexandre Raymond · 14 years ago
  24. 594caf0 Merge branch 'ppc-next' of git://repo.or.cz/qemu/agraf by Aurelien Jarno · 14 years ago
  25. 2c0d18d target-ppc: remove old CONFIG_SOFTFLOAT #ifdef by Aurelien Jarno · 14 years ago
  26. fafc0b6 PPC: fix sregs usage on booke by Alexander Graf · 14 years ago
  27. 1ff7854 ppc: Fix compilation for ppc64-softmmu by Stefan Weil · 14 years ago
  28. 6eba5c8 Merge branch 'trivial-patches' of git://repo.or.cz/qemu/stefanha by Aurelien Jarno · 14 years ago
  29. 5db070e Merge branch 'ppc-next' of git://repo.or.cz/qemu/agraf by Aurelien Jarno · 14 years ago
  30. a57d23e Fix typos in comments (chek -> check) by Stefan Weil · 14 years ago
  31. dcfd14b Delete unused tb_invalidate_page_range by Blue Swirl · 14 years ago
  32. decb471 Fix a bug in mtsr/mtsrin emulation on ppc64 by David Gibson · 14 years ago
  33. 6d42fb3 w32: Fix compilation and replace non-portable usage of ulong by Stefan Weil · 14 years ago
  34. 091959d Merge branch 'ppc-next' of git://repo.or.cz/qemu/agraf by Aurelien Jarno · 14 years ago
  35. 01662f3 PPC: Implement e500 (FSL) MMU by Alexander Graf · 14 years ago
  36. a5858d7 PPC: Add another 64 bits to instruction feature mask by Alexander Graf · 14 years ago
  37. 71afeb6 PPC: Add GS MSR definition by Alexander Graf · 14 years ago
  38. 64e07be kvm: ppc: detect old headers by Alexander Graf · 14 years ago
  39. 90dc881 monitor: add PPC BookE SPRs by Scott Wood · 14 years ago
  40. 5666ca4 kvm: ppc: fixes for KVM_SET_SREGS on init by Scott Wood · 14 years ago
  41. 60b14d9 Fix typos in comments (instanciation -> instantiation) by Stefan Weil · 14 years ago
  42. 5b46d07 Fix typo in comment (embeded -> embedded) by Stefan Weil · 14 years ago
  43. 618ba8e Remove unused function parameter from cpu_restore_state by Stefan Weil · 14 years ago
  44. e87b7cb Remove unused function parameters from gen_pc_load and rename the function by Stefan Weil · 14 years ago
  45. 019702c target-ppc: fix SPE comparison functions by Aurelien Jarno · 14 years ago
  46. 211315f softfloat: rename float*_eq() into float*_eq_quiet() by Aurelien Jarno · 14 years ago
  47. 7dae117 target-ppc: remove #ifdef FLOAT128 by Aurelien Jarno · 14 years ago
  48. 4b4a72e Fix conversions from pointer to tcg_target_long by Stefan Weil · 14 years ago
  49. 6957785 ppce500_mpc8544ds: Fix compile with --enable-debug and --disable-kvm by David Gibson · 14 years ago
  50. 3601ff1 Use existing helper function to implement popcntd instruction by David Gibson · 14 years ago
  51. ed12005 Implement PAPR VPA functions for pSeries shared processor partitions by David Gibson · 14 years ago
  52. b45d63b Implement PAPR CRQ hypercalls by Ben Herrenschmidt · 14 years ago
  53. f43e352 Virtual hash page table handling on pSeries machine by David Gibson · 14 years ago
  54. 9d52e90 Add POWER7 support for ppc by David Gibson · 14 years ago
  55. cdaee00 Support 1T segments on ppc by David Gibson · 14 years ago
  56. 256cebe Better factor the ppc hash translation path by David Gibson · 14 years ago
  57. fda6a0e Use "hash" more consistently in ppc mmu code by David Gibson · 14 years ago
  58. bb59390 Parse SDR1 on mtspr instead of at translate time by David Gibson · 14 years ago
  59. 8500e3a Clean up slb_lookup() function by David Gibson · 14 years ago
  60. eaabeef Correct ppc popcntb logic, implement popcntw and popcntd by David Gibson · 14 years ago
  61. 3a7f009 Implement missing parts of the logic for the POWER PURR by David Gibson · 14 years ago
  62. efdef95 Implement PowerPC slbmfee and slbmfev instructions by David Gibson · 14 years ago
  63. d569956 Add a hook to allow hypercalls to be emulated on PowerPC by David Gibson · 14 years ago
  64. 81762d6 Clean up PowerPC SLB handling code by David Gibson · 14 years ago
  65. 17d9b3a target-ppc: ext32u instead of andi with constant by Aurelien Jarno · 14 years ago
  66. a0e1390 target-ppc: add support for 6 SPE instructions by Fabien Chouteau · 14 years ago
  67. 31b7c26 Merge remote branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 14 years ago
  68. 7447545 change all other clock references to use nanosecond resolution accessors by Paolo Bonzini · 14 years ago
  69. bb4ea39 kvm: Align kvm_arch_handle_exit to kvm_cpu_exec changes by Jan Kiszka · 14 years ago
  70. 9903686 kvm: Rename kvm_arch_process_irqchip_events to async_events by Jan Kiszka · 14 years ago
  71. bdcbd3e kvm: ppc: Fix breakage of kvm_arch_pre_run/process_irqchip_events by Jan Kiszka · 14 years ago
  72. eda48c3 inline cpu_halted into sole caller by Paolo Bonzini · 14 years ago
  73. c5d69e6 Merge remote branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 14 years ago
  74. 630ecca Handle icount for powerpc tbl/tbu/decr load and store. by Tristan Gingold · 14 years ago
  75. 7a39fe5 kvm: Drop return values from kvm_arch_pre/post_run by Jan Kiszka · 14 years ago
  76. a1b87fe kvm: Provide sigbus services arch-independently by Jan Kiszka · 14 years ago
  77. b3a9836 Merge remote branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 14 years ago
  78. 94a8d39 kvm: Consolidate must-have capability checks by Jan Kiszka · 14 years ago
  79. cad1e28 kvm: Drop smp_cpus argument from init functions by Jan Kiszka · 14 years ago
  80. 73aaec4 kvm: Stop on all fatal exit reasons by Jan Kiszka · 14 years ago
  81. 5823947 ppc: Correct BookE tlb reads by Edgar E. Iglesias · 14 years ago
  82. d788b57 target-ppc: fix wrong NaN tests by Aurelien Jarno · 14 years ago
  83. 96912e3 target-ppc: fix sNaN propagation by Aurelien Jarno · 14 years ago
  84. 82b323c target-ppc: use float32_is_any_nan() by Aurelien Jarno · 14 years ago
  85. 3eb28bb target-ppc: fix default qNaN by Aurelien Jarno · 14 years ago
  86. dd94ad9 target-ppc: remove PRECISE_EMULATION define by Aurelien Jarno · 14 years ago
  87. 1856987 softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan() by Peter Maydell · 14 years ago
  88. 6d5c34f Fix translation of unary PPC/SPE instructions (efdneg etc.). by Mike Pall · 14 years ago
  89. 138b38b ppc: kvm: fix signedness warning by Alexander Graf · 14 years ago
  90. 9a78eea target-xxx: Use fprintf_function (format checking) by Stefan Weil · 14 years ago
  91. 577f25a ppc: avoid write only variables by Blue Swirl · 14 years ago
  92. ae0bfb7 ppc: remove video.x by Blue Swirl · 14 years ago
  93. 999fa40 ppc: Minor 40x MMU fixes by John Clark · 14 years ago
  94. 2c50e26 powerpc: Add a virtex5 ml507 refdesign board by Edgar E. Iglesias · 15 years ago
  95. 9507037 powerpc: Add a ppc-440x5 Xilinx model by Edgar E. Iglesias · 15 years ago
  96. a586e54 powerpc: Improve emulation of the BookE MMU by Edgar E. Iglesias · 15 years ago
  97. d62d286 PPC: Suppress gcc warnings with -Wtype-limits by Blue Swirl · 15 years ago
  98. 4155744 PPC: Redesign interrupt trigger path by Alexander Graf · 15 years ago
  99. f844c81 PPC: Enable hint bits for lwarx/ldarx by Alexander Graf · 15 years ago
  100. 24e0e38 powerpc: Avoid TLB related log spamming by Edgar E. Iglesias · 15 years ago