All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-01-26 10:20:18 to 2016-01-26 10:49:37 UTC [more...]

Regression in v4.5-rc1, bisected to commit 39bfcd5235e0 ("drm/i915: more virtual south bridge detection")
 2016-01-26 10:49 UTC  (2+ messages)

scripts/remote: make clean leftovers
 2016-01-26 10:49 UTC  (2+ messages)

[Patch v3 00/12] Fix AMD IOMMU faults in kdump kernel
 2016-01-26 10:48 UTC  (14+ messages)
  ` [Patch v3 01/12] iommu/amd: Use standard bitmap operation to set bitmap
  ` [Patch v3 02/12] iommu/amd: Detect pre enabled translation
  ` [Patch v3 03/12] iommu/amd: move dte irq macro defitions to amd_iommu_types.h
  ` [Patch v3 04/12] iommu/amd: add copy_irq_table function
  ` [Patch v3 05/12] iommu/amd: change IOMMU_PTE_P to IOMMU_PTE_V
  ` [Patch v3 06/12] iommu/amd: Clean up the useless IOMMU_PTE_U/IOMMU_PTE_FC
  ` [Patch v3 07/12] iommu/amd: Add function copy_dev_tables
  ` [Patch v3 08/12] iommu/amd: set the device table and re-enable event/cmd buffer
  ` [Patch v3 09/12] iommu/amd: Don't update the domain information to iommu dev before dev init
  ` [Patch v3 10/12] iommu/amd: Update related domain info to dev when dev driver init
  ` [Patch v3 11/12] iommu/amd: No need to wait iommu completion if no dte irq entry change
  ` [Patch v3 12/12] iommu/amd: fix a code bug in do_attach

[Intel-wired-lan] e1000e driver - version 3.3.3
 2016-01-26 10:48 UTC 

Porting codec driver to DT
 2016-01-26 10:48 UTC 

[PATCH] mmc: sdhci-of-at91: fix pm runtime unbalanced issue in error path
 2016-01-26 10:42 UTC  (3+ messages)

[PATCH 1/2] mac80211: fix txq queue related crashes
 2016-01-26 10:45 UTC  (3+ messages)
` [PATCH 2/2] mac80211: expose txq queue depth and size to drivers

A collection of cleanups
 2016-01-26 10:45 UTC  (3+ messages)
` [PATCH 2/4] drm/i915: Fix context/engine cleanup order

[PATCH 1/4] crypto: sunxi - don't print uninitialized data
 2016-01-26 10:44 UTC  (3+ messages)

trace in arch/x86/kernel/apic/apic.c:1309 setup_local_APIC
 2016-01-26 10:43 UTC  (6+ messages)
      ` [Qemu-devel] "

[PATCH V3 1/2] regulator: Add document for MT6323 regulator
 2016-01-26 10:41 UTC  (5+ messages)
` [PATCH V3 2/2] regulator: mt6323: Add support "

[U-Boot] [PATCHv3 0/9] Migrate NXP/Freescale Vybrid based boards to support pure DT
 2016-01-26 10:42 UTC  (15+ messages)
` [U-Boot] [PATCHv3 1/9] arm: vybrid: Enable lpuart support
` [U-Boot] [PATCHv3 2/9] arm: vybrid: Update the license string
` [U-Boot] [PATCHv3 3/9] arm: colibri-vf: Enable serial support
` [U-Boot] [PATCHv3 4/9] arm: vybrid: Drop enabling GPIO, SPI and UART in legacy mode
` [U-Boot] [PATCHv3 5/9] arm: vf610-twr: Add device tree file's
` [U-Boot] [PATCHv3 6/9] arm: pcm052: "
` [U-Boot] [PATCHv3 7/9] arm: vybrid: Update defconfig's

[PATCH] mkswap: Add warnings for insecure device permissions/owners
 2016-01-26 10:42 UTC  (9+ messages)
  `  "

[Qemu-devel] [PATCH 0/4] usb: hotplug support for usb-bot and usb-uas
 2016-01-26 10:41 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] usb: make USBDevice->attached bool
` [Qemu-devel] [PATCH 2/4] usb: add attached property
` [Qemu-devel] [PATCH 3/4] usb-bot: hotplug support
` [Qemu-devel] [PATCH 4/4] usb-uas: "

[PATCH v6 10/12] usb: dbc: add handshake between debug target and host
 2016-01-26 10:40 UTC 

[Qemu-devel] [RFC PATCH 00/16] Qemu Bit Map (QBM) - an overlay format for persistent dirty bitmap
 2016-01-26 10:38 UTC  (17+ messages)
` [Qemu-devel] [RFC PATCH 01/16] doc: Add QBM format specification
` [Qemu-devel] [RFC PATCH 02/16] block: Set dirty before doing write
` [Qemu-devel] [RFC PATCH 03/16] block: Allow .bdrv_close callback to release dirty bitmaps
` [Qemu-devel] [RFC PATCH 04/16] block: Move filename_decompose to block.c
` [Qemu-devel] [RFC PATCH 05/16] block: Make bdrv_get_cluster_size public
` [Qemu-devel] [RFC PATCH 06/16] block: Introduce bdrv_dirty_bitmap_set_persistent
` [Qemu-devel] [RFC PATCH 07/16] block: Only swap non-persistent dirty bitmaps
` [Qemu-devel] [RFC PATCH 08/16] qmp: Add optional parameter "persistent" in block-dirty-bitmap-add
` [Qemu-devel] [RFC PATCH 09/16] qmp: Add block-dirty-bitmap-set-persistent
` [Qemu-devel] [RFC PATCH 10/16] qbm: Implement format driver
` [Qemu-devel] [RFC PATCH 11/16] qapi: Add "qbm" as a generic cow "
` [Qemu-devel] [RFC PATCH 12/16] iotests: Add qbm format to 041
` [Qemu-devel] [RFC PATCH 13/16] iotests: Add qbm to case 097
` [Qemu-devel] [RFC PATCH 14/16] iotests: Add qbm to applicable test cases
` [Qemu-devel] [RFC PATCH 15/16] iotests: Add qbm specific test case 140
` [Qemu-devel] [RFC PATCH 16/16] iotests: Add persistent bitmap test case 141

Toaster Testing plan now available on YP Wiki!
 2016-01-26 10:40 UTC  (5+ messages)

[sound:for-next 5/5] sound/firewire/bebob/bebob_stream.c:57:3-14: code aligned with following code on line 58
 2016-01-26 10:40 UTC  (3+ messages)

[Qemu-devel] [PATCH] memory: exit when hugepage allocation fails if mem-prealloc
 2016-01-26 10:40 UTC  (2+ messages)

[PATCH 1/3] fs: move struct timespec to include/linux/time.h
 2016-01-26 10:38 UTC  (3+ messages)
` [PATCH 2/3] fs: introduce include/linux/fs.h
` [PATCH 3/3] fs: import magic.h from Linux kernel

[PATCH v15 0/10] Support for creating/using Stolen memory backed objects
 2016-01-26 10:38 UTC  (3+ messages)
` [PATCH 09/10] drm/i915: Migrate stolen objects before hibernation

[Qemu-devel] [PATCH v2 1/1] nvdimm: disable balloon
 2016-01-26 10:38 UTC  (2+ messages)

[PATCH] ARM: dts: kirkwood: add device tree for buffalo linkstation ls-qvl;
 2016-01-26 10:36 UTC  (8+ messages)
` [PATCH v3] ARM: dts: kirkwood: add device tree for buffalo linkstation ls-qvl

[PATCH] mkswap: Add warnings for insecure device permissions/owners Logic modified from sys-utils/swapon.c
 2016-01-26 10:35 UTC  (3+ messages)
` [PATCH] mkswap: add "

[PATCH] mac80211: Requeue work after scan complete for all VIF types
 2016-01-26 10:35 UTC  (2+ messages)

[patch added to 3.12-stable] ALSA: rme96: Fix unexpected volume reset after rate changes
 2016-01-26 10:35 UTC  (20+ messages)
` [patch added to 3.12-stable] ALSA: hda - Add inverted dmic for Packard Bell DOTS
` [patch added to 3.12-stable] ALSA: hda - Set SKL+ hda controller power at freeze() and thaw()
` [patch added to 3.12-stable] ALSA: hda/realtek - Fix silent headphone output on MacPro 4,1 (v2)
` [patch added to 3.12-stable] ALSA: seq: Fix missing NULL check at remove_events ioctl
` [patch added to 3.12-stable] ALSA: seq: Fix race at timer setup and close
` [patch added to 3.12-stable] ALSA: timer: Harden slave timer list handling
` [patch added to 3.12-stable] ALSA: timer: Fix race among timer ioctls
` [patch added to 3.12-stable] ALSA: timer: Fix double unlink of active_list
` [patch added to 3.12-stable] ALSA: seq: Fix snd_seq_call_port_info_ioctl in compat mode
` [patch added to 3.12-stable] ALSA: pcm: Fix snd_pcm_hw_params struct copy "
` [patch added to 3.12-stable] ALSA: hrtimer: Fix stall by hrtimer_cancel()
` [patch added to 3.12-stable] ALSA: control: Avoid kernel warnings from tlv ioctl with numid 0
` [patch added to 3.12-stable] ASoC: wm8962: correct addresses for HPF_C_0/1
` [patch added to 3.12-stable] ASoC: arizona: Fix bclk for sample rates that are multiple of 4kHz
` [patch added to 3.12-stable] ASoC: compress: Fix compress device direction check
` [patch added to 3.12-stable] usb: xhci: fix config fail of FS hub behind a HS hub with MTT
` [patch added to 3.12-stable] USB: ipaq.c: fix a timeout loop
` [patch added to 3.12-stable] USB: cp210x: add ID for ELV Marble Sound Board 1
` [patch added to 3.12-stable] xhci: refuse loading if nousb is used

[PATCH v4 0/3] Enable X-Gene standby GPIO as interrupt controller
 2016-01-26 10:34 UTC  (4+ messages)
` [PATCH v4 1/3] gpio: xgene: "

[PATCH] rfkill: fix rfkill_fop_read wait_event usage
 2016-01-26 10:34 UTC 

[v3,11/41] mips: reuse asm-generic/barrier.h
 2016-01-26 10:32 UTC  (22+ messages)

[PATCH v2 1/2] pci: Add support for multiple DMA aliases
 2016-01-26 10:31 UTC  (2+ messages)
` [PATCH v2 2/2] pci: Add DMA alias quirk for mic_x200_dma

[PATCH] genirq: fix trigger flags check for shared irqs
 2016-01-26 10:31 UTC 

[Buildroot] [PATCH] ltp-testsuite: disable tirpc authdes_create tests
 2016-01-26 10:32 UTC  (2+ messages)

[PATCH RFC 0/6] x86/time: PVCLOCK_TSC_STABLE_BIT support
 2016-01-26 10:31 UTC  (7+ messages)
` [PATCH RFC 1/6] public/xen.h: add flags field to vcpu_time_info
` [PATCH RFC 3/6] x86/time: streamline platform time init on plt_init()

[uml-devel] (no subject)
 2016-01-26 10:31 UTC  (4+ messages)
` [PATCH 03/22] scsi: Fix dependencies for !HAS_IOMEM and !HAS_DMA archs

[patch] ceph: checking for IS_ERR instead of NULL
 2016-01-26 10:30 UTC  (3+ messages)

[PATCH 0/5 for 2.3] vhost rxtx refactor
 2016-01-26 10:30 UTC  (3+ messages)
` [PATCH 1/5] vhost: refactor rte_vhost_dequeue_burst

[PATCH 1/2] crypto: jitterentropy - always select CRYPTO_RNG
 2016-01-26 10:30 UTC  (3+ messages)

undefined reference to `efi_call'
 2016-01-26 10:29 UTC 

[PATCH] mmc: sdhci-iproc: use sdhci_pltfm_unregister directly
 2016-01-26 10:26 UTC  (3+ messages)

[PATCH 00/13] ath10k: implement push-pull tx model
 2016-01-26 10:28 UTC  (6+ messages)
` [PATCH 13/13] ath10k: implement push-pull tx

[Buildroot] [git commit] ltp-testsuite: disable tirpc authdes_create tests
 2016-01-26 10:28 UTC 

[PATCH v6 00/12] usb: early: add support for early printk through USB3 debug port
 2016-01-26 10:27 UTC  (4+ messages)
` [PATCH v6 03/12] usb: dbc: probe and setup xhci debug capability

[PATCH 0/4] crypto: Key Derivation Function (SP800-108)
 2016-01-26 10:28 UTC  (3+ messages)
` [PATCH 3/4] crypto: kdf - SP800-108 Key Derivation Function

[Qemu-devel] [PATCH v17 0/9] Virtual Machine Generation ID
 2016-01-26 10:28 UTC  (4+ messages)
` [Qemu-devel] [PATCH v17 7/9] add MachineClass->default_props for setting default device properties

[Qemu-devel] [PATCH v2 1/3] linux-user/mmap.c: Set prot page flags for the correct region in mmap_frag()
 2016-01-26 10:26 UTC  (6+ messages)

[PATCH v6 08/11] eal: pci: introduce RTE_KDRV_VFIO_NOIOMMUi driver mode
 2016-01-26 10:26 UTC  (5+ messages)

gpu: kmalloc size WARNING in vga_arb_write
 2016-01-26 10:26 UTC 

Add my git tree for linux-next
 2016-01-26 10:26 UTC  (3+ messages)

[PATCH v2 1/2] serial: atmel: trivial: clean the IP version decoding code
 2016-01-26 10:26 UTC  (6+ messages)
` [PATCH v2 2/2] serial: atmel: add support for new UART version

[PATCH 2/2] serial: atmel: add support for new UART version
 2016-01-26 10:25 UTC  (4+ messages)

[PATCH v4 00/13] mmc: use sdhci_pltfm_init for private allocation and clean up
 2016-01-26 10:15 UTC  (20+ messages)
` [PATCH v4 01/13] mmc: sdhci-bcm2835: use sdhci_pltfm_init for private allocation
` [PATCH v4 02/13] mmc: sdhci-esdhc-imx: "
` [PATCH v4 03/13] mmc: sdhci-msm: factorise sdhci_msm_pdata outisde of sdhci_msm_host
` [PATCH v4 04/13] mmc: sdhci-msm: use sdhci_pltfm_init for private allocation
` [PATCH v4 05/13] mmc: sdhci-of-arasan: fix clk issue in sdhci_arasan_remove()
` [PATCH v4 06/13] mmc: sdhci-of-arasan: use sdhci_pltfm_init for private allocation
` [PATCH v4 07/13] mmc: sdhci-of-at91: "
` [PATCH v4 08/13] mmc: sdhci-of-esdhc: "
` [PATCH v4 09/13] mmc: sdhci-pxav3: "
` [PATCH v4 10/13] mmc: sdhci-st: "
` [PATCH v4 11/13] mmc: sdhci-tegra: "
` [PATCH v4 12/13] mmc: sdhci-pxav2: remove unnecessary assignment of pltfm_host->priv
` [PATCH v4 13/13] mmc: sdhci-pltfm: remove priv variable from sdhci_pltfm_host

[PATCH] gpio/sysfs: Add ID parameter for GPIO lines
 2016-01-26 10:25 UTC  (2+ messages)

[U-Boot] [PATCH 00/22] xilinx-ppc4xx: Cleanout and port to DM serial
 2016-01-26 10:24 UTC  (23+ messages)
` [U-Boot] [PATCH 01/22] ppc: xilinx-ppc440: Remove support for ml507
` [U-Boot] [PATCH 02/22] ppc: xilinx-ppc405: Remove support for fx12mm
` [U-Boot] [PATCH 03/22] xilinx-ppc440: Remove support for v5fx30teval
` [U-Boot] [PATCH 04/22] .mailmap: Add all the mail alias for Ricardo Ribalda
` [U-Boot] [PATCH 05/22] mailaddr: Update mail address
` [U-Boot] [PATCH 06/22] ppc: pp405-generic: Simplify Makefile
` [U-Boot] [PATCH 07/22] ppc: pp440-generic: "
` [U-Boot] [PATCH 08/22] ppc: ppc440: ppc440-generic_flash_defconfig
` [U-Boot] [PATCH 09/22] ppc: ppc405: ppc405-generic_flash_defconfig
` [U-Boot] [PATCH 10/22] ppc: xilinx-ppc440-generic: Cleanout header files
` [U-Boot] [PATCH 11/22] ppc: xilinx-ppc405-generic: "
` [U-Boot] [PATCH 12/22] ppc: xilinx-ppc4xx-generic: Update xparameters.h
` [U-Boot] [PATCH 13/22] ppc: dts: Add device tree for xilix-ppc4xx-generic
` [U-Boot] [PATCH 14/22] configs/xilinx-ppc405-generic: Typos and size
` [U-Boot] [PATCH 15/22] configs/xilinx-ppc440-generic: "
` [U-Boot] [PATCH 16/22] ppc: xilinx-ppc4xx: Port to DM serial
` [U-Boot] [PATCH 17/22] ppc: xilinx_ppc405_generic: Remove weak attributes
` [U-Boot] [PATCH 18/22] ppc: xilinx_ppc440_generic: "
` [U-Boot] [PATCH 19/22] ppc: xilinx_ppc405_generic: Remove uncalled functions
` [U-Boot] [PATCH 20/22] ppc: xilinx_ppc440_generic: "
` [U-Boot] [PATCH 21/22] net: xilinx_ll_temac: Fix string overflow
` [U-Boot] [PATCH 22/22] ppc: xilinx-ppc440-generic: Wire LL_TEMAC driver

[PATCH V6 8/8] hvsock: introduce Hyper-V Socket feature
 2016-01-26 10:24 UTC  (2+ messages)

[PATCH v5 0/8] Refactor DT specific codes preparing for ACPI support on ARM64
 2016-01-26 10:23 UTC  (4+ messages)
` [PATCH v5 1/8] Kconfig: import kconfig.h from Linux 4.3

[PATCH v6] clk: mediatek: Export CPU mux clocks for CPU frequency control
 2016-01-26 10:23 UTC  (6+ messages)

[PATCH] dim: Automatically sign-off patches from others
 2016-01-26 10:22 UTC  (2+ messages)
` [PATCH v2] "

pull request: iwlwifi 2016-01-26
 2016-01-26 10:21 UTC  (6+ messages)
` [PATCH 1/5] iwlwifi: add new 3168 series devices support
` [PATCH 2/5] iwlwifi: add device ID for 8265
` [PATCH 3/5] iwlwifi: dvm: calib.c: fix min() warning
` [PATCH 4/5] iwlwifi: update support for 3168 series firmware and NVM
` [PATCH 5/5] iwlwifi: mvm: rs: fix TPC statistics handling

VFIO based vGPU(was Re: [Announcement] 2015-Q3 release of XenGT - a Mediated ...)
 2016-01-26 10:20 UTC  (11+ messages)
                ` [Qemu-devel] "


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.