All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-01-15 14:42:24 to 2016-01-15 15:12:44 UTC [more...]

[Qemu-devel] [PATCH 00/16] aio: first part of aio_context_acquire/release pushdown
 2016-01-15 15:12 UTC  (13+ messages)
` [Qemu-devel] [PATCH 01/16] aio: introduce aio_context_in_iothread
` [Qemu-devel] [PATCH 02/16] aio: do not really acquire/release the main AIO context
` [Qemu-devel] [PATCH 03/16] aio: introduce aio_poll_internal
` [Qemu-devel] [PATCH 04/16] aio: only call aio_poll_internal from iothread
` [Qemu-devel] [PATCH 05/16] iothread: release AioContext around aio_poll
` [Qemu-devel] [PATCH 06/16] qemu-thread: introduce QemuRecMutex
` [Qemu-devel] [PATCH 07/16] aio: convert from RFifoLock to QemuRecMutex
` [Qemu-devel] [PATCH 08/16] aio: rename bh_lock to list_lock
` [Qemu-devel] [PATCH 09/16] qemu-thread: introduce QemuLockCnt
` [Qemu-devel] [PATCH 10/16] aio: make ctx->list_lock a QemuLockCnt, subsuming ctx->walking_bh
` [Qemu-devel] [PATCH 11/16] qemu-thread: optimize QemuLockCnt with futexes on Linux
` [Qemu-devel] [PATCH 12/16] aio: tweak walking in dispatch phase

[PATCH v12 0/7] dma: add Qualcomm Technologies HIDMA driver
 2016-01-15 15:12 UTC  (8+ messages)
` [PATCH V12 3/7] dma: add Qualcomm Technologies HIDMA management driver

[PATCH 0/2] libxl: FreeBSD fixes
 2016-01-15 15:11 UTC  (4+ messages)
` [PATCH 2/2] libxl: fix UUID usage on FreeBSD

[PATCH 00/12] Add API to get packet type info
 2016-01-15 15:11 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/12] ethdev: add API to query packet type filling info
  ` [PATCH v2 07/12] pmd/ixgbe: add dev_ptype_info_get implementation
  ` [PATCH v2 12/12] examples/l3fwd: add option to parse ptype

[PATCH] drm/i915: Only grab timestamps when needed
 2016-01-15 15:11 UTC 

[PATCH v3 1/1] USB: core: let USB device know device node
 2016-01-15 15:11 UTC  (3+ messages)

[PATCH 1/3] drm/i915: Do not call API requiring struct_mutex where it is not available
 2016-01-15 15:10 UTC  (3+ messages)
` [PATCH 2/3] drm/i915: Cache ringbuffer GTT VMA
` [PATCH 3/3] drm/i915: Cache LRC state page in the context

DBUS GATT API via gio - Parsing results of GetManagedObjects fails
 2016-01-15 15:10 UTC  (3+ messages)
  ` AW: "

using Hob to run images on a custom simulator, other than qemu
 2016-01-15 15:10 UTC  (8+ messages)

Source code review around jump label usage
 2016-01-15 15:09 UTC  (11+ messages)
` [PATCH 0/6] InfiniBand-ocrdma: Fine-tuning for some function implementations
  ` [PATCH v3 "
    ` [PATCH v3 2/6] InfiniBand-ocrdma: Delete unnecessary variable initialisations in 11 functions
        `  "

[Qemu-devel] Status of my hacks on the MTTCG WIP branch
 2016-01-15 15:08 UTC  (10+ messages)

[Qemu-devel] [Minios-devel] [PATCH v8 0/<VARIOUS>] Begin to disentangle libxenctrl and provide some stable libraries
 2016-01-15 15:08 UTC  (12+ messages)
` [Qemu-devel] [PATCH QEMU-XEN v8 0/8] "
  ` [Qemu-devel] [PATCH QEMU-XEN v8 5/8] xen: Switch uses of xc_map_foreign_{pages, bulk} to use libxenforeignmemory API
    `  "
  ` [Qemu-devel] [PATCH QEMU-XEN v8 6/8] xen: Use stable library interfaces when they are available
      `  "
  ` [PATCH QEMU-XEN v8 0/8] Begin to disentangle libxenctrl and provide some stable libraries

[PATCH RFC] xen/Kconfig: Use olddefconfig not silentoldconfig to update .config
 2016-01-15 15:07 UTC  (2+ messages)

SChannel support in Git for Windows
 2016-01-15 15:06 UTC  (2+ messages)

[PATCH 0/4] UART slave device support - version 4
 2016-01-15 15:05 UTC  (8+ messages)
  ` [Gta04-owner] "

[PATCH] net: smsc: Add support h8300
 2016-01-15 15:05 UTC 

[PATCH] RFKill airplane mode LED trigger
 2016-01-15 15:04 UTC  (8+ messages)
` [PATCH] net/rfkill: Create "airplane mode" "

[PATCH] fetch/git: Change to use clearer ssh url syntax for broken servers
 2016-01-15 15:04 UTC  (9+ messages)

[PATCH v3 00/15] xenstore: make it easier to run xenstore in a domain
 2016-01-15 15:04 UTC  (2+ messages)

[Buildroot] [PATCH v3] netsniff-ng: check if linux-headers are v3.0 or higher
 2016-01-15 15:03 UTC 

[RFC 00/29] De-stage android's sync framework
 2016-01-15 14:55 UTC  (58+ messages)
` [RFC 01/29] staging/android: fix sync framework documentation
` [RFC 02/29] staging/android: fix checkpatch warning
` [RFC 03/29] staging/android: rename sync_fence_release
` [RFC 04/29] staging/android: rename 'android_fence' to 'sync_fence'
` [RFC 05/29] staging/android: remove not used sync_timeline ops
` [RFC 06/29] staging/android: create a 'sync' dir for debugfs information
` [RFC 07/29] staging/android: move sw_sync file to debugfs file
` [RFC 08/29] staging/android: Remove WARN_ON_ONCE when releasing sync_fence
` [RFC 09/29] staging/android: rename struct sync_fence's variables to 'sync_fence'
` [RFC 10/29] staging/android: rename 'sync_pt' to 'fence' in struct sync_fence_cb
` [RFC 11/29] dma-buf/fence: move sync_timeline to fence_timeline
` [RFC 12/29] staging/android: remove struct sync_pt
` [RFC 13/29] dma-buf/fence: create fence_default_enable_signaling()
` [RFC 14/29] dma-buf/fence: create fence_default_release()
` [RFC 15/29] dma-buf/fence: create fence_default_get_driver_name()
` [RFC 16/29] dma-buf/fence: create fence_default_timeline_name()
` [RFC 17/29] dma-buf/fence: store last signaled value on fence timeline
` [RFC 18/29] dma-buf/fence: create default .fence_value_str() and .timeline_value_str()
` [RFC 19/29] dma-buf/fence: create fence_default_fill_driver_data()
` [RFC 20/29] dma-buf/fence: remove fence_timeline_ops
` [RFC 21/29] dma-buf/fence: add fence_create_on_timeline()
` [RFC 22/29] staging/android: remove sync_pt_create()
` [RFC 23/29] staging/android: remove sw_sync_timeline and sw_sync_pt
` [RFC 24/29] dma-buf/fence: add debug to fence timeline
` [RFC 25/29] dma-buf/fence: remove unused var from fence_timeline_signal()
` [RFC 26/29] dma-buf/fence: remove pointless fence_timeline_signal at destroy phase
` [RFC 27/29] dma-buf/fence: add .cleanup() callback
` [RFC 28/29] staging/android: use .cleanup() to interrupt any sync_fence waiter
` [RFC 29/29] dma-buf/fence: de-stage sync framework

[PATCH v2 0/3] tools: remove 1024 domain limit at some places
 2016-01-15 15:03 UTC  (2+ messages)

[PATCH 1/2] ALSA: timer: Harden slave timer list handling
 2016-01-15 15:02 UTC  (2+ messages)
` [PATCH 2/2] ALSA: timer: Code cleanup

[PATCH] mtd: nuc900_nand: read correct SMISR register
 2016-01-15 15:01 UTC  (5+ messages)

questions about runtime pm
 2016-01-15 15:01 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/7] target-ppc: gdbstub: endiannes fixes and VSX support
 2016-01-15 15:00 UTC  (8+ messages)
` [Qemu-devel] [PATCH 1/7] target-ppc: kvm: fix floating point registers sync on little-endian hosts
` [Qemu-devel] [PATCH 2/7] target-ppc: rename and export maybe_bswap_register()
` [Qemu-devel] [PATCH 3/7] target-ppc: gdbstub: fix float registers for little-endian guests
` [Qemu-devel] [PATCH 4/7] target-ppc: gdbstub: introduce avr_need_swap()
` [Qemu-devel] [PATCH 5/7] target-ppc: gdbstub: fix altivec registers for little-endian guests
` [Qemu-devel] [PATCH 6/7] target-ppc: gdbstub: fix spe "
` [Qemu-devel] [PATCH 7/7] target-ppc: gdbstub: Add VSX support

[PATCH v2 0/4] HVMlite: minor fixes and Dom0 preparatory patches
 2016-01-15 14:59 UTC  (5+ messages)
` [PATCH v2 1/4] xen/elfnotes: check phys_entry against UNSET_ADDR32
` [PATCH v2 2/4] libelf: rewrite symtab/strtab loading for Dom0
` [PATCH v2 3/4] x86/hvm: don't set the BSP as initialised in hvm_vcpu_initialise
` [PATCH v2 4/4] x86/PV: enable the emulated PIT

[PATCH 0/2] add support for buffered tx to ethdev
 2016-01-15 14:58 UTC  (2+ messages)

[PATCH OSSTEST] ts-debian-install: increase time allowed for xen-create-image
 2016-01-15 14:57 UTC  (3+ messages)

[Qemu-devel] [PATCH v4 0/8] target-arm: enable qmp-dump-guest-memory
 2016-01-15 14:56 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 5/8] target-arm: support QMP dump-guest-memory

[PATCH] QEMU as non-root and PCI passthrough do not mix
 2016-01-15 14:56 UTC  (8+ messages)

[PATCHv2 0/3 net] xen-netback: use skb to determine number of required (etc.)
 2016-01-15 14:55 UTC  (8+ messages)
` [PATCHv2 1/3] xen-netback: use skb to determine number of required guest Rx requests
` [PATCHv2 2/3] xen-netback: delete NAPI instance when queue fails to initialize
` [PATCHv2 3/3] xen-netback: free queues after freeing the net device

[PATCH v3] x86/p2m: use large pages for MMIO mappings
 2016-01-15 14:55 UTC  (6+ messages)

[PATCH] t0060: loosen overly strict expectations
 2016-01-15 14:55 UTC  (9+ messages)

[PATCH v3 0/9] perf build: Make build-test faster
 2016-01-15 14:54 UTC  (5+ messages)

[Qemu-devel] [PATCH 0/8] target-arm: support mixed 32/64 bit execution beyond EL0
 2016-01-15 14:54 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/8] target-arm: Properly support EL2 and EL3 in arm_el_is_aa64()
` [Qemu-devel] [PATCH 3/8] target-arm: Use a single entry point for AArch64 and AArch32 exceptions

[U-Boot] [PATCH v3 5/6] MIPS: implement bit manipulating I/O accessors
 2016-01-15 14:54 UTC  (2+ messages)
` [U-Boot] [PATCH v4 "

[RFC PATCH v6 00/28] libxl: Deprivilege qemu
 2016-01-15 14:54 UTC  (8+ messages)
` [PATCH 03/28] libxl: Provide libxl__dm_support_*

[U-Boot] Broken: U-Boot SPL 2016.01
 2016-01-15 14:53 UTC  (4+ messages)

[Qemu-devel] [PATCH v3] ARM: Virt: Don't generate RTC ACPI device when using UEFI
 2016-01-15 14:53 UTC  (2+ messages)

Purpose of CRDA and feature sets utilised by third parties
 2016-01-15 14:53 UTC 

4.4 regression/bisected: error message due to "block/sd: Fix device-imposed transfer length limits"
 2016-01-15 14:52 UTC  (5+ messages)

[Buildroot] [PATCH] libnspr: only enable thumb if BR2_ARM_INSTRUCTIONS_THUMB2
 2016-01-15 14:52 UTC 

[PATCH v14 0/11] Support for creating/using Stolen memory backed objects
 2016-01-15 14:51 UTC  (3+ messages)
` [PATCH 10/11] acpi: Export acpi_bus_type

[PATCH 0/4] libceph: auth retry/invalidate fixes
 2016-01-15 14:50 UTC  (5+ messages)
` [PATCH 1/4] libceph: clear messenger auth_retry flag if we fault
` [PATCH 2/4] libceph: fix authorizer invalidation, take 2
` [PATCH 3/4] libceph: invalidate AUTH in addition to a service ticket
` [PATCH 4/4] libceph: kill off ceph_x_ticket_handler::validity

[PATCH v5 1/1] drm/i915/bxt: Check BIOS RC6 setup before enabling RC6
 2016-01-15 14:49 UTC  (3+ messages)

[PATCH 0/5] crypto: atmel-sha: fix registration issue and other bugs
 2016-01-15 14:49 UTC  (12+ messages)
` [PATCH 1/5] crypto: atmel-sha: fix crash when computing digest on empty message
` [PATCH 2/5] crypto: atmel-sha: fix a race between the 'done' tasklet and the crypto client
` [PATCH 3/5] crypto: atmel-sha: add support of sama5d2x SoCs
` [PATCH 4/5] crypto: atmel-sha: fix context switches
` [PATCH 5/5] crypto: atmel-sha: fix algorihtm registration

[PATCH 0/2] reset: img: Add pistachio SoC reset support
 2016-01-15 14:44 UTC  (2+ messages)

[PATCH] drm/i915: Seal busy-ioctl uABI and prevent leaking of internal ids
 2016-01-15 14:45 UTC  (3+ messages)
` [PATCH igt] tests: Add gem_busy

[PATCH] MAINTAINERS: Add "B:" preferred bug reporting method
 2016-01-15 14:45 UTC  (2+ messages)

[PATCH 0/2] add support for buffered tx to ethdev
 2016-01-15 14:43 UTC  (3+ messages)
` [PATCH 1/2] ethdev: add buffered tx api
` [PATCH 2/2] examples: sample apps rework to use "

[Bug 93534] Issues with color and rendering through OpenGL composited desktops on ATI FirePro v4800
 2016-01-15 14:43 UTC  (2+ messages)

[PATCH v1] xen/arm: Add r1p12 to the list of supported Cadence UARTs
 2016-01-15 14:42 UTC  (6+ messages)

[PATCH v4 0/6] rockchip: kylin: Boot with android boot image
 2016-01-15 14:42 UTC  (10+ messages)
` [PATCH v4 5/6] rockchip: kylin: Enable boot "
    ` [U-Boot] "


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.