aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)Author
2015-12-17memory: try to inline constant-length readsPaolo Bonzini
2015-12-17memory: inline a few small accessorsPaolo Bonzini
2015-12-17memory: extract first iteration of address_space_read and address_space_writePaolo Bonzini
2015-12-17memory: avoid unnecessary object_ref/unrefPaolo Bonzini
2015-12-17memory: reorder MemoryRegion fieldsPaolo Bonzini
2015-12-17exec: always call qemu_get_ram_ptr within rcu_read_lockPaolo Bonzini
2015-12-17exec: Eliminate qemu_ram_free_from_ptr()Eduardo Habkost
2015-12-02translate-all: ensure host page mask is always extended with 1'sPaolo Bonzini
2015-11-10qemu_ram_block_by_nameDr. David Alan Gilbert
2015-11-10qemu_ram_block_from_hostDr. David Alan Gilbert
2015-11-10Move page_size_init earlierDr. David Alan Gilbert
2015-11-05cpu-exec: allow temporary disabling icountPavel Dovgalyuk
2015-10-19hw/pci: Introduce pci_requester_id()Pavel Fedin
2015-10-12exec: remove non-TCG stuff from exec-all.h header.Paolo Bonzini
2015-10-12exec.c: Collect AddressSpace related fields into a CPUAddressSpace structPeter Maydell
2015-10-08Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20151007.0' i...Peter Maydell
2015-10-07tcg: Adjust CODE_GEN_AVG_BLOCK_SIZERichard Henderson
2015-10-07tcg: Check for overflow via highwater markRichard Henderson
2015-10-07tcg: Remove gen_intermediate_code_pcRichard Henderson
2015-10-07tcg: Save insn data and use it in cpu_restore_state_from_tbRichard Henderson
2015-10-07tcg: Pass data argument to restore_state_to_opcRichard Henderson
2015-10-07tcg: Merge cpu_gen_code into tb_gen_codeRichard Henderson
2015-10-05memory: Allow replay of IOMMU mapping notificationsDavid Gibson
2015-09-16include/exec: Move cputlb exec.c defs outPeter Crosthwaite
2015-09-16cputlb: Change tlb_set_dirty() arg to cpuPeter Crosthwaite
2015-09-16cputlb: move CPU_LOOP() for tlb_reset() to exec.cPeter Crosthwaite
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-09-11cpu-exec: introduce loop exit with restore functionPavel Dovgalyuk
2015-09-11softmmu: remove now unused functionsPavel Dovgalyuk
2015-09-11softmmu: add helper function to pass through retaddrPavel Dovgalyuk
2015-09-11tlb: Add "ifetch" argument to cpu_mmu_index()Benjamin Herrenschmidt
2015-09-11typofixes - v4Veres Lajos
2015-09-11maint: remove / fix many doubled wordsDaniel P. Berrange
2015-09-09exec: make mmap_lock/mmap_unlock globally availablePaolo Bonzini
2015-09-09remove unused spinlock.KONRAD Frederic
2015-09-09replace spinlock by QemuMutex.KONRAD Frederic
2015-09-09Move RAMBlock and ram_list to ram_addr.hDr. David Alan Gilbert
2015-09-09tcg: signal-free qemu_cpu_kickPaolo Bonzini
2015-09-09tcg: introduce tcg_current_cpuPaolo Bonzini
2015-09-07include/exec/softmmu-semi.h: Add support for 64-bit valuesPeter Maydell
2015-09-07gdbstub: Implement gdb_do_syscallv()Peter Maydell
2015-08-26exec-all: Translate TCI return addresses backwards tooPeter Crosthwaite
2015-08-25cputlb: Add functions for flushing TLB for a single MMU indexPeter Maydell
2015-08-24linux-user: remove useless macros GUEST_BASE and RESERVED_VALaurent Vivier
2015-08-24linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier
2015-08-18Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-08-14exec: drop cpu_can_do_io, just read cpu->can_do_ioPaolo Bonzini
2015-08-13Merge memory_region_init_reservation() into memory_region_init_io()Pavel Fedin
2015-08-06cpu_defs: Simplify CPUTLB padding logicPeter Crosthwaite
2015-08-06cpu-exec: Do not invalidate original TB in cpu_exec_nocache()Sergey Fedorov