1. 868bb33 xen: Fold CONFIG_XEN_MAPCACHE into CONFIG_XEN by Jan Kiszka · 14 years ago
  2. e41d7c6 xen: Clean up map cache API naming by Jan Kiszka · 14 years ago
  3. a884da8 exec.c: Fix calculation of code_gen_buffer_max_size by Peter Maydell · 14 years ago
  4. 1e78bcc exec: add endian specific phys ld/st functions by Alexander Graf · 13 years ago
  5. bb820c0 Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 13 years ago
  6. 2b41f10 Remove exec-all.h include directives by Blue Swirl · 14 years ago
  7. 4429ab4 exec: last_first_tb was only used in !ONLY_USER case by Juan Quintela · 14 years ago
  8. fdba959 Merge remote-tracking branch 'mst/for_anthony' into staging by Anthony Liguori · 14 years ago
  9. 712c2b4 xen: mapcache performance improvements by Stefano Stabellini · 14 years ago
  10. 38bee5d exec.c: refactor cpu_physical_memory_map by Stefano Stabellini · 14 years ago
  11. 6506e4f xen: remove xen_map_block and xen_unmap_block by Stefano Stabellini · 14 years ago
  12. cd30608 xen: remove qemu_map_cache_unlock by Stefano Stabellini · 14 years ago
  13. befeac4 Merge remote-tracking branch 'origin/master' into pci by Michael S. Tsirkin · 14 years ago
  14. 2173a75 CPUPhysMemoryClient: batch addresses in catchup by Alex Williamson · 14 years ago
  15. 4482939 Merge remote branch 'rth/axp-next' into alpha-merge by Edgar E. Iglesias · 14 years ago
  16. 9bf0960 Fix compilation warning due to missing header for sigaction (followup) by Alexandre Raymond · 14 years ago
  17. 1f2e98b exec: Implement qemu_ram_free_from_ptr() by Alex Williamson · 14 years ago
  18. 5b45040 target-alpha: Trap for unassigned and unaligned addresses. by Richard Henderson · 14 years ago
  19. 6eba5c8 Merge branch 'trivial-patches' of git://repo.or.cz/qemu/stefanha by Aurelien Jarno · 14 years ago
  20. a57d23e Fix typos in comments (chek -> check) by Stefan Weil · 14 years ago
  21. fb8b273 s390x: complain when allocating ram fails by Alexander Graf · 14 years ago
  22. ff83678 s390x: change mapping base to allow guests > 2GB by Christian Borntraeger · 14 years ago
  23. 050a0dd Introduce qemu_put_ram_ptr by Anthony PERARD · 14 years ago
  24. 432d268 xen: Introduce the Xen mapcache by Jun Nakajima · 14 years ago
  25. 5300f1a Merge remote branch 'origin/master' into pci by Michael S. Tsirkin · 14 years ago
  26. 8d4c78e CPUPhysMemoryClient: Pass guest physical address not region offset by Alex Williamson · 14 years ago
  27. c2f42bf CPUPhysMemoryClient: Fix typo in phys memory client registration by Alex Williamson · 14 years ago
  28. ec6959d Redirect cpu_interrupt to callback handler by Jan Kiszka · 14 years ago
  29. 97ffbd8 Break up user and system cpu_interrupt implementations by Jan Kiszka · 14 years ago
  30. 618ba8e Remove unused function parameter from cpu_restore_state by Stefan Weil · 14 years ago
  31. 54f7b4a Replace cpu_physical_memory_rw were possible by Stefan Weil · 14 years ago
  32. 71d2b72 exec: Remove a type cast which is no longer needed by Stefan Weil · 14 years ago
  33. 3b8e6a2 exec: Handle registrations of the entire address space by Edgar E. Iglesias · 14 years ago
  34. 0fd542f cpu: add set_memory flag to request dirty logging by Michael S. Tsirkin · 14 years ago
  35. dc7a09c Expose thread_id in info cpus by Jan Kiszka · 14 years ago
  36. fd28aa1 s390: Detect invalid invocations of qemu_ram_free/remap by Jan Kiszka · 14 years ago
  37. cd19cfa Add qemu_ram_remap by Huang Ying · 14 years ago
  38. b7680cb Refactor thread retrieval and check by Jan Kiszka · 14 years ago
  39. 7d82af3 Fix performance regression in qemu_get_ram_ptr by Vincent Palatin · 14 years ago
  40. e5896b1 Introduce log_start/log_stop in CPUPhysMemoryClient by Anthony PERARD · 14 years ago
  41. d1a1eb7 Make tb_alloc static by Tristan Gingold · 14 years ago
  42. 4cd31ad tcg/sparc64: fix segfault by Blue Swirl · 14 years ago
  43. cbb608a Use mmap() within code_gen_alloc() for OpenBSD. by Brad · 14 years ago
  44. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  45. dd31053 exec: introduce endianness swapped mmio by Alexander Graf · 14 years ago
  46. db1923d exec: Remove debugging fprintf() that slipped into qemu_ram_alloc_from_ptr() by Stefan Hajnoczi · 14 years ago
  47. b2e0a13 migration: stable ram block ordering by Michael S. Tsirkin · 14 years ago
  48. 055403b exec: Use fprintf_function for dump_exec_info (format checking) by Stefan Weil · 14 years ago
  49. e890261 Export qemu_ram_addr_from_host by Marcelo Tosatti · 14 years ago
  50. 7fd3f49 exec: Fix compilation error for debug code by Stefan Weil · 14 years ago
  51. e78815a Introduce qemu_madvise() by Andreas Färber · 14 years ago
  52. 95c318f Fix segfault in mmio subpage handling code. by Gleb Natapov · 14 years ago
  53. 6977dfe exec: remove code duplication in qemu_ram_alloc() and qemu_ram_alloc_from_ptr() by Yoshiaki Tamura · 14 years ago
  54. 9742bf2 exec: replace tabs by spaces. by Yoshiaki Tamura · 14 years ago
  55. 84b89d7 Add qemu_ram_alloc_from_ptr function by Cam Macdonell · 14 years ago
  56. 24ab68a Declare code_gen_ptr, code_gen_max_blocks 'static' by Stefan Weil · 14 years ago
  57. 09d7ae9 Fix warning about uninitialized variable by Blue Swirl · 14 years ago
  58. fb787f8 ramblocks: No more being lazy about duplicate names by Alex Williamson · 14 years ago
  59. 04b1665 qemu_ram_free: Implement it by Alex Williamson · 14 years ago
  60. cc9e98c ramblocks: Make use of DeviceState pointer and BusInfo.get_dev_path by Alex Williamson · 14 years ago
  61. 1724f04 qemu_ram_alloc: Add DeviceState and name parameters by Alex Williamson · 14 years ago
  62. 0be71e3 savevm: Add DeviceState param by Alex Williamson · 14 years ago
  63. d17b528 Remove uses of ram.last_offset (aka last_ram_offset) by Alex Williamson · 14 years ago
  64. bf298f8 A bit optimization for tlb_set_page() by Jun Koi · 15 years ago
  65. f471a17 ram_blocks: Convert to a QLIST by Alex Williamson · 15 years ago
  66. eba0b89 tcg-s390: Allocate the code_gen_buffer near the main program. by Richard Henderson · 15 years ago
  67. 239fda3 tcg: get rid of copy_size in TCGOpDef by Aurelien Jarno · 15 years ago
  68. 9002ec7 tcg: Initialize the prologue after GUEST_BASE is fixed. by Richard Henderson · 15 years ago
  69. 618a568 Fix -mem-path with hugetlbfs by Marcelo Tosatti · 15 years ago
  70. 3cab721 Fill in unassigned mem read/write callbacks. by Richard Henderson · 15 years ago
  71. 733f0b0 qemu: address todo comment in exec.c by Michael S. Tsirkin · 15 years ago
  72. 3e0650a Fix zero-length write(2). by Richard Henderson · 15 years ago
  73. 2e9a571 Remove PAGE_RESERVED by Paul Brook · 15 years ago
  74. f640524 Remove IO_MEM_SUBWIDTH. by Richard Henderson · 15 years ago
  75. 24f7fb1 Cleanup dead code by Jun Koi · 15 years ago
  76. fd43690 Revert "Avoid page_set_flags() assert in qemu-user host page protection code" by Aurelien Jarno · 15 years ago
  77. 01c0bef Avoid page_set_flags() assert in qemu-user host page protection code by Juergen Lock · 15 years ago
  78. f7c11b5 Replace direct phys_ram_dirty access with wrapper functions. by Yoshiaki Tamura · 15 years ago
  79. 355b194 Split TLB addend and target_phys_addr_t by Paul Brook · 15 years ago
  80. ebf50fb tcg: align static_code_gen_buffer to CODE_GEN_ALIGN by Aurelien Jarno · 15 years ago
  81. 45d679d linux-user: fix page_unprotect when host page size > target page size by Aurelien Jarno · 15 years ago
  82. f01576f Get bsd-user host page protection code working on FreeBSD hosts by Juergen Lock · 15 years ago
  83. 29e922b Compile qemu-timer only once by Blue Swirl · 15 years ago
  84. 91dbed4 exec: remove dead code by Aurelien Jarno · 15 years ago
  85. 6adc054 be more specific in -mem-path error messages by Michael Tokarev · 15 years ago
  86. d4c430a Large page TLB flush by Paul Brook · 15 years ago
  87. 7296aba Fix pagetable code by Paul Brook · 15 years ago
  88. 338e9e6 Fix more wrong usermode virtual address types by Blue Swirl · 15 years ago
  89. b480d9b Fix usermode virtual address type by Paul Brook · 15 years ago
  90. b3755a9 Disable phsyical memory handling in userspace emulation. by Paul Brook · 15 years ago
  91. 41c1b1c Add tb_page_addr_t by Paul Brook · 15 years ago
  92. 376a790 Fix last page errors in page_check_range and page_set_flags. by Richard Henderson · 15 years ago
  93. 5cd2c5b Implement multi-level page tables. by Richard Henderson · 15 years ago
  94. 5270589 Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h. by Richard Henderson · 15 years ago
  95. ea375f9 KVM: Rework VCPU state writeback API by Jan Kiszka · 15 years ago
  96. c902760 Add option to use file backed guest memory by Marcelo Tosatti · 15 years ago
  97. c527ee8 Avoid tlb_set_page in userspace emulation by Paul Brook · 15 years ago
  98. c04b2b7 Move subpage definitions by Paul Brook · 15 years ago
  99. a68fe89 Remove bogus cpu_physical_memory_rw by Paul Brook · 15 years ago
  100. 6d9a130 Remove l1_phys_map from userspace emulation by Paul Brook · 15 years ago