Age | Commit message (Expand) | Author |
2015-12-17 | memory: try to inline constant-length reads | Paolo Bonzini |
2015-12-17 | memory: inline a few small accessors | Paolo Bonzini |
2015-12-17 | memory: extract first iteration of address_space_read and address_space_write | Paolo Bonzini |
2015-12-17 | memory: avoid unnecessary object_ref/unref | Paolo Bonzini |
2015-12-17 | memory: reorder MemoryRegion fields | Paolo Bonzini |
2015-12-17 | exec: always call qemu_get_ram_ptr within rcu_read_lock | Paolo Bonzini |
2015-12-17 | exec: Eliminate qemu_ram_free_from_ptr() | Eduardo Habkost |
2015-12-02 | translate-all: ensure host page mask is always extended with 1's | Paolo Bonzini |
2015-11-10 | qemu_ram_block_by_name | Dr. David Alan Gilbert |
2015-11-10 | qemu_ram_block_from_host | Dr. David Alan Gilbert |
2015-11-10 | Move page_size_init earlier | Dr. David Alan Gilbert |
2015-11-05 | cpu-exec: allow temporary disabling icount | Pavel Dovgalyuk |
2015-10-19 | hw/pci: Introduce pci_requester_id() | Pavel Fedin |
2015-10-12 | exec: remove non-TCG stuff from exec-all.h header. | Paolo Bonzini |
2015-10-12 | exec.c: Collect AddressSpace related fields into a CPUAddressSpace struct | Peter Maydell |
2015-10-08 | Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20151007.0' i... | Peter Maydell |
2015-10-07 | tcg: Adjust CODE_GEN_AVG_BLOCK_SIZE | Richard Henderson |
2015-10-07 | tcg: Check for overflow via highwater mark | Richard Henderson |
2015-10-07 | tcg: Remove gen_intermediate_code_pc | Richard Henderson |
2015-10-07 | tcg: Save insn data and use it in cpu_restore_state_from_tb | Richard Henderson |
2015-10-07 | tcg: Pass data argument to restore_state_to_opc | Richard Henderson |
2015-10-07 | tcg: Merge cpu_gen_code into tb_gen_code | Richard Henderson |
2015-10-05 | memory: Allow replay of IOMMU mapping notifications | David Gibson |
2015-09-16 | include/exec: Move cputlb exec.c defs out | Peter Crosthwaite |
2015-09-16 | cputlb: Change tlb_set_dirty() arg to cpu | Peter Crosthwaite |
2015-09-16 | cputlb: move CPU_LOOP() for tlb_reset() to exec.c | Peter Crosthwaite |
2015-09-14 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2015-09-11 | cpu-exec: introduce loop exit with restore function | Pavel Dovgalyuk |
2015-09-11 | softmmu: remove now unused functions | Pavel Dovgalyuk |
2015-09-11 | softmmu: add helper function to pass through retaddr | Pavel Dovgalyuk |
2015-09-11 | tlb: Add "ifetch" argument to cpu_mmu_index() | Benjamin Herrenschmidt |
2015-09-11 | typofixes - v4 | Veres Lajos |
2015-09-11 | maint: remove / fix many doubled words | Daniel P. Berrange |
2015-09-09 | exec: make mmap_lock/mmap_unlock globally available | Paolo Bonzini |
2015-09-09 | remove unused spinlock. | KONRAD Frederic |
2015-09-09 | replace spinlock by QemuMutex. | KONRAD Frederic |
2015-09-09 | Move RAMBlock and ram_list to ram_addr.h | Dr. David Alan Gilbert |
2015-09-09 | tcg: signal-free qemu_cpu_kick | Paolo Bonzini |
2015-09-09 | tcg: introduce tcg_current_cpu | Paolo Bonzini |
2015-09-07 | include/exec/softmmu-semi.h: Add support for 64-bit values | Peter Maydell |
2015-09-07 | gdbstub: Implement gdb_do_syscallv() | Peter Maydell |
2015-08-26 | exec-all: Translate TCI return addresses backwards too | Peter Crosthwaite |
2015-08-25 | cputlb: Add functions for flushing TLB for a single MMU index | Peter Maydell |
2015-08-24 | linux-user: remove useless macros GUEST_BASE and RESERVED_VA | Laurent Vivier |
2015-08-24 | linux-user: remove --enable-guest-base/--disable-guest-base | Laurent Vivier |
2015-08-18 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2015-08-14 | exec: drop cpu_can_do_io, just read cpu->can_do_io | Paolo Bonzini |
2015-08-13 | Merge memory_region_init_reservation() into memory_region_init_io() | Pavel Fedin |
2015-08-06 | cpu_defs: Simplify CPUTLB padding logic | Peter Crosthwaite |
2015-08-06 | cpu-exec: Do not invalidate original TB in cpu_exec_nocache() | Sergey Fedorov |