1. 74e9115 Fix PowerMac NVRAM device. by j_mayer · 17 years ago
  2. f3e3285 Fix some compiler warnings. by ths · 17 years ago
  3. 2e13d23 Fix PowerPC high BATs access: BAT number was incorrect. by j_mayer · 17 years ago
  4. faadf50 PowerPC MMU and exception fixes: by j_mayer · 17 years ago
  5. f10c315 Fix incorrect PowerPC instruction fetch exception dump. by j_mayer · 17 years ago
  6. 0264592 Split I^2C controller out of hw/omap.c. by balrog · 17 years ago
  7. 5c1c390 Implement OMAP on-chip RTC (Linux guest date/time now matches with host). by balrog · 17 years ago
  8. 4a2c8ac Initial OMAP I^2C controller implementation (communication not tested). by balrog · 17 years ago
  9. f34c417 Add OMAP Pulse-width Tone module. by balrog · 17 years ago
  10. 66450b1 Implement OMAP PWL (backlight) module. by balrog · 17 years ago
  11. 7fc42b4 The PINT/DAV pin is active low in the chip spec, not inverted on the board. by balrog · 17 years ago
  12. 9fceefa Don't print any message when a priviledge exception occurs on mfpvr by j_mayer · 17 years ago
  13. 5b52b99 Fix PowerPC program exception that was broken by FPU exception patches by j_mayer · 17 years ago
  14. 89343ec EFAULT - update __get_user() __put_user(), by Thayne Harbaugh. by ths · 17 years ago
  15. 80210bc Fix compiler warnings, by Stefan Weil. by ths · 17 years ago
  16. 3d97b40 EFAULT - verify pages are in cache and are read/write, by Thayne Harbaugh. by ths · 17 years ago
  17. 7c82986 Fix slirp compilation failure when using a newer gcc by blueswir1 · 17 years ago
  18. 33189d3 Add new files fir strace support, missed in earlier commit. by ths · 17 years ago
  19. 93a0019 Mention userland strace support, and mipssim machine emulation. by ths · 17 years ago
  20. b92c47c Strace for userland emulation, by Stuart Anderson and Thayne Harbaugh. by ths · 17 years ago
  21. fc0d441 Fix CR ops with complement, thanks to Julian Seward for testing by j_mayer · 17 years ago
  22. a79ee21 Add copyright and license header. by ths · 17 years ago
  23. ad84887 Correct the WBINVD intercept in SVM (Alexander Graf). by balrog · 17 years ago
  24. a26c97a Handle 3.7 VNC clients authentication correctly (Dan Kenigsberg). by balrog · 17 years ago
  25. 6ac0e82 Set boot sequence from command line (Dan Kenigsberg). by balrog · 17 years ago
  26. 926c2d2 Support multipart images as input to qemu-img (Salvador Fandino). by balrog · 17 years ago
  27. fe8f78e Add gcc-3.4.6 to the list of gcc3 versions (Carlo Marcelo Arenas Belon). by balrog · 17 years ago
  28. 405ee3a Invalidate TLBs when domains are changed (Matthew Warton). by balrog · 17 years ago
  29. 7bfe577 OHCI USB isochronous transfers support (Arnon Gilboa). by balrog · 17 years ago
  30. 046833e Use a O_NONBLOCK pipe for iso completion signals for thread-safety, by Arnon Gilboa. by balrog · 17 years ago
  31. 5ad265e x86_64 support in cpu_gdb_read_registers(), by Goran Weinholt. by balrog · 17 years ago
  32. c9f1030 Declare function before use, reduces compiler warning noise. by ths · 17 years ago
  33. a528b80 Miscellaneous VNC related fixes from Xen forwarded by Matthew Kent. by balrog · 17 years ago
  34. 12bc92a Do not make NETLINK socket connections possible (Alexander Graf). by balrog · 17 years ago
  35. 86c4a9f Fix two PowerPC FPU emulation bugs (thanks to Aurelien Jarno) by j_mayer · 17 years ago
  36. 273af66 Adjust s390 addresses (the MSB is defined as "to be ignored"). by ths · 17 years ago
  37. b50a656 Add a qemu_irq_invert() shortcut for inverting a signal. by balrog · 17 years ago
  38. 3efda49 Add a TI TSC2102 chip (touchscreen/ADC/audio-CODEC controller). by balrog · 17 years ago
  39. 8c9d7f8 Fix PreP PCI IRQ mapping. by j_mayer · 17 years ago
  40. ef397e8 Temporary hack to avoid Qemu crash at PowerPC reset time. by j_mayer · 17 years ago
  41. c4781a5 Implement PreP reset port. by j_mayer · 17 years ago
  42. 4c823cf PowerPC 601 / 620 / 970 need a 1MB firmware. by j_mayer · 17 years ago
  43. d2123ea Preliminary MIPS64R2 mode. by ths · 17 years ago
  44. 6276c76 Fix logic bug which broke TLBL/TLBS handling somewhat. by ths · 17 years ago
  45. d951f6f Implement OMAP MicroWire controller. by balrog · 17 years ago
  46. 1b6fd0b Restrict CP0_PerfCnt to legal values. by ths · 17 years ago
  47. 3cbee15 * sort the PowerPC target object files by j_mayer · 17 years ago
  48. 897b4c6 Give an opaque to the m48t59 direct access routines to make it easier by j_mayer · 17 years ago
  49. 6433014 Add OMAP Shared GPIO module. by balrog · 17 years ago
  50. 623a930 Implement missing MIPS supervisor mode bits. by ths · 17 years ago
  51. 8e129e0 Handle MMC card insertion/removal/readonly signals. by balrog · 17 years ago
  52. 38a34e1 Add PalmT|E matrix keypad connected to OMAP GPIOs. by balrog · 17 years ago
  53. fe71e81 Implement OMAP1 MPU I/O module. by balrog · 17 years ago
  54. eed152b Use shared ctpop64 helper by blueswir1 · 17 years ago
  55. 2f96c28 Use cpp to generate correct build dependencies for target objects by j_mayer · 17 years ago
  56. 603fccc Make Alpha and PowerPC targets use shared helpers by j_mayer · 17 years ago
  57. b9ef45f Add shared ctz32, cto32, ctz64, cto64, by j_mayer · 17 years ago
  58. 941db52 Use the shiny new clz helpers. by ths · 17 years ago
  59. 57ba97d Less debug noise from the mipsnet driver. by ths · 17 years ago
  60. f071b4d Alpha coding style and inlining fixes. by j_mayer · 17 years ago
  61. a11b815 PowerPC coding style and inlining fixes. by j_mayer · 17 years ago
  62. 5bda284 PowerPC floating-point helper typo. by j_mayer · 17 years ago
  63. 4f8eb6c PowerPC float bugfix: 64 bits float mantissa is 52 bits long. by j_mayer · 17 years ago
  64. 7c58044 Fix PowerPC FPSCR update and floating-point exception generation by j_mayer · 17 years ago
  65. a32ff1a PowerPC user-mode fix: MSR is now entirelly set-up in the cpu_reset routine. by j_mayer · 17 years ago
  66. 8378e71 Fix endianness bug for PowerPC stfiwx instruction. by j_mayer · 17 years ago
  67. 05f778c Add sharable clz/clo inline functions and use them for the mips target. by ths · 17 years ago
  68. 5592a75 The other half of the mul64 rework. Sorry for the breakage, I committed by ths · 17 years ago
  69. 7878ff6 Add const etc. to places forgotten from the previous commit by blueswir1 · 17 years ago
  70. 9634d90 Use const and static as needed, disable unused code by blueswir1 · 17 years ago
  71. 31a60e2 Make Slirp statistics gathering and output conditional to LOG_ENABLED by blueswir1 · 17 years ago
  72. 7d294b6 Fix Windows build failure, by Stefan Weil. by ths · 17 years ago
  73. f0685f6 For consistency, align the address to the cache line before using it, by j_mayer · 17 years ago
  74. dac454a Bugfix in PowerPC dcbi instruction: by j_mayer · 17 years ago
  75. c7697e1 Pretty dump for specific PowerPC instructions names. by j_mayer · 17 years ago
  76. f9fdea6 Make PowerPC hypervisor resources able to compile, even if not enabled for now. by j_mayer · 17 years ago
  77. 2c1ee06 Bugfix: PowerPC 64 slbia never invalidates the first segment entry. by j_mayer · 17 years ago
  78. 88ad920 Fix PowerPC 64x64 bits multiplication overflow check. by j_mayer · 17 years ago
  79. e14fe0a Use host-utils for Alpha 64x64 bits multiplications. by j_mayer · 17 years ago
  80. 9d901a2 Use host-utils for PowerPC 64 64x64 bits multiplications. by j_mayer · 17 years ago
  81. cd34634 Add PowerPC power-management state check callback. by j_mayer · 17 years ago
  82. 2f46281 Implement power-management for all defined PowerPC CPUs. by j_mayer · 17 years ago
  83. e494ead Restore a more maintainable version of the 64bit multiply code. by ths · 17 years ago
  84. 86f1d3a Update PowerPC emulation status file. by j_mayer · 17 years ago
  85. 8ca3f6c Allow selection of all defined PowerPC 74xx (aka G4) CPUs. by j_mayer · 17 years ago
  86. 0411a97 Gprof prooved the PowerPC emulation spent too much time in MSR load and store by j_mayer · 17 years ago
  87. 7ac256b Fix gdb stub for MIPS64. by ths · 17 years ago
  88. d8871c5 Fix typo, spotted by Edivaldo de Araujo Pereira. by ths · 17 years ago
  89. 9f77c1c Remove bogus instruction decode. by ths · 17 years ago
  90. 6ad3872 Force proper sign extension for mfc0/mfhc0 on MIPS64. by ths · 17 years ago
  91. 6044528 Fix writable length of the index register. by ths · 17 years ago
  92. 7d307e9 Enforce proper sign extension for lwl/lwr on MIPS64. by ths · 17 years ago
  93. 67fc07d Fix overflow when multiplying two large positive numbers. by ths · 17 years ago
  94. 9278480 Fix CLO calculation for MIPS64. And a small code cleanup. by ths · 17 years ago
  95. 7385ac0 Use the standard ASE check for MIPS-3D and MT. by ths · 17 years ago
  96. d8a5950 Switch bc1any* instructions off if no MIPS-3D is implemented. by ths · 17 years ago
  97. b46a890 Support tap down script, by Wolfram Gloger. by ths · 17 years ago
  98. fce62c4 Bugfix: now PCI NICs really work on PowerPC PreP platform. by j_mayer · 17 years ago
  99. bd3e2c4 Allow use of PCI NICs on PowerPC PreP platform. by j_mayer · 17 years ago
  100. 615e2db New status file for Alpha emulation target. by j_mayer · 17 years ago