]> git.ipfire.org Git - thirdparty/qemu.git/history - exec.c
cputlb: move TLB handling to a separate file
[thirdparty/qemu.git] / exec.c
2012-05-01  Blue Swirlcputlb: move TLB handling to a separate file
2012-05-01  Blue Swirlexec: prepare for splitting
2012-04-16  Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2012-04-16  Anthony LiguoriMerge remote-tracking branch 'sstabellini/for_anthony...
2012-04-15  Blue SwirlMerge branch 'w64' of git://qemu.weilnetz.de/qemu
2012-04-15  Stefan Weilw64: Use uintptr_t in exec.c
2012-04-15  Stefan Weilw64: Use larger alignment for section with generated...
2012-04-15  Stefan Weilw64: Fix data types in cpu-all.h, exec.c
2012-04-14  Max Filippovexec: provide tb_invalidate_phys_addr function
2012-04-14  Blue SwirlUse uintptr_t for various op related functions
2012-04-10  Anthony LiguoriMerge commit 'ff71f2e8cacefae99179993204172bc65e4303df...
2012-04-10  Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-04-10  Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2012-04-08  Blue SwirlMerge branch 'memory/core' of git://git.kernel.org...
2012-04-07  Blue SwirlMerge branch 'linux-user-for-upstream' of git://git...
2012-04-07  Stefan Weilw64: Fix data type of tb_next and other variables used...
2012-03-28  Anthony LiguoriMerge remote-tracking branch 'sstabellini/disk_io'...
2012-03-26  Anthony LiguoriMerge remote-tracking branch 'spice/spice.v51' into...
2012-03-24  Richard Hendersontcg: Use the GDB JIT debugging interface.
2012-03-19  Anthony LiguoriMerge remote-tracking branch 'sstabellini/saverestore...
2012-03-19  Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2012-03-19  Anthony LiguoriMerge remote-tracking branch 'spice/spice.v50' into...
2012-03-19  Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi-next' into...
2012-03-19  Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/urgent...
2012-03-19  Anthony PERARDexec: fix guest memory access for Xen
2012-03-19  Anthony LiguoriMerge remote-tracking branch 'origin/master' into staging
2012-03-19  Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/urgent...
2012-03-19  Avi Kivitymemory: check for watchpoints when getting code ram_addr
2012-03-19  Avi Kivityexec: fix write tlb entry misused as iotlb
2012-03-18  Blue Swirlsoftmmu templates: optionally pass CPUState to memory...
2012-03-16  Anthony LiguoriMerge remote-tracking branch 'kraxel/seabios-1.6.3...
2012-03-14  Anthony LiguoriMerge remote-tracking branch 'afaerber/qom-cpu.v5'...
2012-03-14  Andreas FärberRename CPUState -> CPUArchState
2012-03-13  Anthony LiguoriMerge remote-tracking branch 'mdroth/qga-pull-3-12...
2012-03-13  Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-03-13  Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/core...
2012-03-08  Avi Kivitymemory: get rid of cpu_register_io_memory()
2012-03-08  Avi Kivitymemory: dispatch directly via MemoryRegion
2012-03-08  Avi Kivityexec: fix code tlb entry misused as iotlb in get_page_a...
2012-03-08  Avi Kivitymemory: store section indices in iotlb instead of io...
2012-03-08  Avi Kivitymemory: make phys_page_find() return an unadjusted...
2012-03-05  Blue SwirlMerge branch 's390-for-upstream' of git://repo.or.cz...
2012-03-05  Avi Kivitymemory: fix I/O port aliases
2012-03-03  Blue SwirlMerge branch 'upstream' of git://qemu.weilnetz.de/qemu
2012-03-03  Blue SwirlMerge branch 'arm-devs.for-upstream' of git://git.linar...
2012-03-03  Blue SwirlMerge branch 'xtensa' of git://jcmvbkbc.spb.ru/dumb...
2012-03-01  Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/urgent...
2012-03-01  Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/core...
2012-02-29  Avi Kivitymemory: allow phys_map tree paths to terminate early
2012-02-29  Avi Kivitymemory: unify PhysPageEntry::node and ::leaf
2012-02-29  Avi Kivitymemory: change phys_page_set() to set multiple pages
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-23  Kevin WolfMerge qemu-iotests into for-anthony
2012-02-20  Max Filippovexec: let cpu_watchpoint_insert accept larger watchpoints
2012-02-20  Max Filippovexec: fix check_watchpoint exiting cpu_loop
2012-02-20  Max Filippovexec: add missing breaks to the watch_mem_write
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...
next