All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-12-30 14:06:54 to 2016-12-30 16:05:57 UTC [more...]

[Qemu-devel] [PATCH v2 00/18] I/O prefetch cache
 2016-12-30 14:31 UTC  (14+ messages)
` [Qemu-devel] [PATCH v2 02/18] util/rbtree: add rbtree from linux kernel
` [Qemu-devel] [PATCH v2 03/18] util/rbcache: range-based cache core
` [Qemu-devel] [PATCH v2 05/18] block/pcache: statistics collection read requests
` [Qemu-devel] [PATCH v2 07/18] block/pcache: updating statistics for overlapping requests
` [Qemu-devel] [PATCH v2 08/18] block/pcache: add AIO readahead
` [Qemu-devel] [PATCH v2 10/18] block/pcache: cache invalidation on write requests
` [Qemu-devel] [PATCH v2 11/18] block/pcache: add reading data from the cache
` [Qemu-devel] [PATCH v2 12/18] block/pcache: inflight readahead request waiting for read
` [Qemu-devel] [PATCH v2 14/18] block/pcache: up-to-date cache for removed nodes
` [Qemu-devel] [PATCH v2 15/18] block/pcache: pick up parts of the cache
` [Qemu-devel] [PATCH v2 16/18] block/pcache: drop used pcache nodes
` [Qemu-devel] [PATCH v2 17/18] qapi: allow blockdev-add for pcache
` [Qemu-devel] [PATCH v2 18/18] block/pcache: add tracepoints

[PATCH] Fix interface autodetection in legacy IDE driver (trial #2)
 2016-12-30 16:05 UTC  (4+ messages)

[PATCH 0/7] vm, vmscan: enahance vmscan tracepoints
 2016-12-30 16:04 UTC  (8+ messages)
` [PATCH 2/7] mm, vmscan: add active list aging tracepoint

[BUG] 4.9.0 build error on Alpha
 2016-12-30 16:02 UTC  (4+ messages)

[PATCH v3 0/2] add support to STM LSM6DS3-LSM6DSM 6-axis Mems sensor
 2016-12-30 16:01 UTC  (4+ messages)
` [PATCH v3 1/2] iio: imu: add support to lsm6dsx driver

[RFC 0/4] x86: keep TASK_SIZE in sync with mm->task_size
 2016-12-30 15:56 UTC  (10+ messages)
` [RFC 1/4] mm: remove unused TASK_SIZE_OF()

[PATCHv2 0/5] Add generic pinctrl helpers for managing groups and function
 2016-12-30 15:59 UTC  (18+ messages)
` [PATCH 2/5] pinctrl: core: Add generic pinctrl functions for managing groups
` [PATCH 3/5] "
` [PATCH 4/5] pinctrl: single: Use generic pinctrl helpers "
` [PATCH 5/5] pinctrl: single: Use generic pinmux helpers for managing functions

QCA9377 Bluetooth Audio not working with HSP profile
 2016-12-30 15:56 UTC 

[PATCH 0/4] PCI: exynos: use the PHY generic framework
 2016-12-30 15:56 UTC  (2+ messages)

[PULL] Two documentation fixes
 2016-12-30 15:56 UTC 

TPM 2.0 device driver blocking open
 2016-12-30 15:53 UTC 

[GIT PULL] ARM: exynos: Late mach/soc for v4.10
 2016-12-30 15:53 UTC  (3+ messages)

[PATCH 0/5] Lirc staging drivers
 2016-12-30 15:46 UTC  (7+ messages)
` [PATCH 1/5] [media] ir-rx51: port to rc-core

Build error with clang 4.0
 2016-12-30 15:44 UTC  (2+ messages)

[PATCH v2] mfd: mc13xxx: Set the irq type
 2016-12-30 15:43 UTC  (2+ messages)

[Intel-wired-lan] [net-next PATCH 0/6] i40e: Add VF port representator support or SR-IOV VFs
 2016-12-30 15:43 UTC  (7+ messages)
` [Intel-wired-lan] [net-next PATCH 3/6] i40e: Sync link state between VFs and VFPRs
  `  "
` [Intel-wired-lan] [net-next PATCH 5/6] i40e: Add TX and RX support in switchdev mode
  `  "

Proposal for the ASN.1 form of TPM1.2 and TPM2 keys
 2016-12-30 15:40 UTC  (6+ messages)
  ` [gnutls-devel] "

[Qemu-devel] [PATCH] [M25P80] Make sure not to overrun the internal data buffer
 2016-12-30 15:39 UTC  (7+ messages)

[PATCH] spi: s3c64xx: Don't request/release DMA channels for each SPI transfer
 2016-12-30 15:39 UTC  (2+ messages)

[PATCH 0/2] Enable inlinelinks of alphapf.bst for 1c
 2016-12-30 15:33 UTC  (5+ messages)

[Bug 176951] boot fails unless acpi=off Acer Travelmate X-349
 2016-12-30 15:32 UTC 

[Buildroot] [PATCH] eudev: build with older kernels
 2016-12-30 15:32 UTC  (7+ messages)

[RFC 00/23] Refactor eal_init to remove panic() calls
 2016-12-30 15:26 UTC  (24+ messages)
` [RFC 01/23] eal: CPU init will no longer panic
` [RFC 02/23] eal: return error instead of panic for cpu init
` [RFC 03/23] eal: No panic on hugepages info init
` [RFC 04/23] eal: do not panic on failed hugepage query
` [RFC 05/23] eal: failure to parse args returns error
` [RFC 06/23] eal-common: introduce a way to query cpu support
` [RFC 07/23] eal: Signal error when CPU isn't supported
` [RFC 08/23] eal: do not panic on memzone initialization fails
` [RFC 09/23] eal: set errno when exiting for already called
` [RFC 10/23] eal: Do not panic on log failures
` [RFC 11/23] eal: Do not panic on pci-probe
` [RFC 12/23] eal: do not panic on vfio failure
` [RFC 13/23] eal: do not panic on memory init
` [RFC 14/23] eal: do not panic on tailq init
` [RFC 15/23] eal: do not panic on alarm init
` [RFC 16/23] eal: convert timer_init not to call panic
` [RFC 17/23] eal: change the private pipe call to reflect errno
` [RFC 18/23] eal: Do not panic on interrupt thread init
` [RFC 19/23] eal: do not error if plugins fail to init
` [RFC 20/23] eal_pci: Continue probing even on failures
` [RFC 21/23] eal: do not panic on failed PCI probe
` [RFC 22/23] eal_common_dev: continue initializing vdevs
` [RFC 23/23] eal: do not panic (or abort) if vdev init fails

[PATCH 0/2] mmc: sdhci-iproc: Improve bcm2835 performance
 2016-12-30 15:24 UTC  (6+ messages)
` [PATCH 1/2] mmc: sdhci-iproc: Apply caps from bcm2835-mmc driver
` [PATCH 2/2] mmc: sdhci-iproc: Increase max_blk_size for bcm2835

[LTP] State of RPC and TI-RPC Test Suite tests
 2016-12-30 15:25 UTC 

[Qemu-devel] [PATCH 01/18] Patch set to get full IPMI over SMBus
 2016-12-30 15:21 UTC  (20+ messages)
` [Qemu-devel] [PATCH 01/19] i2c: Allow I2C devices to NAK start events
` [Qemu-devel] [PATCH 02/19] i2c-smbus: Use a int for return
` [Qemu-devel] [PATCH 03/19] i2c:pm_smbus: Clean up some style issues
` [Qemu-devel] [PATCH 04/19] i2c:pm_smbus: Fix the semantics of block I2C transfers
` [Qemu-devel] [PATCH 05/19] i2c:pm_smbus: Make the I2C block read command read-only
` [Qemu-devel] [PATCH 06/19] i2c:pm_smbus: Add block transfer capability
` [Qemu-devel] [PATCH 07/19] i2c:pm_smbus: Fix state transfer
` [Qemu-devel] [PATCH 08/19] i2c:pm_smbus: Add interrupt handling
` [Qemu-devel] [PATCH 09/19] i2c:pm_smbus: Add the ability to force block transfer enable
` [Qemu-devel] [PATCH 10/19] ipmi: Add an SMBus IPMI interface
` [Qemu-devel] [PATCH 11/19] acpi: Add i2c serial bus CRS handling
` [Qemu-devel] [PATCH 12/19] ipmi: Fix SSIF ACPI handling to use the right CRS
` [Qemu-devel] [PATCH 13/19] pc: Add _enabled to the end of some boolean flags
` [Qemu-devel] [PATCH 14/19] pc: Add an SMB0 ACPI device to q35
` [Qemu-devel] [PATCH 15/19] hw: Add an IRQ interface
` [Qemu-devel] [PATCH 16/19] isa: Add an irq device
` [Qemu-devel] [PATCH 17/19] i2c: Allow SMBus device to NAK start events
` [Qemu-devel] [PATCH 18/19] i2c: Add an SMBus alert device
` [Qemu-devel] [PATCH 19/19] ipmi_smbus: Add alert capability to the IPMI SSIF code

[PATCH v2 03/11] lpfc: Deprecate lpfc_soft_wwn parameter
 2016-12-30 15:21 UTC  (7+ messages)

[PATCH v2 1/6] ARM: mach-mx31_3ds: Remove camera support
 2016-12-30 15:19 UTC  (4+ messages)

[PATCH v2 0/4] Use Exynos macros for pinctrl settings
 2016-12-30 15:17 UTC  (10+ messages)
  ` [PATCH v2 1/4] pinctrl: samsung: Fix the width of PINCFG_TYPE_DRV bitfields for Exynos5433
  ` [PATCH v2 3/4] ARM64: dts: exynos5433: use macros for pinctrl configuration on Exynos5433

[PATCH 0/2] iio: GPIO power switch support
 2016-12-30 15:15 UTC  (13+ messages)
` [PATCH 1/2] devicetree: power: add bindings for GPIO-driven power switches
` [PATCH 2/2] iio: misc: add support for GPIO "

[PATCH 11/21] mmc: core: First step in cleaning up public mmc header files
 2016-12-30 15:11 UTC  (3+ messages)

sg_io HARDENED_USERCOPY_PAGESPAN trace
 2016-12-30 15:10 UTC  (6+ messages)

[Buildroot] [PATCH] efl: remove 'upower' ecore module
 2016-12-30 15:10 UTC  (8+ messages)
        ` [Buildroot] [PATCH] efl: optional 'upower' ecore system module

[PATCH v2 0/5] arm64: dts: Enable bus frequency scaling on Exynos5433-based TM2 board
 2016-12-30 15:08 UTC  (8+ messages)
` [PATCH v2 4/5] arm64: dts: exynos5433: Add bus dt node using VDD_INT for Exynos5433

[U-Boot] [RESEND PATCH v3 1/2] mmc: rockchip_sdhci: add clock init for mmc
 2016-12-30 15:07 UTC  (8+ messages)

[PATCH 0/9] Runtime PM for Exynos pin controller driver
 2016-12-30 15:05 UTC  (8+ messages)
  ` [PATCH 7/9] pinctrl: samsung: Add property to mark pad state as suitable for power down

[PATCH 0/3] cpufreq: intel_pstate: Locking and limits fix-ups
 2016-12-30 14:58 UTC  (4+ messages)
` [PATCH 1/3] cpufreq: intel_pstate: Use locking in intel_pstate_resume()
` [PATCH 2/3] cpufreq: intel_pstate: Use locking in intel_cpufreq_verify_policy()
` [PATCH 3/3] cpufreq: intel_pstate: Always keep all limits settings in sync

Bluestore with ZS
 2016-12-30 15:00 UTC  (6+ messages)

[PATCH] cris: kgdb: fix spelling mistake: "trigging" -> "triggering"
 2016-12-30 14:58 UTC 

[PATCH] lpfc: Reinstate lpfc_soft_wwn parameter
 2016-12-30 14:57 UTC 

[PATCH] drm/armada: s/drm_mm_dump_table/drm_mm_print/
 2016-12-30 14:55 UTC 

[Buildroot] [PATCH] mysql: don't allow selection when dependencies are missing
 2016-12-30 14:54 UTC  (2+ messages)

[PATCH v2] ARM64: dts: meson-gx: Add reserved memory zone and usable memory range
 2016-12-30 14:51 UTC  (5+ messages)

[PATCH][V3] rtlwifi: fix spelling mistake: "encrypiton" -> "encryption"
 2016-12-30 14:50 UTC 

[drm-tip:drm-tip 390/412] drivers/gpu/drm/armada/armada_debugfs.c:25:2: error: implicit declaration of function 'drm_mm_dump_table'
 2016-12-30 14:49 UTC 

PCI: Revert "PCI: Add runtime PM support for PCIe ports"
 2016-12-30 14:48 UTC  (9+ messages)

[PATCH 0/2] ARM: add Exynos4412 Prime SoC support
 2016-12-30 14:47 UTC  (9+ messages)
` [PATCH 2/2] ARM: dts: Add CPU OPPs for Exynos4412 Prime

[PATCH 1/2] ath10k: add accounting for the extended peer statistics
 2016-12-30 14:47 UTC  (6+ messages)
` [1/2] "

[PATCH][V3] [media] gp8psk: fix spelling mistake: "firmare" -> "firmware"
 2016-12-30 14:46 UTC 

[Buildroot] [Bug 9546] New: seems BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS do nothing
 2016-12-30 14:46 UTC 

[Buildroot] [Bug 9541] New: Platform drivers autoloading from info in device tree does not work
 2016-12-30 14:42 UTC 

[PATCH v9 0/3] add support for Allwinner SoCs ADC
 2016-12-30 14:40 UTC  (4+ messages)
` [PATCH v9 3/3] iio: adc: "

[PATCH] ALSA: snd-usb: fix IRQ triggered NULL pointer dereference
 2016-12-30 14:39 UTC  (7+ messages)

[PATCH] IB/isert: fix spelling mistake: "teminating" -> "terminating"
 2016-12-30 14:38 UTC 

[Buildroot] [PATCH v3] rtl8723bs: new package
 2016-12-30 14:38 UTC 

[PATCH v7 0/5] Add support for the STM32F4 I2C
 2016-12-30 14:36 UTC  (7+ messages)
` [PATCH v7 3/5] ARM: dts: stm32: Add I2C1 support for STM32F429 SoC

[PATCH][V2] [media] gp8psk: fix spelling mistake: "firmare" -> "firmware"
 2016-12-30 14:35 UTC  (2+ messages)

[Buildroot] Module autoloading based on info from device tree
 2016-12-30 14:33 UTC 

[Qemu-devel] [PATCH] pc: fix crash in rtc_set_memory() if initial cpu is marked as hotplugged
 2016-12-30 14:33 UTC 

[PATCH] drm: Avoid NULL dereference of drm_device.dev
 2016-12-30 14:30 UTC  (2+ messages)

[Qemu-devel] [PATCH] qdev: Make "hotplugged" property read-only
 2016-12-30 14:28 UTC  (2+ messages)

[PATCH] ARM: dts: imx6q-utilite-pro: enable 2nd display pipeline
 2016-12-30 14:27 UTC  (3+ messages)

[PATCH] memstick: fix spelling mistake: "randomally" -> "randomly"
 2016-12-30 14:24 UTC 

Клиентскую базу? Mail: prodawez392@gmail.com Skype: prodawez390 т +79139230330 (whats\viber\telegr) Подробнее!
 2016-12-30 14:25 UTC 

Клиентскую базу? Mail: prodawez392@gmail.com Skype: prodawez390 т +79139230330 (whats\viber\telegr) Подробнее!
 2016-12-30 14:23 UTC 

[U-Boot] [PATCH] mmc: uniphier-sd: fix Kconfig dependency
 2016-12-30 14:20 UTC 

[PATCH, RFC] xfs: use per-AG reservations for the finobt
 2016-12-30 14:19 UTC 

[PATCH 0/3] ata: add m68k/Atari Falcon PATA support
 2016-12-30 14:12 UTC  (5+ messages)
  ` [PATCH 1/3] ata: allow subsystem to be used on m68k arch

[PATCH 01/17] drm/docs: Small cleanup in drm-uapi.rst
 2016-12-30 14:11 UTC  (3+ messages)
` [PATCH 14/17] drm/cma-helpers: Use recommened kerneldoc for struct member refs

[patch] mm, thp: always direct reclaim for MADV_HUGEPAGE even when deferred
 2016-12-30 14:08 UTC  (7+ messages)

[PATCH] ath9k: fix spelling mistake: "meaurement" -> "measurement"
 2016-12-30 14:06 UTC  (2+ messages)

[PATCH] drm/i915: Drain freed objects for mmap space exhaustion
 2016-12-30 14:07 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] pinctrl: stricten up generic group code
 2016-12-30 14:07 UTC  (2+ messages)

[LSF/MM TOPIC] wmark based pro-active compaction
 2016-12-30 14:06 UTC  (2+ messages)


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.