All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-01-13 07:08:28 to 2016-01-13 08:19:35 UTC [more...]

post-receive: pub/scm/linux/kernel/git/dtor/input
 2016-01-13  8:19 UTC 

[U-Boot] [PATCH 0/8] arm: ls1021atwr: Convert to driver model and enable serial support
 2016-01-13  8:19 UTC  (6+ messages)
` [U-Boot] [PATCH 7/8] serial: lpuart: Add driver model "

[PATCH 1/4] irqchip: atmel-aic: Handle aic_common_irq_fixup in aic_common_of_init
 2016-01-13  8:18 UTC  (6+ messages)
` [PATCH 2/4] irqchip: atmel-aic: Fix wrong bit operation for IRQ priority
` [PATCH 3/4] irqchip: atmel-aic: Change return type of aic_common_set_priority()
` [PATCH 4/4] irqchip: atmel-aic: Remove duplicate bit operation

[U-Boot] [PATCH v3 10/10] mvebu: ds414: Implement Synology specific command set
 2016-01-13  8:17 UTC  (2+ messages)

[PATCH V2] mm: mempolicy: skip non-migratable VMAs when setting MPOL_MF_LAZY
 2016-01-13  8:16 UTC  (3+ messages)

[Buildroot] [PATCH] rabbitmq-c: needs a toolchain with posix_spawn support
 2016-01-13  8:17 UTC  (5+ messages)

[PATCH-for-4.6 0/6] target: Introduce target_alloc_session helper
 2016-01-13  8:17 UTC  (5+ messages)
` [PATCH-for-4.6 1/6] target: Add target_alloc_session() helper function

[Buildroot] Persistent dropbear keys
 2016-01-13  8:16 UTC  (5+ messages)

[PATCH V3 1/1] input: gpio-keys: add support for disable button from DT
 2016-01-13  8:16 UTC  (4+ messages)

[PATCH v4 0/2] memory-hotplug: add automatic onlining policy for the newly added memory
 2016-01-13  8:14 UTC  (10+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] xen_balloon: support memory auto onlining policy
  ` [Xen-devel] "

[PATCH-v2 0/4] target: Close se_node_acl lookup race
 2016-01-13  8:15 UTC  (11+ messages)
` [PATCH-v2 1/4] tcm_fc: Convert acl lookup to modern get_initiator_node_acl usage
` [PATCH-v2 3/4] target: Fix change depth se_session reference usage
` [PATCH-v2 4/4] target: Obtain se_node_acl->acl_kref during get_initiator_node_acl

post-receive: pub/scm/linux/kernel/git/jirislaby/linux-stable
 2016-01-13  8:15 UTC 

[patch added to 3.12-stable] module: remove MODULE_GENERIC_TABLE
 2016-01-13  8:14 UTC 

[RFC PATCH V1 00/33] Book3s abstraction in preparation for new MMU model
 2016-01-13  8:13 UTC  (8+ messages)
` [RFC PATCH V1 14/33] powerpc/mm: Use helper for finding pte bits mapping I/O area
` [RFC PATCH V1 15/33] powerpc/mm: Use helper for finding pte filter mask for gup

[PATCH] drm/rockchip: vop: fix mask when updating interrupts
 2016-01-13  8:12 UTC  (4+ messages)

[PATCH 1/3] drm/i915: Extract vfunc setup from logical ring initializers
 2016-01-13  8:11 UTC  (2+ messages)
` ✓ success: Fi.CI.BAT

[PATCH v2 00/12] Add the family patches to support for kylin board
 2016-01-13  8:10 UTC  (6+ messages)
` [PATCH v2 04/12] clk: rockchip: rk3036: enable the CLK_IGNORE_UNUSED flag for sclk_i2s_out

[Qemu-devel] [PATCH] hmp: avoid redundant null termination of buffer
 2016-01-13  8:09 UTC  (11+ messages)

[PATCHv3 00/24] ALUA device handler update, part II
 2016-01-13  8:09 UTC  (25+ messages)
` [PATCHv3 01/24] scsi_dh_alua: Pass buffer as function argument
` [PATCHv3 02/24] scsi_dh_alua: separate out alua_stpg()
` [PATCHv3 03/24] scsi_dh_alua: Make stpg synchronous
` [PATCHv3 04/24] scsi_dh_alua: call alua_rtpg() if stpg fails
` [PATCHv3 05/24] scsi_dh_alua: switch to scsi_execute_req_flags()
` [PATCHv3 06/24] scsi_dh_alua: allocate RTPG buffer separately
` [PATCHv3 07/24] scsi_dh_alua: Use separate alua_port_group structure
` [PATCHv3 08/24] scsi_dh_alua: use unique device id
` [PATCHv3 09/24] scsi_dh_alua: simplify alua_initialize()
` [PATCHv3 10/24] revert commit a8e5a2d593cb ("[SCSI] scsi_dh_alua: ALUA handler attach should succeed while TPG is transitioning")
` [PATCHv3 11/24] scsi_dh_alua: move optimize_stpg evaluation
` [PATCHv3 12/24] scsi_dh_alua: remove 'rel_port' from alua_dh_data structure
` [PATCHv3 13/24] scsi_dh_alua: Use workqueue for RTPG
` [PATCHv3 14/24] scsi_dh_alua: Allow workqueue to run synchronously
` [PATCHv3 15/24] scsi_devinfo: move scsi_get_device_flags into scsi_devinfo.h
` [PATCHv3 16/24] scsi_dh_alua: Add new blacklist flag 'BLIST_SYNC_ALUA'
` [PATCHv3 17/24] scsi_dh_alua: Recheck state on unit attention
` [PATCHv3 18/24] scsi_dh_alua: update all port states
` [PATCHv3 19/24] scsi_dh_alua: Send TEST UNIT READY to poll for transitioning
` [PATCHv3 20/24] scsi_dh: add 'rescan' callback
` [PATCHv3 21/24] scsi: Add 'access_state' attribute
` [PATCHv3 22/24] scsi_dh_alua: use common definitions for ALUA state
` [PATCHv3 23/24] scsi_dh_alua: update 'access_state' field
` [PATCHv3 24/24] scsi_dh_alua: Update version to 2.0

[Qemu-devel] [PATCH 1/1] blk: do not select PFLASH device for internal snapshot
 2016-01-13  8:09 UTC  (10+ messages)

post-receive: pub/scm/linux/kernel/git/nab/target-pending
 2016-01-13  8:06 UTC 

post-receive: pub/scm/linux/kernel/git/hare/scsi-devel
 2016-01-13  8:05 UTC 

[Qemu-devel] [PATCH v2] net/slirp: Tell the users when they are using deprecated options
 2016-01-13  8:05 UTC 

[U-Boot] Please pull u-boot-x86
 2016-01-13  8:03 UTC 

[PATCH V1 10/10] ARM: tegra: set hw trips for Tegra124
 2016-01-13  8:01 UTC  (2+ messages)

[PATCH] Define _POSIX_C_SOURCE if undefined
 2016-01-13  8:03 UTC 

[PATCH v4] drm/i915: edp resume/On time optimization
 2016-01-13  8:02 UTC  (2+ messages)

[PATCH 0/6] xfsdump: Compile with musl libc
 2016-01-13  8:01 UTC  (13+ messages)
` [PATCH 1/6] invutil/invidx: include <fcntl.h> for O_CREAT
` [PATCH 2/6] dump/content.c: Include <linux/limits.h> for XATTR_LIST_MAX
` [PATCH 3/6] common/main.c: Replace nonstandard SIGCLD by SIGCHLD
` [PATCH 4/6] librmt/rmtopen: Prefer <signal.h> over <sys/signal.h>
` [PATCH 5/6] dump/var.c: Include <limits.h> for PATH_MAX
` [PATCH 6/6] Prefer stdint types over __uint*_t and __int*_t

[PATCH V1 09/10] arm64: tegra: add soctherm node for Tegra210
 2016-01-13  8:00 UTC  (2+ messages)

[PATCH V1 08/10] thermal: tegra: add PM support
 2016-01-13  8:00 UTC  (2+ messages)

[PATCH phosphor-host-ipmid] Re submitting plugin support for Host Services
 2016-01-13  8:00 UTC  (2+ messages)

[PATCH V1 07/10] thermal: tegra: add thermtrip function
 2016-01-13  8:00 UTC  (2+ messages)

[PATCH V1 06/10] of: Add bindings of hw-trips for soctherm
 2016-01-13  8:00 UTC  (2+ messages)

[PATCH V1 05/10] thermal: tegra: add sysfs to dump registers
 2016-01-13  8:00 UTC  (2+ messages)

[PATCH] Define _POSIX_C_SOURCE if undefined
 2016-01-13  7:59 UTC 

[PATCH V1 00/10] Add T210 support in tegra_soctherm
 2016-01-13  7:58 UTC  (10+ messages)
` [PATCH V1 01/10] thermal: tegra: move tegra thermal files into tegra directory
` [PATCH V1 02/10] thermal: tegra: combine sensor group-related data
` [PATCH V1 03/10] thermal: tegra: split tegra_soctherm driver
` [PATCH V1 04/10] thermal: tegra: add T210-specific SOC_THERM driver

[PATCH 1/6] Move from __uint*_t types to uint*_t and likewise for __int*_t
 2016-01-13  7:58 UTC  (13+ messages)
` [PATCH 2/6] libxfs/linux.c: Replace use of ustat by stat
` [PATCH 3/6] fsr/xfs_fsr.c: Include <paths.h> for _PATH_MOUNTED
` [PATCH 4/6] linux.h: Use off64_t instead of loff_t
` [PATCH 5/6] include/linux.h: Include <stdio.h> for fprintf and stderr
` [PATCH 6/6] Add configure check for members of dirent for use in io/readdir.c

Using the V4L2 device kernel drivers - TC358743
 2016-01-13  7:58 UTC  (2+ messages)

Advice about otherbss monitor flag for Wireshark use
 2016-01-13  7:58 UTC 

[PATCH] doc: coding style: use linux kernel style for indentation
 2016-01-13  7:58 UTC 

[PATCH RFC] nvme-core: Log the ctrl device instance name
 2016-01-13  7:57 UTC  (2+ messages)

[e2fsprogs] about e2fsprogs 1.43
 2016-01-13  7:57 UTC 

[PATCH v1 0/3] Move active IO termination to the core
 2016-01-13  7:56 UTC  (2+ messages)

[PATCH] dts/spi: Change compatible to use right device name
 2016-01-13  7:54 UTC 

[PATCH] Define _POSIX_C_SOURCE if undefined
 2016-01-13  7:51 UTC 

[dm-crypt] Auto mount encrypted partition with passphrase stored in a external driver
 2016-01-13  7:49 UTC  (2+ messages)

mtd: pxa3xx_nand: issue with command time out
 2016-01-13  7:47 UTC  (3+ messages)

[PATCH] driver: input :touchscreen : add Raydium I2C touch driver
 2016-01-13  7:49 UTC 

[PATCH 1/2] drm/i915/gen8: Tidy display interrupt processing
 2016-01-13  7:49 UTC  (2+ messages)
` ✗ warning: Fi.CI.BAT

[PATCH] Documentation: update libhugetlbfs site url
 2016-01-13  7:47 UTC 

[BUG 4.4-rc4]: oops around sock_recvmsg
 2016-01-13  7:47 UTC  (4+ messages)

[PATCH] xfs_db: check on-disk structure sizes
 2016-01-13  7:46 UTC  (7+ messages)

Unable to get a Compex WLE600NX working with hostapd
 2016-01-13  7:44 UTC  (3+ messages)

linux-next: build failure after merge of the powerpc tree
 2016-01-13  7:44 UTC  (4+ messages)

[Buildroot] [PATCH 1/1 v3] ypbind-mt: new package
 2016-01-13  7:43 UTC  (3+ messages)

[PATCHv2] submodule: Port resolve_relative_url from shell to C
 2016-01-13  7:42 UTC  (3+ messages)
` [PATCHv3] "

[PATCH] usb: phy: msm: fix error handling in probe
 2016-01-13  7:41 UTC  (3+ messages)

[PATCH v3 0/4] Ensure that we can build without libgen.h
 2016-01-13  7:40 UTC  (15+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/4] compat/basename: make basename() conform to POSIX
  ` [PATCH v4 3/4] Provide a dirname() function when NO_LIBGEN_H=YesPlease
  ` [PATCH v4 4/4] t0060: verify that basename() and dirname() work as expected

[PATCH] Define _POSIX_C_SOURCE if undefined
 2016-01-13  7:40 UTC 

[Qemu-devel] [PATCH v4] igd-passthrough-i440FX: convert to realize()
 2016-01-13  7:37 UTC  (15+ messages)
    ` [Qemu-devel] [Xen-devel] "
                          `  "

[PATCH v8 0/9] DAX fsync/msync support
 2016-01-13  7:37 UTC  (16+ messages)
` [PATCH v8 1/9] dax: fix NULL pointer dereference in __dax_dbg()
` [PATCH v8 2/9] dax: fix conversion of holes to PMDs
` [PATCH v8 6/9] dax: add support for fsync/msync

ext4 unkillable lseek
 2016-01-13  7:36 UTC  (3+ messages)

[seabios test] 77918: tolerable FAIL - PUSHED
 2016-01-13  7:36 UTC 

[PATCH 0/3] ARM: dts: imx6: add support for more i.MX6 modules from Ka-Ro electronics
 2016-01-13  7:35 UTC  (5+ messages)
` [PATCH 1/3] ARM: dts: imx6: add support for Ka-Ro electronics TX6S-8034 module

[RESEND PATCH] vhost_user: Make sure that memory map is set before attempting address translation
 2016-01-13  7:32 UTC 

[PATCH v2] x86/xsave: simplify xcomp_bv initialization
 2016-01-13  7:30 UTC 

[Buildroot] [autobuild.buildroot.net] Build results for 2016-01-12
 2016-01-13  7:30 UTC 

[PATCH 1/4] irqchip: atmel-aic: Handle aic_common_irq_fixup in aic_common_of_init
 2016-01-13  7:29 UTC  (2+ messages)

[Qemu-devel] [PATCH] net/slirp: Tell the users when they are using deprecated options
 2016-01-13  7:27 UTC  (10+ messages)
          ` [Qemu-devel] [Avocado-devel] "

[PATCH] i2c: designware: remove redundant lock
 2016-01-13  7:25 UTC  (2+ messages)

[PATCH RESEND 0/2] Input: SiS 9200 family I2C touchscreen controller driver
 2016-01-13  7:13 UTC  (8+ messages)
` [PATCH RESEND 1/2] Input: Driver for SiS 9200 family multitouch controller
` [PATCH RESEND 2/2] Input: Documentation and MAINTAINERS parts

[PATCH] vhost_user: Make sure that memory map is set before attempting address translation
 2016-01-13  7:24 UTC  (4+ messages)

[PATCH] thermal: add description for integral_cutoff unit
 2016-01-13  7:21 UTC 

[PATCH v3 1/2] KVM: PPC: New capability to control MCE behaviour
 2016-01-13  7:20 UTC  (2+ messages)
` [PATCH v3 2/2] KVM: PPC: Exit guest upon MCE when FWNMI capability is enabled

[PATCHv3 net-next 0/3] cxgb4/cxgb4i: add iscsi LRO support for chelsio t4/t5 adapters
 2016-01-13  7:17 UTC  (4+ messages)
` [PATCHv3 net-next 1/3] cxgb4: Add LRO infrastructure for cxgb4i driver
` [PATCHv3 net-next 2/3] libcxgbi: add pdu parsing of LRO'ed skbs
` [PATCHv3 net-next 3/3] cxgb4i: add iscsi LRO for chelsio t4/t5 adapters

[PATCH V2 1/2] input: gpio-keys: add support for disable button from DT
 2016-01-13  7:07 UTC  (3+ messages)

[Bug 92858] AMD Radeon GPU Acceleration Disabled Under Kernels 4.2.x and later versions
 2016-01-13  7:14 UTC  (2+ messages)

[PATCHv2 00/22] ALUA device handler update, part II
 2016-01-13  7:13 UTC  (5+ messages)
` [PATCHv2 13/22] scsi_dh_alua: Use workqueue for RTPG

[PATCH v7 1/2] Documentation: bridge: Add documentation for ps8640 DT properties
 2016-01-13  7:11 UTC  (5+ messages)
` [PATCH v7 2/2] drm/bridge: Add I2C based driver for ps8640 bridge

[patch v3 net-next 0/2] dts: hisi: fixes no syscon fault when init mdio
 2016-01-13  7:09 UTC  (7+ messages)
` [patch v3 net-next 1/2] "
` [patch v3 net-next 2/2] net: hns: fixes no syscon error "

[PATCHv2 0/4] ARM64: Improve copy_page and copy_template for ThunderX
 2016-01-13  7:08 UTC  (6+ messages)
` [PATCH 1/5] ARM64: Support midr detected cpufeature
` [PATCH 2/5] ARM64 Improve copy_page for 128 byte cache line
` [PATCH 3/5] ARM64: Add Needs software prefetching cap
` [PATCH 4/5] ARM64: Patch in prefetching for copy_page is requested
` [PATCH 5/5] ARM64: Patch in prefetching in copy_template

linux-next: Tree for Jan 13
 2016-01-13  7:08 UTC 


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.