summaryrefslogtreecommitdiffstats
path: root/include/exec/cpu-all.h
Commit message (Expand)AuthorAgeFilesLines
* tcg: Define and use new tlb_hit() and tlb_hit_page() functionsPeter Maydell2018-07-021-0/+23
* tcg: Support MMU protection regions smaller than TARGET_PAGE_SIZEPeter Maydell2018-06-261-1/+4
* bswap: Add new stn_*_p() and ldn_*_p() memory access functionsPeter Maydell2018-06-151-0/+4
* exec: reintroduce MemoryRegion cachingPaolo Bonzini2018-05-091-1/+5
* exec: move memory access declarations to a common header, inline *_phys funct...Paolo Bonzini2018-05-091-45/+30Star
* linux-user: fix mmap/munmap/mprotect/mremap/shmatMax Filippov2018-03-091-1/+5
* accel/tcg: allow to invalidate a write TLB entry immediatelyDavid Hildenbrand2017-10-201-0/+3
* util: move qemu_real_host_page_size/mask to osdep.hEmilio G. Cota2017-10-101-2/+0Star
* exec: introduce MemoryRegionCachePaolo Bonzini2016-12-221-0/+23
* tcg: Add EXCP_ATOMICRichard Henderson2016-10-261-0/+1
* cpu: Support a target CPU having a variable page sizePeter Maydell2016-10-241-0/+9
* tcg: Improve the alignment check infrastructureSergey Sorokin2016-07-061-4/+12
* target-*: Don't redefine cpu_exec()Peter Crosthwaite2016-06-291-0/+2
* qemu-common.h: Drop WORDS_ALIGNED definePeter Maydell2016-06-071-5/+0Star
* cpu: move endian-dependent load/store functions to cpu-all.hPaolo Bonzini2016-05-191-0/+25
* include: Clean up includesPeter Maydell2016-02-231-1/+0Star
* translate-all: ensure host page mask is always extended with 1'sPaolo Bonzini2015-12-021-3/+5
* Move RAMBlock and ram_list to ram_addr.hDr. David Alan Gilbert2015-09-091-41/+0Star
* linux-user: remove useless macros GUEST_BASE and RESERVED_VALaurent Vivier2015-08-241-3/+1Star
* linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier2015-08-241-5/+0Star
* cpu-all: complete "real" host page size APIPeter Crosthwaite2015-07-061-0/+3
* include/exec: Move standard exceptions to cpu-all.hPeter Crosthwaite2015-06-261-0/+6
* Convert ram_list to RCUMike Day2015-02-161-4/+2Star
* exec: convert ram_list to QLISTMike Day2015-02-161-2/+2
* cosmetic changes preparing for the following patchesMike Day2015-02-161-0/+1
* exec: protect mru_block with RCUPaolo Bonzini2015-02-161-0/+2
* cpu_ldst.h, cpu-all.h, bswap.h: Update documentation on ld/st accessorsPeter Maydell2015-01-201-36/+2Star
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-01-101-4/+8
|\
| * exec: qemu_ram_alloc_resizeable, qemu_ram_resizeMichael S. Tsirkin2015-01-081-3/+6
| * exec: split length -> used_length/max_lengthMichael S. Tsirkin2015-01-081-1/+2
* | tcg: add separate monitor command to dump opcode countersMax Filippov2014-12-171-0/+1
|/
* cpu: verify that block->host is setMichael S. Tsirkin2014-12-161-0/+1
* cpu: assert host pointer offset within blockMichael S. Tsirkin2014-12-161-0/+1
* exec: add wrapper for host pointer accessMichael S. Tsirkin2014-12-161-0/+5
* translate-all.c: memory walker initial address miscalculationMikhail Ilyin2014-10-061-2/+2
* linux-user: /proc/self/maps contentMikhail Ilyin2014-08-221-0/+2
* memory: move RAM_PREALLOC_MASK to exec.c, renamePaolo Bonzini2014-06-191-3/+0Star
* memory: reorganize file-based allocationPaolo Bonzini2014-06-191-3/+0Star
* NUMA: move numa related code to new file numa.cWanlong Gao2014-06-191-2/+0Star
* softmmu: move all load/store functions to cpu_ldst.hPaolo Bonzini2014-06-051-119/+0Star
* cpu: make CPU_INTERRUPT_RESET available on all targetsPaolo Bonzini2014-05-131-3/+5
* exec: Change cpu_abort() argument to CPUStateAndreas Färber2014-03-131-3/+0Star
* exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber2014-03-131-15/+0Star
* exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber2014-03-131-6/+0Star
* memory: split dirty bitmap into threeJuan Quintela2014-01-131-1/+2
* exec: Reduce ifdeffery around -mem-pathMarkus Armbruster2013-09-121-2/+0Star
* Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori2013-07-251-2/+6
|\
| * linux-user: fix segmentation fault passing with h2g(x) != xAlexander Graf2013-07-231-2/+6
* | exec: Change cpu_memory_rw_debug() argument to CPUStateAndreas Färber2013-07-231-1/+2
* | cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber2013-07-231-5/+0Star