summaryrefslogtreecommitdiffstats
path: root/accel/tcg/user-exec.c
Commit message (Expand)AuthorAgeFilesLines
* accel/tcg: Fix computing of is_write for MIPSKele Huang2020-10-081-4/+39
* qemu/: fix some comment spelling errorszhaolichang2020-09-171-1/+1
* meson: rename included C source files to .c.incPaolo Bonzini2020-08-211-1/+1
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-1/+1
* accel/tcg: Provide a NetBSD specific aarch64 cpu_signal_handlerNick Hudson2020-06-021-0/+27
* accel/tcg: Adjust cpu_signal_handler for NetBSD/armNick Hudson2020-06-021-3/+13
* accel/tcg: Add endian-specific cpu_{ld, st}* operationsRichard Henderson2020-05-111-38/+173
* accel/tcg: Add probe_access_flagsRichard Henderson2020-05-111-9/+34
* accel/tcg: Adjust probe_access call to page_check_rangeRichard Henderson2020-05-111-1/+1
* tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé2020-01-161-1/+1
* cputlb: Expand cpu_ldst_useronly_template.h in user-exec.cRichard Henderson2020-01-161-0/+236
* atomic_template: add inline trace/plugin helpersEmilio G. Cota2019-10-281-0/+2
* trace: add mmu_index to mem_infoAlex Bennée2019-10-281-0/+1
* tcg: Factor out probe_write() logic into probe_access()David Hildenbrand2019-09-031-6/+20
* tcg: Make probe_write() return a pointer to the host pageDavid Hildenbrand2019-09-031-2/+4
* tcg: Enforce single page access in probe_write()David Hildenbrand2019-09-031-0/+2
* tcg: Factor out CONFIG_USER_ONLY probe_write() from s390x codeDavid Hildenbrand2019-09-031-0/+14
* tcg: Release mmap_lock on translation faultRichard Henderson2019-07-141-19/+47
* tcg: Introduce set/clear_helper_retaddrRichard Henderson2019-07-141-5/+6
* cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson2019-06-101-1/+1
* tcg: Remove CPUClass::handle_mmu_faultRichard Henderson2019-05-101-10/+3Star
* tcg: Add CPUClass::tlb_fillRichard Henderson2019-05-101-25/+14Star
* tcg: Fix LGPL version numberThomas Huth2019-01-301-1/+1
* accel/tcg/user-exec: Don't parse aarch64 insns to test for read vs writePeter Maydell2019-01-291-14/+52
* tcg: Add RISC-V cpu signal handlerAlistair Francis2018-12-251-0/+75
* tcg: Split CONFIG_ATOMIC128Richard Henderson2018-10-191-2/+3
* icount: fix cpu_restore_state_from_tb for non-tb-exit casesPavel Dovgalyuk2018-04-111-1/+1
* Drop remaining bits of ia64 host supportPeter Maydell2018-02-051-33/+0Star
* accel/tcg: add size paremeter in tlb_fill()Laurent Vivier2018-01-251-1/+1
* page_unprotect(): handle calls to pages that are PAGE_WRITEPeter Maydell2018-01-231-1/+12
* linux-user: Propagate siginfo_t through to handle_cpu_signal()Peter Maydell2018-01-231-25/+14Star
* accel/tcg: Handle atomic accesses to notdirty memory correctlyPeter Maydell2017-11-211-0/+1
* tcg: Record code_gen_buffer address for user-only memory helpersRichard Henderson2017-11-151-11/+47
* accel/tcg: move USER code to user-exec.cPhilippe Mathieu-Daudé2017-09-171-0/+52
* accel/tcg: move user-exec to accel/tcg/Philippe Mathieu-Daudé2017-09-171-0/+575