Show patches with: Archived = No       |   432636 patches
« 1 2 ... 1199 1200 12014326 4327 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v2,44/49] wavaudio: port to the new audio backend api - - - - --- 2015-08-21 =?UTF-8?B?Wm9sdMOhbiBLxZF2w6Fnw7M=?= New
[v2,45/49] audio: remove remains of the old backend api - - - - --- 2015-08-21 =?UTF-8?B?Wm9sdMOhbiBLxZF2w6Fnw7M=?= New
[v2,46/49] audio: unify input and output mixeng buffer management - - - - --- 2015-08-21 =?UTF-8?B?Wm9sdMOhbiBLxZF2w6Fnw7M=?= New
[v2,47/49] audio: remove hw->samples, buffer_size_in/out pcm_ops - - - - --- 2015-08-21 =?UTF-8?B?Wm9sdMOhbiBLxZF2w6Fnw7M=?= New
[v2,48/49] audio: common rate control code for timer based outputs - - - - --- 2015-08-21 =?UTF-8?B?Wm9sdMOhbiBLxZF2w6Fnw7M=?= New
[v2,49/49] audio: split ctl_* functions into enable_* and volume_* - - - - --- 2015-08-21 =?UTF-8?B?Wm9sdMOhbiBLxZF2w6Fnw7M=?= New
[1/1] MAINTAINERS: add responsible person for Parallels format driver - - - - --- 2015-08-21 Denis V. Lunev New
vnc: fix memory corruption (CVE-2015-5225) - - 1 - --- 2015-08-21 Gerd Hoffmann New
[v2,1/9] audio: add mixeng option (documentation) - - - - --- 2015-08-21 =?UTF-8?B?Wm9sdMOhbiBLxZF2w6Fnw7M=?= New
[v2,2/9] audio: make mixeng optional - - - - --- 2015-08-21 =?UTF-8?B?Wm9sdMOhbiBLxZF2w6Fnw7M=?= New
[v2,3/9] paaudio: get/put_buffer functions - - - - --- 2015-08-21 =?UTF-8?B?Wm9sdMOhbiBLxZF2w6Fnw7M=?= New
[v2,4/9] audio: support more than two channels in volume setting - - - - --- 2015-08-21 =?UTF-8?B?Wm9sdMOhbiBLxZF2w6Fnw7M=?= New
[v2,5/9] audio: replace shift in audio_pcm_info with bytes_per_frame - - - - --- 2015-08-21 =?UTF-8?B?Wm9sdMOhbiBLxZF2w6Fnw7M=?= New
[v2,6/9] audio: basic support for multichannel audio - - - - --- 2015-08-21 =?UTF-8?B?Wm9sdMOhbiBLxZF2w6Fnw7M=?= New
[v2,7/9] paaudio: channel-map option - - - - --- 2015-08-21 =?UTF-8?B?Wm9sdMOhbiBLxZF2w6Fnw7M=?= New
[v2,8/9] usb-audio: do not count on avail bytes actually available - - - - --- 2015-08-21 =?UTF-8?B?Wm9sdMOhbiBLxZF2w6Fnw7M=?= New
[1/2] rtl8139: Do not consume the packet during overflow in standard mode. - - - - --- 2015-08-21 Vlad Yasevich New
[2/2] rtl8139: correctly track full receive buffer in standard mode - - - - --- 2015-08-21 Vlad Yasevich New
[1/4] PPC: Allow Rc bit to be set on mtspr - - - - --- 2015-08-22 Cormac O'Brien New
[2/4] PPC: Fix lsxw bounds checks - - - - --- 2015-08-22 Cormac O'Brien New
[3/4] PPC: mac99: Always add USB controller - - - - --- 2015-08-22 Cormac O'Brien New
[RFC,4/4] PPC: fix CUDA packet header size - - - - --- 2015-08-22 Cormac O'Brien New
linux-user: remove MAX_ARG_PAGES limit - - - - --- 2015-08-22 Stefan Brüns New
[RFC,v3,30/32] qapi: New QMP command query-schema for QMP schema introspection - - - - --- 2015-08-23 Eric Blake New
mac_dbdma: always clear FLUSH bit once DBDMA channel flush is complete - - 1 - --- 2015-08-23 Mark Cave-Ayland New
[1/2] linux-user: remove --enable-guest-base/--disable-guest-base - - 1 - --- 2015-08-23 Laurent Vivier New
[2/2] linux-user: remove useless macros GUEST_BASE and RESERVED_VA - - 1 - --- 2015-08-23 Laurent Vivier New
[RFC,01/38] cpu-exec: add missing mmap_lock in tb_find_slow - - 1 - --- 2015-08-24 Emilio Cota New
[RFC,02/38] hw/i386/kvmvapic: add missing include of tcg.h - - - - --- 2015-08-24 Emilio Cota New
[RFC,03/38] cpu-exec: set current_cpu at cpu_exec() - - - - --- 2015-08-24 Emilio Cota New
[RFC,04/38] translate-all: remove volatile from have_tb_lock - - 1 - --- 2015-08-24 Emilio Cota New
[RFC,05/38] thread-posix: inline qemu_spin functions - - - - --- 2015-08-24 Emilio Cota New
[RFC,06/38] seqlock: add missing 'inline' to seqlock_read_retry - - 1 - --- 2015-08-24 Emilio Cota New
[RFC,07/38] seqlock: read sequence number atomically - - - - --- 2015-08-24 Emilio Cota New
[RFC,08/38] rcu: init rcu_registry_lock after fork - - - - --- 2015-08-24 Emilio Cota New
[RFC,09/38] rcu: fix comment with s/rcu_gp_lock/rcu_registry_lock/ - - 1 - --- 2015-08-24 Emilio Cota New
[RFC,10/38] translate-all: remove obsolete comment about l1_map - - 1 - --- 2015-08-24 Emilio Cota New
[RFC,11/38] qemu-thread: handle spurious futex_wait wakeups - - - - --- 2015-08-24 Emilio Cota New
[RFC,12/38] linux-user: call rcu_(un)register_thread on pthread_(exit|create) - - - - --- 2015-08-24 Emilio Cota New
[RFC,13/38] cputlb: add physical address to CPUTLBEntry - - - - --- 2015-08-24 Emilio Cota New
[RFC,14/38] softmmu: add helpers to get ld/st physical addresses - - - - --- 2015-08-24 Emilio Cota New
[RFC,15/38] radix-tree: add generic lockless radix tree module - - - - --- 2015-08-24 Emilio Cota New
[RFC,16/38] aie: add module for Atomic Instruction Emulation - - - - --- 2015-08-24 Emilio Cota New
[RFC,17/38] aie: add target helpers - - - - --- 2015-08-24 Emilio Cota New
[RFC,18/38] tcg: add fences - - - - --- 2015-08-24 Emilio Cota New
[RFC,19/38] tcg: add tcg_gen_smp_rmb() - - - - --- 2015-08-24 Emilio Cota New
[RFC,20/38] tcg/i386: implement fences - - - - --- 2015-08-24 Emilio Cota New
[RFC,21/38] target-i386: emulate atomic instructions + barriers using AIE - - - - --- 2015-08-24 Emilio Cota New
[RFC,22/38] cpu: update interrupt_request atomically - - - - --- 2015-08-24 Emilio Cota New
[RFC,23/38] cpu-exec: grab iothread lock during interrupt handling - - - - --- 2015-08-24 Emilio Cota New
[RFC,24/38] cpu-exec: reset mmap_lock after exiting the CPU loop - - - - --- 2015-08-24 Emilio Cota New
[RFC,25/38] cpu: add barriers around cpu->tcg_exit_req - - - - --- 2015-08-24 Emilio Cota New
[RFC,26/38] cpu: protect tb_jmp_cache with seqlock - - - - --- 2015-08-24 Emilio Cota New
[RFC,27/38] cpu-exec: convert tb_invalidated_flag into a per-TB flag - - - - --- 2015-08-24 Emilio Cota New
[RFC,28/38] cpu-exec: use RCU to perform lockless TB lookups - - - - --- 2015-08-24 Emilio Cota New
[RFC,29/38] tcg: export have_tb_lock - - - - --- 2015-08-24 Emilio Cota New
[RFC,30/38] translate-all: add tb_lock assertions - - - - --- 2015-08-24 Emilio Cota New
[RFC,31/38] cpu: protect l1_map with tb_lock in full-system mode - - - - --- 2015-08-24 Emilio Cota New
[RFC,32/38] cpu list: convert to RCU QLIST - - - - --- 2015-08-24 Emilio Cota New
[RFC,33/38] cpu: introduce cpu_tcg_sched_work to run work while other CPUs sleep - - - - --- 2015-08-24 Emilio Cota New
[RFC,34/38] translate-all: use tcg_sched_work for tb_flush - - - - --- 2015-08-24 Emilio Cota New
[RFC,35/38] cputlb: use cpu_tcg_sched_work for tlb_flush_all - - - - --- 2015-08-24 Emilio Cota New
[RFC,36/38] cputlb: use tcg_sched_work for tlb_flush_page_all - - - - --- 2015-08-24 Emilio Cota New
[RFC,37/38] cpus: remove async_run_safe_work_on_cpu - - - - --- 2015-08-24 Emilio Cota New
[RFC,38/38] Revert "target-i386: yield to another VCPU on PAUSE" - - - - --- 2015-08-24 Emilio Cota New
Makefile.target: include top level build dir in vpath - - - - --- 2015-08-24 Michael Marineau New
[RFC,v0] spapr: Disable memory hotplug when HTAB size is insufficient - - - - --- 2015-08-24 Bharata B Rao New
[v7] hw/arm/virt: Add high MMIO PCI region, 512G in size - - - - --- 2015-08-24 Pavel Fedin New
[v8] hw/arm/virt: Add high MMIO PCI region, 512G in size - - 3 - --- 2015-08-24 Pavel Fedin New
[PATCHv2] block/nfs: cache allocated filesize for read-only files - - 1 - --- 2015-08-24 Peter Lieven New
target-i386: add a list of enforceable CPU models to the help output - - - - --- 2015-08-24 Peter Lieven New
[v2] i386: keep cpu_model field in MachineState uptodate - - - - --- 2015-08-24 Zhu Guihua New
[v6,1/8] scripts: Allow include "stdint.h" in virtio headers - - 1 - --- 2015-08-24 Gavin Shan New
[v6,2/8] scripts: Include arch/powerpc/include/uapi/asm/eeh.h - - - - --- 2015-08-24 Gavin Shan New
[v6,3/8] scripts: Submit changes while updating linux headers - - - - --- 2015-08-24 Gavin Shan New
[v6,4/8] Sync Linux headers from kernel 4.2.0-rc8 - - - - --- 2015-08-24 Gavin Shan New
[v6,5/8] Obsolete PCI_MSIX_FLAGS_BIRMASK - - - - --- 2015-08-24 Gavin Shan New
[v6,6/8] sPAPR: Introduce rtas_ldq() - - 1 - --- 2015-08-24 Gavin Shan New
[v6,7/8] sPAPR: Support RTAS call ibm, {open, close}-errinjct - - - - --- 2015-08-24 Gavin Shan New
[v6,8/8] sPAPR: Support RTAS call ibm,errinjct - - - - --- 2015-08-24 Gavin Shan New
[v2,2/2] linux-user: remove useless macros GUEST_BASE and RESERVED_VA - - - - --- 2015-08-24 Laurent Vivier New
block: Override the driver in the filename with the user-specified one - - - - --- 2015-08-24 Alberto Garcia New
[v4,1/7] crypto: introduce new base module for TLS credentials - - - - --- 2015-08-24 Daniel P. Berrangé New
[v4,2/7] crypto: introduce new module for TLS anonymous credentials - - - - --- 2015-08-24 Daniel P. Berrangé New
[v4,3/7] crypto: introduce new module for TLS x509 credentials - - - - --- 2015-08-24 Daniel P. Berrangé New
[v4,4/7] crypto: add sanity checking of TLS x509 credentials - - - - --- 2015-08-24 Daniel P. Berrangé New
[v4,5/7] crypto: introduce new module for handling TLS sessions - - - - --- 2015-08-24 Daniel P. Berrangé New
[v4,6/7] ui: fix return type for VNC I/O functions to be ssize_t - - - - --- 2015-08-24 Daniel P. Berrangé New
[v4,7/7] ui: convert VNC server to use QCryptoTLSSession - - - - --- 2015-08-24 Daniel P. Berrangé New
[v14,01/33] linux-user: tilegx: Firstly add architecture related features - - 1 - --- 2015-08-24 Richard Henderson New
[v14,02/33] linux-user: Support tilegx architecture in linux-user - - 1 - --- 2015-08-24 Richard Henderson New
[v14,03/33] linux-user: Conditionalize syscalls which are not defined in tilegx - - 1 - --- 2015-08-24 Richard Henderson New
[v14,04/33] target-tilegx: Add opcode basic implementation from Tilera Corporation - - 1 - --- 2015-08-24 Richard Henderson New
[v14,05/33] target-tilegx: Modify opcode_tilegx.h to fit QEMU usage - - 1 - --- 2015-08-24 Richard Henderson New
[v14,06/33] target-tilegx: Modify _SPECIAL_ opcodes - - 1 - --- 2015-08-24 Richard Henderson New
[v14,07/33] target-tilegx: Fix LDNA_ADD_IMM8_OPCODE_X1 - - 1 - --- 2015-08-24 Richard Henderson New
[v14,08/33] target-tilegx: Add special register information from Tilera Corporation - - 1 - --- 2015-08-24 Richard Henderson New
[v14,09/33] target-tilegx: Add cpu basic features for linux-user - - 1 - --- 2015-08-24 Richard Henderson New
[v14,10/33] target-tilegx: Add several helpers for instructions translation - - 1 - --- 2015-08-24 Richard Henderson New
[v14,11/33] target-tilegx: Framework for decoding bundles - - 1 - --- 2015-08-24 Richard Henderson New
« 1 2 ... 1199 1200 12014326 4327 »