]> git.ipfire.org Git - thirdparty/qemu.git/history - exec.c
memory: switch phys_page_set() to a recursive implementation
[thirdparty/qemu.git] / exec.c
2012-02-29  Avi Kivitymemory: switch phys_page_set() to a recursive implement...
2012-02-29  Avi Kivitymemory: replace phys_page_find_alloc() with phys_page_set()
2012-02-29  Avi Kivitymemory: simplify multipage/subpage registration
2012-02-29  Avi Kivitymemory: give phys_page_find() its own tree search loop
2012-02-29  Avi Kivitymemory: make phys_page_find() return a MemoryRegionSection
2012-02-29  Avi Kivitymemory: move tlb flush to MemoryListener commit callback
2012-02-29  Avi Kivitymemory: unify the two branches of cpu_register_physical...
2012-02-29  Avi Kivitymemory: fix RAM subpages in newly initialized pages
2012-02-29  Avi Kivitymemory: compress phys_map node pointers to 16 bits
2012-02-29  Avi Kivitymemory: store MemoryRegionSection pointers in phys_map
2012-02-29  Avi Kivitymemory: unify phys_map last level with intermediate...
2012-02-29  Avi Kivitymemory: remove first level of l1_phys_map
2012-02-29  Avi Kivitymemory: change memory registration to rebuild the memor...
2012-02-29  Avi Kivitymemory: support stateless memory listeners
2012-02-29  Avi Kivitymemory: split memory listener for the two address spaces
2012-02-29  Avi Kivitymemory: allow MemoryListeners to observe a specific...
2012-02-29  Avi Kivitymemory: use a MemoryListener for core memory map update...
2012-02-29  Avi Kivitymemory: don't pass ->readable attribute to cpu_register...
2012-02-08  Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream'...
2012-02-01  Peter Maydellexec.c: Clarify comment about tlb_flush() flush_global...
2012-01-23  Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2012-01-23  Anthony LiguoriMerge remote-tracking branch 'afaerber/prep-up' into...
2012-01-21  Benjamin Herrenschmidtvirtio-pci: Fix endianness of virtio config
2012-01-19  Anthony LiguoriMerge remote-tracking branch 'spice/spice.v47' into...
2012-01-19  Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.37' into staging
2012-01-13  Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2012-01-13  Aurelien Jarnotcg-arm: fix a typo in comments
2012-01-10  Aurelien JarnoMerge branch 's390-next' of git://repo.or.cz/qemu/agraf
2012-01-07  Aurelien JarnoMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2012-01-06  Anthony LiguoriMerge remote-tracking branch 'amit/master' into staging
2012-01-06  Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream'...
2012-01-06  Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.33' into staging
2012-01-04  Anthony LiguoriMerge remote-tracking branch 'pmaydell/arm-devs.for...
2012-01-04  Avi KivityRemove IO_MEM_SHIFT
2012-01-04  Avi KivityDrop IO_MEM_ROMD
2012-01-04  Avi KivityRemove IO_MEM_SUBPAGE
2012-01-04  Avi KivityDirect dispatch through MemoryRegion
2012-01-04  Avi KivityConvert io_mem_watch to be a MemoryRegion
2012-01-04  Avi KivityConvert IO_MEM_SUBPAGE_RAM to be a MemoryRegion
2012-01-04  Avi KivityConvert the subpage wrapper to be a MemoryRegion
2012-01-04  Avi KivitySwitch cpu_register_physical_memory_log() to use Memory...
2012-01-04  Avi KivityConvert IO_MEM_{RAM,ROM,UNASSIGNED,NOTDIRTY} to MemoryR...
2012-01-04  Avi KivityUninline get_page_addr_code()
2012-01-04  Avi KivityAvoid range comparisons on io index types
2012-01-04  Avi KivityFix wrong region_offset when overlaying a page with...
2012-01-04  Avi Kivitymemory: move mmio access to functions
2012-01-04  Avi Kivityexec: make phys_page_find() return a temporary
2012-01-04  Avi Kivitymemory: move endianness compensation to memory core
2012-01-04  Avi Kivitymemory: obsolete cpu_physical_memory_[gs]et_dirty_track...
2012-01-04  Avi KivityStore MemoryRegion in RAMBlock
2012-01-04  Avi Kivityvmstate, memory: decouple vmstate from memory API
2012-01-03  Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/page_desc...
2012-01-03  Avi KivityRemove cpu_get_physical_page_desc()
2012-01-03  Avi Kivitymemory: remove CPUPhysMemoryClient
2011-12-20  Avi Kivitymemory: add API for observing updates to the physical...
2011-12-19  Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/exec...
2011-12-19  Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/xen'...
2011-12-19  Avi Kivitymemory: move obsolete exec.c functions to a private...
2011-12-19  Avi Kivitymemory, xen: pass MemoryRegion to xen_ram_alloc()
2011-12-19  Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/mutators...
2011-12-19  Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-12-15  Alex Rozenmanphys_page_find_alloc: Use correct initial region_offset.
2011-12-15  Andreas Färberexec.c: Fix subpage memory access to RAM MemoryRegion
2011-12-14  Dr. David Alan Gilberttcg/arm: remove fixed map code buffer restriction
2011-12-14  Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-12-12  Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2011-12-11  malcMerge branch 'master' of git://git.qemu.org/qemu
2011-12-10  Stefan Weilw32: Disable buffering for log file
2011-11-02  Blue SwirlMerge branch 'tci' of git://qemu.weilnetz.de/qemu
2011-11-02  Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/int12...
2011-11-01  Blue SwirlMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2011-11-01  Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.29' into staging
2011-11-01  Anthony LiguoriMerge remote-tracking branch 'stefanha/tracing' into...
2011-11-01  Anthony LiguoriMerge remote-tracking branch 'spice/spice.v46' into...
2011-11-01  Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-11-01  Paolo BonziniMake cpu_single_env thread-local
2011-11-01  Alex WilliamsonError check find_ram_offset
2011-10-31  Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-10-31  Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-10-31  Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream-7...
2011-10-31  Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2011-10-31  Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/uq/master...
2011-10-31  Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-10-26  Andrzej ZaborowskiMerge branch 'target-arm.for-upstream' of git://git...
2011-10-26  Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-10-26  陳韋任exec.c: Remove useless comment
2011-10-24  Anthony LiguoriMerge remote-tracking branch 'bonzini/split-main-loop...
2011-10-21  Paolo Bonziniqemu-timer: move icount to cpus.c
2011-10-01  Blue SwirlMove GETPC from dyngen-exec.h to exec-all.h
2011-09-26  Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-09-22  Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-09-22  Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/core...
2011-09-22  Anthony LiguoriMerge remote-tracking branch 'stefanha/tracing' into...
2011-09-22  Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-09-21  Stefan WeilRemove qemu_host_page_bits
2011-08-21  Anthony LiguoriMerge remote-tracking branch 'pmaydell/armhw-for-upstre...
2011-08-21  Blue SwirlMerge branch 'queues/slirp' of git://git.kiszka.org...
2011-08-21  Anthony LiguoriUse glib memory allocation and free functions
2011-08-12  Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-08-12  Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream-1...
next