Show patches with: Archived = No       |   431021 patches
« 1 2 ... 1407 1408 14094310 4311 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[17/30] migration: report RCU quiescent states - - - - --- 2013-06-28 Paolo Bonzini New
[18/30] memory: protect current_map by RCU - - - - --- 2013-06-28 Paolo Bonzini New
[19/30] memory: avoid ref/unref in memory_region_find - - - - --- 2013-06-28 Paolo Bonzini New
[20/30] exec: change well-known physical sections to macros - - - - --- 2013-06-28 Paolo Bonzini New
[21/30] exec: separate current memory map from the one being built - - 1 - --- 2013-06-28 Paolo Bonzini New
[22/30] memory: move MemoryListener declaration earlier - - 1 - --- 2013-06-28 Paolo Bonzini New
[23/30] exec: move listener from AddressSpaceDispatch to AddressSpace - - 1 - --- 2013-06-28 Paolo Bonzini New
[24/30] exec: separate current radix tree from the one being built - - 1 - --- 2013-06-28 Paolo Bonzini New
[25/30] exec: put memory map in AddressSpaceDispatch - - - - --- 2013-06-28 Paolo Bonzini New
[26/30] exec: remove cur_map - - - - --- 2013-06-28 Paolo Bonzini New
[27/30] exec: change some APIs to take AddressSpaceDispatch - - 1 - --- 2013-06-28 Paolo Bonzini New
[28/30] exec: change iotlb APIs to take AddressSpaceDispatch - - - - --- 2013-06-28 Paolo Bonzini New
[29/30] exec: add a reference to the region returned by address_space_translate - - - - --- 2013-06-28 Paolo Bonzini New
[30/30] exec: put address space dispatch under RCU critical section - - - - --- 2013-06-28 Paolo Bonzini New
[v2,06/11] memory: add ref/unref calls - - - - --- 2013-07-02 Paolo Bonzini New
[PULL,0/5] KVM changes for 2013-07-03 - - - - --- 2013-07-03 Paolo Bonzini New
[1/5] kvm: add detail error message when fail to add ioeventfd - - 1 - --- 2013-07-03 Paolo Bonzini New
[2/5] kvm: zero-initialize KVM_SET_GSI_ROUTING input - - - - --- 2013-07-03 Paolo Bonzini New
[3/5] kvm: skip system call when msi route is unchanged - - - - --- 2013-07-03 Paolo Bonzini New
[4/5] pci-assign: remove the duplicate function name in debug message 1 - - - --- 2013-07-03 Paolo Bonzini New
[5/5] kvmclock: clock should count only if vm is running - - - - --- 2013-07-03 Paolo Bonzini New
[01/17] cow: make reads go at a decent speed - - - - --- 2013-07-03 Paolo Bonzini New
[02/17] cow: make writes go at a less indecent speed - - - - --- 2013-07-03 Paolo Bonzini New
[03/17] cow: do not call bdrv_co_is_allocated - - - - --- 2013-07-03 Paolo Bonzini New
[04/17] block: make bdrv_co_is_allocated static - - - - --- 2013-07-03 Paolo Bonzini New
[05/17] block: remove bdrv_is_allocated_above/bdrv_co_is_allocated_above distinction - - - - --- 2013-07-03 Paolo Bonzini New
[06/17] block: expect errors from bdrv_co_is_allocated - - - - --- 2013-07-03 Paolo Bonzini New
[07/17] qemu-img: always probe the input image for allocated sectors - - - - --- 2013-07-03 Paolo Bonzini New
[08/17] block: make bdrv_has_zero_init return false for copy-on-write-images - - - - --- 2013-07-03 Paolo Bonzini New
[09/17] block: introduce bdrv_get_block_status API - - - - --- 2013-07-03 Paolo Bonzini New
[10/17] block: define get_block_status return value - - - - --- 2013-07-03 Paolo Bonzini New
[11/17] block: return get_block_status data and flags for formats - - - - --- 2013-07-03 Paolo Bonzini New
[12/17] qemu-img: add a "map" subcommand - - - - --- 2013-07-03 Paolo Bonzini New
[13/17] block: use bdrv_has_zero_init to return BDRV_BLOCK_ZERO - - - - --- 2013-07-03 Paolo Bonzini New
[14/17] raw-posix: return get_block_status data and flags - - - - --- 2013-07-03 Paolo Bonzini New
[15/17] raw-posix: detect XFS unwritten extents - - - - --- 2013-07-03 Paolo Bonzini New
[16/17] block: add default get_block_status implementation for protocols - - - - --- 2013-07-03 Paolo Bonzini New
[17/17] block: look for zero blocks in bs->file - - - - --- 2013-07-03 Paolo Bonzini New
[01/66] int128: optimize and add test cases - - - - --- 2013-07-04 Paolo Bonzini New
[02/66] scsi: keep device alive while it has requests - - - - --- 2013-07-04 Paolo Bonzini New
[03/66] dma: keep a device alive while it has SGLists - - - - --- 2013-07-04 Paolo Bonzini New
[04/66] adlib: replace register_ioport* - - - - --- 2013-07-04 Paolo Bonzini New
[05/66] applesmc: replace register_ioport* - - - - --- 2013-07-04 Paolo Bonzini New
[06/66] wdt_ib700: replace register_ioport* - - - - --- 2013-07-04 Paolo Bonzini New
[07/66] i82374: replace register_ioport* - - - - --- 2013-07-04 Paolo Bonzini New
[08/66] prep: replace register_ioport* - - - - --- 2013-07-04 Paolo Bonzini New
[09/66] vt82c686: replace register_ioport* - - - - --- 2013-07-04 Paolo Bonzini New
[10/66] Privatize register_ioport_read/write - - - - --- 2013-07-04 Paolo Bonzini New
[11/66] isa: implement isa_is_ioport_assigned via memory_region_find - - - - --- 2013-07-04 Paolo Bonzini New
[12/66] vmware-vga: Accept unaligned I/O accesses - - - - --- 2013-07-04 Paolo Bonzini New
[13/66] xen: Mark fixed platform I/O as unaligned - - - - --- 2013-07-04 Paolo Bonzini New
[14/66] ioport: Switch dispatching to memory core layer - - - - --- 2013-07-04 Paolo Bonzini New
[15/66] ioport: Remove unused old dispatching services - - - - --- 2013-07-04 Paolo Bonzini New
[16/66] vmport: Disentangle read handler type from portio - - - - --- 2013-07-04 Paolo Bonzini New
[17/66] ioport: Move portio types to ioport.h - - - - --- 2013-07-04 Paolo Bonzini New
[19/66] memory: destroy phys_sections one by one - - - - --- 2013-07-04 Paolo Bonzini New
[20/66] exec: simplify destruction of the phys map - - - - --- 2013-07-04 Paolo Bonzini New
[21/66] memory: add getter for owner - - - - --- 2013-07-04 Paolo Bonzini New
[22/66] memory: add ref/unref - - 1 - --- 2013-07-04 Paolo Bonzini New
[23/66] memory: introduce memory_region_present - - - - --- 2013-07-04 Paolo Bonzini New
[24/66] memory: add ref/unref calls - - - - --- 2013-07-04 Paolo Bonzini New
[25/66] exec: check MRU in qemu_ram_addr_from_host - - - - --- 2013-07-04 Paolo Bonzini New
[26/66] exec: move qemu_ram_addr_from_host_nofail to cputlb.c - - 1 - --- 2013-07-04 Paolo Bonzini New
[27/66] memory: return MemoryRegion from qemu_ram_addr_from_host - - 1 - --- 2013-07-04 Paolo Bonzini New
[28/66] exec: reorganize address_space_map - - 1 - --- 2013-07-04 Paolo Bonzini New
[29/66] memory: ref/unref memory across address_space_map/unmap - - 1 - --- 2013-07-04 Paolo Bonzini New
[30/66] escc: rename struct to ESCCState - - 1 - --- 2013-07-04 Paolo Bonzini New
[31/66] vga: pass owner to vga_init - - - - --- 2013-07-04 Paolo Bonzini New
[32/66] vga: pass owner to vga_common_init - - - - --- 2013-07-04 Paolo Bonzini New
[33/66] vga: pass owner to cirrus_init_common - - - - --- 2013-07-04 Paolo Bonzini New
[34/66] vga: pass owner to vga_init_vbe - - - - --- 2013-07-04 Paolo Bonzini New
[35/66] vga: pass owner to vga_init_io - - - - --- 2013-07-04 Paolo Bonzini New
[36/66] vga: set owner in vga_update_memory_access - - - - --- 2013-07-04 Paolo Bonzini New
[37/66] ne2000: pass device to ne2000_setup_io, use it as owner - - - - --- 2013-07-04 Paolo Bonzini New
[38/66] vfio: pass device to vfio_mmap_bar and use it to set owner - - - - --- 2013-07-04 Paolo Bonzini New
[39/66] spapr_iommu: pass device to spapr_tce_new_table and use it to set owner - - - - --- 2013-07-04 Paolo Bonzini New
[40/66] pam: pass device to init_pam and use it to set owner - - - - --- 2013-07-04 Paolo Bonzini New
[41/66] piolist: add owner argument to initialization functions and pass devices - - - - --- 2013-07-04 Paolo Bonzini New
[42/66] hw/a*: pass owner to memory_region_init* functions - - - - --- 2013-07-04 Paolo Bonzini New
[43/66] hw/block: pass owner to memory_region_init* functions - - - - --- 2013-07-04 Paolo Bonzini New
[44/66] hw/c*: pass owner to memory_region_init* functions - - - - --- 2013-07-04 Paolo Bonzini New
[45/66] hw/d*: pass owner to memory_region_init* functions - - - - --- 2013-07-04 Paolo Bonzini New
[46/66] hw/gpio: pass owner to memory_region_init* functions - - - - --- 2013-07-04 Paolo Bonzini New
[47/66] hw/i*: pass owner to memory_region_init* functions - - - - --- 2013-07-04 Paolo Bonzini New
[48/66] hw/m*: pass owner to memory_region_init* functions - - - - --- 2013-07-04 Paolo Bonzini New
[49/66] hw/n*: pass owner to memory_region_init* functions - - - - --- 2013-07-04 Paolo Bonzini New
[50/66] hw/p*: pass owner to memory_region_init* functions - - - - --- 2013-07-04 Paolo Bonzini New
[51/66] hw/s*: pass owner to memory_region_init* functions - - - - --- 2013-07-04 Paolo Bonzini New
[52/66] hw/t*: pass owner to memory_region_init* functions - - - - --- 2013-07-04 Paolo Bonzini New
[53/66] hw/[u-x]*: pass owner to memory_region_init* functions - - - - --- 2013-07-04 Paolo Bonzini New
[54/66] add a header file for atomic operations - - 1 - --- 2013-07-04 Paolo Bonzini New
[55/66] memory: access FlatView from a local variable - - 1 - --- 2013-07-04 Paolo Bonzini New
[56/66] memory: use a new FlatView pointer on every topology update - - 1 - --- 2013-07-04 Paolo Bonzini New
[57/66] memory: add reference counting to FlatView - - 1 - --- 2013-07-04 Paolo Bonzini New
[58/66] qom: Use atomics for object refcounting - - - - --- 2013-07-04 Paolo Bonzini New
[59/66] exec: change well-known physical sections to macros - - - - --- 2013-07-04 Paolo Bonzini New
[60/66] exec: separate current memory map from the one being built - - 1 - --- 2013-07-04 Paolo Bonzini New
[61/66] memory: move MemoryListener declaration earlier - - 1 - --- 2013-07-04 Paolo Bonzini New
[62/66] exec: move listener from AddressSpaceDispatch to AddressSpace - - 1 - --- 2013-07-04 Paolo Bonzini New
[63/66] exec: separate current radix tree from the one being built - - 1 - --- 2013-07-04 Paolo Bonzini New
« 1 2 ... 1407 1408 14094310 4311 »