All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-10-28 22:24:13 to 2016-10-29 01:10:48 UTC [more...]

[Qemu-devel] [PULL 00/13] xen-20161028-tag
 2016-10-29  1:10 UTC  (26+ messages)
` [Qemu-devel] [PULL 01/13] xen: Fix coding style errors
  `  "
  ` [PULL 02/13] xen: Fix coding style warnings
  ` [Qemu-devel] "
  ` [Qemu-devel] [PULL 03/13] xen: Create a new file xen_pvdev.c
    `  "
  ` [Qemu-devel] [PULL 04/13] xen: Move xenstore_update to xen_pvdev.c
  `  "
  ` [Qemu-devel] [PULL 05/13] xen: Move evtchn functions "
  ` [Qemu-devel] [PULL 06/13] xen: Prepare xendev qtail to be shared with frontends
    `  "
  ` [Qemu-devel] [PULL 07/13] xen: Move xenstore cleanup and mkdir functions
    `  "
  ` [Qemu-devel] [PULL 08/13] xen: Rename xen_be_printf to xen_pv_printf
    `  "
  ` [Qemu-devel] [PULL 09/13] xen: Rename xen_be_unbind_evtchn
    `  "
  ` [Qemu-devel] [PULL 10/13] xen: Rename xen_be_send_notify
    `  "
  ` [Qemu-devel] [PULL 11/13] xen: Rename xen_be_evtchn_event
    `  "
  ` [Qemu-devel] [PULL 12/13] xen: Rename xen_be_find_xendev
    `  "
  ` [PULL 13/13] xen: Rename xen_be_del_xendev
    ` [Qemu-devel] "

[PULL 00/13] xen-20161028-tag
 2016-10-29  1:10 UTC 

[PATCH v2 0/4] Handle link training failure during modeset for DDI
 2016-10-29  1:07 UTC  (5+ messages)
` [PATCH v2 1/4] drm: Add a new connector property for link status
` [PATCH v2 2/4] drm/i915: Set link status property for DP connector
` [PATCH v2 3/4] drm/i915: Find fallback link rate/lane count
` [PATCH v2 4/4] drm/i915: Implement Link Rate fallback on Link training failure

[PATCH 0/2] net/ena: check for free descriptors
 2016-10-29  1:06 UTC  (3+ messages)
` [PATCH 1/2] net/ena: use unmasked head/tail values
` [PATCH 2/2] net/ena: check for free buffers prior to xmit

[Bug 180101] New: BUG: unable to handle kernel paging request at x with "mm: remove gup_flags FOLL_WRITE games from __get_user_pages()"
 2016-10-29  1:00 UTC  (4+ messages)

[GIT PULL] ACPI fixes for v4.9-rc3
 2016-10-29  0:58 UTC 

Extra write mode to close RAID5 write hole (kind of)
 2016-10-29  0:58 UTC  (5+ messages)

[GIT PULL] Power management fixes for v4.9-rc3
 2016-10-29  0:57 UTC 

[PATCH v5] drm/fsl-dcu: Implement gamma_lut atomic crtc properties
 2016-10-29  0:52 UTC  (2+ messages)

[Bug 98398] Acer Aspire V7-582PG (Haswell, GTX 750M) fails to power off GPU with runtime PM
 2016-10-29  0:49 UTC  (17+ messages)
  ` Acer Aspire V7-582PG (Haswell, GTX 750M) fails to power off GPU via Power Resources

[PATCH 0/7] HuC Loading Patches
 2016-10-29  0:46 UTC  (9+ messages)
` [PATCH 1/7] drm/i915/guc: Make the GuC fw loading helper functions general
` [PATCH 2/7] drm/i915/huc: Unified css_header struct for GuC and HuC
` [PATCH 3/7] drm/i915/huc: Add HuC fw loading support
` [PATCH 4/7] drm/i915/huc: Add debugfs for HuC loading status check
` [PATCH 5/7] drm/i915/huc: Support HuC authentication
` [PATCH 6/7] drm/i915/huc: Add BXT HuC Loading Support
` [PATCH 7/7] drm/i915/get_params: Add HuC status to getparams
` ✓ Fi.CI.BAT: success for HuC Loading Patches

[linux-3.4 test] 101746: regressions - FAIL
 2016-10-29  0:43 UTC 

net/dccp: warning in dccp_feat_clone_sp_val/__might_sleep
 2016-10-29  0:40 UTC  (2+ messages)

[RFC PATCH 00/24] [FOR 4.9] arm64: Dom0 ITS emulation
 2016-10-29  0:39 UTC  (5+ messages)
` [RFC PATCH 10/24] ARM: GICv3: enable ITS and LPIs on the host
` [RFC PATCH 11/24] ARM: vGICv3: handle virtual LPI pending and property tables

fio crash on windows when using json output
 2016-10-29  0:37 UTC  (4+ messages)

[distros-debian-jessie test] 67954: tolerable FAIL
 2016-10-29  0:36 UTC 

[PATCH net-next] bpf, inode: add support for symlinks and fix mtime/ctime
 2016-10-29  0:30 UTC 

Fix in ACPICA tools broke cross compilation of tools/power/acpi
 2016-10-29  0:23 UTC  (2+ messages)

[PATCH v5 0/14] Fix race conditions related to stopping block layer queues
 2016-10-29  0:23 UTC  (35+ messages)
` [PATCH v5 01/14] blk-mq: Do not invoke .queue_rq() for a stopped queue
` [PATCH v5 02/14] blk-mq: Introduce blk_mq_hctx_stopped()
` [PATCH v5 03/14] blk-mq: Introduce blk_mq_queue_stopped()
` [PATCH v5 04/14] blk-mq: Move more code into blk_mq_direct_issue_request()
` [PATCH v5 05/14] blk-mq: Avoid that requeueing starts stopped queues
` [PATCH v5 06/14] blk-mq: Remove blk_mq_cancel_requeue_work()
` [PATCH v5 07/14] blk-mq: Introduce blk_mq_quiesce_queue()
  ` [PATCH v5 08/14] blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()
` [PATCH v5 09/14] dm: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq code
` [PATCH v5 10/14] dm: Fix a race condition related to stopping and starting queues
` [PATCH v5 11/14] SRP transport: Move queuecommand() wait code to SCSI core
` [PATCH v5 12/14] SRP transport, scsi-mq: Wait for .queue_rq() if necessary
` [PATCH v5 13/14] nvme: Fix a race condition related to stopping queues
` [PATCH v5 14/14] nvme: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq code

[PATCH 1/1] arm64: dts: msm8996: Add SCM DT node
 2016-10-29  0:14 UTC  (2+ messages)

[PATCH] Avoid that SCSI device removal through sysfs triggers a deadlock
 2016-10-29  0:12 UTC  (4+ messages)

[ovmf baseline-only test] 67957: regressions - FAIL
 2016-10-29  0:12 UTC 

[PATCH] fpga zynq: Check the bitstream for validity
 2016-10-29  0:09 UTC  (11+ messages)

[PATCH 0/3] Remove clocks dependency from SCM driver
 2016-10-29  0:08 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: firmware: scm: Add MSM8996 DT bindings
` [PATCH 2/3] firmware: qcom: scm: Remove core, iface and bus clocks dependency
` [PATCH 3/3] firmware: qcom: scm: Return PTR_ERR when devm_clk_get fails

[PATCH 0/4] Make other git commands use trailer layout
 2016-10-29  0:05 UTC  (5+ messages)
` [PATCH 1/4] commit: make ignore_non_trailer take buf/len
` [PATCH 2/4] trailer: avoid unnecessary splitting on lines
` [PATCH 3/4] trailer: have function to describe trailer layout
` [PATCH 4/4] sequencer: use trailer's "

[PATCHv2 00/36] Revamp the attr subsystem!
 2016-10-28 23:59 UTC  (6+ messages)
` [PATCHv2 27/36] attr: convert to new threadsafe API

[PATCHv4 00/15] clk: ti: add support for hwmod clocks
 2016-10-28 23:54 UTC  (14+ messages)
` [PATCHv4 11/15] clk: ti: clockdomain: add clock provider support to clockdomains

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD SUCCESS 33d4588f8539b4f3375c9ad63e9baa3301246bc9
 2016-10-28 23:50 UTC 

[GIT PULL] ARC updates for 4.9-rc3
 2016-10-28 23:46 UTC  (2+ messages)

/dev/mem and PCI memory = EFAULT?
 2016-10-28 23:47 UTC  (7+ messages)
      ` /dev/mem and PCI memory = EFAULT (regression?)

[Bug 185551] New: rxe_rdma: RTNL: assertion failed at net/core/ethtool.c (550)
 2016-10-28 23:46 UTC 

recovering failed raid5
 2016-10-28 23:45 UTC  (6+ messages)

[PATCH 00/10] scripts/basic: Fine-tuning for seven function implementations
 2016-10-28 23:42 UTC  (7+ messages)
` [PATCH 01/10] scripts/basic/bin2c: Complete error handling in main()
` [PATCH 09/10] scripts/basic/fixdep: Complete error handling in print_cmdline()

[PATCH] drm/nouveau/acpi: fix check for power resources support
 2016-10-28 23:40 UTC 

[PATCHv2] clk: xgene: Don't call __pa on ioremaped address
 2016-10-28 23:30 UTC  (2+ messages)

[PATCH] [v2 netfilter-next] netfilter: nf_tables: fib warnings
 2016-10-28 23:26 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/2] 680x0 mul and div instructions
 2016-10-28 23:25 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/2] target-m68k: add 64bit mull
` [Qemu-devel] [PATCH 2/2] target-m68k: add 680x0 divu/divs variants

[PATCH net-next] genetlink: Fix generic netlink family unregister
 2016-10-28 23:24 UTC  (2+ messages)

[PATCH] Documenation: fmt-merge-msg: fix markup in example
 2016-10-28 23:19 UTC  (4+ messages)

[PATCH] lpfc: use %zd format string for size_t
 2016-10-28 23:16 UTC  (6+ messages)

+ lib-ida-document-locking-requirements-a-bit-better-v2.patch added to -mm tree
 2016-10-28 23:19 UTC 

[PATCH 1/6] Input: gpio_keys_polled - keep button data constant
 2016-10-28 23:14 UTC  (6+ messages)
` [PATCH 2/6] Input: gpio_keys_polled - always use gpiod_get_value_cansleep
` [PATCH 3/6] Input: gpio_keys - annotate PM methods as __maybe_unused
` [PATCH 4/6] Input: gpio_keys - fix leaking DT node references
` [PATCH 5/6] Input: gpio_keys - add support for GPIO descriptors
` [PATCH 6/6] Input: gpio_keys - switch to using generic device properties

Linux Foundation Technical Advisory Board Elections updates and location
 2016-10-28 23:13 UTC  (2+ messages)

[PATCH] usb: gadget: mv_u3d: add check for dma mapping error
 2016-10-28 23:12 UTC 

True Parallel Port Interface for Bit-banging?
 2016-10-28 23:12 UTC  (8+ messages)
          ` [Linux-parport] "

KNI discussion in userspace event
 2016-10-28 23:09 UTC  (6+ messages)

Low network throughput on i.MX28
 2016-10-28 23:07 UTC  (9+ messages)

block device shutdown crash in bdev_get_queue()
 2016-10-28 23:05 UTC 

[Qemu-devel] [PATCH v2 0/2] 680x0 mul and div instructions
 2016-10-28 23:01 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 1/2] target-m68k: add 64bit mull
` [Qemu-devel] [PATCH v2 2/2] target-m68k: add 680x0 divu/divs variants

[RFC PATCH] kbuild: add -fno-PIE
 2016-10-28 23:00 UTC  (11+ messages)

+ mm-unexport-__get_user_pages_unlocked-checkpatch-fixes.patch added to -mm tree
 2016-10-28 22:55 UTC 

+ mm-unexport-__get_user_pages_unlocked.patch added to -mm tree
 2016-10-28 22:54 UTC 

+ mm-add-locked-parameter-to-get_user_pages_remote.patch added to -mm tree
 2016-10-28 22:54 UTC 

[RFC ABI V5 00/10] SG-based RDMA ABI Proposal
 2016-10-28 22:53 UTC  (3+ messages)
` [RFC ABI V5 01/10] RDMA/core: Refactor IDR to be per-device

[PATCH 1/2] block: immediately dispatch big size request
 2016-10-28 22:52 UTC  (2+ messages)
` [PATCH 2/2] blk-mq: "

[Cocci] Newbie questions: Missing comments, attribute parsing
 2016-10-28 22:52 UTC 

(no subject)
 2016-10-28 22:50 UTC  (2+ messages)
` [PATCH v2 0/5] make POSIX timers optional with some Kconfig help

[Bug 172841] New: aacraid does not support TRIM in Raw (Pass Through) devices
 2016-10-28 22:50 UTC  (2+ messages)
` [Bug 172841] "

[Bug 172831] New: Adaptec ASR7805 in RAID (Expose RAW) mode recreate block devices and broke MDRAID
 2016-10-28 22:50 UTC  (2+ messages)
` [Bug 172831] "

[PATCH v4 07/32] net/qede: fix 32 bit compilation
 2016-10-28 22:49 UTC  (4+ messages)
` [PATCH] net/qede: fix gcc compiler option checks

[PATCHv4 next 0/3] Limiting pci access
 2016-10-28 22:58 UTC  (4+ messages)
` [PATCHv4 next 1/3] pci: Add is_removed state
` [PATCHv4 next 2/3] pci: No config access for removed devices
` [PATCHv4 next 3/3] pci/msix: Skip disabling "

[PATCH] drm/vmwgfx: Avoid validating views on view destruction
 2016-10-28 22:42 UTC 

Snapshots of consistency groups
 2016-10-28 22:41 UTC  (28+ messages)

[PATCH] Staging: ks7010: ks7010_stio: Fixed several coding style issues
 2016-10-28 22:18 UTC 

[Qemu-devel] [PATCH] atapi: classify read_cd as conditionally returning data
 2016-10-28 22:32 UTC 

[PATCH 0/11] Add R8A7745/SK-RZG1E board support
 2016-10-28 22:31 UTC  (11+ messages)
` [PATCH 10/12] ARM: dts: sk-rzg1e: initial device tree
` [PATCH 11/12] ARM: dts: sk-rzg1e: add Ether support

[Qemu-devel] [PATCH] 9pfs: drop abusive error message from virtfs_reset()
 2016-10-28 22:26 UTC 

[RFC PATCH] NFSv4: replace seqcount_t with a seqlock_t
 2016-10-28 22:24 UTC  (4+ messages)
` [PATCH v2] "

[Tech-board-discuss] TAB nomination for Martin K. Petersen
 2016-10-28 22:25 UTC 

[PATCH 0/2] at803x: don't power-down SGMII link
 2016-10-28 22:24 UTC  (3+ messages)
` [PATCH 2/2] at803x: double check SGMII side autoneg


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.