Show patches with: State = Action Required       |    Archived = No       |   21492 patches
« 1 2 ... 3 4 5214 215 »
Patch Series S/W/F Date Submitter Delegate State
[14/25] target-arm: Rename QEMU PSCI v0.1 definitions --- 2014-08-27 Michael Roth New
[15/25] arm/virt: Use PSCI v0.2 function IDs in the DT when KVM uses PSCI v0.2 --- 2014-08-27 Michael Roth New
[1/5] target-arm: add powered off cpu state --- 2014-09-01 Ard Biesheuvel New
[2/5] target-arm: support AArch64 for arm_cpu_set_pc --- 2014-09-01 Ard Biesheuvel New
[3/5] target-arm: add hvc and smc exception emulation handling infrastructure --- 2014-09-01 Ard Biesheuvel New
[4/5] target-arm: add emulation of PSCI calls for system emulation --- 2014-09-01 Ard Biesheuvel New
[5/5] arm/virt: enable PSCI emulation support for system emulation --- 2014-09-01 Ard Biesheuvel New
[v2,1/5] target-arm: add powered off cpu state --- 2014-09-01 Ard Biesheuvel New
[v2,2/5] target-arm: do not set do_interrupt handler for AArch64 user mode --- 2014-09-01 Ard Biesheuvel New
[v2,3/5] target-arm: add hvc and smc exception emulation handling infrastructure --- 2014-09-01 Ard Biesheuvel New
[v2,4/5] target-arm: add emulation of PSCI calls for system emulation --- 2014-09-01 Ard Biesheuvel New
[v2,5/5] arm/virt: enable PSCI emulation support for system emulation --- 2014-09-01 Ard Biesheuvel New
[RFC] vfio: migration to trace points --- 2014-09-03 Auger Eric New
hw/arm/boot: load device tree to base of DRAM if no -kernel option was passed --- 2014-09-03 Ard Biesheuvel New
[v3,1/6] target-arm: add powered off cpu state --- 2014-09-05 Ard Biesheuvel New
[v3,2/6] target-arm: do not set do_interrupt handler for AArch64 user mode --- 2014-09-05 Ard Biesheuvel New
[v3,3/6] target-arm: add hvc and smc exception emulation handling infrastructure --- 2014-09-05 Ard Biesheuvel New
[v3,4/6] target-arm: add missing PSCI constants needed for PSCI emulation --- 2014-09-05 Ard Biesheuvel New
[v3,5/6] target-arm: add emulation of PSCI calls for system emulation --- 2014-09-05 Ard Biesheuvel New
[v3,6/6] arm/virt: enable PSCI emulation support for system emulation --- 2014-09-05 Ard Biesheuvel New
[2/6] hw/arm/boot: return size of loaded DTB from load_dtb() --- 2014-09-05 Ard Biesheuvel New
[3/6] hw/arm/boot: load device tree to base of DRAM if no -kernel option was passed --- 2014-09-05 Ard Biesheuvel New
[4/6] hw/arm/boot: register cpu reset handlers if using -bios --- 2014-09-05 Ard Biesheuvel New
[6/6] hw/arm/boot: enable DTB support when booting ELF images --- 2014-09-05 Ard Biesheuvel New
[v6,01/16] vfio: move hw/misc/vfio.c to hw/vfio/pci.c Move vfio.h into include/hw/vfio --- 2014-09-09 Auger Eric New
[v6,02/16] hw/vfio/pci: Rename VFIODevice into VFIOPCIDevice --- 2014-09-09 Auger Eric New
[v6,03/16] hw/vfio/pci: introduce VFIODevice --- 2014-09-09 Auger Eric New
[v6,04/16] hw/vfio/pci: Introduce VFIORegion --- 2014-09-09 Auger Eric New
[v6,05/16] hw/vfio/pci: split vfio_get_device --- 2014-09-09 Auger Eric New
[v6,07/16] hw/vfio/pci: use name field in format strings --- 2014-09-09 Auger Eric New
[v6,08/16] hw/vfio: create common module --- 2014-09-09 Auger Eric New
[v6,09/16] hw/vfio/platform: add vfio-platform support --- 2014-09-09 Auger Eric New
[v6,10/16] hw/vfio: calxeda xgmac device --- 2014-09-09 Auger Eric New
[v6,11/16] hw/arm/dyn_sysbus_devtree: enable vfio-calxeda-xgmac dynamic instantiation --- 2014-09-09 Auger Eric New
[v6,12/16] vfio/platform: add fake injection modality --- 2014-09-09 Auger Eric New
[v6,13/16] hw/vfio/platform: Add irqfd support --- 2014-09-09 Auger Eric New
[v6,14/16] linux-headers: Update KVM headers from linux-next tag ToBeFilled --- 2014-09-09 Auger Eric New
[v6,15/16] VFIO: COMMON: vfio_kvm_device_fd moved in the common header --- 2014-09-09 Auger Eric New
[v6,16/16] VFIO: PLATFORM: add forwarded irq support --- 2014-09-09 Auger Eric New
[v3,1/6] hw/misc/dyn_sysbus_binding: helpers for sysbus device dynamic binding --- 2014-09-09 Auger Eric New
[v3,2/6] hw/arm/dyn_sysbus_devtree: helpers for sysbus device dynamic dt node generation --- 2014-09-09 Auger Eric New
[v3,3/6] PPC: e500: use dyn_sysbus_binding helper routines --- 2014-09-09 Auger Eric New
[v3,4/6] hw/arm/boot: load_dtb becomes non static arm_load_dtb --- 2014-09-09 Auger Eric New
[v3,5/6] hw/arm/virt: new add_fdt_*_node functions --- 2014-09-09 Auger Eric New
[v3,6/6] hw/arm/virt: Support dynamically spawned sysbus devices --- 2014-09-09 Auger Eric New
[PACTH,v4,1/6] target-arm: add powered off cpu state --- 2014-09-10 Ard Biesheuvel New
[PACTH,v4,2/6] target-arm: do not set do_interrupt handlers for ARM and AArch64 user modes --- 2014-09-10 Ard Biesheuvel New
[PACTH,v4,3/6] target-arm: add hvc and smc exception emulation handling infrastructure --- 2014-09-10 Ard Biesheuvel New
[PACTH,v4,5/6] target-arm: add emulation of PSCI calls for system emulation --- 2014-09-10 Ard Biesheuvel New
[v2,2/4] hw/arm/boot: pass an address limit to and return size from load_dtb() --- 2014-09-10 Ard Biesheuvel New
[v2,4/4] hw/arm/boot: enable DTB support when booting ELF images --- 2014-09-10 Ard Biesheuvel New
[Xen-devel,RFC,v3,23/22] Introduce "xen-load-devices-state" --- 2014-09-10 Stefano Stabellini New
[3/4] .travis.yml: pre-seed sub-modules for speed --- 2014-09-15 Alex Bennée New
[4/6] hw/arm/boot: register cpu reset handlers if using -bios --- 2014-09-17 Ard Biesheuvel New
ivshmem: use error_report --- 2014-09-18 Andrew Jones New
[v2] ivshmem: use error_report --- 2014-09-18 Andrew Jones New
[1/2] save registration order of machine types --- 2014-09-22 Laszlo Ersek New
[2/2] machine_parse(): list supported machine types in their registration order --- 2014-09-22 Laszlo Ersek New
[v2,1/2] well-defined listing order for machine types --- 2014-09-22 Laszlo Ersek New
[v2,2/2] i386/pc: add piix and q35 machtypes to sorting families for -M \? --- 2014-09-22 Laszlo Ersek New
scripts/tracetool: don't barf on formats with precision --- 2014-09-25 Alex Bennée New
[v3,2/4] .travis.yml: make the make slightly more parallel --- 2014-09-26 Alex Bennée New
[v3,4/4] .travis.yml: remove "make check" from main matrix --- 2014-09-26 Alex Bennée New
kvm: Fix error code check from kvm_vm_ioctl() --- 2014-09-29 Christoffer Dall New
[v5,02/33] target-arm: add arm_is_secure() function --- 2014-09-30 Greg Bellows New
[v5,04/33] target-arm: rename arm_current_pl to arm_current_el --- 2014-09-30 Greg Bellows New
[v5,05/33] target-arm: make arm_current_pl() return PL3 --- 2014-09-30 Greg Bellows New
[v5,06/33] target-arm: A32: Emulate the SMC instruction --- 2014-09-30 Greg Bellows New
[v5,07/33] target-arm: extend async excp masking --- 2014-09-30 Greg Bellows New
[v5,08/33] target-arm: add async excp target_el function --- 2014-09-30 Greg Bellows New
[v5,09/33] target-arm: add macros to access banked registers --- 2014-09-30 Greg Bellows New
[v5,10/33] target-arm: add non-secure Translation Block flag --- 2014-09-30 Greg Bellows New
[v5,11/33] target-arm: arrayfying fieldoffset for banking --- 2014-09-30 Greg Bellows New
[v5,12/33] target-arm: insert Aarch32 cpregs twice into hashtable --- 2014-09-30 Greg Bellows New
[v5,13/33] target-arm: move Aarch32 SCR into security reglist --- 2014-09-30 Greg Bellows New
[v5,15/33] target-arm: Respect SCR.FW, SCR.AW and SCTLR.NMFI --- 2014-09-30 Greg Bellows New
[v5,16/33] target-arm: add NSACR register --- 2014-09-30 Greg Bellows New
[v5,17/33] target-arm: add SDER definition --- 2014-09-30 Greg Bellows New
[v5,18/33] target-arm: add MVBAR support --- 2014-09-30 Greg Bellows New
[v5,19/33] target-arm: add SCTLR_EL3 and make SCTLR banked --- 2014-09-30 Greg Bellows New
[v5,20/33] target-arm: make CSSELR banked --- 2014-09-30 Greg Bellows New
[v5,21/33] target-arm: add TTBR0_EL3 and make TTBR0/1 banked --- 2014-09-30 Greg Bellows New
[v5,22/33] target-arm: add TCR_EL3 and make TTBCR banked --- 2014-09-30 Greg Bellows New
[v5,23/33] target-arm: make c2_mask and c2_base_mask banked --- 2014-09-30 Greg Bellows New
[v5,24/33] target-arm: make DACR banked --- 2014-09-30 Greg Bellows New
[v5,25/33] target-arm: make IFSR banked --- 2014-09-30 Greg Bellows New
[v5,26/33] target-arm: make DFSR banked --- 2014-09-30 Greg Bellows New
[v5,27/33] target-arm: make IFAR/DFAR banked --- 2014-09-30 Greg Bellows New
[v5,28/33] target-arm: make PAR banked --- 2014-09-30 Greg Bellows New
[v5,29/33] target-arm: make VBAR banked --- 2014-09-30 Greg Bellows New
[v5,30/33] target-arm: make MAIR0/1 banked --- 2014-09-30 Greg Bellows New
[v5,31/33] target-arm: make c13 cp regs banked (FCSEIDR, ...) --- 2014-09-30 Greg Bellows New
[v5,32/33] target-arm: add GDB scr register --- 2014-09-30 Greg Bellows New
[PULL,0/5] linux-user patches for 2.2 --- 2014-10-06 Riku Voipio New
[PULL,4/5] linux-user: don't include timerfd if not needed --- 2014-10-06 Riku Voipio New
[PULL,v2,0/5] linux-user patches for 2.2 --- 2014-10-06 Riku Voipio New
target-arm: add second UART to virt --- 2014-10-08 Greg Bellows New
[v2] hw/arm/boot: register cpu reset handlers if using -bios --- 2014-10-10 Ard Biesheuvel New
[v6,01/32] target-arm: increase arrays of registers R13 & R14 --- 2014-10-10 Greg Bellows New
[v6,02/32] target-arm: add arm_is_secure() function --- 2014-10-10 Greg Bellows New
« 1 2 ... 3 4 5214 215 »