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

[Qemu-devel] [PULL 00/11] target-arm queue
 2016-01-15 15:24 UTC  (4+ messages)
` [Qemu-devel] [PULL 02/11] xlnx-zynqmp: Add support for high DDR memory regions
` [Qemu-devel] [PULL 09/11] elf: add arm note types
` [Qemu-devel] [PULL 11/11] ARM: virt: Don't generate RTC ACPI device when using UEFI

Recipe for prebuilt binary [Suppress Requires(post) section of rpm spec file]
 2016-01-15 15:23 UTC 

[PATCH v12 0/7] dma: add Qualcomm Technologies HIDMA driver
 2016-01-15 15:22 UTC  (17+ messages)
` [PATCH V12 2/7] dma: hidma: Add Device Tree support
` [PATCH V12 3/7] dma: add Qualcomm Technologies HIDMA management driver

[xen-unstable-smoke test] 78173: tolerable all pass - PUSHED
 2016-01-15 15:22 UTC 

[PATCH v4 00/14][For 4.6] Btrfs: Add inband (write time) de-duplication framework
 2016-01-15 15:22 UTC  (7+ messages)
` [PATCH v4 17/18] btrfs: dedup: add a property handler for online dedup

[Qemu-devel] [PATCH v6 0/6] Connect the SPI devices to ZynqMP
 2016-01-15 15:21 UTC  (4+ messages)
` [Qemu-devel] [PATCH v6 5/6] xlnx-zynqmp: Connect the SPI devices

sound: use-after-free in snd_timer_interrupt
 2016-01-15 15:21 UTC  (16+ messages)

[Qemu-devel] [PATCH] qemu-char: do not leak QemuMutex when freeing a character device
 2016-01-15 15:20 UTC  (2+ messages)

[PATCH] thermal: cpu_cooling: fix out of bounds access in time_in_idle
 2016-01-15 15:20 UTC  (4+ messages)

"missed-interrupt" syndrome on Broadwell+
 2016-01-15 15:20 UTC  (2+ messages)
` ✗ Fi.CI.BAT: warning for series starting with [1/6] drm/i915: Remove forcewake dance from seqno/irq barrier on legacy gen6+

[PATCH][fido][RESEND 0/5] Backports for fido
 2016-01-15 15:20 UTC  (4+ messages)
` [PATCH][fido][RESEND 4/5] texinfo: don't create dependency on INHERIT variable

[Qemu-devel] [PATCH 00/10] Cleanups to error reporting on ppc and spapr (v2)
 2016-01-15 15:19 UTC  (3+ messages)
` [Qemu-devel] [PATCH 01/10] ppc: Cleanup error handling in ppc_set_compat()

linux-next: build failure after merge of the aio tree
 2016-01-15 15:18 UTC  (5+ messages)

[PATCH net-next] sched/cls_flow.c : allow nfct-* keys work on ingress interfaces
 2016-01-15 15:18 UTC 

[PATCH 00/13] Jethro, Fido openssl and libxml security fixes vi git
 2016-01-15 15:17 UTC  (2+ messages)

[PATCH v2] xen/arm64: correctly emulate the {w, x}zr registers
 2016-01-15 15:17 UTC 

[PATCH v14 0/11] Support for creating/using Stolen memory backed objects
 2016-01-15 15:15 UTC  (9+ messages)
` [PATCH 01/11] drm/i915: Add support for mapping an object page by page
` [PATCH 10/11] acpi: Export acpi_bus_type

[PATCH][coreutils] Add attr build dependency
 2016-01-15 15:15 UTC  (3+ messages)

[PATCH v2 0/3] io-pgtable ARM short descriptor format
 2016-01-15 15:13 UTC  (5+ messages)
` [PATCH v2 1/3] iommu/io-pgtable: Add ARMv7 short descriptor support

regression 4.4: deadlock in with cgroup percpu_rwsem
 2016-01-15 15:13 UTC  (5+ messages)

[kvm-unit-tests PATCH 00/11] pci/arm: add PCI bus support
 2016-01-15 15:17 UTC  (3+ messages)
` [kvm-unit-tests PATCH 05/11] arm/pci: Add pci_find_dev() and pci_bar_addr() functions

[PATCH] drm/i915: Decouple execbuf uAPI from internal implementation
 2016-01-15 15:12 UTC  (2+ messages)
` [PATCH v2] "

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

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

[Qemu-devel] [PATCH 00/16] aio: first part of aio_context_acquire/release pushdown
 2016-01-15 15:12 UTC  (17+ 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
` [Qemu-devel] [PATCH 13/16] aio-posix: remove walking_handlers, protecting AioHandler list with list_lock
` [Qemu-devel] [PATCH 14/16] aio-win32: "
` [Qemu-devel] [PATCH 15/16] aio: document locking
` [Qemu-devel] [PATCH 16/16] aio: push aio_context_acquire/release down to dispatching

[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  (8+ 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] 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  (7+ messages)

[Qemu-devel] [Minios-devel] [PATCH v8 0/<VARIOUS>] Begin to disentangle libxenctrl and provide some stable libraries
 2016-01-15 15:08 UTC  (5+ messages)
` [Qemu-devel] [PATCH QEMU-XEN v8 0/8] "
    `  "

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  (3+ 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)

[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 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


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.