All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-06-15 03:07:07 to 2017-06-15 05:01:10 UTC [more...]

post-receive: pub/scm/linux/kernel/git/next/linux-next-history
 2017-06-15  5:01 UTC 

[PATCH] USB: gtco: remove unnecessary variable assignments
 2017-06-15  5:00 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/next/linux-next
 2017-06-15  5:00 UTC 

[PATCH v7 00/13] xfs: preparing for online scrub support
 2017-06-15  5:00 UTC  (6+ messages)
` [PATCH 07/13] xfs: check if an inode is cached and allocated

[PATCH 0/1] toaster: update mockevent
 2017-06-15  4:51 UTC  (2+ messages)
` [PATCH 1/1] toaster: add getMessage to MockEvent

[PATCH 0/1] toaster: sub-layer dependency matching
 2017-06-15  4:48 UTC  (2+ messages)
` [PATCH 1/1] toaster: fail on layers with sub-layer

[PATCH 0/1] toaster: add UI element ids for testing
 2017-06-15  4:45 UTC  (2+ messages)
` [PATCH 1/1] toaster: add ID's to build menu links

[PATCH v2 00/11] bring back stack frame warning with KASAN
 2017-06-15  4:53 UTC  (4+ messages)
` [PATCH v2 03/11] tty: kbd: reduce stack size "

[PATCH 1/2] RFC: ARM: dts: imx7d-sdb: remove 100k pull-down on USDHCx clock
 2017-06-15  4:52 UTC  (6+ messages)
` [PATCH 2/2] RFC: ARM: dts: imx7d-sdb: swap pad settings for USDHCx 50Mhz and 100Mhz

[PATCH v3 0/9] ARM: dts: i.MX6: Add lcdif/sound nodes on Engicam SOMs
 2017-06-15  4:51 UTC  (7+ messages)
` [PATCH v3 1/9] ARM: dts: imx6ul-isiot: Add Sound card with codec node

[PATCH v2] usb: host: ohci-pxa27x: Handle return value of clk_prepare_enable
 2017-06-15  4:50 UTC 

[PATCH 0/5 net-next v2] ibmvnic: LPM bug fixes
 2017-06-15  4:50 UTC  (6+ messages)
` [PATCH 1/5 net-next v2] ibmvnic: Activate disabled RX buffer pools on reset
` [PATCH 2/5 net-next v2] ibmvnic: Ensure that TX queues are disabled in __ibmvnic_close
` [PATCH 3/5 net-next v2] ibmvnic: Sanitize entire SCRQ buffer on reset
` [PATCH 4/5 net-next v2] ibmvnic: Remove VNIC_CLOSING check from pending_scrq
` [PATCH 5/5 net-next v2] ibmvnic: Exit polling routine correctly during adapter reset

[PATCH 0/1] toaster: add all-builds element id for testing
 2017-06-15  4:40 UTC  (2+ messages)
` [PATCH 1/1] toaster: add ID's to navigation links

[PATCH] objtool: Add fortify_panic as __noreturn function
 2017-06-15  4:49 UTC  (4+ messages)

[Qemu-devel] [PATCH v2] vhost-user: support cross-endianess negatiation
 2017-06-14 17:44 UTC 

[PATCH] power: supply: cpcap-charger: Add missing power_supply_config
 2017-06-15  4:41 UTC 

post-receive: pub/scm/fs/xfs/xfs-linux
 2017-06-15  4:47 UTC 

post-receive: pub/scm/linux/kernel/git/djwong/xfs-linux
 2017-06-15  4:45 UTC 

[PATCH 1/3] x86/mm: Provide pmdp_mknotpresent() helper
 2017-06-15  4:43 UTC  (4+ messages)

[U-Boot] [PATCH v2 00/29] dm: scsi: Enhance SCSI support for driver model
 2017-06-15  4:38 UTC  (32+ messages)
` [U-Boot] [PATCH v2 01/29] configs: Resync with savedefconfig
` [U-Boot] [PATCH v2 02/29] Convert CONFIG_SCSI to Kconfig
` [U-Boot] [PATCH v2 03/29] scsi: Drop sym53c8xx driver
` [U-Boot] [PATCH v2 04/29] scsi: Drop scsi_print_error()
` [U-Boot] [PATCH v2 05/29] Convert CONFIG_CMD_SATA to Kconfig
` [U-Boot] [PATCH v2 06/29] Kconfig: Add CONFIG_SATA to enable SATA
` [U-Boot] [PATCH v2 07/29] sata: Move drivers into new drivers/ata directory
` [U-Boot] [PATCH v2 08/29] scsi: Move drivers into new drivers/scsi directory
` [U-Boot] [PATCH v2 09/29] dm: scsi: Rearrange header file for driver model
` [U-Boot] [PATCH v2 10/29] dm: scsi: Rename struct SCSI_cmd_block to struct scsi_cmd
` [U-Boot] [PATCH v2 11/29] dm: scsi: Drop the ccb typedef
` [U-Boot] [PATCH v2 12/29] dm: scsi: Use the uclass platform data
` [U-Boot] [PATCH v2 13/29] dm: ahci: Rename struct ahci_probe_ent
` [U-Boot] [PATCH v2 14/29] dm: sata: Move ataid into struct ahci_uc_priv
` [U-Boot] [PATCH v2 15/29] dm: ahci: Refactor to avoid static variables
` [U-Boot] [PATCH v2 16/29] dm: scsi: Indent the confusing #ifdefs
` [U-Boot] [PATCH v2 17/29] dm: ahci: Move common code for starting ports into a function
` [U-Boot] [PATCH v2 18/29] dm: ahci: Unwind the confusing init code
` [U-Boot] [PATCH v2 19/29] dm: ahci: Drop use of probe_ent
` [U-Boot] [PATCH v2 20/29] dm: scsi: Add operations
` [U-Boot] [PATCH v2 21/29] dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()
` [U-Boot] [PATCH v2 22/29] dm: scsi: Document and rename the scsi_scan() parameter
` [U-Boot] [PATCH v2 23/29] dm: ahci: Create a local version of two SCSI functions
` [U-Boot] [PATCH v2 24/29] dm: scsi: Add operations for SCSI devices
` [U-Boot] [PATCH v2 25/29] dm: scsi: Adjust return value of scsi_exec()
` [U-Boot] [PATCH v2 26/29] dm: scsi: Split out the bus scanning code
` [U-Boot] [PATCH v2 27/29] dm: ahci: Add a driver for SCSI on AHCI
` [U-Boot] [PATCH v2 28/29] dm: scsi: Drop scsi_init() when driver model is used
` [U-Boot] [PATCH v2 29/29] x86: Move link to use driver model for SCSI

[PATCHSET v2] Add support for write life time hints
 2017-06-15  4:38 UTC  (10+ messages)

[GIT PULL] patches for -rc2
 2017-06-15  4:34 UTC 

[PATCH rdma-rc 0/5] Fixes for IPoIB flows
 2017-06-15  4:34 UTC  (3+ messages)

[PATCHSET v4] Add support for write life time hints
 2017-06-15  4:33 UTC  (14+ messages)
` [PATCH 01/11] block: add support for carrying stream information in a bio
` [PATCH 02/11] blk-mq: expose stream write stats through debugfs
` [PATCH 03/11] fs: add support for an inode to carry stream related data
` [PATCH 04/11] fs: add support for allowing applications to pass in write life time hints
` [PATCH 05/11] block: add helpers for setting/checking write hint validity
` [PATCH 06/11] fs: add O_DIRECT support for sending down bio stream information
` [PATCH 07/11] fs: add support for buffered writeback to pass down write hints
` [PATCH 08/11] ext4: add support for passing in write hints for buffered writes
` [PATCH 09/11] xfs: "
` [PATCH 10/11] btrfs: "
` [PATCH 11/11] nvme: add support for streams and directives

[Qemu-devel] [PATCH V6 00/10] Add COLO-proxy virtio-net support
 2017-06-15  4:31 UTC  (7+ messages)
` [Qemu-devel] [PATCH V6 02/10] net/filter-mirror.c: Make filter mirror support vnet support

[Qemu-devel] [PULL 0/2] Block patches
 2017-06-15  4:30 UTC  (3+ messages)

[HMM-CDM 0/5] Cache coherent device memory (CDM) with HMM
 2017-06-15  4:28 UTC  (18+ messages)
` [HMM-CDM 2/5] mm/hmm: add new helper to hotplug CDM memory region
` [HMM-CDM 3/5] mm/memcontrol: allow to uncharge page without using page->lru field
` [HMM-CDM 4/5] mm/memcontrol: support MEMORY_DEVICE_PRIVATE and MEMORY_DEVICE_PUBLIC
` [HMM-CDM 5/5] mm/hmm: simplify kconfig and enable HMM and DEVICE_PUBLIC for ppc64

[xen-4.7-testing test] 110430: tolerable FAIL - PUSHED
 2017-06-15  4:28 UTC 

[PATCH] sm501fb: Silence a coccinelle script warning
 2017-06-15  4:26 UTC  (5+ messages)

[Qemu-devel] 答复: Re: 答复: Re: [PATCHv2 02/04] colo-compare: Process pactkets in the IOThread ofthe primary
 2017-06-15  4:23 UTC  (2+ messages)

[PATCH v2] mfd: Add driver for RAVE Supervisory Processor
 2017-06-15  4:19 UTC  (3+ messages)

Understanding how sparse handles multiple input files
 2017-06-15  4:19 UTC  (3+ messages)

[GIT] Networking
 2017-06-15  4:18 UTC 

post-receive: pub/scm/linux/kernel/git/vkoul/slave-dma
 2017-06-15  4:18 UTC 

[PATCH 1/2] powerpc: Fix emulation of mcrf in emulate_step()
 2017-06-15  4:18 UTC  (2+ messages)

Release Candidate Build for yocto-2.4_M1.rc1 now available
 2017-06-15  4:18 UTC 

[PATCH tip/sched/core] Add comments to aid in safer usage of swake_up
 2017-06-15  4:18 UTC  (11+ messages)

[Qemu-devel] [virtio-dev] Re: [PATCH v1] virtio-net: enable configurable tx queue size
 2017-06-15  4:16 UTC  (12+ messages)
      ` [Qemu-devel] [virtio-dev] "

Qemu crashes in -next due to 'of: remove *phandle properties from expanded device tree'
 2017-06-15  4:12 UTC  (5+ messages)

[PATCH v3 00/14] HDMI YCBCR output handling in DRM layer
 2017-06-15  4:11 UTC  (4+ messages)
` [PATCH v3 01/14] drm: add HDMI 2.0 VIC support for AVI info-frames

[PATCH] Revert "drm/i915/skl: New ddb allocation algorithm"
 2017-06-15  4:14 UTC  (5+ messages)

[PATCH] dmaengine: qcom-bam: Process multiple pending descriptors
 2017-06-15  4:10 UTC  (4+ messages)

[meta-selinux] [PATCH] audit: 2.7.1 -> 2.7.6
 2017-06-15  4:03 UTC  (2+ messages)

[meta-networking][PATCH]: cifs-utils 6.6 -> 6.7
 2017-06-15  4:03 UTC  (2+ messages)

[PATCH 1/2] ARM64/irqchip: Update ACPI_IORT symbol selection logic
 2017-06-15  4:01 UTC  (6+ messages)
` [PATCH 2/2] ACPI/IORT: Remove iort_node_match()

[PATCH 1/1] [RFC] 64bit copy_file_range system call
 2017-06-15  3:59 UTC  (3+ messages)

drm syncobjs - running out of tag lines
 2017-06-15  3:59 UTC  (3+ messages)
` [PATCH 5/5] amdgpu: use drm sync objects for shared semaphores (v5)

[PATCH v2] ip6_tunnel: Correct tos value in collect_md mode
 2017-06-15  3:54 UTC  (2+ messages)

[PATCH 0/2] Allwinner V3s DMA support
 2017-06-15  3:54 UTC  (10+ messages)
` [PATCH 1/2] dmaengine: sun6i: make gate bit in sun8i's DMA engines a common quirk
        ` [linux-sunxi] "

[PATCH] drm/i915: fix the issue DP-1 not working in guest
 2017-06-15  3:53 UTC  (2+ messages)

[U-Boot] [PATCH v5 00/11] rk3328: add support of usb host and gadget
 2017-06-15  3:51 UTC  (4+ messages)
` [U-Boot] [PATCH v5 04/11] usb: host: xhci-rockchip: use fixed regulator to control vbus

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2017-06-15  3:50 UTC 

[PATCH 1/5 net-next] ibmvnic: Activate disabled RX buffer pools on reset
 2017-06-15  3:47 UTC  (7+ messages)
` [PATCH 2/5 net-next] ibmvnic: Ensure that TX queues are disabled in __ibmvnic_close
` [PATCH 3/5 net-next] ibmvnic: Sanitize entire SCRQ buffer on reset
` [PATCH 4/5 net-next] ibmvnic: Remove VNIC_CLOSING check from pending_scrq
` [PATCH 5/5 net-next] ibmvnic: Exit polling routine correctly during adapter reset

[HMM 00/15] HMM (Heterogeneous Memory Management) v23
 2017-06-15  3:41 UTC  (4+ messages)
` [HMM 07/15] mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memory v3

[net] i40e: Fix a sleep-in-atomic bug
 2017-06-15  3:46 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/davem/net
 2017-06-15  3:45 UTC 

Investment portfolio
 2017-06-15  0:13 UTC 

Add TPM support
 2017-06-15  3:39 UTC  (6+ messages)
` [PATCH 1/3] Move verifiers to the kernel

[PATCH 00/17] coresight: next v4.12-rc4
 2017-06-15  3:34 UTC  (5+ messages)

post-receive: pub/scm/linux/kernel/git/shawnguo/linux
 2017-06-15  3:33 UTC 

[PATCH 01/15] af9015: use correct 7-bit i2c addresses
 2017-06-15  3:31 UTC  (15+ messages)
` [PATCH 02/15] af9013: move config values directly under driver state
` [PATCH 03/15] af9013: add i2c client bindings
` [PATCH 04/15] af9033: use kernel 64-bit division
` [PATCH 05/15] af9013: fix logging
` [PATCH 06/15] af9013: convert to regmap api
` [PATCH 07/15] af9013: fix error handling
` [PATCH 08/15] af9013: add dvbv5 cnr
` [PATCH 09/15] af9015: fix and refactor i2c adapter algo logic
` [PATCH 10/15] af9015: enable 2nd TS flow control when dual mode
` [PATCH 11/15] af9013: add configurable TS output pin
` [PATCH 12/15] af9013: remove unneeded register writes
` [PATCH 13/15] af9015: move 2nd demod power-up wait different location
` [PATCH 14/15] af9013: refactor firmware download routine
` [PATCH 15/15] af9013: refactor power control

post-receive: pub/scm/linux/kernel/git/shawnguo/linux
 2017-06-15  3:29 UTC 

post-receive: pub/scm/linux/kernel/git/shawnguo/linux
 2017-06-15  3:29 UTC 

[PATCH] mm, memory_hotplug: support movable_node for hotplugable nodes
 2017-06-15  3:29 UTC  (5+ messages)

[PATCH 1/1] - Fix reiserfs WARNING in dquot_writeback_dquots
 2017-06-15  3:27 UTC  (2+ messages)

[Qemu-devel] [PATCH] fix: avoid infinite loop when blockjob encountering failure
 2017-06-15  3:24 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/shawnguo/linux
 2017-06-15  3:26 UTC 

[PATCH v4 0/6] provide power off support for iMX6 with external PMIC
 2017-06-15  3:24 UTC  (4+ messages)
` [PATCH v4 2/6] ARM: imx6: register pm_power_off handler if "fsl,pmic-stby-poweroff" is set

post-receive: pub/scm/linux/kernel/git/sunxi/linux
 2017-06-15  3:22 UTC 

[Qemu-devel] [PATCH] util: remove the obsolete non-blocking connect
 2017-06-15  3:21 UTC  (2+ messages)

Investment portfolio
 2017-06-15  0:06 UTC  (2+ messages)

linux-next: build failure after merge of the akpm-current tree
 2017-06-15  3:18 UTC  (6+ messages)

[PATCH libdrm] amdgpu: move asic id table to a separate file
 2017-06-15  3:16 UTC  (4+ messages)
` [PATCH libdrm v8] "

[PATCH] filter: add path filter with fstype
 2017-06-15  3:15 UTC  (5+ messages)

[Qemu-devel] [FIX PATCH] spapr: prevent QEMU crash when CPU realization fails
 2017-06-15  3:11 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/helgaas/pci
 2017-06-15  3:12 UTC 

devshell not working for Qt or Boundary Devices based yocto
 2017-06-15  3:12 UTC  (2+ messages)

avoid null pointer rereference during FLR V2
 2017-06-15  3:11 UTC  (3+ messages)

[PATCH] *** Selftest/devtool: replace file assertTrue/False with assertExists/NotExists ***
 2017-06-14 20:01 UTC  (2+ messages)
` [PATCH] selftest/devtool: replace file assertTrue/False with assertExists/NotExists

[U-Boot] [Patch v2 1/2] armv8: ls1046a: move CONFIG_CMD_USB to defconfig
 2017-06-15  3:10 UTC  (2+ messages)
` [U-Boot] [Patch v2 2/2] arm64: ls1046ardb: Add distro boot support

[PATCH v4 00/20] arm64: dts: hi3660: add device nodes
 2017-06-15  3:04 UTC  (8+ messages)
` [PATCH v4 09/20] arm64: dts: hi3660: Add pl031 rtc node
` [PATCH v4 15/20] arm64: dts: hisi: add kirin pcie node
` [PATCH v4 16/20] dt-bindings: mfd: hi6421: Add hi6421v530 compatible string
` [PATCH v4 17/20] arm64: dts: hikey960: add device node for pmic and regulators
` [PATCH v4 18/20] dt-bindings: mmc: dw_mmc-k3: add document of hi3660 mmc
` [PATCH v4 19/20] arm64: dts: hi3660: add sd/sdio device nodes
` [PATCH v4 20/20] arm64: dts: hi3660-hikey960: add nodes for WiFi


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.