]> git.ipfire.org Git - thirdparty/qemu.git/history - exec.c
Allocate memory below 4GB as one chunk
[thirdparty/qemu.git] / exec.c
2010-03-01  Paul BrookAvoid tlb_set_page in userspace emulation
2010-03-01  Paul BrookMove subpage definitions
2010-03-01  Paul BrookRemove bogus cpu_physical_memory_rw
2010-02-28  Paul BrookRemove l1_phys_map from userspace emulation
2010-02-28  Paul BrookFix userspace breakpoint invalidation
2010-02-13  Blue SwirlMerge branch 'for_anthony' of git://git.kernel.org...
2010-02-09  Michael S. Tsirkinkvm: move kvm to use memory notifiers
2010-02-09  Michael S. Tsirkinqemu: memory notifiers
2010-02-08  Anthony LiguoriMerge remote branch 'linux-user/linux-user-for-upstream...
2010-02-08  Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging-tmp
2010-02-06  Riku Voipiolinux-user: remove signal handler before calling abort()
2010-02-06  Riku Voipiofix locking error with current_tb
2010-02-05  Paolo Bonziniexec.c: dead assignments
2010-02-05  Riku Voipiolinux-user: remove signal handler before calling abort()
2010-02-05  Riku Voipiofix locking error with current_tb
2010-02-03  Sheng Yangkvm: Flush coalesced MMIO buffer periodly
2010-01-26  Herve Poussineauwin32: pair qemu_memalign() with qemu_vfree()
2009-12-19  Riku Voipiolinux-user: enable tb unlinking when compiled with...
2009-12-18  Riku VoipioGive a error when running out of iomem areas.
2009-12-18  Juha RiihimäkiFix win32 log file location
2009-12-05  Alexander GrafAllocate physical memory in low virtual address space
2009-12-01  Anthony LiguoriMerge commit 'mst/for_anthony' into mst
2009-11-29  Aurelien JarnoAdd support for GNU/kFreeBSD
2009-10-15  Izik Eidusksm support
2009-10-05  Michael S. Tsirkinfix comment on cpu_register_physical_memory_offset
2009-10-05  Juan Quintelavmstate: remove const from pre_save() functions
2009-10-05  Juan Quintelavmstate: add version_id argument to post_load
2009-10-01  Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01  malcGet rid of _t suffix
2009-09-12  Blue SwirlFix sys-queue.h conflict for good
2009-09-11  Juan Quintelavmstate: port cpu_comon
2009-09-03  Edgar E. Iglesiasmicroblaze: Trap on bus accesses to unmapped areas.
2009-08-28  Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-28  Avi Kivitykvm: Simplify cpu_synchronize_state()
2009-08-25  Blue SwirlMake CPURead/WriteFunc structure 'const'
2009-08-24  Anthony LiguoriUnbreak large mem support by removing kqemu
2009-07-31  Blue SwirlFix Sparse warnings: "Using plain integer as NULL pointer"
2009-07-27  Juan Quintelarename USE_NPTL to CONFIG_USE_NPTL
2009-07-27  Filip NavaraRemove setvbuf(<handle>, NULL, _IOLBF, 0) calls for...
2009-07-20  Blue SwirlFix most warnings (errors with -Werror) when debugging...
2009-07-16  Igor Kovalenkotlb flush cleanup
2009-07-16  Blue SwirlUpdate to a hopefully more future proof FSF address
2009-06-29  Isaku Yamahatacpu_unregister_map_client: fix memory leak.
2009-06-22  Stefan WeilWin32: Reduce section alignment for Windows.
2009-06-16  Isaku Yamahataexec.c: remove unnecessary #if NB_MMU_MODES
2009-06-16  Glauber Costaprovide cpu_index to env mapping
2009-06-16  Avi KivityRearrange io_mem_init()
2009-06-16  Avi KivityRemove io_index argument from cpu_register_io_memory()
2009-06-16  Mika Westerberglinux-user: implemented ELF coredump support for ARM...
2009-06-04  Nathan Froydfix gdbstub support for multiple threads in usermode, v3
2009-05-22  Jan Kiszkakvm: Add missing bits to support live migration
2009-05-22  Jan Kiszkakvm: Rework dirty bitmap synchronization
2009-05-03  Stuart BradyFix typos in comments in exec.c
2009-05-01  Jan Kiszkakvm: Avoid COW if KVM MMU is asynchronous
2009-04-30  Paul BrookRemove cpu_get_io_memory_{read,write}.
2009-04-24  aliguoriqemu: introduce qemu_cpu_kick (Marcelo Tosatti)
2009-04-21  aliguoriadded -numa cmdline parameter parser (Andre Przywara)
2009-04-19  blueswir1kqemu: merge CONFIG_KQEMU and USE_KQEMU
2009-04-11  pbrookImplement dynamic guest ram allocation.
2009-04-11  pbrookRemove code phys_ram_base uses.
2009-04-09  pbrookCleanup SPARC/TCX framebuffer allocation.
2009-04-07  aurel32Allow 5 mmu indexes.
2009-04-05  blueswir1Fix some win32 compile warnings
2009-03-28  aliguoriROM write access for debugging (Jan Kiszka)
2009-03-16  blueswir1Delete some unused macros detected with -Wp,-Wunused...
2009-03-12  aliguoriGuest debugging support for KVM (Jan Kiszka)
2009-03-07  aurel32Use a dedicated function to request exit from execution...
2009-03-07  aurel32Clear CPU_INTERRUPT_EXIT on VM load
2009-03-07  blueswir1Support for DragonFly BSD (Hasso Tepper)
2009-03-07  blueswir1Sparse fixes: NULL use, header order, ANSI prototypes...
2009-03-07  pbrookThe _exit syscall is used for both thread termination...
2009-03-06  aurel32Fix race condition on access to env->interrupt_request
2009-02-23  pbrookFix unassigned region offsets.
2009-02-18  aurel32Fix cpu_physical_memory_rw() for 64-bit I/O accesses
2009-02-11  aliguoriqemu: add cpu_unregister_io_memory and make io mem...
2009-02-05  aliguoritoplevel: remove error handling from qemu_malloc()...
2009-01-26  aliguoriLog reset events (Jan Kiszka)
2009-01-22  aliguoriAdd map client retry notification (Avi Kivity)
2009-01-22  aliguoriAdd target memory mapping API (Avi Kivity)
2009-01-15  aliguoriglobal s/fflush(logfile)/qemu_log_flush()/ (Eduardo...
2009-01-15  aliguoriConvert references to logfile/loglevel to use qemu_log...
2009-01-15  aliguoriAdopt cpu_copy to new breakpoint API (Jan Kaszka)
2009-01-04  aurel32Update FSF address in GPL/LGPL boilerplate
2008-12-29  edgar_iglCRIS: Remove CRIS specific do_unassigned_access.
2008-12-09  aliguoriKVM: Coalesced MMIO support
2008-12-08  aurel32linux-user: Fix h2g usage in page_find_alloc
2008-12-02  pbrookCosmetic cleanups to previous patch.
2008-12-01  pbrookChange MMIO callbacks to use offsets, not absolute...
2008-12-01  balrogFix the comment added in r5844.
2008-12-01  balrogarm: Reserve code buffer in memory range reachable...
2008-11-25  aliguoriUse sys-queue.h for break/watchpoint managment (Jan...
2008-11-24  aliguorivga optimization (Glauber Costa)
2008-11-18  aliguoriFix Windows build
2008-11-18  aliguoriIntroduce BP_CPU as a breakpoint type (Jan Kiszka)
2008-11-18  aliguoriIntroduce BP_WATCHPOINT_HIT flag (Jan Kiszka)
2008-11-18  aliguoriRemove premature memop TB terminations (Jan Kiszka)
2008-11-18  aliguoriRestore pc on watchpoint hits (Jan Kiszka)
2008-11-18  aliguoriRespect length of watchpoints (Jan Kiszka)
2008-11-18  aliguoriRefactor and enhance break/watchpoint API (Jan Kiszka)
2008-11-18  aliguoriRefactor translation block CPU state handling (Jan...
next