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
2019-03-06
migration: Add an ability to ignore shared RAM blocks
Yury Kotov
1
-19
/
+0
2019-03-06
exec: Change RAMBlockIterFunc definition
Yury Kotov
1
-4
/
+17
2019-02-05
unify len and addr type for memory/address APIs
Li Zhijian
1
-24
/
+23
2019-02-04
mmap-alloc: fix hugetlbfs misaligned length in ppc64
Murilo Opsfelder Araujo
1
-2
/
+2
2019-02-01
exec.c: Don't reallocate IOMMUNotifiers that are in use
Peter Maydell
1
-4
/
+6
2019-01-29
memory: add memory_region_flush_rom_device()
Stefan Hajnoczi
1
-0
/
+13
2019-01-29
exec.c: Use correct attrs in cpu_memory_rw_debug()
Peter Maydell
1
-4
/
+2
2019-01-11
qemu/queue.h: typedef QTAILQ heads
Paolo Bonzini
1
-1
/
+2
2019-01-11
qemu/queue.h: leave head structs anonymous unless necessary
Paolo Bonzini
1
-1
/
+1
2018-12-14
Rename cpu_physical_memory_write_rom() to address_space_write_rom()
Peter Maydell
1
-6
/
+8
2018-12-14
exec.c: Rename cpu_physical_memory_write_rom_internal()
Peter Maydell
1
-7
/
+13
2018-10-18
exec: introduce tlb_init
Emilio G. Cota
1
-0
/
+1
2018-10-17
cpu: Provide a proper prototype for target_words_bigendian() in a header
Thomas Huth
1
-5
/
+0
2018-10-02
hostmem-file: make available memory-backend-file on POSIX-based hosts
Hikaru Nishida
1
-2
/
+2
2018-08-21
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-25
/
+13
2018-08-14
accel/tcg: Check whether TLB entry is RAM consistently with how we set it up
Peter Maydell
1
-6
/
+0
2018-08-10
hostmem-file: add the 'pmem' option
Junyan He
1
-0
/
+8
2018-08-10
memory, exec: switch file ram allocation functions to 'flags' parameters
Junyan He
1
-5
/
+5
2018-08-10
memory, exec: Expose all memory block related flags.
Junyan He
1
-20
/
+0
2018-07-02
tcg: simplify !CONFIG_TCG handling of tb_invalidate_*
Paolo Bonzini
1
-1
/
+5
2018-07-02
tcg: Fix --disable-tcg build breakage
Philippe Mathieu-Daudé
1
-1
/
+1
2018-06-28
exec: check that alignment is a power of two
David Hildenbrand
1
-0
/
+4
2018-06-28
move public invalidate APIs out of translate-all.{c,h}, clean up
Paolo Bonzini
1
-4
/
+25
2018-06-28
exec: Fix MAP_RAM for cached access
Eric Auger
1
-6
/
+0
2018-06-27
postcopy: drop ram_pages parameter from postcopy_ram_incoming_init()
David Hildenbrand
1
-1
/
+1
2018-06-22
tcg: fix --disable-tcg build breakage
Emilio G. Cota
1
-0
/
+3
2018-06-15
tcg: remove tb_lock
Emilio G. Cota
1
-15
/
+11
2018-06-15
exec.c: Handle IOMMUs in address_space_translate_for_iotlb()
Peter Maydell
1
-2
/
+133
2018-06-15
iommu: Add IOMMU index argument to translate method
Peter Maydell
1
-2
/
+9
2018-06-15
exec.c: Use stn_p() and ldn_p() instead of explicit switches
Peter Maydell
1
-104
/
+8
2018-06-15
exec.c: Don't accidentally sign-extend 4-byte loads in subpage_read()
Peter Maydell
1
-1
/
+1
2018-06-15
cputlb: Pass cpu_transaction_failed() the correct physaddr
Peter Maydell
1
-2
/
+3
2018-06-04
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180604' i...
Peter Maydell
1
-0
/
+38
2018-06-04
migration: discard non-migratable RAMBlocks
Cédric Le Goater
1
-0
/
+38
2018-06-01
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+1
2018-06-01
exec.c: Initialize sa_flags passed to sigaction()
Peter Maydell
1
-0
/
+1
2018-05-31
Make address_space_translate_iommu take a MemTxAttrs argument
Peter Maydell
1
-3
/
+5
2018-05-31
Make flatview_do_translate() take a MemTxAttrs argument
Peter Maydell
1
-3
/
+6
2018-05-31
Make address_space_get_iotlb_entry() take a MemTxAttrs argument
Peter Maydell
1
-1
/
+1
2018-05-31
Make flatview_translate() take a MemTxAttrs argument
Peter Maydell
1
-8
/
+9
2018-05-31
Make flatview_access_valid() take a MemTxAttrs argument
Peter Maydell
1
-7
/
+5
2018-05-31
Make MemoryRegion valid.accepts callback take a MemTxAttrs argument
Peter Maydell
1
-3
/
+6
2018-05-31
Make memory_region_access_valid() take a MemTxAttrs argument
Peter Maydell
1
-1
/
+3
2018-05-31
Make flatview_extend_translation() take a MemTxAttrs argument
Peter Maydell
1
-5
/
+10
2018-05-31
Make address_space_access_valid() take a MemTxAttrs argument
Peter Maydell
1
-1
/
+2
2018-05-31
Make address_space_map() take a MemTxAttrs argument
Peter Maydell
1
-2
/
+4
2018-05-31
Make address_space_translate{, _cached}() take a MemTxAttrs argument
Peter Maydell
1
-5
/
+9
2018-05-31
Make tb_invalidate_phys_addr() take a MemTxAttrs argument
Peter Maydell
1
-1
/
+1
2018-05-09
exec: reintroduce MemoryRegion caching
Paolo Bonzini
1
-12
/
+109
2018-05-09
exec: extract address_space_translate_iommu, fix page_mask corner case
Paolo Bonzini
1
-35
/
+75
[prev]
[next]