summaryrefslogtreecommitdiff
path: root/include/exec/cpu-all.h
AgeCommit message (Expand)AuthorFilesLines
2018-03-09linux-user: fix mmap/munmap/mprotect/mremap/shmatMax Filippov1-1/+5
2017-10-20accel/tcg: allow to invalidate a write TLB entry immediatelyDavid Hildenbrand1-0/+3
2017-10-10util: move qemu_real_host_page_size/mask to osdep.hEmilio G. Cota1-2/+0
2016-12-22exec: introduce MemoryRegionCachePaolo Bonzini1-0/+23
2016-10-26tcg: Add EXCP_ATOMICRichard Henderson1-0/+1
2016-10-24cpu: Support a target CPU having a variable page sizePeter Maydell1-0/+9
2016-07-05tcg: Improve the alignment check infrastructureSergey Sorokin1-4/+12
2016-06-29target-*: Don't redefine cpu_exec()Peter Crosthwaite1-0/+2
2016-06-07qemu-common.h: Drop WORDS_ALIGNED definePeter Maydell1-5/+0
2016-05-19cpu: move endian-dependent load/store functions to cpu-all.hPaolo Bonzini1-0/+25
2016-02-23include: Clean up includesPeter Maydell1-1/+0
2015-12-02translate-all: ensure host page mask is always extended with 1'sPaolo Bonzini1-3/+5
2015-09-09Move RAMBlock and ram_list to ram_addr.hDr. David Alan Gilbert1-41/+0
2015-08-24linux-user: remove useless macros GUEST_BASE and RESERVED_VALaurent Vivier1-3/+1
2015-08-24linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier1-5/+0
2015-07-06cpu-all: complete "real" host page size APIPeter Crosthwaite1-0/+3
2015-06-26include/exec: Move standard exceptions to cpu-all.hPeter Crosthwaite1-0/+6
2015-02-16Convert ram_list to RCUMike Day1-4/+2
2015-02-16exec: convert ram_list to QLISTMike Day1-2/+2
2015-02-16cosmetic changes preparing for the following patchesMike Day1-0/+1
2015-02-16exec: protect mru_block with RCUPaolo Bonzini1-0/+2
2015-01-20cpu_ldst.h, cpu-all.h, bswap.h: Update documentation on ld/st accessorsPeter Maydell1-36/+2
2015-01-10Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-4/+8
2015-01-08exec: qemu_ram_alloc_resizeable, qemu_ram_resizeMichael S. Tsirkin1-3/+6
2015-01-08exec: split length -> used_length/max_lengthMichael S. Tsirkin1-1/+2
2014-12-17tcg: add separate monitor command to dump opcode countersMax Filippov1-0/+1
2014-12-16cpu: verify that block->host is setMichael S. Tsirkin1-0/+1
2014-12-16cpu: assert host pointer offset within blockMichael S. Tsirkin1-0/+1
2014-12-16exec: add wrapper for host pointer accessMichael S. Tsirkin1-0/+5
2014-10-06translate-all.c: memory walker initial address miscalculationMikhail Ilyin1-2/+2
2014-08-22linux-user: /proc/self/maps contentMikhail Ilyin1-0/+2
2014-06-19memory: move RAM_PREALLOC_MASK to exec.c, renamePaolo Bonzini1-3/+0
2014-06-19memory: reorganize file-based allocationPaolo Bonzini1-3/+0
2014-06-19NUMA: move numa related code to new file numa.cWanlong Gao1-2/+0
2014-06-05softmmu: move all load/store functions to cpu_ldst.hPaolo Bonzini1-119/+0
2014-05-13cpu: make CPU_INTERRUPT_RESET available on all targetsPaolo Bonzini1-3/+5
2014-03-13exec: Change cpu_abort() argument to CPUStateAndreas Färber1-3/+0
2014-03-13exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber1-15/+0
2014-03-13exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber1-6/+0
2014-01-13memory: split dirty bitmap into threeJuan Quintela1-1/+2
2013-09-12exec: Reduce ifdeffery around -mem-pathMarkus Armbruster1-2/+0
2013-07-25Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori1-2/+6
2013-07-23linux-user: fix segmentation fault passing with h2g(x) != xAlexander Graf1-2/+6
2013-07-23exec: Change cpu_memory_rw_debug() argument to CPUStateAndreas Färber1-1/+2
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber1-5/+0
2013-07-23cpu: Change cpu_single_step() argument to CPUStateAndreas Färber1-6/+0
2013-07-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori1-4/+0
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber1-1/+0
2013-07-09cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber1-3/+0
2013-07-09exec: Remove unused global variable phys_ram_fdStefan Weil1-1/+0