index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-19
exec: Fix CPU rework fallout
Christian Borntraeger
1
-1
/
+1
2014-03-13
cputlb: Change tlb_flush() argument to CPUState
Andreas Färber
1
-3
/
+1
2014-03-13
cputlb: Change tlb_flush_page() argument to CPUState
Andreas Färber
1
-5
/
+2
2014-03-13
exec: Change cpu_abort() argument to CPUState
Andreas Färber
1
-2
/
+1
2014-03-13
exec: Change memory_region_section_get_iotlb() argument to CPUState
Andreas Färber
1
-2
/
+1
2014-03-13
cpu-exec: Change cpu_resume_from_signal() argument to CPUState
Andreas Färber
1
-1
/
+1
2014-03-13
exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argument
Andreas Färber
1
-12
/
+8
2014-03-13
exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argument
Andreas Färber
1
-17
/
+17
2014-03-13
translate-all: Change tb_gen_code() argument to CPUState
Andreas Färber
1
-1
/
+1
2014-03-13
translate-all: Change tb_check_watchpoint() argument to CPUState
Andreas Färber
1
-1
/
+1
2014-03-13
cpu-exec: Change cpu_loop_exit() argument to CPUState
Andreas Färber
1
-1
/
+1
2014-03-13
cpu: Move breakpoints field from CPU_COMMON to CPUState
Andreas Färber
1
-8
/
+13
2014-03-13
cpu: Move watchpoint fields from CPU_COMMON to CPUState
Andreas Färber
1
-13
/
+20
2014-03-13
cpu: Move exception_index field from CPU_COMMON to CPUState
Andreas Färber
1
-1
/
+1
2014-03-13
cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUState
Andreas Färber
1
-4
/
+5
2014-03-11
Merge remote-tracking branch 'remotes/kvm/uq/master' into staging
Peter Maydell
1
-4
/
+10
2014-03-03
exec: Remove unneeded include files
Stefan Weil
1
-3
/
+1
2014-02-27
file_ram_alloc: unify mem-path,mem-prealloc error handling
Marcelo Tosatti
1
-4
/
+10
2014-02-11
exec: Make cpu_memory_rw_debug use the CPUs AS
Edgar E. Iglesias
1
-5
/
+5
2014-02-11
exec: Make cpu_physical_memory_write_rom input an AS
Edgar E. Iglesias
1
-7
/
+8
2014-02-11
exec: Make stb_phys input an AddressSpace
Edgar E. Iglesias
1
-3
/
+3
2014-02-11
exec: Make stw_*_phys input an AddressSpace
Edgar E. Iglesias
1
-10
/
+10
2014-02-11
exec: Make stl_phys_notdirty input an AddressSpace
Edgar E. Iglesias
1
-2
/
+2
2014-02-11
exec: Make stl_*_phys input an AddressSpace
Edgar E. Iglesias
1
-9
/
+10
2014-02-11
exec: Make stq_*_phys input an AddressSpace
Edgar E. Iglesias
1
-6
/
+6
2014-02-11
exec: Make lduw_*_phys input an AddressSpace
Edgar E. Iglesias
1
-9
/
+9
2014-02-11
exec: Make ldq/ldub_*_phys input an AddressSpace
Edgar E. Iglesias
1
-11
/
+11
2014-02-11
exec: Make ldl_*_phys input an AddressSpace
Edgar E. Iglesias
1
-10
/
+9
2014-02-11
exec: On AS changes, only flush affected CPU TLBs
Edgar E. Iglesias
1
-0
/
+5
2014-02-11
cpu: Add per-cpu address space
Edgar E. Iglesias
1
-8
/
+19
2014-02-11
exec: Make memory_region_section_get_iotlb use section AS
Edgar E. Iglesias
1
-1
/
+1
2014-02-11
exec: Always initialize MemorySection address spaces
Edgar E. Iglesias
1
-0
/
+2
2014-02-11
exec: Make iotlb_to_region input an AS
Edgar E. Iglesias
1
-3
/
+2
2014-02-11
exec: Make tb_invalidate_phys_addr input an AS
Edgar E. Iglesias
1
-1
/
+2
2014-02-10
memory: fix limiting of translation at a page boundary
Paolo Bonzini
1
-16
/
+19
2014-01-30
address_space_translate: do not cross page boundaries
Stefano Stabellini
1
-2
/
+4
2014-01-24
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
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: cpu_physical_memory_set_dirty_tracking() should return void
Juan Quintela
1
-6
/
+4
2014-01-13
memory: make cpu_physical_memory_reset_dirty() take a length parameter
Juan Quintela
1
-11
/
+8
2014-01-13
memory: s/dirty/clean/ in cpu_physical_memory_is_dirty()
Juan Quintela
1
-3
/
+3
2014-01-13
memory: s/mask/clear/ cpu_physical_memory_mask_dirty_range
Juan Quintela
1
-1
/
+1
2014-01-13
memory: split dirty bitmap into three
Juan Quintela
1
-3
/
+6
2014-01-13
memory: only resize dirty bitmap when memory size increases
Juan Quintela
1
-3
/
+9
2014-01-13
memory: cpu_physical_memory_mask_dirty_range() always clears a single flag
Juan Quintela
1
-9
/
+10
2014-01-13
memory: cpu_physical_memory_set_dirty_range() always dirty all flags
Juan Quintela
1
-1
/
+1
2014-01-13
memory: set single dirty flags when possible
Juan Quintela
1
-3
/
+4
2014-01-13
memory: make cpu_physical_memory_is_dirty return bool
Juan Quintela
1
-5
/
+2
2014-01-13
exec: create function to get a single dirty bit
Juan Quintela
1
-1
/
+1
2014-01-13
exec: use accessor function to know if memory is dirty
Juan Quintela
1
-1
/
+1
[next]