All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-08-06 03:11:41 to 2014-08-06 06:22:59 UTC [more...]

[Qemu-devel] [PATCH v3 for-2.2 0/8] don't use Yoda conditions
 2014-08-06  6:05 UTC  (4+ messages)
` [Qemu-trivial] "

[Qemu-devel] [v3][PATCH 0/5] xen: introduce new machine for IGD passthrough
 2014-08-06  6:22 UTC  (13+ messages)
` [Qemu-devel] [v3][PATCH 1/4] i440fx: make types configurable at run-time
      `  "
` [Qemu-devel] [v3][PATCH 2/4] hw:i386:pc_piix: split pc_init1()
      `  "
` [Qemu-devel] [v3][PATCH 3/4] xen:hw:pci-host:piix: create host bridge to passthrough
      `  "

Performance Degradation because of Neighboring VMs
 2014-08-06  6:21 UTC 

[Qemu-devel] [questions] about qemu log
 2014-08-06  6:20 UTC  (12+ messages)

[Xenomai] a question about irqloop
 2014-08-06  6:19 UTC 

[PATCH v14 0/6] mmc: omap_hsmmc: Enable SDIO IRQ
 2014-08-06  6:18 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/4] fix several bugs about use-after-free and an api abuse
 2014-08-06  6:15 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/4] l2cap: fix access freed memory
` [Qemu-devel] [PATCH v2 2/4] monitor: "
` [Qemu-devel] [PATCH v2 3/4] virtio-blk: fix reference a pointer which might be freed
` [Qemu-devel] [PATCH v2 4/4] ivshmem: check the value returned by fstat()

[Qemu-devel] qemu live migration error from 2.0 to 2.1
 2014-08-06  6:16 UTC  (4+ messages)

[PATCH 0/2] new API to allocate buffer-cache for superblock in non-movable area
 2014-08-06  6:15 UTC  (14+ messages)

[nightly] Core TISDK 2014.08 build 2014-08-06_01-00-30
 2014-08-06  5:57 UTC 

[GIT PULL] namespace updates for v3.17-rc1
 2014-08-06  6:06 UTC  (9+ messages)

[media:v4l_for_linus 393/499] tuner-core.c:undefined reference to `xc5000_attach'
 2014-08-06  6:04 UTC 

[Bug 75241] New: radeon_compute_pll_avivo broken in 3.15-rc3
 2014-08-06  6:00 UTC  (2+ messages)
` [Bug 75241] "

[PATCH 1/2] usbtv: split core and video implementation
 2014-08-06  5:46 UTC  (5+ messages)
` [PATCH 2/2] usbtv: add audio support

[lm-sensors] [RFT][PATCH v2 2/2] hwmon: (da9055) Convert to devm_hwmon_device_register_with_groups
 2014-08-06  5:50 UTC  (2+ messages)
` [lm-sensors] [RFT][PATCH v2 2/2] hwmon: (da9055) Convert to devm_hwmon_device_register_with_grou

NVMe: Fix partition detection issue during hotplug
 2014-08-06  5:47 UTC 

(unknown),
 2014-08-06  5:47 UTC 

Hi
 2014-08-06  5:19 UTC 

[PATCH 0/3] misc .gitignore-related fixes
 2014-08-06  5:44 UTC  (4+ messages)
` [PATCH 1/3] openrisc: add barebox.lds to .gitignore
` [PATCH 2/3] scripts: add bareboximd{,-target} "
` [PATCH 3/3] fixup! dtc: compile fdtget

[PATCH] powerpc: Add POWER8 features to CPU_FTRS_POSSIBLE/ALWAYS
 2014-08-06  5:42 UTC 

[PATCH RFC] sched: deferred set priority (dprio)
 2014-08-06  5:41 UTC  (7+ messages)

[Qemu-devel] [PATCH v5 0/6] memory API improvements and bug fixes for memory
 2014-08-06  5:36 UTC  (7+ messages)
` [Qemu-devel] [PATCH v5 1/6] exec: add parameter errp to qemu_ram_alloc and qemu_ram_alloc_from_ptr
` [Qemu-devel] [PATCH v5 2/6] memory: add parameter errp to memory_region_init_ram
` [Qemu-devel] [PATCH v5 3/6] memory: add parameter errp to memory_region_init_ram_ptr
` [Qemu-devel] [PATCH v5 4/6] memory: add parameter errp to memory_region_init_rom_device
` [Qemu-devel] [PATCH v5 5/6] hostmem-ram: don't exit qemu if size of memory-backend-ram is way too big
` [Qemu-devel] [PATCH v5 6/6] exec: improve error handling and reporting in file_ram_alloc() and gethugepagesize()

[Buildroot] [PATCH 1/1] manual: fix copy/paste error in python package example
 2014-08-06  5:38 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH v2 00/10] virtio-scsi: Dataplane on single iothread
 2014-08-06  5:35 UTC  (11+ messages)
` [Qemu-devel] [RFC PATCH v2 01/10] virtio: Compile vring code unconditionally
` [Qemu-devel] [RFC PATCH v2 02/10] virtio-scsi: Split virtio_scsi_handle_cmd_req from virtio_scsi_handle_cmd
` [Qemu-devel] [RFC PATCH v2 03/10] virtio-scsi: Split virtio_scsi_handle_ctrl_req from virtio_scsi_handle_ctrl
` [Qemu-devel] [RFC PATCH v2 04/10] virtio-scsi: Add VirtIOSCSIVring in VirtIOSCSIReq
` [Qemu-devel] [RFC PATCH v2 05/10] virtio-scsi: Make virtio_scsi_init_req public
` [Qemu-devel] [RFC PATCH v2 06/10] virtio-scsi: Make virtio_scsi_free_req public
` [Qemu-devel] [RFC PATCH v2 07/10] virtio-scsi: Make virtio_scsi_push_event public
` [Qemu-devel] [RFC PATCH v2 08/10] virtio-scsi: Add 'iothread' property to virtio-scsi-pci
` [Qemu-devel] [RFC PATCH v2 09/10] virtio-scsi-dataplane: Code to run virtio-scsi on iothread
` [Qemu-devel] [RFC PATCH v2 10/10] virtio-scsi: Hook up with dataplane

[PATCH 0/3] vhost example based on user space vhost library
 2014-08-06  5:34 UTC  (4+ messages)
` [PATCH 3/3] examples/vhost: add new vhost example

[PATCH] lots of documentation fixes/rewordings in git-init(1)
 2014-08-06  5:34 UTC  (13+ messages)
` [PATCH 1/7] Documentation: git-init: typographical fixes
` [PATCH 3/7] Documentation: git-init: template directory: reword
` [PATCH 4/7] Documentation: git-init: --separate-git-dir: clarify
` [PATCH 7/7] Documentation: git-init: flesh out example

[Qemu-devel] [PATCH v1 00/17] dataplane: optimization and multi virtqueue support
 2014-08-06  5:33 UTC  (6+ messages)

[PATCH v2 0/2] Stream fd to clean filter
 2014-08-06  5:32 UTC  (3+ messages)
` [PATCH v2 1/2] convert: Refactor would_convert_to_git() to single arg 'path'
` [PATCH v2 2/2] convert: Stream from fd to required clean filter instead of mmap

[PATCH 0/6] Rename DP training vswing/pre-emph defines
 2014-08-06  5:31 UTC  (6+ messages)
` [PATCH 1/6] drm: Renaming "

[PATCH] random: remove the unused parameter to avoid the compile warning
 2014-08-06  5:20 UTC 

[Xen-users] xen on centos6.5 issue with /proc/xen
 2014-08-06  5:22 UTC  (2+ messages)

[PATCH V2] Thermal: imx: add i.mx6sx thermal support
 2014-08-06  5:17 UTC  (2+ messages)

Hi
 2014-08-06  5:19 UTC 

[PATCHv2] i2c: i2c-imx: Fix format warning for dev_dbg
 2014-08-06  5:09 UTC  (6+ messages)

[PATCH] cpufreq_opp.c: Fixed the __might_sleep by changing GFP_KERNEL to GFP_ATOMIC
 2014-08-06  5:08 UTC  (3+ messages)

[GIT] Sparc
 2014-08-06  5:03 UTC  (2+ messages)

[GIT] Networking
 2014-08-06  5:02 UTC  (2+ messages)

[GIT] IDE
 2014-08-06  5:03 UTC 

[Qemu-devel] about -enable-kvm options
 2014-08-06  4:59 UTC  (3+ messages)

[PATCH 1/2] powerpc/64e: Add __ref to early_alloc_pgtable()
 2014-08-06  4:58 UTC  (5+ messages)
` [PATCH 2/2] powerpc/nohash: Split __early_init_mmu() into boot and secondary

bucket index sharding - IO throttle
 2014-08-06  4:38 UTC  (5+ messages)

[PATCH 04/15] [media] dvb: fix decimal printf format specifiers prefixed with 0x
 2014-08-06  4:42 UTC 

[PATCH v6 00/10] vnuma introduction
 2014-08-06  4:48 UTC  (7+ messages)
` [PATCH v6 05/10] libxl: vnuma topology configuration parser and doc
` [PATCH v6 07/10] libxc: allocate domain memory for vnuma enabled

[PATCH 09/15] pinctrl: pinctrl-at91.c: fix decimal printf format specifiers prefixed with 0x
 2014-08-06  4:43 UTC  (2+ messages)

[PATCH 11/15] TTY: fix decimal printf format specifiers prefixed with 0x
 2014-08-06  4:43 UTC 

[PATCH 14/15] xfs: fix decimal printf format specifiers prefixed with 0x
 2014-08-06  4:44 UTC  (2+ messages)

[RFC PATCH] kprobes: arm: enable OPTPROBES for arm 32
 2014-08-06  4:44 UTC  (3+ messages)

[PATCH 15/15] ASoC: fix decimal printf format specifiers prefixed with 0x
 2014-08-06  4:44 UTC 

[PATCH 13/15] exofs: fix decimal printf format specifiers prefixed with 0x
 2014-08-06  4:44 UTC 

[PATCH 12/15] usb: musb: ux500: fix decimal printf format specifiers prefixed with 0x
 2014-08-06  4:43 UTC 

[PATCH 06/15] vmxnet3: fix decimal printf format specifiers prefixed with 0x
 2014-08-06  4:42 UTC 

[PATCH 08/15] rtlwifi: rtl8192de: fix decimal printf format specifiers prefixed with 0x
 2014-08-06  4:43 UTC 

[PATCH 07/15] mwifiex: fix decimal printf format specifiers prefixed with 0x
 2014-08-06  4:42 UTC 

[PATCH 05/15] mfd: rtsx_usb: fix decimal printf format specifiers prefixed with 0x
 2014-08-06  4:42 UTC 

[PATCH 10/15] scsi: fix decimal printf format specifiers prefixed with 0x
 2014-08-06  4:43 UTC 

[U-Boot] [PATCH] tools/genboardscfg.py: Do not output SPLCPU field
 2014-08-06  4:42 UTC 

[PATCH 03/15] iommu/arm-smmu: fix decimal printf format specifiers prefixed with 0x
 2014-08-06  4:42 UTC 

[PATCH 01/15] sparc: fix decimal printf format specifiers prefixed with 0x
 2014-08-06  4:41 UTC  (2+ messages)

[PATCH 02/15] cpufreq: fix decimal printf format specifiers prefixed with 0x
 2014-08-06  4:41 UTC 

[PATCH 00/15] fix decimal printf format specifiers prefixed with 0x
 2014-08-06  4:41 UTC 

[PATCH 0/5] i2c: rcar: add renesas,i2c-rcar-gen1/gen2 in DT compatible
 2014-08-06  4:40 UTC  (12+ messages)
  ` [PATCH 1/5] "
  ` [PATCH 2/5] ARM: shmobile: r8a7778: add generation level compatible for i2c
` [PATCH 3/5] ARM: shmobile: r8a7779: "
` [PATCH 4/5] ARM: shmobile: r8a7790: "
` [PATCH 5/5] ARM: shmobile: r8a7791: "

[PATCH 0/4] support for DVBSky dvb-s2 usb: add dvbsky rc keymaps include file
 2014-08-06  4:40 UTC 

linux-next: build failure after merge of the kvm tree
 2014-08-06  4:39 UTC 

[PATCH 4/4] support for DVBSky dvb-s2 usb: add dvbsky rc keymaps
 2014-08-06  4:38 UTC 

[PATCH 3/4] support for DVBSky dvb-s2 usb: add dvb-usb-v2 driver for DVBSky dvb-s2 box
 2014-08-06  4:36 UTC 

[PATCH v2 0/4] vfio: eeh: spapr: Compile and compatibility fixes
 2014-08-06  4:34 UTC  (10+ messages)
` [PATCH v2 2/4] vfio: spapr: Fix build error
` [PATCH v2 4/4] vfio_pci: spapr: Enable VFIO if EEH is not supported

[PATCH 2/4] support for DVBSky dvb-s2 usb: change em28xx-dvb.c following the m88ds3103 config change
 2014-08-06  4:34 UTC 

designware: missing *config* reg space
 2014-08-06  4:32 UTC  (2+ messages)

Mail delivery failed: returning message to sender
 2014-08-06  4:32 UTC 

[PATCH] convert: Stream from fd to required clean filter instead of mmap
 2014-08-06  4:32 UTC  (4+ messages)

[PATCH] powerpc/ppc64: Print CPU/MMU/FW features at boot
 2014-08-06  4:31 UTC 

[PATCH 0/6 v2] Add 180 degree primary and sprite rotation
 2014-08-06  4:25 UTC  (7+ messages)
` [PATCH 1/6] drm/i915: Add 180 degree sprite rotation support
` [PATCH 2/6] drm/i915: Make intel_plane_restore() return an error
` [PATCH 3/6] drm: Add rotation_property to mode_config
` [PATCH 4/6] drm/i915: Add rotation property for sprites
` [PATCH 5/6] drm/i915: Add 180 degree primary plane rotation support
` [PATCH 6/6] drm: Resetting rotation property

[PATCH 1/4] support for DVBSky dvb-s2 usb: add some config and set_voltage for m88ds3103
 2014-08-06  4:27 UTC 

[xen-4.3-testing test] 29615: regressions - FAIL
 2014-08-06  4:18 UTC 

Make Dynamic ELF binary loader settable
 2014-08-06  4:09 UTC  (2+ messages)

[Bug 82162] New: Syslog flooded by [drm:radeon_gem_object_create] errors
 2014-08-06  4:08 UTC  (2+ messages)
` [Bug 82162] "

[U-Boot] [PATCH] davinci: orphan some Davinci boards
 2014-08-06  4:08 UTC 

[PATCH v2 0/5] Add device tree support of Atmel NAND driver
 2014-08-06  4:08 UTC  (3+ messages)
` [PATCH 1/5] mtd: nand: remove NAND_ATMEL_PMECC

linux-next: build failure after merge of the usb tree
 2014-08-06  4:04 UTC  (5+ messages)

[U-Boot] [PATCH 0/5] mpc8xx: remove some orphan boards
 2014-08-06  3:59 UTC  (6+ messages)
` [U-Boot] [PATCH 1/5] powerpc: mpc8xx: remove stxxtc board support
` [U-Boot] [PATCH 2/5] powerpc: mpc8xx: remove svm_sc8xx board
` [U-Boot] [PATCH 3/5] powerpc: mpc8xx: remove SXNI855T board support
` [U-Boot] [PATCH 4/5] powerpc: mpc8xx: remove GEN860T, GEN806T_SC "
` [U-Boot] [PATCH 5/5] powerpc: mpc8xx: remove FLAGADM "

[RFC] gen-dtb-s: make metadata binary fields always little-endian
 2014-08-06  4:00 UTC  (4+ messages)

Undeliverable: request for Payment
 2014-08-06  3:56 UTC 

envfs: provide an intentional way to ignore an existing external environment
 2014-08-06  3:56 UTC  (5+ messages)

[Bug 42723] New: EXT4-fs error: ext4_mb_generate_buddy
 2014-08-06  3:45 UTC  (2+ messages)
` [Bug 42723] "

[Bug 61269] New: Support libkms on FreeBSD
 2014-08-06  3:44 UTC  (2+ messages)
` [Bug 61269] "

[PATCH v3 0/2] change ARM linux memory layout to support 32 CPUs
 2014-08-06  3:40 UTC  (9+ messages)
` [PATCH v3 2/2] ARM : change fixmap mapping region "

USB device descriptor read error with Eaton 5E UPS
 2014-08-06  3:36 UTC 

[PATCH 00/15] drm-intel-collector - update
 2014-08-06  3:32 UTC  (3+ messages)
` [PATCH 13/15] drm/i915: HDMI detection based on HPD pin live status

[PATCH] i2c: i2c-imx: Fix format warning for dev_dbg
 2014-08-06  3:28 UTC  (3+ messages)

[PATCH v2] kvm: x86: fix stale mmio cache bug
 2014-08-06  3:26 UTC  (4+ messages)

[PATCH] drm/i915: Specify bsd rings through exec flag
 2014-08-06  3:19 UTC  (3+ messages)

[meta-oe][PATCH] rsyslog: use syslog as the script name of syslog-init
 2014-08-06  3:18 UTC 

[U-Boot] [PATCH v2 0/15] arm: kconfig: move board select menus and other settings to SoC dir
 2014-08-06  3:18 UTC  (16+ messages)
` [U-Boot] [PATCH v2 01/15] omap: remove omap5912osk board support
` [U-Boot] [PATCH v2 02/15] zynq: kconfig: move board select menu and common settings
` [U-Boot] [PATCH v2 03/15] tegra: "
` [U-Boot] [PATCH v2 04/15] rmobile: "
` [U-Boot] [PATCH v2 05/15] versatile: kconfig: move "
` [U-Boot] [PATCH v2 06/15] kirkwood: kconfig: refactor Kconfig and defconfig
` [U-Boot] [PATCH v2 07/15] exynos: kconfig: move board select menu and common settings
` [U-Boot] [PATCH v2 08/15] davinci: "
` [U-Boot] [PATCH v2 09/15] omap3: "
` [U-Boot] [PATCH v2 10/15] omap4: "
` [U-Boot] [PATCH v2 11/15] omap5: "
` [U-Boot] [PATCH v2 12/15] keystone: "
` [U-Boot] [PATCH v2 13/15] orion5x: "
` [U-Boot] [PATCH v2 14/15] highbank: kconfig: move "
` [U-Boot] [PATCH v2 15/15] nomadik: kconfig: move board select menu and "

[Buildroot] [PATCH 1/2] binutils: Also install libopcodes in staging
 2014-08-06  3:12 UTC  (3+ messages)
` [Buildroot] [PATCH 2/2] lightning: Added package


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.