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
2016-02-11
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-02-1...
Peter Maydell
1
-6
/
+0
2016-02-11
cpu: cpu_save/cpu_load is no more
Paolo Bonzini
1
-6
/
+0
2016-02-11
cpu: Add callback to check architectural watchpoint match
Sergey Fedorov
1
-0
/
+6
2016-02-09
memory: RCU ram_list.dirty_memory[] for safe RAM hotplug
Stefan Hajnoczi
1
-15
/
+60
2016-02-03
log: do not unnecessarily include qom/cpu.h
Paolo Bonzini
1
-0
/
+1
2016-01-29
exec: Clean up includes
Peter Maydell
1
-3
/
+1
2016-01-21
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160121' into sta...
Peter Maydell
1
-1
/
+7
2016-01-21
qom/cpu: Add MemoryRegion property
Peter Crosthwaite
1
-0
/
+14
2016-01-21
exec.c: Use correct AddressSpace in watch_mem_read and watch_mem_write
Peter Maydell
1
-6
/
+10
2016-01-21
exec.c: Use cpu_get_phys_page_attrs_debug
Peter Maydell
1
-5
/
+13
2016-01-21
exec.c: Add cpu_get_address_space()
Peter Maydell
1
-0
/
+6
2016-01-21
exec.c: Pass MemTxAttrs to iotlb_to_region so it uses the right AS
Peter Maydell
1
-2
/
+3
2016-01-21
cputlb.c: Use correct address space when looking up MemoryRegionSection
Peter Maydell
1
-3
/
+4
2016-01-21
exec.c: Allow target CPUs to define multiple AddressSpaces
Peter Maydell
1
-10
/
+15
2016-01-21
exec.c: Don't set cpu->as until cpu_address_space_init
Peter Maydell
1
-4
/
+12
2016-01-14
xen-hvm: Clean up xen_ram_alloc() error handling
Markus Armbruster
1
-1
/
+7
2016-01-09
ivshmem: Store file descriptor for vhost-user negotiation
Tetsuya Mukawa
1
-0
/
+10
2015-12-17
memory: try to inline constant-length reads
Paolo Bonzini
1
-13
/
+2
2015-12-17
memory: extract first iteration of address_space_read and address_space_write
Paolo Bonzini
1
-20
/
+65
2015-12-17
memory: split address_space_read and address_space_write
Paolo Bonzini
1
-92
/
+116
2015-12-17
exec: make qemu_ram_ptr_length more similar to qemu_get_ram_ptr
Paolo Bonzini
1
-23
/
+23
2015-12-17
exec: always call qemu_get_ram_ptr within rcu_read_lock
Paolo Bonzini
1
-17
/
+5
2015-12-17
qemu-log: introduce qemu_log_separate
Paolo Bonzini
1
-1
/
+1
2015-12-17
exec: Remove unnecessary RAM_FILE flag
Eduardo Habkost
1
-9
/
+1
2015-12-17
exec: Eliminate qemu_ram_free_from_ptr()
Eduardo Habkost
1
-19
/
+0
2015-12-02
exec: Stop using memory after free
Don Slutz
1
-1
/
+3
2015-11-26
exec: remove warning about mempath and hugetlbfs
Daniel P. Berrange
1
-3
/
+0
2015-11-26
Revert "exec: silence hugetlbfs warning under qtest"
Daniel P. Berrange
1
-4
/
+1
2015-11-19
exec: silence hugetlbfs warning under qtest
Marc-André Lureau
1
-1
/
+4
2015-11-10
Round up RAMBlock sizes to host page sizes
Dr. David Alan Gilbert
1
-4
/
+4
2015-11-10
qemu_ram_block_by_name
Dr. David Alan Gilbert
1
-0
/
+20
2015-11-10
qemu_ram_block_from_host
Dr. David Alan Gilbert
1
-9
/
+45
2015-11-10
Provide runtime Target page information
Dr. David Alan Gilbert
1
-0
/
+10
2015-11-06
exec: avoid unnecessary cacheline bounce on ram_list.mru_block
Paolo Bonzini
1
-1
/
+1
2015-11-06
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-replay' into ...
Peter Maydell
1
-0
/
+2
2015-11-06
replay: initialization and deinitialization
Pavel Dovgalyuk
1
-0
/
+2
2015-11-04
backends/hostmem-file: Allow to specify full pathname for backing file
Pavel Fedin
1
-13
/
+21
2015-11-04
memory: call begin, log_start and commit when registering a new listener
Paolo Bonzini
1
-1
/
+1
2015-11-02
file_ram_alloc: propagate error to caller instead of terminating QEMU
Igor Mammedov
1
-4
/
+0
2015-10-22
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-37
/
+10
2015-10-21
exec: factor out duplicate mmap code
Michael S. Tsirkin
1
-37
/
+10
2015-10-12
exec.c: Collect AddressSpace related fields into a CPUAddressSpace struct
Peter Maydell
1
-18
/
+38
2015-10-12
exec.c: Don't call cpu_reload_memory_map() from cpu_exec_init()
Peter Maydell
1
-1
/
+0
2015-10-01
exec: allocate PROT_NONE pages on top of RAM
Michael S. Tsirkin
1
-3
/
+39
2015-09-16
include/exec: Move cputlb exec.c defs out
Peter Crosthwaite
1
-1
/
+0
2015-09-16
cputlb: Change tlb_set_dirty() arg to cpu
Peter Crosthwaite
1
-2
/
+1
2015-09-16
cputlb: move CPU_LOOP() for tlb_reset() to exec.c
Peter Crosthwaite
1
-1
/
+4
2015-09-16
cpu: Add crash_occurred flag into CPUState
Andrey Smetanin
1
-0
/
+19
2015-09-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+1
2015-09-09
remove qemu/tls.h
Paolo Bonzini
1
-1
/
+1
[next]