summaryrefslogtreecommitdiffstats
path: root/exec.c
Commit message (Expand)AuthorAgeFilesLines
* Large page TLB flushPaul Brook2010-03-171-10/+45
* Fix pagetable codePaul Brook2010-03-141-6/+6
* Fix more wrong usermode virtual address typesBlue Swirl2010-03-131-2/+2
* Fix usermode virtual address typePaul Brook2010-03-121-10/+12
* Disable phsyical memory handling in userspace emulation.Paul Brook2010-03-121-2/+4
* Add tb_page_addr_tPaul Brook2010-03-121-26/+31
* Fix last page errors in page_check_range and page_set_flags.Richard Henderson2010-03-121-18/+36
* Implement multi-level page tables.Richard Henderson2010-03-121-175/+270
* Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson2010-03-121-17/+0
* KVM: Rework VCPU state writeback APIJan Kiszka2010-03-041-17/+0
* Add option to use file backed guest memoryMarcelo Tosatti2010-03-041-5/+110
* Avoid tlb_set_page in userspace emulationPaul Brook2010-03-011-7/+13
* Move subpage definitionsPaul Brook2010-03-011-9/+9
* Remove bogus cpu_physical_memory_rwPaul Brook2010-03-011-13/+9
* Remove l1_phys_map from userspace emulationPaul Brook2010-02-281-2/+5
* Fix userspace breakpoint invalidationPaul Brook2010-02-281-0/+7
* kvm: move kvm to use memory notifiersMichael S. Tsirkin2010-02-091-16/+1
* qemu: memory notifiersMichael S. Tsirkin2010-02-091-3/+110
* Merge remote branch 'qemu-kvm/uq/master' into staging-tmpAnthony Liguori2010-02-081-0/+6
|\
| * kvm: Flush coalesced MMIO buffer periodlySheng Yang2010-02-031-0/+6
* | linux-user: remove signal handler before calling abort()Riku Voipio2010-02-061-0/+9
* | fix locking error with current_tbRiku Voipio2010-02-061-2/+2
* | exec.c: dead assignmentsPaolo Bonzini2010-02-051-4/+0
|/
* win32: pair qemu_memalign() with qemu_vfree()Herve Poussineau2010-01-261-1/+1
* linux-user: enable tb unlinking when compiled with NPTLRiku Voipio2009-12-191-5/+3
* Give a error when running out of iomem areas.Riku Voipio2009-12-181-1/+1
* Fix win32 log file locationJuha Riihimäki2009-12-181-0/+4
* Allocate physical memory in low virtual address spaceAlexander Graf2009-12-051-0/+6
* Add support for GNU/kFreeBSDAurelien Jarno2009-11-291-1/+1
* ksm supportIzik Eidus2009-10-151-0/+3
* fix comment on cpu_register_physical_memory_offsetMichael S. Tsirkin2009-10-051-2/+3
* vmstate: remove const from pre_save() functionsJuan Quintela2009-10-051-2/+2
* vmstate: add version_id argument to post_loadJuan Quintela2009-10-051-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-109/+109
* Get rid of _t suffixmalc2009-10-011-109/+109
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-25/+25
* vmstate: port cpu_comonJuan Quintela2009-09-111-14/+25
* microblaze: Trap on bus accesses to unmapped areas.Edgar E. Iglesias2009-09-031-6/+6
* kvm: Simplify cpu_synchronize_state()Avi Kivity2009-08-271-2/+2
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-14/+14
* Unbreak large mem support by removing kqemuAnthony Liguori2009-08-241-89/+2
* Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl2009-07-311-3/+4
* rename USE_NPTL to CONFIG_USE_NPTLJuan Quintela2009-07-271-1/+1
* Remove setvbuf(<handle>, NULL, _IOLBF, 0) calls for Win32Filip Navara2009-07-271-1/+2
* Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl2009-07-201-22/+3
* tlb flush cleanupIgor Kovalenko2009-07-161-6/+9
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* cpu_unregister_map_client: fix memory leak.Isaku Yamahata2009-06-291-1/+2
* Win32: Reduce section alignment for Windows.Stefan Weil2009-06-221-0/+4
* exec.c: remove unnecessary #if NB_MMU_MODESIsaku Yamahata2009-06-161-76/+23
OpenPOWER on IntegriCloud