Age | Commit message (Expand) | Author | Files | Lines |
2023-10-04 | accel/tcg: Modify tlb_*() to use CPUState | Anton Johansson | 1 | -4/+4 |
2023-08-29 | Revert "include/exec: typedef abi_ptr to vaddr in softmmu" | Richard Henderson | 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-06-26 | accel/tcg/cputlb.c: Widen CPUTLBEntry access functions | Anton Johansson | 1 | -5/+5 |
2023-06-05 | tcg: Split out tcg/oversized-guest.h | Richard Henderson | 1 | -2/+1 |
2023-06-05 | tcg: Widen CPUTLBEntry comparators to 64-bits | Richard Henderson | 1 | -6/+13 |
2023-05-23 | accel/tcg: Remove cpu_atomic_{ld,st}o_*_mmu | Richard Henderson | 1 | -9/+0 |
2023-05-23 | accel/tcg: Unify cpu_{ld,st}*_{be,le}_mmu | Richard Henderson | 1 | -46/+12 |
2023-05-11 | accel/tcg: Introduce tlb_read_idx | Richard Henderson | 1 | -3/+19 |
2023-05-02 | accel/tcg: Add cpu_ld*_code_mmu | Richard Henderson | 1 | -0/+9 |
2023-02-04 | tcg: Add guest load/store primitives for TCGv_i128 | Richard Henderson | 1 | -0/+10 |
2022-04-06 | Replace TARGET_WORDS_BIGENDIAN | Marc-André Lureau | 1 | -1/+1 |
2022-03-06 | exec/cpu_ldst: Include 'cpu.h' to get target_ulong definition | Philippe Mathieu-Daudé | 1 | -0/+1 |
2022-02-09 | include/exec: fix softmmu version of TARGET_ABI_FMT_lx | Alex Bennée | 1 | -1/+1 |
2021-10-13 | accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.h | Richard Henderson | 1 | -0/+87 |
2021-10-13 | accel/tcg: Add cpu_{ld,st}*_mmu interfaces | Richard Henderson | 1 | -161/+84 |
2021-02-16 | exec: Rename guest_{addr,range}_valid to *_untagged | Richard Henderson | 1 | -2/+2 |
2021-02-16 | exec: Use cpu_untagged_addr in g2h; split out g2h_untagged | Richard Henderson | 1 | -2/+10 |
2021-02-16 | exec: Introduce cpu_untagged_addr | Richard Henderson | 1 | -0/+7 |
2021-02-16 | linux-user: Fix guest_addr_valid vs reserved_va | Richard Henderson | 1 | -5/+4 |
2021-02-16 | linux-user: Do not use guest_addr_valid for h2g_valid | Richard Henderson | 1 | -1/+4 |
2021-02-16 | exec: Improve types for guest_addr_valid | Richard Henderson | 1 | -1/+1 |
2021-02-16 | exec: Use uintptr_t in cpu_ldst.h | Richard Henderson | 1 | -3/+3 |
2020-11-15 | overall/alpha tcg cpus|hppa: Fix Lesser GPL version number | Chetan Pant | 1 | -1/+1 |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 1 | -1/+1 |
2020-05-11 | accel/tcg: Add endian-specific cpu_{ld, st}* operations | Richard Henderson | 1 | -65/+206 |
2020-01-21 | cputlb: Make tlb_n_entries private to cputlb.c | Richard Henderson | 1 | -5/+0 |
2020-01-15 | tcg: Search includes from the project root source directory | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-01-15 | cputlb: Expand cpu_ldst_template.h in cputlb.c | Richard Henderson | 1 | -43/+24 |
2020-01-15 | cputlb: Remove support for MMU_MODE*_SUFFIX | Richard Henderson | 1 | -230/+0 |
2020-01-15 | cputlb: Expand cpu_ldst_useronly_template.h in user-exec.c | Richard Henderson | 1 | -31/+29 |
2020-01-15 | cputlb: Provide cpu_(ld,st}*_mmuidx_ra for user-only | Richard Henderson | 1 | -5/+75 |
2020-01-15 | cputlb: Rename helper_ret_ld*_cmmu to cpu_ld*_code | Richard Henderson | 1 | -17/+12 |
2020-01-15 | translator: Use cpu_ld*_code instead of open-coding | Richard Henderson | 1 | -11/+0 |
2020-01-15 | cputlb: Move body of cpu_ldst_template.h out of line | Richard Henderson | 1 | -1/+24 |
2019-10-28 | translator: add translator_ld{ub,sw,uw,l,q} | Emilio G. Cota | 1 | -0/+11 |
2019-07-18 | linux-user: check valid address in access_ok() | Rémi Denis-Courmont | 1 | -0/+4 |
2019-07-14 | tcg: Introduce set/clear_helper_retaddr | Richard Henderson | 1 | -0/+20 |
2019-06-10 | tcg: Create struct CPUTLB | Richard Henderson | 1 | -3/+3 |
2019-05-10 | tcg: Use tlb_fill probe from tlb_vaddr_to_host | Richard Henderson | 1 | -40/+10 |
2019-01-28 | cputlb: Remove static tlb sizing | Richard Henderson | 1 | -14/+0 |
2019-01-28 | tcg: introduce dynamic TLB sizing | Emilio G. Cota | 1 | -0/+21 |
2018-10-18 | cputlb: read CPUTLBEntry.addr_write atomically | Emilio G. Cota | 1 | -1/+10 |
2018-10-18 | tcg: Add tlb_index and tlb_entry helpers | Richard Henderson | 1 | -3/+16 |
2018-08-17 | linux-user: fix 32bit g2h()/h2g() | Laurent Vivier | 1 | -5/+18 |
2018-07-02 | tcg: Define and use new tlb_hit() and tlb_hit_page() functions | Peter Maydell | 1 | -2/+1 |
2018-03-09 | linux-user: fix mmap/munmap/mprotect/mremap/shmat | Max Filippov | 1 | -9/+7 |
2017-11-15 | tcg: Record code_gen_buffer address for user-only memory helpers | Richard Henderson | 1 | -0/+2 |
2016-11-22 | cpu_ldst.h: use correct guest address parameter | Bobby Bingham | 1 | -1/+1 |