Show patches with: State = Action Required       |    Archived = No       |   427048 patches
« 1 2 ... 1395 1396 13974270 4271 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[PULL,23/38] linux-user: Use safe_syscall for read and write system calls - - 1 - --- 2016-05-25 Riku Voipio New
[PULL,24/38] linux-user: Use safe_syscall for open and openat system calls - - - - --- 2016-05-25 Riku Voipio New
[PULL,25/38] linux-user: Use safe_syscall for wait system calls - - - - --- 2016-05-25 Riku Voipio New
[PULL,26/38] linux-user: Use safe_syscall for execve syscall - - 1 - --- 2016-05-25 Riku Voipio New
[PULL,27/38] linux-user: Use safe_syscall for pselect, select syscalls - - - - --- 2016-05-25 Riku Voipio New
[PULL,28/38] linux-user: Use safe_syscall for futex syscall - - - - --- 2016-05-25 Riku Voipio New
[PULL,29/38] linux-user: Handle negative values in timespec conversion - - - - --- 2016-05-25 Riku Voipio New
[PULL,30/38] linux-user: Handle msgrcv error case correctly - - - - --- 2016-05-25 Riku Voipio New
[PULL,31/38] linux-user: Use g_try_malloc() in do_msgrcv() - - - - --- 2016-05-25 Riku Voipio New
[PULL,32/38] linux-user: x86_64: Don't use 16-bit UIDs - - - - --- 2016-05-25 Riku Voipio New
[PULL,33/38] linux-user: Use direct syscalls for setuid(), etc - - - - --- 2016-05-25 Riku Voipio New
[PULL,34/38] linux-user: arm: Remove ARM_cpsr and similar #defines - - - 1 --- 2016-05-25 Riku Voipio New
[PULL,35/38] linux-user/signal.c: Generate opcode data for restorer in setup_rt_frame - - 1 - --- 2016-05-25 Riku Voipio New
[PULL,36/38] linux-user/signal.c: Use target address instead of host address for microblaze restorer - - 2 - --- 2016-05-25 Riku Voipio New
[PULL,37/38] linux-user/signal.c: Use s390 target space address instead of host space - - 2 - --- 2016-05-25 Riku Voipio New
[PULL,38/38] linux-user, target-ppc: fix use of MSR_LE - - 1 - --- 2016-05-25 Riku Voipio New
[RFC,kernel] balloon: speed up inflating/deflating process - - - - --- 2016-05-25 Michael S. Tsirkin New
[v2,1/4] xlnx-zynqmp: Add a secure prop to en/disable ARM Security Extensions - - 1 - --- 2016-05-25 Edgar E. Iglesias New
[v2,2/4] xlnx-zynqmp: Make the RPU subsystem optional - - 1 - --- 2016-05-25 Edgar E. Iglesias New
[v2,3/4] xlnx-zynqmp: Delay realization of GIC until post CPU realization - - 2 - --- 2016-05-25 Edgar E. Iglesias New
[v2,4/4] xlnx-zynqmp: Use the in kernel GIC model for KVM runs - - 2 - --- 2016-05-25 Edgar E. Iglesias New
[1/6] hw/char: QOM'ify pl011 model - - - - --- 2016-05-25 zhao xiao qiang New
[2/6] hw/char: QOM'ify cadence_uart model - - - - --- 2016-05-25 zhao xiao qiang New
[3/6] hw/char: QOM'ify digic-uart model - - - - --- 2016-05-25 zhao xiao qiang New
[4/6] hw/char: QOM'ify stm32f2xx_usart model - - - - --- 2016-05-25 zhao xiao qiang New
[5/6] hw/char: QOM'ify xilinx_uartlite model - - - - --- 2016-05-25 zhao xiao qiang New
[6/6] char: get rid of qemu_char_get_next_serial 1 - - - --- 2016-05-25 zhao xiao qiang New
[v2] nbd: Don't trim unrequested bytes - - - - --- 2016-05-25 Eric Blake New
[v2] scsi: megasas: initialise local configuration data buffer - - - - --- 2016-05-25 Prasad Pandit New
[v2] scsi: megasas: check 'read_queue_head' index value - - 1 - --- 2016-05-25 Prasad Pandit New
docs/atomics: update comparison with Linux - - - - --- 2016-05-25 Paolo Bonzini New
[v3,01/15] block: Rename blk_write_zeroes() - - 1 - --- 2016-05-25 Kevin Wolf New
[v3,02/15] block: keep a list of block jobs - - 1 - --- 2016-05-25 Kevin Wolf New
[v3,03/15] block: Cancel jobs first in bdrv_close_all() - - 3 - --- 2016-05-25 Kevin Wolf New
[v3,04/15] block: Default to enabled write cache in blk_new() - - 2 - --- 2016-05-25 Kevin Wolf New
[v3,05/15] block: Convert block job core to BlockBackend - - 3 - --- 2016-05-25 Kevin Wolf New
[v3,06/15] block: Make blk_co_preadv/pwritev() public - - 3 - --- 2016-05-25 Kevin Wolf New
[v3,07/15] stream: Use BlockBackend for I/O - - 3 - --- 2016-05-25 Kevin Wolf New
[v3,08/15] mirror: Allow target that already has a BlockBackend - - 1 - --- 2016-05-25 Kevin Wolf New
[v3,09/15] mirror: Use BlockBackend for I/O - - 2 - --- 2016-05-25 Kevin Wolf New
[v3,10/15] backup: Don't leak BackupBlockJob in error path - - 2 - --- 2016-05-25 Kevin Wolf New
[v3,11/15] backup: Pack Notifier within BackupBlockJob - - 1 - --- 2016-05-25 Kevin Wolf New
[v3,12/15] backup: Remove bs parameter from backup_do_cow() - - 2 - --- 2016-05-25 Kevin Wolf New
[v3,13/15] backup: Use BlockBackend for I/O - - 2 - --- 2016-05-25 Kevin Wolf New
[v3,14/15] commit: Use BlockBackend for I/O - - 2 - --- 2016-05-25 Kevin Wolf New
[v3,15/15] blockjob: Remove BlockJob.bs - - 2 - --- 2016-05-25 Kevin Wolf New
[RFC,V4,1/4] colo-compare: introduce colo compare initialization - - - - --- 2016-05-25 Zhang Chen New
[RFC,V4,2/4] colo-compare: track connection and enqueue packet - - - - --- 2016-05-25 Zhang Chen New
[RFC,V4,3/4] colo-compare: introduce packet comparison thread - - - - --- 2016-05-25 Zhang Chen New
[RFC,V4,4/4] colo-compare: add TCP, UDP, ICMP packet comparison - - - - --- 2016-05-25 Zhang Chen New
9p: getattr: use fstat if we have a fd - - - - --- 2016-05-25 Greg Kurz New
[1/4] linux-user: add option to intercept execve() syscalls - - 1 1 --- 2016-05-25 Joel Holdsworth New
[2/4] linux-user: pass environment arguments in execve - - - - --- 2016-05-25 Joel Holdsworth New
[3/4] linux-user: pass elf interpreter prefix in execve - - - - --- 2016-05-25 Joel Holdsworth New
[4/4] linux-user: pass strace argument in execve - - - - --- 2016-05-25 Joel Holdsworth New
[PULL,0/4] Cut down on Andreas' maintainer responsibilities - - - - --- 2016-05-25 Andreas Färber New
[PULL,1/4] MAINTAINERS: Drop Andreas as Cocoa maintainer - - - - --- 2016-05-25 Andreas Färber New
[PULL,2/4] MAINTAINERS: Drop Andreas as PReP maintainer - - - - --- 2016-05-25 Andreas Färber New
[PULL,3/4] MAINTAINERS: Drop Andreas as 0.15 maintainer - - - - --- 2016-05-25 Andreas Färber New
[PULL,4/4] MAINTAINERS: Drop Andreas as CPU maintainer - - - - --- 2016-05-25 Andreas Färber New
[PULL,00/31] Block layer patches - - - - --- 2016-05-25 Kevin Wolf New
[PULL,01/31] block: Fix bdrv_next() memory leak - - 1 - --- 2016-05-25 Kevin Wolf New
[PULL,02/31] block: Drop useless bdrv_new() call - - 2 - --- 2016-05-25 Kevin Wolf New
[PULL,03/31] block: Let bdrv_open_inherit() return the snapshot - - 1 - --- 2016-05-25 Kevin Wolf New
[PULL,04/31] tests: Drop BDS from test-throttle.c - - 1 - --- 2016-05-25 Kevin Wolf New
[PULL,05/31] block: Drop blk_new_with_bs() - - - - --- 2016-05-25 Kevin Wolf New
[PULL,06/31] block: Drop bdrv_new_root() - - 2 - --- 2016-05-25 Kevin Wolf New
[PULL,07/31] block: Make bdrv_open() return a BDS - - 1 - --- 2016-05-25 Kevin Wolf New
[PULL,08/31] block: Assert !bs->refcnt in bdrv_close() - - 2 - --- 2016-05-25 Kevin Wolf New
[PULL,09/31] block: Drop bdrv_parent_cb_...() from bdrv_close() - - 1 - --- 2016-05-25 Kevin Wolf New
[PULL,10/31] block: Drop errp parameter from blk_new() - - - - --- 2016-05-25 Kevin Wolf New
[PULL,11/31] block: Introduce bdrv_replace_child() - - 2 - --- 2016-05-25 Kevin Wolf New
[PULL,12/31] block: Make bdrv_drain() use bdrv_drained_begin/end() - - 2 - --- 2016-05-25 Kevin Wolf New
[PULL,13/31] block: Fix reconfiguring graph with drained nodes - - 2 - --- 2016-05-25 Kevin Wolf New
[PULL,14/31] block: Propagate .drained_begin/end callbacks - - 2 - --- 2016-05-25 Kevin Wolf New
[PULL,15/31] dma-helpers: change interface to byte-based - - - - --- 2016-05-25 Kevin Wolf New
[PULL,16/31] dma-helpers: change BlockBackend to opaque value in DMAIOFunc - - - - --- 2016-05-25 Kevin Wolf New
[PULL,17/31] block: Rename blk_write_zeroes() - - 1 - --- 2016-05-25 Kevin Wolf New
[PULL,18/31] block: keep a list of block jobs - - 1 - --- 2016-05-25 Kevin Wolf New
[PULL,19/31] block: Cancel jobs first in bdrv_close_all() - - 3 - --- 2016-05-25 Kevin Wolf New
[PULL,20/31] block: Default to enabled write cache in blk_new() - - 2 - --- 2016-05-25 Kevin Wolf New
[PULL,21/31] block: Convert block job core to BlockBackend - - 3 - --- 2016-05-25 Kevin Wolf New
[PULL,22/31] block: Make blk_co_preadv/pwritev() public - - 3 - --- 2016-05-25 Kevin Wolf New
[PULL,23/31] stream: Use BlockBackend for I/O - - 3 - --- 2016-05-25 Kevin Wolf New
[PULL,24/31] mirror: Allow target that already has a BlockBackend - - 1 - --- 2016-05-25 Kevin Wolf New
[PULL,25/31] mirror: Use BlockBackend for I/O - - 2 - --- 2016-05-25 Kevin Wolf New
[PULL,26/31] backup: Don't leak BackupBlockJob in error path - - 2 - --- 2016-05-25 Kevin Wolf New
[PULL,27/31] backup: Pack Notifier within BackupBlockJob - - 1 - --- 2016-05-25 Kevin Wolf New
[PULL,28/31] backup: Remove bs parameter from backup_do_cow() - - 2 - --- 2016-05-25 Kevin Wolf New
[PULL,29/31] backup: Use BlockBackend for I/O - - 2 - --- 2016-05-25 Kevin Wolf New
[PULL,30/31] commit: Use BlockBackend for I/O - - 2 - --- 2016-05-25 Kevin Wolf New
[PULL,31/31] blockjob: Remove BlockJob.bs - - 2 - --- 2016-05-25 Kevin Wolf New
[v7,1/3] loader: Allow ELF loader to auto-detect the ELF arch - - - - --- 2016-05-25 Alistair Francis New
[v7,2/3] generic-loader: Add a generic loader - - - - --- 2016-05-25 Alistair Francis New
[v7,3/3] docs: Add a generic loader explanation document - - - - --- 2016-05-25 Alistair Francis New
[v1,1/1] zynqmp: Add the ZCU102 board - - - - --- 2016-05-25 Alistair Francis New
[PULL,0/1] QOM devices patch queue 2016-05-25 - - - - --- 2016-05-25 Andreas Färber New
[PULL,1/1] qdev: Start disentangling bus from device - - 1 - --- 2016-05-25 Andreas Färber New
[PULL,V3,00/20] Net patches - - - - --- 2016-05-26 Jason Wang New
[PULL,V3,01/20] net/tap: Allocating Large sized arrays to heap - - - - --- 2016-05-26 Jason Wang New
« 1 2 ... 1395 1396 13974270 4271 »