messages from 2015-10-28 14:37:52 to 2015-10-28 15:34:07 UTC [more...]
[Qemu-devel] [PATCH v3 0/4] dataplane snapshot fixes
2015-10-28 15:33 UTC (6+ messages)
` [Qemu-devel] [PATCH 1/4] fifolock: create rfifolock_is_locked helper
` [Qemu-devel] [PATCH 2/4] aio_context: create aio_context_is_locked helper
` [Qemu-devel] [PATCH 3/4] io: add locking constraints check into bdrv_drain to ensure locking
` [Qemu-devel] [PATCH 4/4] migration: add missed aio_context_acquire into HMP snapshot code
[Qemu-devel] [PATCH v4 00/21] Extended I/O accounting
2015-10-28 15:33 UTC (21+ messages)
` [Qemu-devel] [PATCH v4 01/21] xen_disk: Account for flush operations
` [Qemu-devel] [PATCH v4 02/21] ide: Account for write operations correctly
` [Qemu-devel] [PATCH v4 03/21] block: define 'clock_type' for the accounting code
` [Qemu-devel] [PATCH v4 04/21] util: Infrastructure for computing recent averages
` [Qemu-devel] [PATCH v4 05/21] block: Add idle_time_ns to BlockDeviceStats
` [Qemu-devel] [PATCH v4 06/21] block: Add statistics for failed and invalid I/O operations
` [Qemu-devel] [PATCH v4 07/21] block: Allow configuring whether to account failed and invalid ops
` [Qemu-devel] [PATCH v4 08/21] block: Compute minimum, maximum and average I/O latencies
` [Qemu-devel] [PATCH v4 09/21] block: Add average I/O queue depth to BlockDeviceTimedStats
` [Qemu-devel] [PATCH v4 10/21] block: New option to define the intervals for collecting I/O statistics
` [Qemu-devel] [PATCH v4 11/21] qemu-io: Account for failed, invalid and flush operations
` [Qemu-devel] [PATCH v4 13/21] iotests: Add test for the block device statistics
` [Qemu-devel] [PATCH v4 14/21] nvme: Account for failed and invalid operations
` [Qemu-devel] [PATCH v4 15/21] virtio-blk: "
` [Qemu-devel] [PATCH v4 16/21] xen_disk: "
` [Qemu-devel] [PATCH v4 17/21] atapi: "
` [Qemu-devel] [PATCH v4 18/21] ide: "
` [Qemu-devel] [PATCH v4 19/21] macio: Account for failed operations
` [Qemu-devel] [PATCH v4 20/21] scsi-disk: "
` [Qemu-devel] [PATCH v4 21/21] block: Update copyright of the accounting code
[GIT PULL 00/12] perf/core improvements and fixes
2015-10-28 15:31 UTC (13+ messages)
` [PATCH 01/12] perf tools: Improve ambiguous option help message
` [PATCH 02/12] perf report: Rename to --show-cpu-utilization
` [PATCH 03/12] perf tools: Setup pager when printing usage and help
` [PATCH 04/12] perf tools: Introduce usage_with_options_msg()
` [PATCH 05/12] perf evsel: Move id_offset out of struct perf_evsel union member
` [PATCH 06/12] perf cpu_map: Add cpu_map__empty_new function
` [PATCH 07/12] perf stat: Cache aggregated map entries in extra cpumap
` [PATCH 08/12] perf tools: Search for more options when passing args to -h
` [PATCH 09/12] perf symbols: Fix type error when reading a build-id
` [PATCH 10/12] perf symbols: we can now read separate debug-info files based on a build ID
` [PATCH 11/12] perf tools: Enable pre-event inherit setting by config terms
` [PATCH 12/12] perf symbols: Fix endless loop in dso__split_kallsyms_for_kcore
[PATCH v3 0/9] libxc: support building large pv-domains
2015-10-28 15:33 UTC (5+ messages)
` [PATCH v3 1/9] libxc: reorganize domain builder guest memory allocator
` [PATCH v3 2/9] xen: add generic flag to elf_dom_parms indicating support of unmapped initrd
[PATCH 3.12 001/123] x86/nmi/64: Fix a paravirt stack-clobbering bug in the NMI code
2015-10-28 15:33 UTC (22+ messages)
` [PATCH 3.12 000/123] 3.12.50-stable review
` [PATCH 3.12 003/123] jbd2: avoid infinite loop when destroying aborted journal
` [PATCH 3.12 004/123] rcu: Reject memory-order-induced stall-warning false positives
` [PATCH 3.12 005/123] sched: Fix cpu_active_mask/cpu_online_mask race
` [PATCH 3.12 006/123] xhci: Workaround for PME stuck issues in Intel xhci
` [PATCH 3.12 007/123] xhci: rework cycle bit checking for new dequeue pointers
` [PATCH 3.12 008/123] usb: core: Fix USB 3.0 devices lost in NOTATTACHED state after a hub port reset
` [PATCH 3.12 009/123] USB: usbtmc: add device quirk for Rigol DS6104
` [PATCH 3.12 010/123] client MUST ignore EncryptionKeyLength if CAP_EXTENDED_SECURITY is set
` [PATCH 3.12 011/123] iommu/amd: Handle integer overflow in dma_ops_area_alloc
` [PATCH 3.12 012/123] s390/3270: redraw screen on unsolicited device end
` [PATCH 3.12 013/123] Use WARN_ON_ONCE for missing X86_FEATURE_NRIPS
` [PATCH 3.12 015/123] net: add length argument to skb_copy_and_csum_datagram_iovec
` [PATCH 3.12 016/123] ALSA: hda - Control SPDIF out pin on MacBookPro 11,2
` [PATCH 3.12 017/123] kvm: fix zero length mmio searching
` [PATCH 3.12 032/123] x86/xen: Support kexec/kdump in HVM guests by doing a soft reset
` [PATCH 3.12 117/123] [media] gscpa_m5602: use msecs_to_jiffies for conversions
[PATCH 0/7] Fix an infinite loop in the SRP initiator
2015-10-28 15:32 UTC (3+ messages)
[Qemu-devel] [PATCH v3 0/6] e1000: Various fixes and registers' implementation
2015-10-28 15:31 UTC (7+ messages)
` [Qemu-devel] [PATCH v3 1/6] e1000: Cosmetic and alignment fixes
` [Qemu-devel] [PATCH v3 2/6] e1000: Trivial implementation of various MAC registers
` [Qemu-devel] [PATCH v3 3/6] e1000: Fixing the received/transmitted packets' counters
` [Qemu-devel] [PATCH v3 4/6] e1000: Fixing the received/transmitted octets' counters
` [Qemu-devel] [PATCH v3 5/6] e1000: Fixing the packet address filtering procedure
` [Qemu-devel] [PATCH v3 6/6] e1000: Implementing various counters
[PATCH v12 0/6] simple fpga bus and fpga bridge framework
2015-10-28 15:31 UTC (13+ messages)
` [PATCH v12 1/6] fpga: add usage documentation for simple fpga bus
` [PATCH v12 2/6] fpga: add bindings document "
` [PATCH v12 4/6] fpga: add fpga bridge framework
[PATCH V4 0/8] PCI: ACPI: Setting up DMA coherency for PCI device from _CCA attribute
2015-10-28 16:00 UTC (4+ messages)
[U-Boot] [PATCH v3 1/6] cgtqmx6eval: Add SPI NOR flash support
2015-10-28 15:30 UTC (6+ messages)
` [U-Boot] [PATCH v3 2/6] cgtqmx6eval: Use SPI NOR to store the environment
` [U-Boot] [PATCH v3 3/6] cgtqmx6eval: Add fastboot support
` [U-Boot] [PATCH v3 4/6] cgtqmx6eval: Add SPL support
` [U-Boot] [PATCH v3 5/6] iomux-v3: Take MX6D in consideration for imx_iomux_v3_setup_pad()
` [U-Boot] [PATCH v3 6/6] cgtqmx6eval: Add DFU support
[PATCH V3 0/5] CPUFreq: governors: further cleanups
2015-10-28 15:31 UTC (9+ messages)
` [PATCH V3 2/5] cpufreq: ondemand: update sampling rate immediately
` [PATCH V3 4/5] cpufreq: governor: Quit work-handlers early if governor is stopped
[Qemu-devel] [PATCH] vl.c: Replace fprintf(stderr) with error_report()
2015-10-28 15:27 UTC (6+ messages)
[PATCH] raid5-cache: use crc32c checksum
2015-10-28 15:26 UTC (2+ messages)
[Qemu-devel] [PULL v2 00/14] QMP and QObject patches
2015-10-28 15:24 UTC (3+ messages)
Bug: Segfault when doing "git diff"
2015-10-28 15:24 UTC (5+ messages)
` [PATCH] add_submodule_odb: initialize alt_odb list earlier
[PATCH v3 0/7] arm64: ftrace: fix incorrect output from stack tracer
2015-10-28 15:23 UTC (3+ messages)
[PATCH] arm64: ftrace: function_graph: dump real return addr in call trace
2015-10-28 15:21 UTC (8+ messages)
[PATCH] lttng-tools: add libgcc to RDEPENDS
2015-10-28 15:21 UTC
[PATCH] serial: 8250_uniphier: add earlycon support
2015-10-28 15:21 UTC (3+ messages)
[U-Boot] [PATCH] arm: ls1021a: Ensure Generic Timer disabled before jumping into the OS
2015-10-28 15:20 UTC (4+ messages)
` [U-Boot] "
[PATCH] gpio: zynq: Implement irq_(request|release)_resources
2015-10-28 15:20 UTC (7+ messages)
[PATCH v6 0/2] arm: perf: Add event descriptions
2015-10-28 15:20 UTC (14+ messages)
` [PATCH 1/2] arm: perf: Convert event enums to #defines
` [PATCH v6 "
` [PATCH v6 2/2] arm: perf: Add event descriptions
proposal: new qemu-arm mailing list
2015-10-28 15:20 UTC (6+ messages)
` [Qemu-devel] "
nfs client hangs / repeating nfs requests
2015-10-28 15:19 UTC (3+ messages)
[Xenomai] how to install xenomai into ubntu 14.04
2015-10-28 15:19 UTC
[Qemu-devel] [PATCH v3 for 2.5 0/3] qga: non-blocking fd cleanups
2015-10-28 15:18 UTC (6+ messages)
` [Qemu-devel] [PATCH 3/3] qga: set file descriptor in qmp_guest_file_open non-blocking on Win32
[U-Boot] MPC83xx maintainership
2015-10-28 15:17 UTC (3+ messages)
[PATCH] spi/spi-xilinx: Fix race condition on last word read
2015-10-28 15:16 UTC (2+ messages)
[PATCH 0/2] wait/ptrace: always assume __WALL if the child is traced
2015-10-28 16:11 UTC (10+ messages)
` [PATCH 1/2] "
[Qemu-devel] [PATCH v2 00/11] simplify usage of tracepoints, and connect them to logging
2015-10-28 15:15 UTC (4+ messages)
` [Qemu-devel] [PATCH 01/11] trace: fix documentation
[Qemu-devel] [PATCH v4 for 2.5 0/3] qga: non-blocking fd cleanups
2015-10-28 15:13 UTC (4+ messages)
` [Qemu-devel] [PATCH 1/3] qga: drop hand-made guest_file_toggle_flags helper
` [Qemu-devel] [PATCH 2/3] qga: fixed CloseHandle in qmp_guest_file_open
` [Qemu-devel] [PATCH 3/3] qga: set file descriptor in qmp_guest_file_open non-blocking on Win32
[PATCH v10] gpio: Add GPIO support for the ACCES 104-IDIO-16
2015-10-28 15:11 UTC (6+ messages)
[PATCH] ARM: fix bug in vdsomunge swab32 macro
2015-10-28 15:10 UTC (2+ messages)
[PATCH v3] Input: uinput - add new UINPUT_DEV_SETUP and UI_ABS_SETUP ioctl
2015-10-28 15:10 UTC (4+ messages)
[U-Boot] [PATCH 0/3] vexpress64 flash support
2015-10-28 15:10 UTC (7+ messages)
` [U-Boot] [PATCH 3/3] vexpress64: store env in flash
[PATCH] xfrm: dst_entries_init() per-net dst_ops
2015-10-28 15:09 UTC (4+ messages)
[PATCH v13 2/5] uart: pl011: Introduce register accessor
2015-10-28 15:08 UTC (7+ messages)
[PATCH] staging: rtl8712: rtl871x_mp_ioctl: Remove unnecessary variables
2015-10-28 15:08 UTC
[PATCH] namei: permit linking with CAP_FOWNER in userns
2015-10-28 15:07 UTC (6+ messages)
Packages 1.0.30 - release pending
2015-10-28 15:06 UTC (5+ messages)
iproute2 v7: full ss json support and general output simplification
2015-10-28 15:05 UTC (9+ messages)
` [PATCH v7 02/10] ss: created formatters for json and hr
[PATCH net-next 0/4] sfc: NUMA support
2015-10-28 15:02 UTC (5+ messages)
` [PATCH net-next 1/4] sfc: use __GFP_NOWARN when allocating RX pages from atomic context
` [PATCH net-next 2/4] sfc: allocate rx pages on the same node as the interrupt
` [PATCH net-next 3/4] sfc: Use cpu_to_mem() to support memoryless nodes
` [PATCH net-next 4/4] sfc: set and clear interrupt affinity hints
[PATCH] [RFC] ASoC: rsnd: Add missing initialization of ADG req_rate
2015-10-28 15:03 UTC (2+ messages)
[Qemu-devel] [PULL for-2.5] Update OpenBIOS images
2015-10-28 15:01 UTC (2+ messages)
[Qemu-devel] [PATCH 0/2] trace: fix Makefile dependencies
2015-10-28 14:59 UTC (3+ messages)
` [Qemu-devel] [PATCH 1/2] trace: fix make foo-timestamp rules
` [Qemu-devel] [PATCH 2/2] trace: add make dependencies on tracetool source
[meta-fsl-arm-extra][PATCH] linux-wandboard-rt: update SRCREV for gcc 5.2 build fixes
2015-10-28 14:52 UTC
[PATCH] oeqa/runtime: remove dmesg test
2015-10-28 14:51 UTC
[PATCH -mm 0/3] nbd: fix/cleanup the usage of kernel_dequeue_signal()
2015-10-28 15:53 UTC (4+ messages)
` [PATCH -mm 2/3] nbd: nbd_thread_recv: remove the buggy kernel_dequeue_signal()
[PATCH v2 0/2] Fix interactive rebase when the editor saves with CR/LF
2015-10-28 14:56 UTC (9+ messages)
` [PATCH v3 "
` [PATCH v3 2/2] rebase-i: work around Windows CRLF line endings
` [PATCH v4 0/2] Fix interactive rebase when the editor saves with CR/LF
` [PATCH v4 1/2] Demonstrate rebase fails "
` [PATCH v4 2/2] rebase-i: work around Windows CRLF line endings
[PATCH] of/fdt: fix error checking for earlycon address
2015-10-28 14:56 UTC (5+ messages)
[PATCH v2 00/16] Support ARMv7 architecture
2015-10-28 14:54 UTC (3+ messages)
` [PATCH v3 00/17] "
[PATCH] oeqa/runtime: Removed obsolete testcase dmesg
2015-10-28 14:54 UTC (2+ messages)
[PATCH] MAINTAINERS: Start using the 'reviewer' (R) tag
2015-10-28 14:54 UTC (16+ messages)
[RFC] Enable ARCH_USE_BUILTIN_BSWAP by default
2015-10-28 14:53 UTC
[PATCH for-next 0/3] Change per-entry locks in GID cache to table lock
2015-10-28 14:52 UTC (4+ messages)
` [PATCH for-next 1/3] IB/core: Refactor GID cache's ib_dispatch_event
` [PATCH for-next 2/3] IB/core: Change per-entry lock in RoCE GID table to one lock
` [PATCH for-next 3/3] IB/core: Find gid searches for empty slot while traversing the GID table
[PATCH] tty: serial: sa1100.c: use UPIO_MEM rather than SERIAL_IO_MEM
2015-10-28 14:52 UTC
[PATCH 0/3] staging: rtl8188eu: Remove unnecessary functions
2015-10-28 14:52 UTC (6+ messages)
` [PATCH 3/3] staging: rtl8188eu: core: Remove wrapper function
` [Outreachy kernel] "
[PATCH v2] ipumm-fw: update recipe to build ipumm-fw from git source
2015-10-28 14:52 UTC
[PATCH 0/3] context_tracking: streamline code, avoid IRQ save/restore
2015-10-28 14:51 UTC (4+ messages)
` [PATCH 3/3] x86: context_tracking: avoid irq_save/irq_restore on kernel entry and exit
mwifiex problem: incompatible network settings
2015-10-28 14:50 UTC (6+ messages)
fsl_ssi.c: Getting channel slips with fsl_ssi.c in TDM (network) mode
2015-10-28 14:48 UTC (17+ messages)
[U-Boot] [PATCH v3 1/4] exynos: Properly zero initialize host in s5p_sdhci_init()
2015-10-28 14:48 UTC (8+ messages)
` [U-Boot] [PATCH v3 4/4] exynos: more debug and cleanup in do_sdhci_init()
[Bug 106241] New: shutdown(3)/close(3) behaviour is incorrect for sockets in accept(3)
2015-10-28 14:47 UTC (13+ messages)
[PATCHv2] drivers/perf: kill armpmu_register
2015-10-28 14:45 UTC (2+ messages)
[RFC PATCH v2 3/4] net: dsa: mv88e6xxx: add common and ppu remove function
2015-10-28 14:45 UTC (4+ messages)
[RFC PATCH 0/3] restartable sequences v2: fast user-space percpu critical sections
2015-10-28 14:44 UTC (3+ messages)
[Qemu-devel] [PATCH for-2.5 0/2] trace: decrease overhead of simpletrace and stderr backends
2015-10-28 14:44 UTC (2+ messages)
[Qemu-devel] [PATCH] vnc: fix bug: vnc server can't start when 'to' is specified
2015-10-28 14:43 UTC (2+ messages)
[U-Boot] [PATCH 1/2] Exynos4412: pinmux: disable pull for MMC pins
2015-10-28 14:41 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] s5p sdhci: call pinmux for card's gpio pins before use them
[PATCH] lib/lpm:fix two issues in the delete_depth_small()
2015-10-28 14:40 UTC (2+ messages)
[PATCH 0/1] kthread: introduce kthread_get_run() to fix __nbd_ioctl()
2015-10-28 15:37 UTC (4+ messages)
` [PATCH 1/1] "
[PATCH v6 0/22] On-demand device probing
2015-10-28 14:40 UTC (9+ messages)
` [PATCH v6 22/22] of/platform: Defer probes of registered devices
[PATCH v4 00/33] implement vNVDIMM
2015-10-28 14:31 UTC (5+ messages)
` [PATCH v4 17/33] dimm: abstract dimm device from pc-dimm
` [Qemu-devel] "
struct paging_mode's {write, cmpxchg}_guest_entry and guest_{map, get_eff}_l1e
2015-10-28 14:39 UTC (4+ messages)
Set root password with SHA512?
2015-10-28 14:38 UTC (2+ messages)
[U-Boot] [PATCH] fdt: fix address cell count checking in fdt_translate_address()
2015-10-28 14:37 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.