Show patches with: Archived = No       |   430292 patches
« 1 2 ... 939 940 9414302 4303 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[PULL,v3,00/22] Linux-user updates - - - - --- 2014-08-22 Riku Voipio New
[PULL,v3,01/22] linux-user: /proc/self/maps content - - - - --- 2014-08-22 Riku Voipio New
[PULL,v3,02/22] linux-user: redirect openat calls - - - - --- 2014-08-22 Riku Voipio New
[PULL,v3,03/22] linux-user: Fix syscall instruction usermode emulation on X86_64 - - 1 - --- 2014-08-22 Riku Voipio New
[PULL,v3,04/22] linux-user: Fix conversion of sigevent argument to timer_create - - - - --- 2014-08-22 Riku Voipio New
[PULL,v3,05/22] linux-user: fix readlink handling with magic exe symlink - - - - --- 2014-08-22 Riku Voipio New
[PULL,v3,06/22] linux-user: support timerfd_{create, gettime, settime} syscalls - - - - --- 2014-08-22 Riku Voipio New
[PULL,v3,07/22] linux-user: support ioprio_{get, set} syscalls - - - - --- 2014-08-22 Riku Voipio New
[PULL,v3,08/22] linux-user: add setns and unshare - - - - --- 2014-08-22 Riku Voipio New
[PULL,v3,09/22] linux-user: PPC64 semid_ds Doesnt Include _unused1 and _unused2 - - - - --- 2014-08-22 Riku Voipio New
[PULL,v3,10/22] linux-user: Dereference Pointer Argument to ipc/semctl Sys Call - - - - --- 2014-08-22 Riku Voipio New
[PULL,v3,11/22] linux-user: Properly Handle semun Structure In Cross-Endian Situations - - - - --- 2014-08-22 Riku Voipio New
[PULL,v3,12/22] linux-user: Make ipc syscall's third argument an abi_long - - - - --- 2014-08-22 Riku Voipio New
[PULL,v3,13/22] linux-user: Conditionally Pass Attribute Pointer to mq_open() - - 1 - --- 2014-08-22 Riku Voipio New
[PULL,v3,14/22] linux-user: Detect Negative Message Sizes in msgsnd System Call - - 1 - --- 2014-08-22 Riku Voipio New
[PULL,v3,15/22] linux-user: Handle NULL sched_param argument to sched_* - - - - --- 2014-08-22 Riku Voipio New
[PULL,v3,16/22] linux-user: Detect fault in sched_rr_get_interval - - 1 - --- 2014-08-22 Riku Voipio New
[PULL,v3,17/22] linux-user: Move get_ppc64_abi - - - - --- 2014-08-22 Riku Voipio New
[PULL,v3,18/22] linux-user: Minimum Sig Handler Stack Size for PPC64 ELF V2 - - - - --- 2014-08-22 Riku Voipio New
[PULL,v3,19/22] linux-user: clock_nanosleep errno Handling on PPC - - 1 - --- 2014-08-22 Riku Voipio New
[PULL,v3,20/22] linux-user: Support target-to-host translation of mlockall argument - - - - --- 2014-08-22 Riku Voipio New
[PULL,v3,21/22] linux-user: writev Partial Writes - - 1 - --- 2014-08-22 Riku Voipio New
[PULL,v3,22/22] linux-user: check return value of malloc() 1 - - - --- 2014-08-22 Riku Voipio New
target-arm: Fix regression that disabled VFP for ARMv5 CPUs - - - - --- 2014-08-22 Peter Maydell New
target-arm: Correct Cortex-A57 ISAR5 and AA64ISAR0 ID register values - - - - --- 2014-08-22 Peter Maydell New
[PULL,00/29] Block patches - - - - --- 2014-08-22 Kevin Wolf New
[PULL,01/29] block: Use g_new() & friends where that makes obvious sense - - 2 - --- 2014-08-22 Kevin Wolf New
[PULL,02/29] block: Use g_new() & friends to avoid multiplying sizes - - 2 - --- 2014-08-22 Kevin Wolf New
[PULL,03/29] qemu-io-cmds: g_renew() can't fail, bury dead error handling - - 2 - --- 2014-08-22 Kevin Wolf New
[PULL,04/29] block: Drop some superfluous casts from void * - - 2 - --- 2014-08-22 Kevin Wolf New
[PULL,05/29] runner: Add an argument for test duration - - 2 - --- 2014-08-22 Kevin Wolf New
[PULL,06/29] runner: Kill a program under test by time-out - - 1 - --- 2014-08-22 Kevin Wolf New
[PULL,07/29] qcow2: Constant cache size in bytes - - - - --- 2014-08-22 Kevin Wolf New
[PULL,08/29] qcow2: Use g_try_new0() for cache array - - - - --- 2014-08-22 Kevin Wolf New
[PULL,09/29] qcow2: Add runtime options for cache sizes - - - - --- 2014-08-22 Kevin Wolf New
[PULL,10/29] iotests: Add test for qcow2's cache options - - - - --- 2014-08-22 Kevin Wolf New
[PULL,11/29] test-coroutine: test cost introduced by coroutine - - - - --- 2014-08-22 Kevin Wolf New
[PULL,12/29] qemu-iotests: Fix 028 reference output for qed - - - 1 --- 2014-08-22 Kevin Wolf New
[PULL,13/29] block: acquire AioContext in qmp_block_resize() - - 1 - --- 2014-08-22 Kevin Wolf New
[PULL,14/29] virtio-blk: allow block_resize with dataplane - - 1 - --- 2014-08-22 Kevin Wolf New
[PULL,15/29] virtio-blk: fix reference a pointer which might be freed - - 2 - --- 2014-08-22 Kevin Wolf New
[PULL,16/29] block: Add bdrv_refresh_filename() - - - - --- 2014-08-22 Kevin Wolf New
[PULL,17/29] blkdebug: Implement bdrv_refresh_filename() - - - - --- 2014-08-22 Kevin Wolf New
[PULL,18/29] blkverify: Implement bdrv_refresh_filename() - - - - --- 2014-08-22 Kevin Wolf New
[PULL,19/29] nbd: Implement bdrv_refresh_filename() - - - - --- 2014-08-22 Kevin Wolf New
[PULL,20/29] quorum: Implement bdrv_refresh_filename() - - - - --- 2014-08-22 Kevin Wolf New
[PULL,21/29] iotests: Add test for image filename construction - - - - --- 2014-08-22 Kevin Wolf New
[PULL,22/29] block/vvfat.c: remove debugging code to reinit stderr if NULL - - 1 - --- 2014-08-22 Kevin Wolf New
[PULL,23/29] block/iscsi: fix memory corruption on iscsi resize - - - - --- 2014-08-22 Kevin Wolf New
[PULL,24/29] raw-posix: fix O_DIRECT short reads - - - - --- 2014-08-22 Kevin Wolf New
[PULL,25/29] qemu-iotests: add test case 101 for short file I/O - - - - --- 2014-08-22 Kevin Wolf New
[PULL,26/29] blkdebug: Delete BH in bdrv_aio_cancel - - - - --- 2014-08-22 Kevin Wolf New
[PULL,27/29] vmdk: Use bdrv_nb_sectors() where sectors, not bytes are wanted - - 2 - --- 2014-08-22 Kevin Wolf New
[PULL,28/29] qemu-img: Allow source cache mode specification - - 1 - --- 2014-08-22 Kevin Wolf New
[PULL,29/29] qemu-img: Allow cache mode specification for amend - - 1 - --- 2014-08-22 Kevin Wolf New
block: Make op blockers recursive - - - - --- 2014-08-22 Benoît Canet New
[v3,01/10] qcow2: Fix leaks in dirty images - - 2 - --- 2014-08-22 Max Reitz New
[v3,02/10] qcow2: Split qcow2_check_refcounts() - - 1 - --- 2014-08-22 Max Reitz New
[v3,03/10] qcow2: Pull check_refblocks() up - - 1 - --- 2014-08-22 Max Reitz New
[v3,04/10] qcow2: Reuse refcount table in calculate_refcounts() - - 1 - --- 2014-08-22 Max Reitz New
[v3,05/10] qcow2: Fix refcount blocks beyond image end - - 1 - --- 2014-08-22 Max Reitz New
[v3,06/10] qcow2: Do not perform potentially damaging repairs - - 1 - --- 2014-08-22 Max Reitz New
[v3,07/10] qcow2: Rebuild refcount structure during check - - - - --- 2014-08-22 Max Reitz New
[v3,08/10] qcow2: Clean up after refcount rebuild - - 1 - --- 2014-08-22 Max Reitz New
[v3,09/10] iotests: Fix test outputs - - - - --- 2014-08-22 Max Reitz New
[v3,10/10] iotests: Add test for potentially damaging repairs - - 1 - --- 2014-08-22 Max Reitz New
[v6,01/15] target-tricore: Add target stubs and qom-cpu - - - - --- 2014-08-22 Bastian Koppelmann New
[v6,02/15] target-tricore: Add board for systemmode - - - - --- 2014-08-22 Bastian Koppelmann New
[v6,03/15] target-tricore: Add softmmu support - - - - --- 2014-08-22 Bastian Koppelmann New
[v6,04/15] target-tricore: Add initialization for translation and activate target - - 1 - --- 2014-08-22 Bastian Koppelmann New
[v6,05/15] target-tricore: Add masks and opcodes for decoding - - 1 - --- 2014-08-22 Bastian Koppelmann New
[v6,06/15] target-tricore: Add instructions of SRC opcode format - - 1 - --- 2014-08-22 Bastian Koppelmann New
[v6,07/15] target-tricore: Add instructions of SRR opcode format - - 1 - --- 2014-08-22 Bastian Koppelmann New
[v6,08/15] target-tricore: Add instructions of SSR opcode format - - 1 - --- 2014-08-22 Bastian Koppelmann New
[v6,09/15] target-tricore: Add instructions of SRRS and SLRO opcode format - - 1 - --- 2014-08-22 Bastian Koppelmann New
[v6,10/15] target-tricore: Add instructions of SB opcode format - - 1 - --- 2014-08-22 Bastian Koppelmann New
[v6,11/15] target-tricore: Add instructions of SBC and SBRN opcode format - - 1 - --- 2014-08-22 Bastian Koppelmann New
[v6,12/15] target-tricore: Add instructions of SBR opcode format - - 1 - --- 2014-08-22 Bastian Koppelmann New
[v6,13/15] target-tricore: Add instructions of SC opcode format - - 1 - --- 2014-08-22 Bastian Koppelmann New
[v6,14/15] target-tricore: Add instructions of SLR, SSRO and SRO opcode format - - 1 - --- 2014-08-22 Bastian Koppelmann New
[v6,15/15] target-tricore: Add instructions of SR opcode format - - 1 - --- 2014-08-22 Bastian Koppelmann New
[v2,1/4] target-openrisc: Add IDE support to default machine - - - - --- 2014-08-22 Valentin Manea New
[v2,2/4] target-openrisc: Add OpenCores FB device support - - - - --- 2014-08-22 Valentin Manea New
[v2,2/4] target-openrisc: Add OpenCores FB device support - - - - --- 2014-08-22 Valentin Manea New
[v2,3/4] target-openrisc: Add OpenCores keyboard device support - - - - --- 2014-08-22 Valentin Manea New
[v2,4/4] target-openrisc: Add LPC32XX touchscreen device - - - - --- 2014-08-22 Valentin Manea New
[1/2] pflash_cfi01: fixup stale DPRINTF() calls - - - - --- 2014-08-23 Laszlo Ersek New
[2/2] pflash_cfi01: write flash contents to bdrv on incoming migration - - - - --- 2014-08-23 Laszlo Ersek New
[v1,1/5] Netduino_USART: Add the Netduino Plus 2 USART Controller - - - - --- 2014-08-24 Alistair Francis New
[v1,2/5] Netduino_GPIO: Add the Netduino Plus 2 GPIO controller - - - - --- 2014-08-24 Alistair Francis New
[v1,3/5] Netduino_SYSCFG: Add the Netduino Plus 2 SYSCFG - - - - --- 2014-08-24 Alistair Francis New
[v1,4/5] Netduino_Timer: Add the Netduino Plus 2 Timer2 to 5 - - - - --- 2014-08-24 Alistair Francis New
[v1,5/5] Netduino: Add the Netduino Plus 2 Machine Model - - - - --- 2014-08-24 Alistair Francis New
target-i386: Don't forbid NX bit on PAE PDEs and PTEs - - - - --- 2014-08-24 William Grant New
[PULL,00/11] Trivial patches for 2014-08-24 - - - - --- 2014-08-24 Michael Tokarev New
[PULL,01/11] util/path: Use the GLib memory allocation routines - - 1 - --- 2014-08-24 Michael Tokarev New
[PULL,02/11] tcg: dump op count into qemu log - - - - --- 2014-08-24 Michael Tokarev New
[PULL,03/11] tests/bios-tables-test: check the value returned by fopen() - - 1 - --- 2014-08-24 Michael Tokarev New
[PULL,04/11] microblaze: ml605: Get rid of ddr_base variable - - - - --- 2014-08-24 Michael Tokarev New
[PULL,05/11] dma: axidma: Variablise repeated s->streams[i] sub-expr - - - - --- 2014-08-24 Michael Tokarev New
« 1 2 ... 939 940 9414302 4303 »