1. 4254fab Support for registering address space only for some access widths by blueswir1 · 17 years ago
  2. 50a9569 Mark host pages as reserved (Magnus Damm). by balrog · 17 years ago
  3. 1f58732 128-bit float support for user mode by blueswir1 · 17 years ago
  4. dae3270 suppressed page_unprotect_range() - fixed access_ok() by bellard · 17 years ago
  5. 3d97b40 EFAULT - verify pages are in cache and are read/write, by Thayne Harbaugh. by ths · 17 years ago
  6. 0573fbf SVM Support, by Alexander Graf. by ths · 17 years ago
  7. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  8. c3d2689 Basic OMAP310 support. Basic Palm Tungsten|E machine emulation. by balrog · 17 years ago
  9. 9467d44 Move target-specific defines to the target directories. by ths · 17 years ago
  10. db7b542 Implement generic sub-page I/O based on earlier work by J. Mayer. by blueswir1 · 17 years ago
  11. 85028e4 Spelling fixes, by Stefan Weil. by ths · 17 years ago
  12. c4b89d1 Some bits of Linux/MIPS host support, still segfaulty. by ths · 17 years ago
  13. a90b731 Implement power state changes (IDLE and SLEEP) for PXA. by balrog · 17 years ago
  14. 3142255 Sparc host update (Ben Taylor, Martin Bochnig) by blueswir1 · 17 years ago
  15. 9b3c35e cpu_get_phys_page_debug should return target_phys_addr_t by j_mayer · 18 years ago
  16. eddf68a Integrate Alpha target in Qemu core. by j_mayer · 18 years ago
  17. bc98a7e Add missing 64 bits memory accessors. by j_mayer · 18 years ago
  18. 6658ffb Watchpoint support (previous commit got eaten by Savannah server crash). by pbrook · 18 years ago
  19. 76a6625 Great PowerPC emulation code resynchronisation and improvments: by j_mayer · 18 years ago
  20. c5be9f0 Fix CPU chaining in linux-user emulation, by Gwenole Beauchesne. by ths · 18 years ago
  21. e9a1ab1 ram allocation functions by bellard · 18 years ago
  22. e6e5906 ColdFire target. by pbrook · 18 years ago
  23. 3b21e03 added SMM support by bellard · 18 years ago
  24. 4615218 Rewrite Arm host support. by pbrook · 18 years ago
  25. 74ccb34 Sparc64 host support (Blue Swirl) by bellard · 18 years ago
  26. effedbc export cpu_get_real_ticks() by bellard · 18 years ago
  27. 2a4188a low level support for memory mapped flash devices (initial patch by Jocelyn Mayer) by bellard · 18 years ago
  28. fdf9b3e sh4 target (Samuel Tardieu) by bellard · 18 years ago
  29. d0ecd2a added cpu_physical_memory_write_rom() by bellard · 18 years ago
  30. 53a5960 Avoid accessing guest memory directly in usermode emulation. by pbrook · 19 years ago
  31. 5f1ce94 support for builtin profiler by bellard · 19 years ago
  32. ba3c64f Initial SPARC SMP support (Blue Swirl) by bellard · 19 years ago
  33. 9869996 use TARGET_PAGE_SIZE (Paul Brook) by bellard · 19 years ago
  34. f0aca82 fixed big endian host support by bellard · 19 years ago
  35. 2df3b95 target independent memory access functions by bellard · 19 years ago
  36. aab3309 more physical memory access functions by bellard · 19 years ago
  37. 04c504c use ram_addr_t by bellard · 19 years ago
  38. 6af0bf9 MIPS target (Jocelyn Mayer) by bellard · 19 years ago
  39. 9d60cac ARM double ordering fix (Paul Brook) by bellard · 20 years ago
  40. 53cd663 soft float support by bellard · 20 years ago
  41. 0a962c0 dirty flag changes by bellard · 20 years ago
  42. 832ed0f ARM FPU endianness fix by bellard · 20 years ago
  43. 8df1cd0 physical memory access functions by bellard · 20 years ago
  44. e3db722 JIT statistics by bellard · 20 years ago
  45. c27004e 64 bit target support by bellard · 20 years ago
  46. 8926b51 faster Cirrus VGA VRAM access by bellard · 20 years ago
  47. 7fe4848 monitor fixes by bellard · 20 years ago
  48. 83fb7ad Darwin patch (initial patch by Pierre d'Herbemont) by bellard · 20 years ago
  49. d95dc32 added cpu_reset() by bellard · 20 years ago
  50. 7727994 support for opaque data on memory I/Os by bellard · 20 years ago
  51. 9fddaa0 PowerPC merge: real time TB and decrementer - faster and simpler exception handling (Jocelyn Mayer) by bellard · 20 years ago
  52. b54ad04 PIC reset fix (initial patch by Hidemi KAWAI) by bellard · 20 years ago
  53. ef792f9 added CPU_INTERRUPT_TIMER by bellard · 20 years ago
  54. fd87259 primitive ioport debug - /dev/rtc fast timer support (needed for better simulation accuracy with Linux 2.4) by bellard · 20 years ago
  55. 4f2ac23 amd64 port (Jocelyn Mayer) by bellard · 20 years ago
  56. 2e12669 consistent use of target_ulong and target_phys_addr_t by bellard · 20 years ago
  57. d720b93 precise self modifying code support by bellard · 20 years ago
  58. 858693c moved gdbstub to qemu - new asynchronous gdbstub by bellard · 21 years ago
  59. f193c79 do not depend on thunk.h - more log items by bellard · 21 years ago
  60. 8b1f24b new physical memory access API (used by DMA accesses) by bellard · 21 years ago
  61. 83d7396 faster big endian accesses on i386 - big endian ldsw_raw fix by bellard · 21 years ago
  62. 9acbed0 added CPU_INTERRUPT_EXITTB and code_copy_enabled by bellard · 21 years ago
  63. 1ccde1c added generic physical memory dirty bit support by bellard · 21 years ago
  64. 13eb76e virtual memory access for gdbstub by bellard · 21 years ago
  65. 09683d3 changed cpu_x86_in/out to cpu_in/out by bellard · 21 years ago
  66. edf75d5 export more memory defines by bellard · 21 years ago
  67. 0ac4bd5 float access fixes by bellard · 21 years ago
  68. 6786730 PowerPC target support (Jocelyn Mayer) - added better support for uid16 by bellard · 21 years ago
  69. 9f05cc3 fixed big endian ops by bellard · 21 years ago
  70. 61382a5 full softmmu support by bellard · 21 years ago
  71. 3486513 log activation from gdb - gdb single step support for x86 - stop timer when cpu is being debugged by bellard · 21 years ago
  72. 93ac68b sparc emulation target (thanx to Thomas M. Ogrisegg) by bellard · 21 years ago
  73. 33417e7 soft mmu support - Memory I/O API - synthetize string instructions by bellard · 21 years ago
  74. c33a346 first part of single stepping support by bellard · 21 years ago
  75. 4c3a88a gdb stub breakpoints support by bellard · 21 years ago
  76. 4690764 update by bellard · 21 years ago
  77. 68a7931 reduced irq latency by bellard · 21 years ago
  78. 3b0dca5 gdb stub defines by bellard · 21 years ago
  79. e2f2289 arm fixes by bellard · 21 years ago
  80. 972ddf7 added cpu_abort() by bellard · 21 years ago
  81. 5a9fdfe factorized cpu defines by bellard · 21 years ago