index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cputlb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
implementing victim TLB for QEMU system emulated TLB
Xin Tong
2014-09-01
1
-1
/
+30
*
softmmu: introduce cpu_ldst.h
Paolo Bonzini
2014-06-05
1
-0
/
+1
*
softmmu: move softmmu_template.h out of include/
Paolo Bonzini
2014-06-05
1
-8
/
+8
*
softmmu: commonize helper definitions
Paolo Bonzini
2014-06-05
1
-2
/
+16
*
cputlb: Fix regression with TCG interpreter (bug 1310324)
Stefan Weil
2014-06-05
1
-2
/
+4
*
cputlb: Change tlb_set_page() argument to CPUState
Andreas Färber
2014-03-13
1
-2
/
+2
*
cputlb: Change tlb_flush() argument to CPUState
Andreas Färber
2014-03-13
1
-3
/
+3
*
cputlb: Change tlb_flush_page() argument to CPUState
Andreas Färber
2014-03-13
1
-2
/
+2
*
exec: Change cpu_abort() argument to CPUState
Andreas Färber
2014-03-13
1
-1
/
+1
*
exec: Change memory_region_section_get_iotlb() argument to CPUState
Andreas Färber
2014-03-13
1
-1
/
+1
*
cputlb: Change tlb_unprotect_code_phys() argument to CPUState
Andreas Färber
2014-03-13
1
-1
/
+1
*
translate-all: Change tb_flush_jmp_cache() argument to CPUState
Andreas Färber
2014-03-13
1
-1
/
+1
*
cpu: Move tb_jmp_cache field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-1
/
+1
*
cpu: Add per-cpu address space
Edgar E. Iglesias
2014-02-11
1
-3
/
+4
*
exec: Make iotlb_to_region input an AS
Edgar E. Iglesias
2014-02-11
1
-1
/
+1
*
memory: split cpu_physical_memory_* functions to its own include
Juan Quintela
2014-01-13
1
-0
/
+1
*
memory: make cpu_physical_memory_reset_dirty() take a length parameter
Juan Quintela
2014-01-13
1
-2
/
+1
*
memory: s/dirty/clean/ in cpu_physical_memory_is_dirty()
Juan Quintela
2014-01-13
1
-1
/
+2
*
memory: cpu_physical_memory_mask_dirty_range() always clears a single flag
Juan Quintela
2014-01-13
1
-2
/
+2
*
memory: create function to set a single dirty bit
Juan Quintela
2014-01-13
1
-1
/
+1
*
cputlb: Tidy memset() of arrays
Richard Henderson
2013-12-23
1
-1
/
+1
*
cputlb: Use memset() when flushing entries
Richard Henderson
2013-12-23
1
-17
/
+2
*
cputlb: Remove dead function tlb_update_dirty()
liguang
2013-10-07
1
-15
/
+0
*
cpu: Use QTAILQ for CPU list
Andreas Färber
2013-09-03
1
-1
/
+1
*
cpu: Make first_cpu and next_cpu CPUState
Andreas Färber
2013-07-09
1
-1
/
+3
*
memory: return MemoryRegion from qemu_ram_addr_from_host
Paolo Bonzini
2013-07-04
1
-1
/
+1
*
exec: move qemu_ram_addr_from_host_nofail to cputlb.c
Paolo Bonzini
2013-07-04
1
-0
/
+11
*
cpu: Turn cpu_unassigned_access() into a CPUState hook
Andreas Färber
2013-06-28
1
-6
/
+9
*
exec: Resolve subpages in one step except for IOTLB fills
Jan Kiszka
2013-06-20
1
-2
/
+2
*
cputlb: fix debug logs
Hervé Poussineau
2013-06-14
1
-2
/
+2
*
memory: add address_space_translate
Paolo Bonzini
2013-05-29
1
-9
/
+11
*
cputlb: simplify tlb_set_page
Paolo Bonzini
2013-05-29
1
-8
/
+5
*
cpu: Move current_tb field to CPUState
Andreas Färber
2013-02-16
1
-2
/
+4
*
exec: move include files to include/exec/
Paolo Bonzini
2012-12-19
1
-9
/
+9
*
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-10-23
1
-2
/
+2
*
memory: per-AddressSpace dispatch
Avi Kivity
2012-10-22
1
-1
/
+2
*
memory: rename 'exec-obsolete.h'
Avi Kivity
2012-10-15
1
-2
/
+1
*
Remove unused CONFIG_TCG_PASS_AREG0 and dead code
Blue Swirl
2012-09-15
1
-5
/
+0
*
cputlb.c: Fix out of date comment
Peter Maydell
2012-08-15
1
-1
/
+3
*
cputlb: fix watchpoints handling
Max Filippov
2012-05-12
1
-2
/
+2
*
cputlb: prepare private memory API for public consumption
Blue Swirl
2012-05-01
1
-5
/
+7
*
cputlb: move TLB handling to a separate file
Blue Swirl
2012-05-01
1
-0
/
+362