1. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  2. ad0b532 Call MADV_HUGEPAGE for guest RAM allocations by Luiz Capitulino · 12 years ago
  3. f526f3c Merge remote-tracking branch 'quintela/migration-next-20121017' into staging by Anthony Liguori · 12 years ago
  4. d3e2efc Merge remote-tracking branch 'qemu-kvm/memory/dma' into staging by Anthony Liguori · 12 years ago
  5. 83f3c25 memory: add address_space_destroy() by Avi Kivity · 12 years ago
  6. ac1970f memory: per-AddressSpace dispatch by Avi Kivity · 12 years ago
  7. f6790af memory: use AddressSpace for MemoryListener filtering by Avi Kivity · 12 years ago
  8. 1d71148 memory: move tcg flush into a tcg memory listener by Avi Kivity · 12 years ago
  9. 2673a5d memory: move address_space_memory and address_space_io out of memory core by Avi Kivity · 12 years ago
  10. 95d2994 memory: manage coalesced mmio via a MemoryListener by Avi Kivity · 12 years ago
  11. 74d590c exec: Make MIN_CODE_GEN_BUFFER_SIZE private to exec.c by Richard Henderson · 12 years ago
  12. 4438c8a exec: Allocate code_gen_prologue from code_gen_buffer by Richard Henderson · 12 years ago
  13. 405def1 exec: Do not use absolute address hints for code_gen_buffer with -fpie by Richard Henderson · 12 years ago
  14. 3d85a72 exec: Don't make DEFAULT_CODE_GEN_BUFFER_SIZE too large by Richard Henderson · 12 years ago
  15. f1bc0bc exec: Split up and tidy code_gen_buffer by Richard Henderson · 12 years ago
  16. 652d7ec ram: Export last_ram_offset() by Juan Quintela · 12 years ago
  17. 9a2c913 memory: drop no-op MemoryListener callbacks by Avi Kivity · 12 years ago
  18. 7762c2c memory: rename 'exec-obsolete.h' by Avi Kivity · 12 years ago
  19. 6fd2a02 cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic by Peter Maydell · 12 years ago
  20. e226939 exec, memory: Call to xen_modified_memory. by Anthony PERARD · 12 years ago
  21. 51d7a9e exec: Introduce helper to set dirty flags. by Anthony PERARD · 12 years ago
  22. 9b9c37c tcg-sparc: Assume v9 cpu always, i.e. force v8plus in 32-bit mode. by Richard Henderson · 12 years ago
  23. d5dd696 tcg-sparc: Don't MAP_FIXED on top of the program by Richard Henderson · 12 years ago
  24. 0b57e28 cpu_physical_memory_write_rom() needs to do TB invalidates by David Gibson · 12 years ago
  25. 8490fc7 add -machine mem-merge=on|off option by Luiz Capitulino · 12 years ago
  26. ddb97f1 memory: add -machine dump-guest-core=on|off by Jason Baron · 12 years ago
  27. 5fda043 exec.c: fix dirty bitmap reallocation by Igor Mitsyanko · 12 years ago
  28. c308efe exec.c: Remove out of date comment by Peter Maydell · 12 years ago
  29. 69b6764 exec.c: Use subpages for large unaligned mappings by Tyler Hall · 12 years ago
  30. adb2a9b exec.c: Fix off-by-one error in register_subpage by Tyler Hall · 12 years ago
  31. 09f06a6 Merge remote-tracking branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 12 years ago
  32. 753d5e1 memory: pass EventNotifier, not eventfd by Paolo Bonzini · 12 years ago
  33. fdec991 s390: autodetect map private by Christian Borntraeger · 13 years ago
  34. 1720aee dirty bitmap: abstract its use by Juan Quintela · 13 years ago
  35. d24981d Only TCG needs TLB handling by Juan Quintela · 13 years ago
  36. 5726c27 qemu-log: move logging to qemu-log.c by Blue Swirl · 13 years ago
  37. 09e5ab6 qdev: Use wrapper for qdev_get_path by Anthony Liguori · 13 years ago
  38. 3525c42 Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 13 years ago
  39. 9d70c4b exec: fix TB invalidation after breakpoint insertion/deletion by Max Filippov · 13 years ago
  40. 8e0fdce Clarify comments of tb_invalidate_phys_[page_]range by Jan Kiszka · 13 years ago
  41. 76f3553 Add API to check whether a physical address is I/O address by Wen Congyang · 13 years ago
  42. 77a8f1a linux-user: Fix stale tbs after mmap by Alexander Graf · 13 years ago
  43. fd06257 memory: move functions is_romd and section_addr to memory API by Blue Swirl · 13 years ago
  44. cc5bea6 cputlb: prepare private memory API for public consumption by Blue Swirl · 13 years ago
  45. 0cac1b6 cputlb: move TLB handling to a separate file by Blue Swirl · 13 years ago
  46. e554861 exec: prepare for splitting by Blue Swirl · 13 years ago
  47. 8efe0ca w64: Use uintptr_t in exec.c by Stefan Weil · 13 years ago
  48. 6840981 w64: Use larger alignment for section with generated code by Stefan Weil · 13 years ago
  49. c6d5067 w64: Fix data types in cpu-all.h, exec.c by Stefan Weil · 13 years ago
  50. 1e7855a exec: provide tb_invalidate_phys_addr function by Max Filippov · 13 years ago
  51. 2050396 Use uintptr_t for various op related functions by Blue Swirl · 13 years ago
  52. 6375e09 w64: Fix data type of tb_next and other variables used for host addresses by Stefan Weil · 13 years ago
  53. 813da62 tcg: Use the GDB JIT debugging interface. by Richard Henderson · 13 years ago
  54. 0a1b357 exec: fix guest memory access for Xen by Anthony PERARD · 13 years ago
  55. 32b0898 memory: check for watchpoints when getting code ram_addr by Avi Kivity · 13 years ago
  56. 7859cc6 exec: fix write tlb entry misused as iotlb by Avi Kivity · 13 years ago
  57. e141ab5 softmmu templates: optionally pass CPUState to memory access functions by Blue Swirl · 13 years ago
  58. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
  59. 97161e1 memory: get rid of cpu_register_io_memory() by Avi Kivity · 13 years ago
  60. 37ec01d memory: dispatch directly via MemoryRegion by Avi Kivity · 13 years ago
  61. ce5d64c exec: fix code tlb entry misused as iotlb in get_page_addr_code() by Avi Kivity · 13 years ago
  62. aa10223 memory: store section indices in iotlb instead of io indices by Avi Kivity · 13 years ago
  63. f3705d5 memory: make phys_page_find() return an unadjusted section by Avi Kivity · 13 years ago
  64. a2d3352 memory: fix I/O port aliases by Avi Kivity · 13 years ago
  65. b3e54c6 Merge branch 'xtensa' of git://jcmvbkbc.spb.ru/dumb/qemu-xtensa by Blue Swirl · 13 years ago
  66. 07f07b3 memory: allow phys_map tree paths to terminate early by Avi Kivity · 13 years ago
  67. c19e880 memory: unify PhysPageEntry::node and ::leaf by Avi Kivity · 13 years ago
  68. 2999097 memory: change phys_page_set() to set multiple pages by Avi Kivity · 13 years ago
  69. f7bf546 memory: switch phys_page_set() to a recursive implementation by Avi Kivity · 13 years ago
  70. a391843 memory: replace phys_page_find_alloc() with phys_page_set() by Avi Kivity · 13 years ago
  71. 0f0cb16 memory: simplify multipage/subpage registration by Avi Kivity · 13 years ago
  72. 31ab2b4 memory: give phys_page_find() its own tree search loop by Avi Kivity · 13 years ago
  73. 06ef352 memory: make phys_page_find() return a MemoryRegionSection by Avi Kivity · 13 years ago
  74. 117712c memory: move tlb flush to MemoryListener commit callback by Avi Kivity · 13 years ago
  75. 717cb7b memory: unify the two branches of cpu_register_physical_memory_log() by Avi Kivity · 13 years ago
  76. 8636b92 memory: fix RAM subpages in newly initialized pages by Avi Kivity · 13 years ago
  77. d6f2ea2 memory: compress phys_map node pointers to 16 bits by Avi Kivity · 13 years ago
  78. 5312bd8 memory: store MemoryRegionSection pointers in phys_map by Avi Kivity · 13 years ago
  79. 4346ae3 memory: unify phys_map last level with intermediate levels by Avi Kivity · 13 years ago
  80. 3eef53d memory: remove first level of l1_phys_map by Avi Kivity · 13 years ago
  81. 54688b1 memory: change memory registration to rebuild the memory map on each change by Avi Kivity · 13 years ago
  82. 50c1e14 memory: support stateless memory listeners by Avi Kivity · 13 years ago
  83. 4855d41 memory: split memory listener for the two address spaces by Avi Kivity · 13 years ago
  84. 7376e58 memory: allow MemoryListeners to observe a specific address space by Avi Kivity · 13 years ago
  85. 9363274 memory: use a MemoryListener for core memory map updates too by Avi Kivity · 13 years ago
  86. d7ec83e memory: don't pass ->readable attribute to cpu_register_physical_memory_log by Avi Kivity · 13 years ago
  87. 0dc2382 exec: let cpu_watchpoint_insert accept larger watchpoints by Max Filippov · 13 years ago
  88. 488d657 exec: fix check_watchpoint exiting cpu_loop by Max Filippov · 13 years ago
  89. 6736415 exec: add missing breaks to the watch_mem_write by Max Filippov · 13 years ago
  90. 771124e exec.c: Clarify comment about tlb_flush() flush_global parameter by Peter Maydell · 13 years ago
  91. 82afa58 virtio-pci: Fix endianness of virtio config by Benjamin Herrenschmidt · 13 years ago
  92. 5c84bd9 tcg-arm: fix a typo in comments by Aurelien Jarno · 13 years ago
  93. 11c7ef0 Remove IO_MEM_SHIFT by Avi Kivity · 13 years ago
  94. 75c578d Drop IO_MEM_ROMD by Avi Kivity · 13 years ago
  95. b3b00c7 Remove IO_MEM_SUBPAGE by Avi Kivity · 13 years ago
  96. a621f38 Direct dispatch through MemoryRegion by Avi Kivity · 13 years ago
  97. 1ec9b90 Convert io_mem_watch to be a MemoryRegion by Avi Kivity · 13 years ago
  98. de712f9 Convert IO_MEM_SUBPAGE_RAM to be a MemoryRegion by Avi Kivity · 13 years ago
  99. 70c68e4 Convert the subpage wrapper to be a MemoryRegion by Avi Kivity · 13 years ago
  100. dd81124 Switch cpu_register_physical_memory_log() to use MemoryRegions by Avi Kivity · 13 years ago