index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cputlb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-08
cputlb: Add address parameter to VICTIM_TLB_HIT
Samuel Damashek
1
-2
/
+2
2016-07-08
cputlb: Move VICTIM_TLB_HIT out of line
Richard Henderson
1
-0
/
+29
2016-06-28
cputlb: don't cpu_abort() if guest tries to execute outside RAM or RAM
Peter Maydell
1
-2
/
+37
2016-05-29
memory: split memory_region_from_host from qemu_ram_addr_from_host
Paolo Bonzini
1
-1
/
+2
2016-05-19
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
1
-0
/
+1
2016-05-12
tcg: Remove needless CPUState::current_tb
Sergey Fedorov
1
-13
/
+0
2016-03-22
cputlb: modernise the debug support
Alex Bennée
1
-44
/
+44
2016-03-07
memory: Drop MemoryRegion.ram_addr
Fam Zheng
1
-2
/
+2
2016-01-29
exec: Clean up includes
Peter Maydell
1
-1
/
+1
2016-01-21
exec.c: Pass MemTxAttrs to iotlb_to_region so it uses the right AS
Peter Maydell
1
-2
/
+4
2016-01-21
cputlb.c: Use correct address space when looking up MemoryRegionSection
Peter Maydell
1
-1
/
+2
2015-09-16
cputlb: Change tlb_set_dirty() arg to cpu
Peter Crosthwaite
1
-1
/
+2
2015-09-16
cputlb: move CPU_LOOP() for tlb_reset() to exec.c
Peter Crosthwaite
1
-15
/
+12
2015-09-11
tlb: Add "ifetch" argument to cpu_mmu_index()
Benjamin Herrenschmidt
1
-1
/
+1
2015-08-25
cputlb: Add functions for flushing TLB for a single MMU index
Peter Maydell
1
-0
/
+97
2015-06-05
memory: replace cpu_physical_memory_reset_dirty() with test-and-clear
Stefan Hajnoczi
1
-2
/
+2
2015-06-05
cputlb: remove useless arguments to tlb_unprotect_code_phys, rename
Paolo Bonzini
1
-2
/
+1
2015-04-26
Add MemTxAttrs to the IOTLB
Peter Maydell
1
-3
/
+15
2015-04-26
Make CPU iotlb a structure rather than a plain hwaddr
Peter Maydell
1
-2
/
+2
2015-02-16
exec: RCUify AddressSpaceDispatch
Paolo Bonzini
1
-2
/
+6
2015-02-16
exec: make iotlb RCU-friendly
Paolo Bonzini
1
-3
/
+2
2014-12-16
qemu-log: add log category for MMU info
Antony Pavlov
1
-1
/
+2
2014-09-01
implementing victim TLB for QEMU system emulated TLB
Xin Tong
1
-1
/
+30
2014-06-05
softmmu: introduce cpu_ldst.h
Paolo Bonzini
1
-0
/
+1
2014-06-05
softmmu: move softmmu_template.h out of include/
Paolo Bonzini
1
-8
/
+8
2014-06-05
softmmu: commonize helper definitions
Paolo Bonzini
1
-2
/
+16
2014-06-05
cputlb: Fix regression with TCG interpreter (bug 1310324)
Stefan Weil
1
-2
/
+4
2014-03-13
cputlb: Change tlb_set_page() argument to CPUState
Andreas Färber
1
-2
/
+2
2014-03-13
cputlb: Change tlb_flush() argument to CPUState
Andreas Färber
1
-3
/
+3
2014-03-13
cputlb: Change tlb_flush_page() argument to CPUState
Andreas Färber
1
-2
/
+2
2014-03-13
exec: Change cpu_abort() argument to CPUState
Andreas Färber
1
-1
/
+1
2014-03-13
exec: Change memory_region_section_get_iotlb() argument to CPUState
Andreas Färber
1
-1
/
+1
2014-03-13
cputlb: Change tlb_unprotect_code_phys() argument to CPUState
Andreas Färber
1
-1
/
+1
2014-03-13
translate-all: Change tb_flush_jmp_cache() argument to CPUState
Andreas Färber
1
-1
/
+1
2014-03-13
cpu: Move tb_jmp_cache field from CPU_COMMON to CPUState
Andreas Färber
1
-1
/
+1
2014-02-11
cpu: Add per-cpu address space
Edgar E. Iglesias
1
-3
/
+4
2014-02-11
exec: Make iotlb_to_region input an AS
Edgar E. Iglesias
1
-1
/
+1
2014-01-13
memory: split cpu_physical_memory_* functions to its own include
Juan Quintela
1
-0
/
+1
2014-01-13
memory: make cpu_physical_memory_reset_dirty() take a length parameter
Juan Quintela
1
-2
/
+1
2014-01-13
memory: s/dirty/clean/ in cpu_physical_memory_is_dirty()
Juan Quintela
1
-1
/
+2
2014-01-13
memory: cpu_physical_memory_mask_dirty_range() always clears a single flag
Juan Quintela
1
-2
/
+2
2014-01-13
memory: create function to set a single dirty bit
Juan Quintela
1
-1
/
+1
2013-12-23
cputlb: Tidy memset() of arrays
Richard Henderson
1
-1
/
+1
2013-12-23
cputlb: Use memset() when flushing entries
Richard Henderson
1
-17
/
+2
2013-10-07
cputlb: Remove dead function tlb_update_dirty()
liguang
1
-15
/
+0
2013-09-03
cpu: Use QTAILQ for CPU list
Andreas Färber
1
-1
/
+1
2013-07-09
cpu: Make first_cpu and next_cpu CPUState
Andreas Färber
1
-1
/
+3
2013-07-04
memory: return MemoryRegion from qemu_ram_addr_from_host
Paolo Bonzini
1
-1
/
+1
2013-07-04
exec: move qemu_ram_addr_from_host_nofail to cputlb.c
Paolo Bonzini
1
-0
/
+11
2013-06-28
cpu: Turn cpu_unassigned_access() into a CPUState hook
Andreas Färber
1
-6
/
+9
[next]