1. bcae01e cputlb: Change tlb_set_dirty() arg to cpu by Peter Crosthwaite · 9 years ago
  2. 9a13565 cputlb: move CPU_LOOP() for tlb_reset() to exec.c by Peter Crosthwaite · 9 years ago
  3. 97ed5cc tlb: Add "ifetch" argument to cpu_mmu_index() by Benjamin Herrenschmidt · 10 years ago
  4. d7a74a9 cputlb: Add functions for flushing TLB for a single MMU index by Peter Maydell · 10 years ago
  5. 03eebc9 memory: replace cpu_physical_memory_reset_dirty() with test-and-clear by Stefan Hajnoczi · 10 years ago
  6. 9564f52 cputlb: remove useless arguments to tlb_unprotect_code_phys, rename by Paolo Bonzini · 10 years ago
  7. fadc1cb Add MemTxAttrs to the IOTLB by Peter Maydell · 10 years ago
  8. e469b22 Make CPU iotlb a structure rather than a plain hwaddr by Peter Maydell · 10 years ago
  9. 79e2b9a exec: RCUify AddressSpaceDispatch by Paolo Bonzini · 10 years ago
  10. 9d82b5a exec: make iotlb RCU-friendly by Paolo Bonzini · 12 years ago
  11. 339aaf5 qemu-log: add log category for MMU info by Antony Pavlov · 10 years ago
  12. 88e89a5 implementing victim TLB for QEMU system emulated TLB by Xin Tong · 11 years ago
  13. f08b617 softmmu: introduce cpu_ldst.h by Paolo Bonzini · 11 years ago
  14. 58ed270 softmmu: move softmmu_template.h out of include/ by Paolo Bonzini · 11 years ago
  15. 0f590e74 softmmu: commonize helper definitions by Paolo Bonzini · 11 years ago
  16. 7e4e886 cputlb: Fix regression with TCG interpreter (bug 1310324) by Stefan Weil · 11 years ago
  17. 0c591eb cputlb: Change tlb_set_page() argument to CPUState by Andreas Färber · 12 years ago
  18. 00c8cb0 cputlb: Change tlb_flush() argument to CPUState by Andreas Färber · 12 years ago
  19. 31b030d cputlb: Change tlb_flush_page() argument to CPUState by Andreas Färber · 12 years ago
  20. a47dddd exec: Change cpu_abort() argument to CPUState by Andreas Färber · 12 years ago
  21. bb0e627 exec: Change memory_region_section_get_iotlb() argument to CPUState by Andreas Färber · 12 years ago
  22. baea4fa cputlb: Change tlb_unprotect_code_phys() argument to CPUState by Andreas Färber · 12 years ago
  23. 611d4f9 translate-all: Change tb_flush_jmp_cache() argument to CPUState by Andreas Färber · 12 years ago
  24. 8cd7043 cpu: Move tb_jmp_cache field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  25. 09daed8 cpu: Add per-cpu address space by Edgar E. Iglesias · 11 years ago
  26. 7771709 exec: Make iotlb_to_region input an AS by Edgar E. Iglesias · 11 years ago
  27. 220c3eb memory: split cpu_physical_memory_* functions to its own include by Juan Quintela · 11 years ago
  28. a2f4d5b memory: make cpu_physical_memory_reset_dirty() take a length parameter by Juan Quintela · 11 years ago
  29. a2cd8c8 memory: s/dirty/clean/ in cpu_physical_memory_is_dirty() by Juan Quintela · 11 years ago
  30. 5215919 memory: cpu_physical_memory_mask_dirty_range() always clears a single flag by Juan Quintela · 11 years ago
  31. a1390db memory: create function to set a single dirty bit by Juan Quintela · 11 years ago
  32. eb2535f cputlb: Tidy memset() of arrays by Richard Henderson · 11 years ago
  33. 4fadb3b cputlb: Use memset() when flushing entries by Richard Henderson · 11 years ago
  34. 8125864 cputlb: Remove dead function tlb_update_dirty() by liguang · 12 years ago
  35. bdc4464 cpu: Use QTAILQ for CPU list by Andreas Färber · 12 years ago
  36. 182735e cpu: Make first_cpu and next_cpu CPUState by Andreas Färber · 12 years ago
  37. 1b5ec23 memory: return MemoryRegion from qemu_ram_addr_from_host by Paolo Bonzini · 12 years ago
  38. 7443b43 exec: move qemu_ram_addr_from_host_nofail to cputlb.c by Paolo Bonzini · 12 years ago
  39. c658b94 cpu: Turn cpu_unassigned_access() into a CPUState hook by Andreas Färber · 12 years ago
  40. 90260c6 exec: Resolve subpages in one step except for IOTLB fills by Jan Kiszka · 12 years ago
  41. 54b949d cputlb: fix debug logs by Hervé Poussineau · 12 years ago
  42. 149f54b memory: add address_space_translate by Paolo Bonzini · 12 years ago
  43. 8f3e03c cputlb: simplify tlb_set_page by Paolo Bonzini · 12 years ago
  44. d77953b cpu: Move current_tb field to CPUState by Andreas Färber · 12 years ago
  45. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  46. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  47. ac1970f memory: per-AddressSpace dispatch by Avi Kivity · 12 years ago
  48. 7762c2c memory: rename 'exec-obsolete.h' by Avi Kivity · 12 years ago
  49. 89c3333 Remove unused CONFIG_TCG_PASS_AREG0 and dead code by Blue Swirl · 13 years ago
  50. 116aae3 cputlb.c: Fix out of date comment by Peter Maydell · 13 years ago
  51. 56eb21e cputlb: fix watchpoints handling by Max Filippov · 13 years ago
  52. cc5bea6 cputlb: prepare private memory API for public consumption by Blue Swirl · 13 years ago
  53. 0cac1b6 cputlb: move TLB handling to a separate file by Blue Swirl · 13 years ago