index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
accel
/
tcg
/
cputlb.c
Age
Commit message (
Expand
)
Author
2019-06-12
cputlb: cast size_t to target_ulong before using for address masks
Alex Bennée
2019-06-12
cputlb: use uint64_t for interim values for unaligned load
Alex Bennée
2019-06-10
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
2019-06-10
tcg: Create struct CPUTLB
Richard Henderson
2019-06-10
tcg: Fold CPUTLBWindow into CPUTLBDesc
Richard Henderson
2019-05-16
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190510' into staging
Peter Maydell
2019-05-10
cputlb: Do unaligned store recursion to outermost function
Richard Henderson
2019-05-10
cputlb: Do unaligned load recursion to outermost function
Richard Henderson
2019-05-10
cputlb: Drop attribute flatten
Richard Henderson
2019-05-10
cputlb: Move TLB_RECHECK handling into load/store_helper
Richard Henderson
2019-05-10
accel/tcg: demacro cputlb
Alex Bennée
2019-05-10
tcg: Use tlb_fill probe from tlb_vaddr_to_host
Richard Henderson
2019-05-10
tcg: Use CPUClass::tlb_fill in cputlb.c
Richard Henderson
2019-04-25
cputlb: Fix io_readx() to respect the access_type
Shahab Vahedi
2019-02-11
cputlb: update TLB entry/index after tlb_fill
Emilio G. Cota
2019-01-30
tcg: Fix LGPL version number
Thomas Huth
2019-01-28
cputlb: Remove static tlb sizing
Richard Henderson
2019-01-28
tcg: introduce dynamic TLB sizing
Emilio G. Cota
2019-01-28
cputlb: do not evict empty entries to the vtlb
Emilio G. Cota
2018-10-31
cputlb: Remove tlb_c.pending_flushes
Richard Henderson
2018-10-31
cputlb: Filter flushes on already clean tlbs
Richard Henderson
2018-10-31
cputlb: Count "partial" and "elided" tlb flushes
Richard Henderson
2018-10-31
cputlb: Merge tlb_flush_page into tlb_flush_page_by_mmuidx
Richard Henderson
2018-10-31
cputlb: Merge tlb_flush_nocheck into tlb_flush_by_mmuidx_async_work
Richard Henderson
2018-10-31
cputlb: Move env->vtlb_index to env->tlb_d.vindex
Richard Henderson
2018-10-31
cputlb: Split large page tracking per mmu_idx
Richard Henderson
2018-10-31
cputlb: Move cpu->pending_tlb_flush to env->tlb_c.pending_flush
Richard Henderson
2018-10-31
cputlb: Remove tcg_enabled hack from tlb_flush_nocheck
Richard Henderson
2018-10-31
cputlb: Move tlb_lock to CPUTLBCommon
Richard Henderson
2018-10-18
cputlb: read CPUTLBEntry.addr_write atomically
Emilio G. Cota
2018-10-18
tcg: Split CONFIG_ATOMIC128
Richard Henderson
2018-10-18
tcg: Add tlb_index and tlb_entry helpers
Richard Henderson
2018-10-18
cputlb: serialize tlb updates with env->tlb_lock
Emilio G. Cota
2018-10-18
cputlb: fix assert_cpu_is_self macro
Emilio G. Cota
2018-10-18
exec: introduce tlb_init
Emilio G. Cota
2018-08-14
accel/tcg: Check whether TLB entry is RAM consistently with how we set it up
Peter Maydell
2018-08-14
accel/tcg: Return -1 for execution from MMIO regions in get_page_addr_code()
Peter Maydell
2018-08-14
accel/tcg: Pass read access type through to io_readx()
Peter Maydell
2018-07-16
accel/tcg: Assert that tlb fill gave us a valid TLB entry
Peter Maydell
2018-07-16
accel/tcg: Use correct test when looking in victim TLB for code
Peter Maydell
2018-07-02
accel/tcg: Avoid caching overwritten tlb entries
Richard Henderson
2018-07-02
accel/tcg: Don't treat invalid TLB entries as needing recheck
Peter Maydell
2018-07-02
accel/tcg: Correct "is this a TLB miss" check in get_page_addr_code()
Peter Maydell
2018-07-02
tcg: Define and use new tlb_hit() and tlb_hit_page() functions
Peter Maydell
2018-06-26
tcg: Support MMU protection regions smaller than TARGET_PAGE_SIZE
Peter Maydell
2018-06-15
cputlb: remove tb_lock from tlb_flush functions
Emilio G. Cota
2018-06-15
exec.c: Handle IOMMUs in address_space_translate_for_iotlb()
Peter Maydell
2018-06-15
cputlb: Pass cpu_transaction_failed() the correct physaddr
Peter Maydell
2018-06-15
cpu-defs.h: Document CPUIOTLBEntry 'addr' field
Peter Maydell
2018-01-25
accel/tcg: add size paremeter in tlb_fill()
Laurent Vivier
[next]