1. e3dd749 qemu_ram_block_by_name by Dr. David Alan Gilbert · 9 years ago
  2. 422148d qemu_ram_block_from_host by Dr. David Alan Gilbert · 9 years ago
  3. 038629a Provide runtime Target page information by Dr. David Alan Gilbert · 9 years ago
  4. 68851b9 exec: avoid unnecessary cacheline bounce on ram_list.mru_block by Paolo Bonzini · 9 years ago
  5. 9319738 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-replay' into staging by Peter Maydell · 9 years ago
  6. 7615936 replay: initialization and deinitialization by Pavel Dovgalyuk · 10 years ago
  7. 8d31d6b backends/hostmem-file: Allow to specify full pathname for backing file by Pavel Fedin · 9 years ago
  8. 680a478 memory: call begin, log_start and commit when registering a new listener by Paolo Bonzini · 9 years ago
  9. cc57501 file_ram_alloc: propagate error to caller instead of terminating QEMU by Igor Mammedov · 9 years ago
  10. ca3e40e Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 9 years ago
  11. 794e8f3 exec: factor out duplicate mmap code by Michael S. Tsirkin · 10 years ago
  12. 32857f4 exec.c: Collect AddressSpace related fields into a CPUAddressSpace struct by Peter Maydell · 9 years ago
  13. 0a1c71c exec.c: Don't call cpu_reload_memory_map() from cpu_exec_init() by Peter Maydell · 9 years ago
  14. 8561c92 exec: allocate PROT_NONE pages on top of RAM by Michael S. Tsirkin · 10 years ago
  15. dfccc76 include/exec: Move cputlb exec.c defs out by Peter Crosthwaite · 10 years ago
  16. bcae01e cputlb: Change tlb_set_dirty() arg to cpu by Peter Crosthwaite · 10 years ago
  17. 9a13565 cputlb: move CPU_LOOP() for tlb_reset() to exec.c by Peter Crosthwaite · 10 years ago
  18. bac05aa cpu: Add crash_occurred flag into CPUState by Andrey Smetanin · 10 years ago
  19. a2aa09e Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  20. f240eb6 remove qemu/tls.h by Paolo Bonzini · 10 years ago
  21. 6554f5c exec.c: Use pow2floor() rather than hand-calculation by Peter Maydell · 10 years ago
  22. 9284f31 exec: use macro ROUND_UP for alignment by Chen Hanxiao · 10 years ago
  23. 0b8e2c1 exec.c: Use atomic_rcu_read() to access dispatch in memory_region_section_get_iotlb() by Peter Maydell · 10 years ago
  24. 4bad9e3 cpu: Change cpu_exec_init() arg to cpu, not env by Peter Crosthwaite · 10 years ago
  25. bbd77c1 translate-all: Change tb_flush() env argument to cpu by Peter Crosthwaite · 10 years ago
  26. b7bca73 cpu: Convert cpu_index into a bitmap by Bharata B Rao · 10 years ago
  27. 5a790cc cpu: Add Error argument to cpu_exec_init() by Bharata B Rao · 10 years ago
  28. 291135b cpu: Reorder cpu->as, cpu->thread_id, cpu->memory_dispatch init by Eduardo Habkost · 10 years ago
  29. 7c39163 cpu: Initialize breakpoint/watchpoint lists in cpu_common_initfn() by Eduardo Habkost · 10 years ago
  30. 199fc85 cpu: No need to zero-initialize CPUState::numa_node by Eduardo Habkost · 10 years ago
  31. dd63169 migration: extend migration_bitmap by Li Zhijian · 10 years ago
  32. b242e0e exec: skip MMIO regions correctly in cpu_physical_memory_write_rom_internal by Paolo Bonzini · 10 years ago
  33. 4840f10 memory: let address_space_rw/ld*/st* run outside the BQL by Jan Kiszka · 10 years ago
  34. 125b380 exec: pull qemu_flush_coalesced_mmio_buffer() into address_space_rw/ld*/st* by Paolo Bonzini · 10 years ago
  35. e4a511f exec: clamp accesses against the MemoryRegionSection by Paolo Bonzini · 10 years ago
  36. 965eb2f exec: do not clamp accesses to MMIO regions by Paolo Bonzini · 10 years ago
  37. e380705 qemu_ram_foreach_block: pass up error value, and down the ramblock name by Dr. David Alan Gilbert · 10 years ago
  38. 5cd8cad migration: Use normal VMStateDescriptions for Subsections by Juan Quintela · 11 years ago
  39. 03eebc9 memory: replace cpu_physical_memory_reset_dirty() with test-and-clear by Stefan Hajnoczi · 10 years ago
  40. e87f777 exec: only check relevant bitmaps for cleanliness by Paolo Bonzini · 10 years ago
  41. 58d2707 exec: pass client mask to cpu_physical_memory_set_dirty_range by Paolo Bonzini · 10 years ago
  42. 3586533 translate-all: remove unnecessary argument to tb_invalidate_phys_range by Paolo Bonzini · 10 years ago
  43. 845b621 exec: use memory_region_get_dirty_log_mask to optimize dirty tracking by Paolo Bonzini · 10 years ago
  44. 49dfcec ram_addr: tweaks to xen_modified_memory by Paolo Bonzini · 10 years ago
  45. db94604 exec: optimize phys_page_set_level by Paolo Bonzini · 10 years ago
  46. 41063e1 exec: move rcu_read_lock/unlock to address_space_translate callers by Paolo Bonzini · 10 years ago
  47. 06feaac Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  48. 23820db exec: Respect as_translate_internal length clamp by Peter Crosthwaite · 10 years ago
  49. e95205e dma-helpers: Fix race condition of continue_after_map_failure and dma_aio_cancel by Fam Zheng · 10 years ago
  50. 33b6c2e exec: Notify cpu_register_map_client caller if the bounce buffer is available by Fam Zheng · 10 years ago
  51. 38e047b exec: Protect map_client_list with mutex by Fam Zheng · 10 years ago
  52. c2cba0f exec: Atomic access to bounce buffer by Fam Zheng · 10 years ago
  53. 66b9b43 exec.c: Capture the memory attributes for a watchpoint hit by Peter Maydell · 10 years ago
  54. 5001311 exec.c: Add new address_space_ld*/st* functions by Peter Maydell · 10 years ago
  55. 5c9eb02 exec.c: Make address_space_rw take transaction attributes by Peter Maydell · 10 years ago
  56. f25a49e exec.c: Convert subpage memory ops to _with_attrs by Peter Maydell · 10 years ago
  57. 3b64349 memory: Replace io_mem_read/write with memory_region_dispatch_read/write by Peter Maydell · 10 years ago
  58. 4025446 Revert "exec: Respect as_tranlsate_internal length clamp" by Paolo Bonzini · 10 years ago
  59. f18c69c exec: avoid possible overwriting of mmaped area in qemu_ram_remap by Paolo Bonzini · 10 years ago
  60. c3c1bb9 exec: Respect as_tranlsate_internal length clamp by Peter Crosthwaite · 10 years ago
  61. a195fdd Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 10 years ago
  62. 4485bd2 exec: don't include hw/boards for linux-user by Michael S. Tsirkin · 10 years ago
  63. 75cc7f0 machine: query mem-merge machine property by Marcel Apfelbaum · 10 years ago
  64. 47c8ca5 machine: query dump-guest-core machine property by Marcel Apfelbaum · 10 years ago
  65. 23a7a28 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  66. cba7054 cpus: initialize cpu->memory_dispatch by Paolo Bonzini · 10 years ago
  67. 81b0735 Remove superfluous '\n' around error_report() by Gonglei · 10 years ago
  68. 129ddaf exec: round up size on MR resize by Michael S. Tsirkin · 10 years ago
  69. 0dc3f44 Convert ram_list to RCU by Mike Day · 12 years ago
  70. 0d53d9f exec: convert ram_list to QLIST by Mike Day · 10 years ago
  71. ae3a704 cosmetic changes preparing for the following patches by Mike Day · 12 years ago
  72. 4377153 exec: protect mru_block with RCU by Paolo Bonzini · 12 years ago
  73. 79e2b9a exec: RCUify AddressSpaceDispatch by Paolo Bonzini · 10 years ago
  74. 9d82b5a exec: make iotlb RCU-friendly by Paolo Bonzini · 12 years ago
  75. 76e5c76 exec: introduce cpu_reload_memory_map by Paolo Bonzini · 10 years ago
  76. 6e48e8f memory: unregister AddressSpace MemoryListener within BQL by Paolo Bonzini · 10 years ago
  77. a904c91 exec: fix madvise of NULL pointer by Paolo Bonzini · 10 years ago
  78. ec53b45 exec.c: Drop TARGET_HAS_ICE define and checks by Peter Maydell · 10 years ago
  79. aaf0301 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 10 years ago
  80. 62be4e3 exec: qemu_ram_alloc_resizeable, qemu_ram_resize by Michael S. Tsirkin · 10 years ago
  81. 9b8424d exec: split length -> used_length/max_length by Michael S. Tsirkin · 10 years ago
  82. c8d6f66 exec: cpu_physical_memory_set/clear_dirty_range by Michael S. Tsirkin · 10 years ago
  83. ff6cff7 exec: allows 8-byte accesses in subpage_ops by Paolo Bonzini · 10 years ago
  84. adee642 exec: change default exception_index value for migration to -1 by Paolo Bonzini · 10 years ago
  85. 1240be2 exec: add wrapper for host pointer access by Michael S. Tsirkin · 10 years ago
  86. a2b257d memory: expose alignment used for allocating RAM as MemoryRegion API by Igor Mammedov · 10 years ago
  87. f874bf9 exec: Handle multipage ranges in invalidate_and_set_dirty() by Peter Maydell · 10 years ago
  88. 07e2863 exec.c: fix setting 1-byte-long watchpoints by Max Filippov · 11 years ago
  89. cc35a44 Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging by Peter Maydell · 11 years ago
  90. 2b31cd4 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 11 years ago
  91. e4d9df4 exec: file_ram_alloc(): print error when prealloc fails by Luiz Capitulino · 11 years ago
  92. 0822567 exec.c: Record watchpoint fault address and direction by Peter Maydell · 11 years ago
  93. 3ee887e exec.c: Provide full set of dummy wp remove functions in user-mode by Peter Maydell · 11 years ago
  94. 05068c0 exec.c: Relax restrictions on watchpoint length and alignment by Peter Maydell · 11 years ago
  95. fc7a580 exec: add parameter errp to gethugepagesize by Hu Tao · 11 years ago
  96. 557529d exec: report error when memory < hpagesize by Hu Tao · 11 years ago
  97. ef701d7 exec: add parameter errp to qemu_ram_alloc and qemu_ram_alloc_from_ptr by Hu Tao · 11 years ago
  98. 6c3bff0 exec: Save CPUState::exception_index field by Pavel Dovgaluk · 11 years ago
  99. 8d7b8cb iommu: add is_write as a parameter to the translate function of MemoryRegionIOMMUOps by Le Tan · 11 years ago
  100. 0e4a773 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 11 years ago