All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-11-24 17:35:34 to 2015-11-24 18:07:01 UTC [more...]

[PATCH] vhost: eventfd_link's minor number shall be specified
 2015-11-24 18:05 UTC  (4+ messages)
` [PATCH v2] vhost: fix eventfd_link.ko insertion failure problem

[PATCH 0/3] ath10k: introduce Mesh support in native WiFi mode for QCA988X
 2015-11-24 18:08 UTC  (11+ messages)
` [PATCH 1/3] ath10k: update WMI 10.x service map
` [PATCH 2/3] ath10k: introduce new subtypes for proxy STA and Mesh
` [PATCH 3/3] ath10k: apply Mesh subtype when Mesh interface created

Use of i_security in fs/nfs/inode.c
 2015-11-24 18:00 UTC 

[PATCH] drm/i915/guc: Fix a fw content lost issue after it is evicted
 2015-11-24 18:06 UTC  (6+ messages)
` [PATCH v1] "

RFC: Reference updater filesystem
 2015-11-24 18:05 UTC  (5+ messages)
` [oe] "
  ` [OE-core] "
    ` [OE-core] "

[PATCH v9 0/2] Sigma Designs Tango4 port
 2015-11-24 18:05 UTC  (5+ messages)
` [PATCH v9 2/2] arm-soc: Add support for tango4 platforms

[PATCH] scripts: add git hook scripts for checkpatch and auto doc generation
 2015-11-24 18:04 UTC  (5+ messages)

[PATCH 0/5] fix nfs server handling of principal names
 2015-11-24 18:05 UTC  (3+ messages)
` [PATCH 5/5] nfsd4: fix gss-proxy 4.1 mounts for some AD principals

[Qemu-devel] [PATCH v2 0/2] qga: flush explicitly when needed
 2015-11-24 18:04 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 1/2] "
` [Qemu-devel] [PATCH v2 2/2] tests: add file-write-read test

[PATCH 00/71] More fixes, cleanup and modernization for NCR5380 drivers
 2015-11-24 18:04 UTC  (4+ messages)

Fold CONFIG_AUDITSYSCALL into CONFIG_AUDIT?
 2015-11-24 18:03 UTC  (5+ messages)
` EXT :Fold "

[Qemu-devel] [RFC PATCH 00/40] Sneak peek of virtio and dataplane changes for 2.6
 2015-11-24 18:01 UTC  (41+ messages)
` [Qemu-devel] [PATCH 01/40] 9pfs: allocate pdus with g_malloc/g_free
` [Qemu-devel] [PATCH 02/40] virtio: move VirtQueueElement at the beginning of the structs
` [Qemu-devel] [PATCH 03/40] virtio: move allocation to virtqueue_pop/vring_pop
` [Qemu-devel] [PATCH 04/40] virtio: introduce qemu_get/put_virtqueue_element
` [Qemu-devel] [PATCH 05/40] virtio: read/write the VirtQueueElement a field at a time
` [Qemu-devel] [PATCH 06/40] virtio: introduce virtqueue_alloc_element
` [Qemu-devel] [PATCH 07/40] virtio: slim down allocation of VirtQueueElements
` [Qemu-devel] [PATCH 08/40] vring: "
` [Qemu-devel] [PATCH 09/40] vring: make vring_enable_notification return void
` [Qemu-devel] [PATCH 10/40] virtio: combine the read of a descriptor
` [Qemu-devel] [PATCH 11/40] virtio: add AioContext-specific function for host notifiers
` [Qemu-devel] [PATCH 12/40] virtio: export vring_notify as virtio_should_notify
` [Qemu-devel] [PATCH 13/40] virtio-blk: fix "disabled data plane" mode
` [Qemu-devel] [PATCH 14/40] virtio-blk: do not use vring in dataplane
` [Qemu-devel] [PATCH 15/40] virtio-scsi: "
` [Qemu-devel] [PATCH 16/40] vring: remove
` [Qemu-devel] [PATCH 17/40] iothread: release AioContext around aio_poll
` [Qemu-devel] [PATCH 18/40] qemu-thread: introduce QemuRecMutex
` [Qemu-devel] [PATCH 19/40] aio: convert from RFifoLock to QemuRecMutex
` [Qemu-devel] [PATCH 20/40] aio: rename bh_lock to list_lock
` [Qemu-devel] [PATCH 21/40] qemu-thread: introduce QemuLockCnt
` [Qemu-devel] [PATCH 22/40] aio: make ctx->list_lock a QemuLockCnt, subsuming ctx->walking_bh
` [Qemu-devel] [PATCH 23/40] qemu-thread: optimize QemuLockCnt with futexes on Linux
` [Qemu-devel] [PATCH 24/40] aio: tweak walking in dispatch phase
` [Qemu-devel] [PATCH 25/40] aio-posix: remove walking_handlers, protecting AioHandler list with list_lock
` [Qemu-devel] [PATCH 26/40] aio-win32: "
` [Qemu-devel] [PATCH 27/40] aio: document locking
` [Qemu-devel] [PATCH 28/40] aio: push aio_context_acquire/release down to dispatching
` [Qemu-devel] [PATCH 29/40] quorum: use atomics for rewrite_count
` [Qemu-devel] [PATCH 30/40] quorum: split quorum_fifo_aio_cb from quorum_aio_cb
` [Qemu-devel] [PATCH 31/40] qed: introduce qed_aio_start_io and qed_aio_next_io_cb
` [Qemu-devel] [PATCH 32/40] block: explicitly acquire aiocontext in callbacks that need it
` [Qemu-devel] [PATCH 33/40] block: explicitly acquire aiocontext in bottom halves "
` [Qemu-devel] [PATCH 34/40] block: explicitly acquire aiocontext in timers "
` [Qemu-devel] [PATCH 35/40] block: explicitly acquire aiocontext in aio callbacks "
` [Qemu-devel] [PATCH 36/40] aio: update locking documentation
` [Qemu-devel] [PATCH 37/40] async: optimize aio_bh_poll
` [Qemu-devel] [PATCH 38/40] aio-posix: partially inline aio_dispatch into aio_poll
` [Qemu-devel] [PATCH 39/40] async: remove unnecessary inc/dec pairs
` [Qemu-devel] [PATCH 40/40] dma-helpers: avoid lock inversion with AioContext

[PATCH v5 0/5] Add board support for TS-4800
 2015-11-24 18:00 UTC  (12+ messages)
` [PATCH v5 1/5] of: add vendor prefix for Technologic Systems
` [PATCH v5 2/5] mfd: syscon: add a DT property to set value width
` [PATCH v5 3/5] watchdog: ts4800: add driver for TS-4800 watchdog
` [PATCH v5 4/5] ARM: imx_v6_v7_defconfig: add "
` [PATCH v5 5/5] ARM: dts: TS-4800: add basic device tree

[PATCH 0/9] drm/atomic: Add encoder_mask and connector_mask to crtc_state
 2015-11-24 18:00 UTC  (3+ messages)
` [PATCH 4/9] drm/core: Add drm_for_each_encoder_mask
  ` [Intel-gfx] "

[meta-python][PATCH] python-cryptography, python-cryptography-vectors: uprev
 2015-11-24 18:00 UTC  (2+ messages)

[PATCH] qla2xxx: Fix regression introduced by configFS changes
 2015-11-24 17:20 UTC 

[meta-python][PATCH] python-chardet: add recipe for version 2.3.0
 2015-11-24 18:00 UTC  (4+ messages)
` [PATCH] "

[PATCH for-next V1 0/9] Add RoCE v2 support
 2015-11-24 17:59 UTC  (6+ messages)
` [PATCH for-next V1 3/9] IB/core: Add gid attributes to sysfs

[Bug 55420] [Wine] fails to compile GLSL shader in Falcon BMS 4.32u3
 2015-11-24 17:59 UTC 

[Qemu-devel] [PATCH 1/2] qga: flush implicitely when needed
 2015-11-24 17:58 UTC  (6+ messages)
` [Qemu-devel] [PATCH 2/2] tests: add file-write-read test

[PATCH] net: fix build with gcc 4.4.7 and strict aliasing
 2015-11-24 17:58 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2] dsplib-c66x: add version 3.4.0.0
 2015-11-24 17:58 UTC  (2+ messages)

[PATCH] NVMe: Split shutdown work
 2015-11-24 17:58 UTC  (6+ messages)

Fwd: Git clone fails during pre-commit hook due to GIT_WORK_TREE=. (regression 2.5 -> 2.6)
 2015-11-24 17:57 UTC  (2+ messages)
  `  "

[PATCH v6 4/7] KVM: arm64: Implement vGICv3 distributor and redistributor access from userspace
 2015-11-24 17:56 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/10] trace: Per-vCPU tracing states
 2015-11-24 17:57 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 03/10] trace: [tcg] Identify events with the 'vcpu' property
` [Qemu-devel] [PATCH v2 09/10] trace: [tcg] Add per-vCPU tracing states for "

[PATCH v2] iw: add VHT80 support for 802.11s
 2015-11-24 17:56 UTC 

NVMe mega patchbomb for Linux 4.5-rc
 2015-11-24 17:56 UTC  (8+ messages)
` [PATCH 04/47] block: provide a new BLK_EH_QUIESCED timeout return value

[PATCH] Revert "eal: set name to threads"
 2015-11-24 17:54 UTC  (3+ messages)
` [PATCH] eal: fix compile error for old glibc caused by pthread_setname_np()

[PATCH] arm64: dts: Add idle-states for Juno
 2015-11-24 17:53 UTC  (6+ messages)

[PATCH 0/6] Generalize udp based tunnels and add geneve offload
 2015-11-24 17:52 UTC  (10+ messages)
` [PATCH v1 1/6] net: Generalize udp based tunnel offload

[PATCH 2/9] IB: add a proper completion queue abstraction
 2015-11-24 17:52 UTC  (2+ messages)

[PATCH 0/3] fix NVDIMM hotplug changes
 2015-11-24 17:52 UTC  (9+ messages)
` [PATCH 1/3] nfit: Account for table size length variation
` [PATCH 3/3] nfit: Adjust for different _FIT and NFIT headers

[Buildroot] Buildroot defconfigs now being built on Travis CI
 2015-11-24 17:52 UTC  (3+ messages)

[PATCHv6] 00/28] Kconfig conversion
 2015-11-24 17:52 UTC  (29+ messages)
` [PATCHv6] 01/28] build: import Kbuild/Kconfig from Linux 4.2
` [PATCHv6] 02/28] build: build Kconfig and config rules
` [PATCHv6] 03/28] build: use generated Kconfig options for Xen
` [PATCHv6] 04/28] build: convert HAS_PASSTHROUGH use to Kconfig
` [PATCHv6] 05/28] build: convert HAS_DEVICE_TREE "
` [PATCHv6] 06/28] build: convert HAS_PCI "
` [PATCHv6] 07/28] build: convert HAS_NS16550 "
` [PATCHv6] 08/28] build: convert HAS_IOPORTS "
` [PATCHv6] 09/28] build: convert HAS_ACPI "
` [PATCHv6] 10/28] build: convert HAS_VIDEO "
` [PATCHv6] 11/28] build: convert HAS_VGA "
` [PATCHv6] 12/28] build: convert HAS_CPUFREQ "
` [PATCHv6] 13/28] build: convert HAS_GDBSX "
` [PATCHv6] 14/28] build: convert HAS_PDX "
` [PATCHv6] 15/28] build: convert HAS_KEXEC "
` [PATCHv6] 16/28] build: convert HAS_ARM_HDLCD "
` [PATCHv6] 17/28] build: convert HAS_CADENCE_UART "
` [PATCHv6] 18/28] build: convert HAS_PL011 "
` [PATCHv6] 19/28] build: convert HAS_EXYNOS4210 "
` [PATCHv6] 20/28] build: convert HAS_OMAP "
` [PATCHv6] 21/28] build: convert HAS_SCIF "
` [PATCHv6] 22/28] build: convert HAS_EHCI "
` [PATCHv6] 23/28] build: convert HAS_MEM_ACCESS "
` [PATCHv6] 24/28] build: convert HAS_MEM_PAGING "
` [PATCHv6] 25/28] build: convert HAS_MEM_SHARING "
` [PATCHv6] 26/28] build: convert HAS_GICV3 "
` [PATCHv6] 27/28] build: convert CONFIG_COMPAT "
` [PATCHv6] 28/28] build: convert kexec options to CONFIG_KEXEC

[PATCH 0/3] drm/i915: Display irq enable/disable OCD
 2015-11-24 17:52 UTC  (7+ messages)
` [PATCH 1/3] drm/i915: Make ibx_{enable, disable}_display_interrupt() static inlines
` [PATCH 2/3] drm/i915: Make ironlake_{enable, disable}_display_irq() "
` [PATCH 3/3] drm/i915: Introduce bdw_{update, enable, disable}_pipe_irq()

[Qemu-devel] [RFC V2, PATCH 0/2] Checkpoint-assisted migration proposal
 2015-11-24 17:51 UTC  (2+ messages)

[PATCH phosphor-host-ipmid v3] IPMI soft power off
 2015-11-24 17:50 UTC  (2+ messages)

[PATCH REBASED] net: reset nb->data per dns record lookup loop
 2015-11-24 17:49 UTC  (2+ messages)

[PATCH 0/2] more basic tests
 2015-11-24 17:49 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] scripts: add build tests

[PATCH] arm64: mm: Prevent the initial page table setup from creating larger blocks
 2015-11-24 17:48 UTC 

[PATCH] drm/i915: Move VMAs to inactive as request are retired
 2015-11-24 17:47 UTC  (2+ messages)

[PATCH] btrfs-progs: fsck: Fix a false alert where extent record has wrong metadata flag
 2015-11-24 17:46 UTC  (2+ messages)

[Bug 76130] New: Radeon HD 4570 set dpm state fails after suspend
 2015-11-24 17:47 UTC  (3+ messages)
` [Bug 76130] "

[RFC PATCH 0/6] libxl: xenstore related changes
 2015-11-24 17:44 UTC  (13+ messages)
` [RFC PATCH 2/6] libxl: stop using libxl__xs_mkdir() for ~/control/shutdown

[PATCH v5 1/4] firmware: introduce sysfs driver for QEMU's fw_cfg device
 2015-11-24 17:44 UTC  (9+ messages)
    ` [Qemu-devel] "

[PATCH net-next 0/6] kcm: Kernel Connection Multiplexor (KCM)
 2015-11-24 17:43 UTC  (8+ messages)

CGroup Namespaces (v4)
 2015-11-24 17:43 UTC  (7+ messages)
` [PATCH 1/8] kernfs: Add API to generate relative kernfs path

[Qemu-devel] [PATCH for-2.5 0/5] ivshmem: Last minute changes
 2015-11-24 17:42 UTC  (5+ messages)
` [Qemu-devel] [PATCH for-2.5 4/5] ivshmem: Mark questionable socket type test FIXME

[PATCH v1 00/10] iSER support for remote invalidate
 2015-11-24 17:42 UTC  (3+ messages)
` [PATCH v1 08/10] iser-target: Support the remote invalidation exception

[PATCH i-g-t] tests/pm_rpm tests for set_caching and set_tiling ioctl(s)
 2015-11-24 17:42 UTC 

iw: add VHT80 support for 802.11s
 2015-11-24 17:42 UTC 

[qemu-mainline test] 65054: regressions - FAIL
 2015-11-24 17:42 UTC 

[PATCH] iommu/quirk: disable shared EPT for Sandybridge and earlier processors
 2015-11-24 17:41 UTC  (2+ messages)

bad extent [5993525264384, 5993525280768), type mismatch with chunk
 2015-11-24 17:39 UTC  (10+ messages)

[PATCH] net/ipv4/ipconfig: Rejoin broken lines in console output
 2015-11-24 17:40 UTC  (2+ messages)

[PATCH 00/21] arm64: KVM: world switch in C
 2015-11-24 17:40 UTC  (6+ messages)
` [PATCH 11/21] arm64: KVM: Implement the core world switch

[PATCH v10 0/2] Sigma Designs Tango4 port
 2015-11-24 17:40 UTC  (2+ messages)
` [PATCH v10 2/2] arm-soc: Add support for tango4 platforms

[PATCH 0/4] arm,arm64: uniphier: add a new driver, device tree updates
 2015-11-24 17:38 UTC  (7+ messages)
` [PATCH 1/4] bus: uniphier-system-bus: add UniPhier System Bus Controller driver

[RFC PATCH] drm/i915: fix potential dangling else problems in for_each_ macros
 2015-11-24 17:38 UTC  (2+ messages)

[PATCH v4 0/2] ethdev: debug code cleanup
 2015-11-24 17:37 UTC  (4+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/2] ethdev: remove duplicated debug functions
  ` [PATCH v5 2/2] ethdev: add sanity checks to functions

[RFC][PATCH 00/12] Enhanced file stat system call
 2015-11-24 17:37 UTC  (4+ messages)
` [PATCH 01/12] Ext4: Fix extended timestamp encoding and decoding

Handling clocks on external busses
 2015-11-24 17:37 UTC  (2+ messages)

[Qemu-devel] Bug: QEMU segfault within vnc
 2015-11-24 17:36 UTC 

[PATCH] console: make printk() line continuation tracking per-CPU
 2015-11-24 17:36 UTC 

Bug: QEMU segfault within vnc
 2015-11-24 17:36 UTC 

[Qemu-devel] [PULL 0/2] target-mips queue
 2015-11-24 17:36 UTC  (2+ messages)

Hello
 2015-11-24 17:30 UTC 

[PATCH v9] PCI: Xilinx-NWL-PCIe: Added support for Xilinx NWL PCIe Host Controller
 2015-11-24 17:35 UTC  (4+ messages)

[PULL 0/8] KVM/ARM Fixes for v4.4-rc3
 2015-11-24 17:35 UTC  (7+ messages)
` [PULL 6/8] KVM: arm/arm64: vgic: Trust the LR state for HW IRQs
` [PULL 7/8] arm64: kvm: avoid %p in __kvm_hyp_panic
` [PULL 8/8] arm64: kvm: report original PAR_EL1 upon panic


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.