aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-29kvm: fix unaligned slotsfor-mstAvi Kivity
2012-02-29Merge branch 'memory/core' into for-mstAvi Kivity
2012-02-29memory: allow phys_map tree paths to terminate earlyAvi Kivity
2012-02-29memory: unify PhysPageEntry::node and ::leafAvi Kivity
2012-02-29memory: change phys_page_set() to set multiple pagesAvi Kivity
2012-02-29memory: switch phys_page_set() to a recursive implementationAvi Kivity
2012-02-29memory: replace phys_page_find_alloc() with phys_page_set()Avi Kivity
2012-02-29memory: simplify multipage/subpage registrationAvi Kivity
2012-02-29memory: give phys_page_find() its own tree search loopAvi Kivity
2012-02-29memory: make phys_page_find() return a MemoryRegionSectionAvi Kivity
2012-02-29memory: move tlb flush to MemoryListener commit callbackAvi Kivity
2012-02-29memory: unify the two branches of cpu_register_physical_memory_log()Avi Kivity
2012-02-29memory: fix RAM subpages in newly initialized pagesAvi Kivity
2012-02-29memory: compress phys_map node pointers to 16 bitsAvi Kivity
2012-02-29memory: store MemoryRegionSection pointers in phys_mapAvi Kivity
2012-02-29memory: unify phys_map last level with intermediate levelsAvi Kivity
2012-02-29memory: remove first level of l1_phys_mapAvi Kivity
2012-02-29memory: change memory registration to rebuild the memory map on each changeAvi Kivity
2012-02-29memory: support stateless memory listenersAvi Kivity
2012-02-29memory: split memory listener for the two address spacesAvi Kivity
2012-02-29xen: ignore I/O memory regionsAvi Kivity
2012-02-29memory: allow MemoryListeners to observe a specific address spaceAvi Kivity
2012-02-29memory: drop AddressSpaceOpsAvi Kivity
2012-02-29memory: use a MemoryListener for core memory map updates tooAvi Kivity
2012-02-29memory: don't pass ->readable attribute to cpu_register_physical_memory_logAvi Kivity
2012-02-29memory: add a readonly attribute to MemoryRegionSectionAvi Kivity
2012-02-29memory: move ioeventfd ops to MemoryListenerAvi Kivity
2012-02-29memory: code motion: move MEMORY_LISTENER_CALL()Avi Kivity
2012-02-29memory: switch memory listeners to a QTAILQAvi Kivity
2012-02-29memory: add shorthand for invoking a callback on all listenersAvi Kivity
2012-02-29memory: remove memory_region_set_offset()Avi Kivity
2012-02-29ioport: change portio_list not to use memory_region_set_offset()Avi Kivity
2012-02-29memory: allow phys_map tree paths to terminate earlyAvi Kivity
2012-02-29memory: unify PhysPageEntry::node and ::leafAvi Kivity
2012-02-29memory: change phys_page_set() to set multiple pagesAvi Kivity
2012-02-29memory: switch phys_page_set() to a recursive implementationAvi Kivity
2012-02-29memory: replace phys_page_find_alloc() with phys_page_set()Avi Kivity
2012-02-29memory: simplify multipage/subpage registrationAvi Kivity
2012-02-29memory: give phys_page_find() its own tree search loopAvi Kivity
2012-02-29memory: make phys_page_find() return a MemoryRegionSectionAvi Kivity
2012-02-29memory: move tlb flush to MemoryListener commit callbackAvi Kivity
2012-02-29memory: unify the two branches of cpu_register_physical_memory_log()Avi Kivity
2012-02-29memory: fix RAM subpages in newly initialized pagesAvi Kivity
2012-02-29memory: compress phys_map node pointers to 16 bitsAvi Kivity
2012-02-29memory: store MemoryRegionSection pointers in phys_mapAvi Kivity
2012-02-29memory: unify phys_map last level with intermediate levelsAvi Kivity
2012-02-29memory: remove first level of l1_phys_mapAvi Kivity
2012-02-29memory: change memory registration to rebuild the memory map on each changeAvi Kivity
2012-02-29memory: support stateless memory listenersAvi Kivity
2012-02-29memory: split memory listener for the two address spacesAvi Kivity