1. bf05e95 Don't fail on wrmsr(GS_BASE) by copy · 9 years ago
  2. 561d99d Fix MOV from debug register (kvm-unit-test) by copy · 9 years ago
  3. 3f26b34 Implement multi-byte nop (kvm-unit-test) by copy · 9 years ago
  4. 7c50cb2 Fix loading of local files (allow loading large files) by copy · 9 years ago
  5. a41919f Fix kolibri and kolibri-fallback urls (#141) by copy · 9 years ago
  6. e28e81a Remove useless debugging stuff by copy · 9 years ago
  7. cba0826 Fix DAS instruction (found with kvm-unit-test) by copy · 9 years ago
  8. ba33e5c Improve update_cs_size by copy · 9 years ago
  9. d8cb6bf Improve code structure by copy · 9 years ago
  10. c3fa99e Hide screen container by copy · 9 years ago
  11. beeb34a Remove cpu.paging_changed by copy · 9 years ago
  12. 01f6256 Remove cpu.load_eflags() by copy · 9 years ago
  13. 1477aa4 Reset prefixes in CPU reset by copy · 9 years ago
  14. b86283b Improve const.js by copy · 9 years ago
  15. 18e71de Allow Firefox's dev tools shortcut by copy · 9 years ago
  16. 5157b6c Update some disk sizes, optimise boot order of built-in profiles by copy · 9 years ago
  17. 4133d7f Add MS-DOS image by copy · 9 years ago
  18. 3ee78b3 Fix ReactOS name (#137) by copy · 9 years ago
  19. 27fdccd Fix scaling by copy · 9 years ago
  20. 0ecbfb6 Remove some unused constants by copy · 9 years ago
  21. c797d52 Set protected mode immediately by copy · 9 years ago
  22. 32990ef Uart: Start with iir set for THRI by copy · 9 years ago
  23. a5a2532 Add dummy handling for qemu config port. Fixes newer versions of seabios by copy · 9 years ago
  24. 0348ed2 Implement PCI ROM mapping (readonly). Fixes newer versions of seabios by copy · 9 years ago
  25. 6a7bcb6 Improved logfile generation by copy · 9 years ago
  26. d90003d More precise PIC emulation by copy · 9 years ago
  27. 559a7f0 Remove remainings of old code by copy · 9 years ago
  28. 231852b Minor cleanup by copy · 9 years ago
  29. b23b070 Improved prefix handling, preparation for faster emulation by copy · 9 years ago
  30. 0cc9617 Make closure compiler happy by copy · 9 years ago
  31. 4576386 Make closure compiler happy by copy · 9 years ago
  32. 0fbb768 New OSes by copy · 9 years ago
  33. 9642047 Minor by copy · 9 years ago
  34. a3b5c2e Minor pci update by copy · 9 years ago
  35. 3a94b52 Minor PIC update by copy · 9 years ago
  36. 819187c Minor pit update by copy · 9 years ago
  37. e8109ba Minor apic update by copy · 9 years ago
  38. 8266de7 Minor vga changes by copy · 9 years ago
  39. 7a1de12 Trim whitespace when logging from uart by copy · 9 years ago
  40. f43ed23 Fix sample rate for reactos, #115 by copy · 9 years ago
  41. 4e287a4 Check non-conforming cs correctly, #115 by copy · 9 years ago
  42. fee07cc Don't scroll when mobile keyboard is selected (#105) by copy · 9 years ago
  43. c7e96d7 Blur checkbox by copy · 9 years ago
  44. ae7bbcc Clean up some logging by copy · 9 years ago
  45. 60e330d IDE emulation improvement. Fixes #89 by copy · 9 years ago
  46. 729cb1a Small cleanup by copy · 9 years ago
  47. e717615 Allow unfocusing serial (correct file this time) by copy · 9 years ago
  48. 5bff589 Bit offset can be negative by copy · 9 years ago
  49. 6c82b04 Update operating systems by copy · 9 years ago
  50. 44b3562 Allow unfocusing serial console when mouse is enabled by copy · 9 years ago
  51. a7a8c27 Correct handling of lowering irqs by copy · 9 years ago
  52. 997d4c6 Port over some improvements from jor1k for uart by copy · 9 years ago
  53. 1120f2b More efficient serial console rendering by copy · 9 years ago
  54. 39e4625 Release memory from createObjectURL by copy · 9 years ago
  55. 559b0f5 Verbose cpu logging by copy · 9 years ago
  56. e2d6826 Proper handling of memory sizes, fixes #114 by Fabian · 9 years ago
  57. 8605a48 Don't preventDefault on click events (mouse should be locked instead) by Fabian · 9 years ago
  58. 69e7927 Better request error handling by Fabian · 9 years ago
  59. 5e9e1ca Get rid of global state by copy · 10 years ago
  60. ed6e2ed Use export annotation by copy · 10 years ago
  61. 8996cc1 Support for environments that don't have File by copy · 10 years ago
  62. 04a6a95 More efficient text rendering by copy · 10 years ago
  63. b38939d Add missing .blur() by copy · 10 years ago
  64. 71e0497 Add ASYNC_SAFE for debugging by copy · 10 years ago
  65. 0d38bc5 Unimplemented MSR_PKG_C2_RESIDENCY by copy · 10 years ago
  66. 7a47773 Improve ide's read_data (faster, clearer) by copy · 10 years ago
  67. d04da32 Print device name by copy · 10 years ago
  68. 72780e5 Virtio 8 bit read device features (linux 2.4) by copy · 10 years ago
  69. 8007f54 Reduce time per frame from 33 to 8, increases responsiveness by copy · 10 years ago
  70. 1b8d2cb Got from hlt to loop main loop directly and vice versa (improves latency and fixes bug introduces in 914d4ee) by copy · 10 years ago
  71. 6956994 Rename read_imm* to the corresponding part of the operation (preparation for dynamic translation), remove a few unused parts by copy · 10 years ago
  72. 3de6b05 Move reading the modrm byte to a function by copy · 10 years ago
  73. 20d58a3 Remove no_initial_alloc, use empty memory instead by copy · 10 years ago
  74. d8d71f1 Use pic_call_irq instead of calling interrupt directly from pic by copy · 10 years ago
  75. 7bf02a3 Don't write to mem8/mem32s directly, it may later be necessary to mark pages dirty by copy · 10 years ago
  76. 70ad2f9 Move memory to cpu by copy · 10 years ago
  77. 272273e Cleanup by copy · 10 years ago
  78. 914d4ee Use try-catch later, improves speed slightly by copy · 10 years ago
  79. 1e20de7 Improve profiling by copy · 10 years ago
  80. ba79b42 Use faster method of checking whether an address is within the mapped area by copy · 10 years ago
  81. e3e6367 Some assertions and minor changes by copy · 10 years ago
  82. 315cd81 Fix pci remap check by copy · 10 years ago
  83. f91a635 Set raw0 by copy · 10 years ago
  84. 0883ec8 Handle tab in serial terminal by copy · 10 years ago
  85. 16101d1 Implement far return and far call, #86 by copy · 10 years ago
  86. 54a6937 Fix segment offset of lidt and lgdt by copy · 10 years ago
  87. e674db9 Sketch of a trap flag implementation by copy · 10 years ago
  88. eae27ec Access 4 bytes in dword pop even if 2 bytes are discarded by copy · 10 years ago
  89. 2117c16 Report no apic if acpi is disabled by copy · 10 years ago
  90. d308a8e Export cpu by copy · 10 years ago
  91. 191d34c Simplify some code by copy · 10 years ago
  92. cb38b79 Allow downloading cdrom images, don't show button if disk image not available by copy · 10 years ago
  93. ec27e84 Use cycle_internal (part 2) by Fabian · 10 years ago
  94. 363e9db Fix some warnings by copy · 10 years ago
  95. 9e673bd Use cycle_internal by copy · 10 years ago
  96. 81257db Export cpu.create_memory by copy · 10 years ago
  97. cbbad84 Export cpu.cycle, #103 by copy · 10 years ago
  98. 6f77a01 Ne2k: Correct byte read by copy · 10 years ago
  99. b443287 Update profile list by copy · 10 years ago
  100. 3408aaa Specify boot order in profile by copy · 10 years ago