All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-05-21 07:24:14 to 2015-05-21 08:20:53 UTC [more...]

[PATCH v2 00/17] NTB: Add NTB hardware abstraction layer
 2015-05-21  9:45 UTC  (7+ messages)
  ` [PATCH v2 01/17] NTB: Move files in preparation for NTB abstraction
  ` [PATCH v2 02/17] NTB: Add NTB hardware abstraction layer
  ` [PATCH v2 05/17] NTB: Add parameters for Intel SNB B2B addresses
  ` [PATCH v2 08/17] NTB: Rate limit ntb_qp_link_work
  ` [PATCH v2 09/17] NTB: Differentiate transport link down messages

[PATCH v6 0/2] kconfig: add xenconfig
 2015-05-21  8:20 UTC  (3+ messages)

[PATCH] pwm: samsung: Use MODULE_DEVICE_TABLE() to include OF modalias
 2015-05-21  8:20 UTC  (4+ messages)

[PATCH] Fix bashism in fsck.btrfs for debian/ubuntu dash
 2015-05-21  8:19 UTC  (2+ messages)

[PATCH v9 0/5] Seeding DRBG with more entropy
 2015-05-21  8:19 UTC  (5+ messages)
` [PATCH v9 3/5] crypto: drbg - add async seeding operation
      ` random: Wake up all getrandom(2) callers when pool is ready

[Qemu-devel] [PATCH v8 00/24] Generate ACPI v5.1 tables and expose them to guest over fw_cfg on ARM
 2015-05-21  8:19 UTC  (7+ messages)
` [Qemu-devel] [PATCH v8 01/24] hw/acpi/aml-build: Make enum values to be upper case to match coding style
` [Qemu-devel] [PATCH v8 06/24] hw/acpi/aml-build: Add aml_interrupt() term
` [Qemu-devel] [PATCH v8 14/24] hw/acpi/aml-build: Make aml_buffer() definition consistent with the spec

[PATCH atubs-fw 0/4] ATUSB firmware changes towards a 0.2 release
 2015-05-21  8:19 UTC  (5+ messages)
` [PATCH atubs-fw 3/4] atusb/fw: Add build system support for adding a DFU suffix to the fw file

Urgent problem while using Fio to test random write performance
 2015-05-21  8:17 UTC 

[PATCH] mac80211: fix AP_VLAN crypto tailroom calculation
 2015-05-21  8:16 UTC  (5+ messages)
` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] mac80211: prevent possible crypto tx tailroom corruption

[PATCH] powerpc/fsl: Add FMan best effort port compatible
 2015-05-21  8:16 UTC  (6+ messages)

[PATCH 1/4] Staging: lustre: sparse static warning fix
 2015-05-21  8:15 UTC  (6+ messages)
  ` [PATCH 2/4] "
    ` [PATCH 3/4] Staging: lustre: Fixed typo
      ` [PATCH 4/4] Staging: lustre: sparse lock warning fix

[linuxtv-media:master 985/1029] drivers/media/common/b2c2/flexcop-fe-tuner.c:31:12: warning: 'flexcop_fe_request_firmware' defined but not used
 2015-05-21  8:14 UTC 

[PATCH] Documentation: dt: mtd: replace "nor-jedec" binding with "jedec, spi-nor"
 2015-05-21  8:15 UTC  (17+ messages)
` [PATCH] Documentation: dt: mtd: replace "nor-jedec" binding with "jedec,spi-nor"

[PATCH v4 0/8] Improve git-pull test coverage
 2015-05-21  8:15 UTC  (7+ messages)
` [PATCH v4 3/8] t5520: test for failure if index has unresolved entries
` [PATCH v4 8/8] t5520: check reflog action in fast-forward merge

[Qemu-devel] [PATCH COLO-Frame v5 00/29] COarse-grain LOck-stepping(COLO) Virtual Machines for Non-stop Service
 2015-05-21  8:13 UTC  (31+ messages)
`  "
` [Qemu-devel] [PATCH COLO-Frame v5 01/29] configure: Add parameter for configure to enable/disable COLO support
` [Qemu-devel] [PATCH COLO-Frame v5 02/29] migration: Introduce capability 'colo' to migration
` [Qemu-devel] [PATCH COLO-Frame v5 03/29] COLO: migrate colo related info to slave
` [Qemu-devel] [PATCH COLO-Frame v5 04/29] migration: Integrate COLO checkpoint process into migration
` [Qemu-devel] [PATCH COLO-Frame v5 05/29] migration: Integrate COLO checkpoint process into loadvm
` [Qemu-devel] [PATCH COLO-Frame v5 06/29] COLO: Implement colo checkpoint protocol
` [Qemu-devel] [PATCH COLO-Frame v5 07/29] COLO: Add a new RunState RUN_STATE_COLO
` [Qemu-devel] [PATCH COLO-Frame v5 08/29] QEMUSizedBuffer: Introduce two help functions for qsb
` [Qemu-devel] [PATCH COLO-Frame v5 09/29] COLO: Save VM state to slave when do checkpoint
` [Qemu-devel] [PATCH COLO-Frame v5 10/29] COLO RAM: Load PVM's dirty page into SVM's RAM cache temporarily
` [Qemu-devel] [PATCH COLO-Frame v5 11/29] COLO VMstate: Load VM state into qsb before restore it
` [Qemu-devel] [PATCH COLO-Frame v5 12/29] arch_init: Start to trace dirty pages of SVM
` [Qemu-devel] [PATCH COLO-Frame v5 13/29] COLO RAM: Flush cached RAM into SVM's memory
` [Qemu-devel] [PATCH COLO-Frame v5 14/29] COLO failover: Introduce a new command to trigger a failover
` [Qemu-devel] [PATCH COLO-Frame v5 15/29] COLO failover: Implement COLO master/slave failover work
` [Qemu-devel] [PATCH COLO-Frame v5 16/29] COLO failover: Don't do failover during loading VM's state
` [Qemu-devel] [PATCH COLO-Frame v5 17/29] COLO: Add new command parameter 'colo_nicname' 'colo_script' for net
` [Qemu-devel] [PATCH COLO-Frame v5 18/29] COLO NIC: Init/remove colo nic devices when add/cleanup tap devices
` [Qemu-devel] [PATCH COLO-Frame v5 19/29] COLO NIC: Implement colo nic device interface configure()
` [Qemu-devel] [PATCH COLO-Frame v5 20/29] COLO NIC : Implement colo nic init/destroy function
` [Qemu-devel] [PATCH COLO-Frame v5 21/29] COLO NIC: Some init work related with proxy module
` [Qemu-devel] [PATCH COLO-Frame v5 22/29] COLO: Handle nfnetlink message from "
` [Qemu-devel] [PATCH COLO-Frame v5 23/29] COLO: Do checkpoint according to the result of packets comparation
` [Qemu-devel] [PATCH COLO-Frame v5 24/29] COLO: Improve checkpoint efficiency by do additional periodic checkpoint
` [Qemu-devel] [PATCH COLO-Frame v5 25/29] COLO: Add colo-set-checkpoint-period command
` [Qemu-devel] [PATCH COLO-Frame v5 26/29] COLO NIC: Implement NIC checkpoint and failover
` [Qemu-devel] [PATCH COLO-Frame v5 27/29] COLO: Disable qdev hotplug when VM is in COLO mode
` [Qemu-devel] [PATCH COLO-Frame v5 28/29] COLO: Implement shutdown checkpoint
` [Qemu-devel] [PATCH COLO-Frame v5 29/29] COLO: Add block replication into colo process

[PATCH -fixes 0/2] vmmouse fixes
 2015-05-21  8:14 UTC  (4+ messages)
` [PATCH 1/2] input/joydev: Don't classify the vmmouse as a joystick

[PATCH 00/04] ARM: shmobile: APMU DT support via SMP Enable method
 2015-05-21  8:13 UTC  (4+ messages)
` [PATCH 02/04] ARM: shmobile: Add APMU DT support via "

v3.12.43 build: 0 failures 82 warnings (v3.12.43)
 2015-05-21  8:11 UTC 

corrupt repos does not return error with `git fsck`
 2015-05-21  8:09 UTC  (4+ messages)
` [PUB]corrupt "

[PATCH 00/03] Preventing zero GPU virtual address allocation
 2015-05-21  8:08 UTC  (7+ messages)

[PATCH v3] Mediatek SCPSYS power domain support
 2015-05-21  8:09 UTC  (5+ messages)
` [PATCH 1/5] soc: mediatek: Add infracfg misc driver support

[PATCH v5 00/10] tracing: 'hist' triggers
 2015-05-21  8:08 UTC  (2+ messages)

[PATCH v4 for-next 00/12] Add network namespace support in the RDMA-CM
 2015-05-21  8:08 UTC  (6+ messages)
` [PATCH v4 for-next 05/12] IB/cm: Share listening CM IDs

[PATCH V2 0/2] clockevents: Add helpers to verify state of a clockevent device
 2015-05-21  8:03 UTC  (3+ messages)
` [PATCH V2 1/2] "
` [PATCH V2 2/2] clockevents: Use "

[PATCH v5] cxl: Export AFU error buffer via sysfs
 2015-05-21  8:05 UTC 

[PATCH] mtd: blktrans: change blktrans_getgeo rerurn value
 2015-05-21  8:05 UTC  (12+ messages)

[GIT PULL] ARM: rockchip: dts relicensing for 4.2
 2015-05-21  8:04 UTC  (2+ messages)

[PATCH v2 0/11] Mediatek pinctrl driver optimize and add Mediatek SoC Pinctrl/GPIO/EINT driver for mt6397/mt8127
 2015-05-21  8:03 UTC  (13+ messages)
` [PATCH v2 09/11] ARM: dts: mt8127: add pinctrl/GPIO/EINT node for mt8127
` [PATCH v2 10/11] arm64: dts: mt8173-evb: Add pinctrl/GPIO node for mt6397
` [PATCH v2 11/11] ARM: dts: mt8135-evbp1: "

Mediatek pinctrl driver optimize and add Mediatek SoC Pinctrl/GPIO/EINT driver for mt6397/mt8127
 2015-05-21  8:02 UTC  (17+ messages)
` [PATCH 08/10] ARM: dts: mt8135-evbp1: Add pinctrl/GPIO node for mt6397
` [PATCH 10/10] ARM: dts: mt8127: add pinctrl/GPIO/EINT node for mt8127

[PATCH v4 1/2] drm: bridge: Allow daisy chaining of bridges
 2015-05-21  8:03 UTC  (3+ messages)
` [PATCH v4 2/2] drm/DocBook: Add more drm_bridge documentation

[PATCH] s390/crypto: Fix incorrect ghash icv buffer handling
 2015-05-21  8:01 UTC 

[meta-oe][PATCH 0/4] 4 fixes for multilib
 2015-05-21  8:00 UTC  (5+ messages)
` [meta-oe][PATCH 1/4] libio-pty-perl: fix QA issue "
` [meta-oe][PATCH 2/4] lprng: "
` [meta-oe][PATCH 3/4] ctags: fix ${PN}-${PV} -> ${BP} "
` [meta-oe][PATCH 4/4] cscope: "

[PATCH 1/2] vt: add cursor blink interval escape sequence
 2015-05-21  8:00 UTC  (13+ messages)
` [PATCH v2 0/3] add cursor blink interval terminal "
  ` [PATCH v2 2/3] fbcon: use the cursor blink interval provided by vt

[PATCH net-next] rocker: move netevent neigh update to processes context
 2015-05-21  8:00 UTC  (3+ messages)

Recent drive errors
 2015-05-21  7:58 UTC  (4+ messages)

[PATCH] fbcon: Avoid deleting a timer in IRQ context
 2015-05-21  7:58 UTC  (2+ messages)

[PATCH RFC] x86, tsc: Allow for high latency in quick_pit_calibrate()
 2015-05-21  7:55 UTC 

[PATCH] iommu/rockchip: silence attaching and detaching of devices
 2015-05-21  7:57 UTC  (2+ messages)

[RFCv4 PATCH 00/34] sched: Energy cost model for energy-aware scheduling
 2015-05-21  7:57 UTC  (3+ messages)
` [RFCv4 PATCH 22/34] sched: Calculate energy consumption of sched_group

[Qemu-devel] [PATCH v6 00/13] Fix transactional snapshot with dataplane and NBD export
 2015-05-21  8:00 UTC  (5+ messages)
` [Qemu-devel] [PATCH v6 01/13] block: Add op blocker type "device IO"

[PATCH] mtd: blktrans: change blktrans_getgeo return value
 2015-05-21  7:55 UTC  (2+ messages)

xen scheduler
 2015-05-21  7:55 UTC  (5+ messages)

[PATCH v2] libsas: fix "sysfs group not found" warnings at port teardown time
 2015-05-21  7:54 UTC  (3+ messages)

[PATCH v3 0/7] rc: Add IR encode based wakeup filtering
 2015-05-21  7:53 UTC  (8+ messages)
` [PATCH v3 1/7] rc: rc-ir-raw: Add scancode encoder callback

[PATCH 0/5] Add Cygnus PCIe PHY support
 2015-05-21  7:52 UTC  (5+ messages)
` [PATCH 2/5] phy: iproc-mdio: Initial iProc MDC/MDIO support
` [PATCH 4/5] phy: cygnus: pcie: Add Cygnus PCIe PHY support

[PATCH v4 0/3] Compile-time stack frame pointer validation
 2015-05-21  7:52 UTC  (8+ messages)

linux-next: build failure after merge of the driver-core tree
 2015-05-21  7:52 UTC 

[Buildroot] [PATCH 0/2] qemu: allow selection of host qemu-user from menuconfig
 2015-05-21  7:51 UTC  (3+ messages)
` [Buildroot] [PATCH 2/2] qemu: add host/target Linux version check

[PATCH 0/7] mtd: brcmnand: add support for NAND core on bcma bus
 2015-05-21  7:51 UTC  (7+ messages)
` [PATCH 5/7] mtd: brcmnand: add bcma driver

[PATCH] mtd: cfi: Deiline large functions
 2015-05-21  7:50 UTC  (4+ messages)

3.14.28 : Unable to handle kernel paging request at virtual address
 2015-05-21  7:44 UTC 

4.1-rc4 display-port on radeon not working
 2015-05-21  7:50 UTC  (5+ messages)

[PATCH 0/6] Support multiple queues in vhost
 2015-05-21  7:49 UTC  (7+ messages)
` [PATCH 1/6] ixgbe: Support VMDq RSS in non-SRIOV environment
` [PATCH 2/6] lib_vhost: Support multiple queues in virtio dev
` [PATCH 3/6] lib_vhost: Set memory layout for multiple queues mode
` [PATCH 4/6] vhost: Add new command line option: rxq
` [PATCH 5/6] vhost: Support multiple queues
` [PATCH 6/6] virtio: Resolve for control queue

stack smashing in iproute/ip
 2015-05-21  7:47 UTC  (3+ messages)

[PATCH v8 0/8] LED / flash API integration
 2015-05-21  7:46 UTC  (3+ messages)
` [PATCH v8 5/8] exynos4-is: Add support for v4l2-flash subdevs

[PATCHv9 0/3] gnttab: Improve scaleability
 2015-05-21  7:46 UTC  (3+ messages)
` [PATCHv9 1/4] gnttab: per-active entry locking

[PATCH v8 00/16] Add support to STMicroelectronics STM32 family
 2015-05-21  7:46 UTC  (15+ messages)
` [PATCH v8 01/16] scripts: link-vmlinux: Don't pass page offset to kallsyms if XIP Kernel
` [PATCH v8 07/16] drivers: reset: Add STM32 reset driver

[PATCH 4/4] drm/i915/skl: enable WaForceContextSaveRestoreNonCoherent
 2015-05-21  7:45 UTC  (2+ messages)

[PATCH 1/2] cfg80211: ignore netif running state when changing iftype
 2015-05-21  7:44 UTC  (4+ messages)

[PATCHv3] edd: support original Phoenix EDD 3.0 information
 2015-05-21  7:43 UTC 

[PATCH v3] Fix endian issues and remove the board specific codes
 2015-05-21  7:43 UTC  (4+ messages)

[PATCH] barebox update: add note after successful update
 2015-05-21  7:41 UTC 

[Buildroot] [PATCH/next 1/3] package/x11r7/xdriver_xf86-input-libinput: bump version to 0.10.0
 2015-05-21  7:40 UTC  (3+ messages)
` [Buildroot] [PATCH/next 2/3] package/x11r7/xdriver_xf86-video-geode: bump version to 2.11.17
` [Buildroot] [PATCH/next 3/3] package/dovecot: Add optional support for icu

[PATCHv2] edd: support original Phoenix EDD 3.0 information
 2015-05-21  7:40 UTC  (2+ messages)

[PATCH] amth10k: fix promisc handling
 2015-05-21  7:40 UTC  (4+ messages)

DBus API for LTK OOB keys
 2015-05-21  7:38 UTC  (7+ messages)

[RFC v2 PATCH 0/6] MT8173 IOMMU SUPPORT
 2015-05-21  7:38 UTC  (10+ messages)
` [PATCH v2 4/6] soc: mediatek: Add SMI driver

[rumpuserxen test] 56875: regressions - FAIL
 2015-05-21  7:38 UTC 

Intel graphics drivers for Linux
 2015-05-21  7:40 UTC  (2+ messages)

[PATCH 1/3] tester: Refactor Read Local Public Key command
 2015-05-21  7:34 UTC  (2+ messages)

[GIT PULL] sound fixes for 4.1-rc5
 2015-05-21  7:33 UTC 

[PATCH 1/1] usb: ulpi: ulpi_init should be used in subsys_initcall
 2015-05-21  7:33 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] ARMv7: Factor out reusable timer_wait from sunxi/psci.S
 2015-05-21  7:32 UTC  (5+ messages)
` [U-Boot] [PATCH 2/2] arm/ls102xa: Add PSCI support for ls102xa

[PATCH] edd: support original Phoenix EDD 3.0 information
 2015-05-21  7:31 UTC  (3+ messages)

[PATCH] zlib: minor symbolic link issue
 2015-05-21  7:31 UTC  (4+ messages)

[PATCH v2] pipeline: add statistics for librte_pipeline ports and tables
 2015-05-21  7:29 UTC  (4+ messages)

[PATCH 1/3] git-verify-pack.txt: fix inconsistent spelling of "packfile"
 2015-05-21  7:27 UTC  (2+ messages)
` [PATCH] doc: "

[PATCH] ARM: dts: Update video-phy node with syscon phandle for Exynos3250
 2015-05-21  7:25 UTC  (5+ messages)

Packet capturing performance
 2015-05-21  7:25 UTC  (2+ messages)

[PATCH 1/2] ARM: dts: exynos4: Remove obsolete MIPI DPHY 'reg' property
 2015-05-21  7:24 UTC  (4+ messages)
` [PATCH 2/2] ARM: dts: exynos4415: Add syscon property to the MIPI DPHY


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.