index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
exec
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
1
-1
/
+0
2023-10-04
virtio: don't zero out memory region cache for indirect descriptors
Ilya Maximets
1
-3
/
+13
2023-10-03
accel/tcg: Remove cpu_neg()
Richard Henderson
2
-12
/
+1
2023-10-03
accel/tcg: Remove CPUState.icount_decr_ptr
Richard Henderson
1
-1
/
+0
2023-10-03
accel/tcg: Move CPUNegativeOffsetState into CPUState
Richard Henderson
1
-13
/
+9
2023-10-03
accel/tcg: Validate placement of CPUNegativeOffsetState
Richard Henderson
1
-0
/
+6
2023-10-03
accel/tcg: Move CPUTLB definitions from cpu-defs.h
Richard Henderson
1
-150
/
+0
2023-10-03
target/arm: Replace TARGET_PAGE_ENTRY_EXTRA
Anton Johansson
1
-3
/
+15
2023-10-03
accel/tcg: Restrict tcg_exec_[un]realizefn() to TCG
Philippe Mathieu-Daudé
1
-2
/
+0
2023-10-03
accel/tcg: Have tcg_exec_realizefn() return a boolean
Philippe Mathieu-Daudé
1
-1
/
+1
2023-09-28
accel/tcg: Track current value of can_do_io in the TB
Richard Henderson
1
-0
/
+2
2023-09-19
Merge tag 'mem-2023-09-19' of https://github.com/davidhildenbrand/qemu into staging
Stefan Hajnoczi
2
-8
/
+15
2023-09-19
memory: avoid updating ioeventfds for some address_space
hongmianquan
1
-0
/
+1
2023-09-19
softmmu/physmem: Distinguish between file access mode and mmap protection
David Hildenbrand
2
-8
/
+14
2023-09-15
thunk: Delete checks for old host definitions
Akihiko Odaki
1
-2
/
+1
2023-09-15
accel/tcg: Fix the comment for CPUTLBEntryFull
LIU Zhiwei
1
-6
/
+6
2023-09-08
accel/tcg: Fix typo in translator_io_start() description
Philippe Mathieu-Daudé
1
-1
/
+1
2023-08-31
exec/translation-block: Clean up includes
Philippe Mathieu-Daudé
1
-3
/
+3
2023-08-31
target/translate: Restrict 'exec/cpu_ldst.h' to user emulation
Philippe Mathieu-Daudé
1
-1
/
+1
2023-08-31
exec/address-spaces.h: Remove unuseful 'exec/memory.h' include
Philippe Mathieu-Daudé
1
-2
/
+0
2023-08-31
bulk: Do not declare function prototypes using 'extern' keyword
Philippe Mathieu-Daudé
2
-23
/
+23
2023-08-31
accel: Remove HAX accelerator
Philippe Mathieu-Daudé
1
-1
/
+0
2023-08-31
Merge tag 'pull-maintainer-ominbus-300823-1' of https://gitlab.com/stsquad/qemu into staging
Stefan Hajnoczi
1
-5
/
+15
2023-08-30
gdbstub: move comment for gdb_register_coprocessor
Alex Bennée
1
-0
/
+10
2023-08-30
gdbstub: replace global gdb_has_xml with a function
Alex Bennée
1
-5
/
+5
2023-08-29
Revert "include/exec: typedef abi_ptr to vaddr in softmmu"
Richard Henderson
1
-2
/
+2
2023-08-29
softmmu: Use async_run_on_cpu in tcg_commit
Richard Henderson
1
-1
/
+0
2023-08-24
include/exec: Widen tlb_hit/tlb_hit_page()
Anton Johansson
1
-2
/
+2
2023-08-24
include/exec: typedef abi_ptr to vaddr in softmmu
Anton Johansson
1
-2
/
+2
2023-08-24
include/exec: Replace target_ulong with abi_ptr in cpu_[st|ld]*()
Anton Johansson
1
-12
/
+12
2023-08-09
linux-user: Use ARRAY_SIZE with bitmask_transtbl
Richard Henderson
1
-4
/
+11
2023-08-07
Fixed incorrect LLONG alignment for openrisc and cris
Luca Bonissi
1
-0
/
+8
2023-08-01
misc: Fix some typos in documentation and comments
Stefan Weil
1
-1
/
+1
2023-07-23
include/exec: Add WITH_MMAP_LOCK_GUARD
Richard Henderson
1
-0
/
+10
2023-07-15
tcg: Use HAVE_CMPXCHG128 instead of CONFIG_CMPXCHG128
Richard Henderson
1
-0
/
+2
2023-07-15
accel/tcg: Return bool from page_check_range
Richard Henderson
1
-1
/
+12
2023-07-15
accel/tcg: Introduce page_find_range_empty
Richard Henderson
1
-0
/
+15
2023-07-15
accel/tcg: Introduce page_check_range_empty
Richard Henderson
1
-0
/
+12
2023-07-15
include/exec/user: Set ABI_LLONG_ALIGNMENT to 4 for nios2
Richard Henderson
1
-1
/
+2
2023-07-15
include/exec/user: Set ABI_LLONG_ALIGNMENT to 4 for microblaze
Richard Henderson
1
-1
/
+3
2023-07-03
plugins: force slow path when plugins instrument memory ops
Alex Bennée
2
-1
/
+24
2023-06-28
exec/memory: Add symbol for the min value of memory listener priority
Isaku Yamahata
1
-0
/
+1
2023-06-28
exec/memory: Add symbol for memory listener priority for device backend
Isaku Yamahata
1
-0
/
+1
2023-06-28
exec/memory: Add symbolic value for memory listener priority for accel
Isaku Yamahata
1
-0
/
+2
2023-06-26
accel/tcg: Renumber TLB_DISCARD_WRITE
Richard Henderson
1
-2
/
+2
2023-06-26
accel/tcg: Move TLB_WATCHPOINT to TLB_SLOW_FLAGS_MASK
Richard Henderson
1
-4
/
+4
2023-06-26
accel/tcg: Store some tlb flags in CPUTLBEntryFull
Richard Henderson
2
-4
/
+23
2023-06-26
cpu: Replace target_ulong with hwaddr in tb_invalidate_phys_addr()
Anton Johansson
1
-1
/
+1
2023-06-26
accel/tcg: Replace target_ulong with vaddr in translator_*()
Anton Johansson
1
-3
/
+3
2023-06-26
accel: Replace target_ulong with vaddr in probe_*()
Anton Johansson
1
-7
/
+7
[prev]
[next]