1. 81daaba cputlb: Fix for self-modifying writes across page boundaries by Samuel Damashek · 9 years ago
  2. a390284 cputlb: Add address parameter to VICTIM_TLB_HIT by Samuel Damashek · 9 years ago
  3. 7e9a7c5 cputlb: Move VICTIM_TLB_HIT out of line by Richard Henderson · 9 years ago
  4. 1f00b27 tcg: Improve the alignment check infrastructure by Sergey Sorokin · 9 years ago
  5. a54c87b exec.c: Pass MemTxAttrs to iotlb_to_region so it uses the right AS by Peter Maydell · 9 years ago
  6. b861149 softmmu: remove now unused functions by Pavel Dovgalyuk · 10 years ago
  7. 282dffc softmmu: add helper function to pass through retaddr by Pavel Dovgalyuk · 10 years ago
  8. 414b15c exec: drop cpu_can_do_io, just read cpu->can_do_io by Paolo Bonzini · 10 years ago
  9. 3b4afc9 softmmu: Add probe_write() by Yongbok Kim · 10 years ago
  10. dfb3630 tcg: Add MO_ALIGN, MO_UNALN by Richard Henderson · 10 years ago
  11. 3972ef6 tcg: Push merged memop+mmu_idx parameter to softmmu routines by Richard Henderson · 10 years ago
  12. fadc1cb Add MemTxAttrs to the IOTLB by Peter Maydell · 10 years ago
  13. e469b22 Make CPU iotlb a structure rather than a plain hwaddr by Peter Maydell · 10 years ago
  14. 3b64349 memory: Replace io_mem_read/write with memory_region_dispatch_read/write by Peter Maydell · 10 years ago
  15. 9d82b5a exec: make iotlb RCU-friendly by Paolo Bonzini · 12 years ago
  16. 55e9409 softmmu: provide softmmu access type enum by Leon Alrae · 11 years ago
  17. 88e89a5 implementing victim TLB for QEMU system emulated TLB by Xin Tong · 11 years ago
  18. 58ed270 softmmu: move softmmu_template.h out of include/ by Paolo Bonzini · 11 years ago
  19. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  20. fdbb84d tcg: Add extended GETPC mechanism for MMU helpers with ldst optimization by Yeongkyoon Lee · 12 years ago
  21. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  22. 89c3333 Remove unused CONFIG_TCG_PASS_AREG0 and dead code by Blue Swirl · 13 years ago
  23. b065927 w64: Fix data types in softmmu*.h by Stefan Weil · 13 years ago
  24. 2050396 Use uintptr_t for various op related functions by Blue Swirl · 13 years ago
  25. e141ab5 softmmu templates: optionally pass CPUState to memory access functions by Blue Swirl · 14 years ago
  26. 6a18ae2 i386: Remove REGPARM by Blue Swirl · 13 years ago
  27. 37ec01d memory: dispatch directly via MemoryRegion by Avi Kivity · 13 years ago
  28. aa10223 memory: store section indices in iotlb instead of io indices by Avi Kivity · 13 years ago
  29. 11c7ef0 Remove IO_MEM_SHIFT by Avi Kivity · 13 years ago
  30. 0e0df1e Convert IO_MEM_{RAM,ROM,UNASSIGNED,NOTDIRTY} to MemoryRegions by Avi Kivity · 13 years ago
  31. 1d393fa Avoid range comparisons on io index types by Avi Kivity · 13 years ago
  32. acbbec5 memory: move mmio access to functions by Avi Kivity · 13 years ago
  33. bccd9ec softmmu_header: pass CPUState to tlb_fill by Blue Swirl · 14 years ago
  34. efbf29b Document softmmu templates by Blue Swirl · 14 years ago
  35. 355b194 Split TLB addend and target_phys_addr_t by Paul Brook · 15 years ago
  36. 29e922b Compile qemu-timer only once by Blue Swirl · 15 years ago
  37. 794401c softmmu: Dont clobber retaddr in slow_ldx(). by Edgar E. Iglesias · 15 years ago
  38. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 16 years ago
  39. 99a0949 Get rid of _t suffix by malc · 16 years ago
  40. 4a1418e Unbreak large mem support by removing kqemu by Anthony Liguori · 16 years ago
  41. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
  42. 640f42e kqemu: merge CONFIG_KQEMU and USE_KQEMU by blueswir1 · 16 years ago
  43. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  44. db8886d Set mem_io_vaddr on io_read (Jan Kiszka) by aliguori · 16 years ago
  45. 2e70f6e Add instruction counter. by pbrook · 17 years ago
  46. 0f459d1 Clean up MMIO TLB handling. by pbrook · 17 years ago
  47. d656469 use simpler REGPARM convention - make CPUTLBEntry size a power of two by bellard · 17 years ago
  48. 6c41b27 Don't compare '\0' against pointers. by balrog · 17 years ago
  49. 7221fa9 Check permissions for the last byte first in unaligned slow_st accesses (patch from TeLeMan). by balrog · 17 years ago
  50. 6ebbf39 Replace is_user variable with mmu_idx in softmmu core, by j_mayer · 17 years ago
  51. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 18 years ago
  52. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 18 years ago
  53. f1c8567 added last_io_time field by bellard · 19 years ago
  54. a64d471 MIPS unaligned accesses exceptions (Daniel Jacobowitz) by bellard · 19 years ago
  55. 84b7b8e PAGE_EXEC support in TLBs by bellard · 19 years ago
  56. 9869996 use TARGET_PAGE_SIZE (Paul Brook) by bellard · 19 years ago
  57. 108c49b allow more than 32 bit of physical memory by bellard · 20 years ago
  58. c27004e 64 bit target support by bellard · 20 years ago
  59. b769d8f removed access_type hack by bellard · 21 years ago
  60. a4193c8 support for opaque data on memory I/Os by bellard · 21 years ago
  61. d720b93 precise self modifying code support by bellard · 21 years ago
  62. 1ccde1c added generic physical memory dirty bit support by bellard · 21 years ago
  63. 6986f88 cast to return type by bellard · 21 years ago
  64. 4ad06a2 soft mmu fix (aka debian random seg fault fix) by bellard · 21 years ago
  65. 61382a5 full softmmu support by bellard · 21 years ago
  66. 3f33731 pop ss, mov ss, x and sti disable irqs for the next instruction - began dispatch optimization by adding new x86 cpu 'hidden' flags by bellard · 22 years ago
  67. e2222c3 removed warnings by bellard · 22 years ago
  68. b92e5a2 Software MMU support (used for memory mapped devices such as VGA) by bellard · 22 years ago