All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-10-01 12:36:39 to 2013-10-01 13:35:01 UTC [more...]

[PATCH v3 0/2] Kirkwood standby
 2013-10-01 13:35 UTC  (3+ messages)
` [PATCH v3 1/2] ARM: feroceon: Add suspend/resume operation

[PATCH 00/13] RFC: Add Qt5 support and update matrix-browser to use either Qt4 or Qt5
 2013-10-01 13:34 UTC  (21+ messages)
` [PATCH 03/13] icu: overlay the latest version from oe-core/master
` [PATCH 04/13] icu: disable LDFLAGSICUDT that prevents loading libicudata.so
` [PATCH 05/13] qtbase: configure and patch Qt5 qtbase for use with SGX in Arago
` [PATCH 06/13] qtwebkit: add WebGL on eglfs patches
` [PATCH 07/13] webkit-examples: enable building and packaging of examples
` [PATCH 11/13] arago.conf: set QT_PROVIDER to Qt5, bump distro version
` [PATCH 12/13] matrix-gui-browser: update recipe to be Qt4 and Qt5 compatible
` [PATCH 13/13] arago-qt5-image: add test minimal image for testing Qt5 migration

[PATCH RFC v0 0/49] pnfsd-dlm
 2013-10-01 13:34 UTC  (19+ messages)
` [PATCH RFC v0 05/49] pnfsd: introduce pnfsd header files
` [PATCH RFC v0 20/49] pnfsd: filelayout: layout encoding
` [PATCH RFC v0 43/49] pnfsd: release state lock around iput in put_nfs4_file

[Bug 69982] New: GPU+system crash with nouveau and kernel 3.12-rc3
 2013-10-01 13:33 UTC  (3+ messages)
  ` [Bug 69982] [NV86] "

[PATCH v2 0/5] PM / OPP: updates to enable sharing OPPs info
 2013-10-01 13:33 UTC  (6+ messages)
  ` [PATCH v2 1/5] PM / OPP: extend DT binding to specify phandle of another node for OPP
  ` [PATCH v2 3/5] PM / OPP: check for existing OPP list when initialising from device tree
  ` [PATCH v2 4/5] cpufreq: arm_big_little_dt: enhance OPP error checking
` [PATCH v2 2/5] PM / OPP: add support to specify phandle of another node for OPP
` [PATCH v2 5/5] cpufreq: arm_big_little_dt: return success if OPP list already exists

[PATCH] An improved infrastructure for uverbs commands (My take at designing extensible scheme)
 2013-10-01 13:32 UTC  (6+ messages)

[Qemu-devel] [PATCH] turn firmware image filename into a machine option
 2013-10-01 13:32 UTC  (7+ messages)

[Bug 69723] New: Computer freezes with kernel 3.11.0 / 3.12-rc1 (with bug 68235's patches applied) when dpm=1 on r600g (Cayman)
 2013-10-01 13:32 UTC  (3+ messages)
` [Bug 69723] "

[Qemu-devel] [PATCH v6 00/20] VHDX log replay and write support, .bdrv_create()
 2013-10-01 13:30 UTC  (10+ messages)
` [Qemu-devel] [PATCH v6 08/20] block: vhdx - log parsing, replay, and flush support
` [Qemu-devel] [PATCH v6 10/20] block: vhdx - add log write support
` [Qemu-devel] [PATCH v6 11/20] block: vhdx "

[PATCH 0/3] dma: cppi41: more suspend/resume patches
 2013-10-01 13:31 UTC  (4+ messages)
  ` [PATCH 1/3] dma: cppi41: restore more registers
  ` [PATCH 2/3] dma: cppi41: use cppi41_pop_desc() where possible
  ` [PATCH 3/3] dma: cppi41: move -EAGAIN in tear_down

[PATCH 0/6] iommu/arm-smmu: Misc changes
 2013-10-01 13:28 UTC  (16+ messages)
` [PATCH 1/6] iommu/arm-smmu: Switch to subsys_initcall for driver registration
` [PATCH 2/6] iommu/arm-smmu: Refine check for proper size of mapped region
` [PATCH 3/6] iommu/arm-smmu: Check for num_context_irqs > 0 to avoid divide by zero exception
` [PATCH 4/6] iommu/arm-smmu: Print context fault information
` [PATCH 5/6] iommu/arm-smmu: Clear global and context bank fault status registers
` [PATCH 6/6] iommu/arm-smmu: Support buggy implemenations where all config accesses are secure

Compiler warning fixes
 2013-10-01 13:22 UTC  (3+ messages)
` [PATCH 5/6] ARM: vexpress: Fix compiler warning

Established sockets remain open after iface down or address lost
 2013-10-01 13:27 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 00/17] blockdev-add QMP command
 2013-10-01 13:20 UTC  (18+ messages)
` [Qemu-devel] [PATCH v2 01/17] qapi-types/visit.py: Pass whole expr dict for structs
` [Qemu-devel] [PATCH v2 02/17] qapi-types/visit.py: Inheritance "
` [Qemu-devel] [PATCH v2 03/17] blockdev: Introduce DriveInfo.enable_auto_del
` [Qemu-devel] [PATCH v2 04/17] blockdev: 'blockdev-add' QMP command
` [Qemu-devel] [PATCH v2 05/17] blockdev: Separate ID generation from DriveInfo creation
` [Qemu-devel] [PATCH v2 06/17] blockdev: Pass QDict to blockdev_init()
` [Qemu-devel] [PATCH v2 07/17] blockdev: Move parsing of 'media' option to drive_init
` [Qemu-devel] [PATCH v2 08/17] blockdev: Move parsing of 'if' "
` [Qemu-devel] [PATCH v2 09/17] blockdev: Moving parsing of geometry options "
` [Qemu-devel] [PATCH v2 10/17] blockdev: Move parsing of 'boot' option "
` [Qemu-devel] [PATCH v2 11/17] blockdev: Move bus/unit/index processing "
` [Qemu-devel] [PATCH v2 12/17] blockdev: Move virtio-blk device creation "
` [Qemu-devel] [PATCH v2 13/17] blockdev: Remove IF_* check for read-only blockdev_init
` [Qemu-devel] [PATCH v2 14/17] qemu-iotests: Check autodel behaviour for device_del
` [Qemu-devel] [PATCH v2 15/17] blockdev: Remove 'media' parameter from blockdev_init()
` [Qemu-devel] [PATCH v2 16/17] blockdev: Don't disable COR automatically with blockdev-add
` [Qemu-devel] [PATCH v2 17/17] blockdev: blockdev_init() error conversion

[PATCH] btrfs-progs: calculate disk space that a subvol could free
 2013-10-01 13:25 UTC  (5+ messages)

[PATCH] perf session: Fix infinite loop on invalid perf.data file
 2013-10-01 13:24 UTC  (3+ messages)

[PATCH 1/2] net, vxlan Fix compile warning [v4]
 2013-10-01 13:24 UTC  (2+ messages)
` [PATCH 2/2] net, mellanox mlx4 Fix compile warnings [v4]

[Buildroot] [PATCH v6 0/5] Fixes for top-level parallel make part 1
 2013-10-01 13:24 UTC  (6+ messages)
` [Buildroot] [PATCH v6 1/5] package: add toolchain dependency to inner-generic-package
` [Buildroot] [PATCH v6 2/5] pkg-generic: fix rules for top-level parallel make
` [Buildroot] [PATCH v6 3/5] package/Makefile.in: don't force jobs when BR2_JLEVEL is empty
` [Buildroot] [PATCH v6 4/5] pkg-generic: enable jobserver for recursive make
` [Buildroot] [PATCH v6 5/5] Makefile: fix rules for top-level parallel make

Support for unmodified OS
 2013-10-01 13:23 UTC  (3+ messages)

[PATCH 7/9] drm/i915: Add 180 degree sprite rotation support
 2013-10-01 13:22 UTC  (2+ messages)
` [PATCH v2 "

error(Segmentation fault) when i launch the gstreamer with "mfw_isink" in the second time
 2013-10-01 13:21 UTC  (5+ messages)

[PATCH v3] kthread: Make kthread_create() killable
 2013-10-01 13:20 UTC  (6+ messages)
    `  "

[PATCH] xfs: fix memory leak in xlog_recover_add_to_trans
 2013-10-01 13:20 UTC  (3+ messages)

build error on branch dora
 2013-10-01 13:20 UTC  (3+ messages)
  ` 回复: "

Regression 3.11-rc1: omap4panda: no usb and consequently no ethernet
 2013-10-01 13:19 UTC  (12+ messages)
        ` using mmc2 on panda [was: Regression 3.11-rc1: omap4panda: no usb and consequently no ethernet]

[U-Boot] Dual boot Images in Flash
 2013-10-01 13:19 UTC  (3+ messages)

Q: weird hidraw behaviour
 2013-10-01 13:18 UTC  (4+ messages)
`  "

[PATCH] RFT: ARM: gemini: convert to GENERIC_CLOCKEVENTS
 2013-10-01 13:18 UTC  (4+ messages)

statistic mode / every nth / packet problem
 2013-10-01 13:17 UTC  (2+ messages)

[RFC 00/15] Device Tree schemas and validation
 2013-10-01 13:17 UTC  (4+ messages)

Problem finding -lgcc when using SDK toolchain
 2013-10-01 13:16 UTC 

[nightly] Core TISDK 2013.10 build 2013-10-01_01-01-44
 2013-10-01 13:05 UTC 

[Buildroot] [PATCH 1/2] psplash: new package
 2013-10-01 13:15 UTC  (3+ messages)

[PATCH 1/2] w1-gpio: Detect of_gpio_error for first gpio
 2013-10-01 13:15 UTC  (2+ messages)
` [PATCH 2/2] w1-gpio: Use devm_* functions

[PATCH 0/4] drm/i915: Some sanity checks for modes
 2013-10-01 13:13 UTC  (5+ messages)
` [PATCH 1/4] drm/i915: Don't populate pipe_src_{w, h} multiple times
` [PATCH 2/4] drm/i915: Reject modes where hdisplay or vdisplay is too small
` [PATCH 3/4] drm/915: Make sure pipe source size isn't zero
` [PATCH 4/4] drm/i915: Do some basic sanity adjustments on the user provided mode

[PATCH] busybox: Add getopt since lxc templates require it
 2013-10-01 13:13 UTC 

[U-Boot] [PATCH] mx6: Add IOMUX_CONFIG_SION flag to all GPIO pins
 2013-10-01 13:13 UTC  (6+ messages)

[PATCHv4 0/9] Thermal Framework Enhancements
 2013-10-01 18:38 UTC  (3+ messages)
` [PATCHv4 2/9] Thermal: Create sensor level APIs
` [PATCHv4 9/9] Thermal: Dummy driver used for testing

[Buildroot] [PATCH v2 1/1] psplash: new package
 2013-10-01 13:10 UTC 

[PATCH v3] i2c: enable runtime PM for I2C adapter devices enumerated from ACPI
 2013-10-01 13:09 UTC  (4+ messages)
` [PATCH v4] "

[PATCH v3 0/5] dma: cppi41: some trivial fixes and support for suspend/resume
 2013-10-01 13:09 UTC  (4+ messages)
` [PATCH v3 4/5] dma: cppi41: only allocate descriptor memory once

[PATCH] drm: Prevent use of uninitialised values whilst loading edid firmware
 2013-10-01 13:06 UTC 

[Qemu-devel] [PATCH v6 0/6] Provide additional info through qemu-img info
 2013-10-01 12:50 UTC  (4+ messages)
` [Qemu-devel] [PATCH v6 5/6] qemu-iotests: Discard specific info in _img_info

[Bug 66963] New: r600: linux 3.11RC1 isn't booting with radeon.dpm=1 option in grub
 2013-10-01 13:03 UTC  (2+ messages)
` [Bug 66963] r600: linux v3.11.0-RC "

kobject_add_internal failed for msi_irqs with -EEXIST
 2013-10-01 13:00 UTC  (5+ messages)

FW: Creating BSP without using git
 2013-10-01 13:01 UTC  (2+ messages)

[PATCH] x86/geode: fix incorrect placement of __initdata tag
 2013-10-01 13:00 UTC  (2+ messages)
` [tip:x86/platform] x86/geode: Fix "

Question regarding failure utilizing bonding mode 5 (balance-tlb)
 2013-10-01 12:58 UTC  (9+ messages)

[PATCH] Btrfs-progs: keep track of transid failures and fix them if possible
 2013-10-01 13:00 UTC 

[PATCH v3] btrfs-progs: Add recursive defrag using -r option
 2013-10-01 12:59 UTC  (2+ messages)

[PATCH v4 1/7] build: Add skeleton for BlueZ Android
 2013-10-01 12:58 UTC  (7+ messages)
` [PATCH v4 2/7] android: Add skeleton of BlueZ Android daemon
` [PATCH v4 3/7] android-build: Add "
` [PATCH v4 4/7] build: "
` [PATCH v4 5/7] android: Android version of log.c
` [PATCH v4 6/7] android-build: Add logging system
` [PATCH v4 7/7] build: "

[PATCH] Btrfs-progs: add a test image for the transid fixer in btrfsck
 2013-10-01 12:58 UTC 

[PATCH v5 2/2] DT: Add documentation for cm36651 proximity/light sensor
 2013-10-01 12:55 UTC  (2+ messages)

[PATCH 0/2] Bluetooth: Fix hci_dev_open race condition
 2013-10-01 12:57 UTC  (5+ messages)
` [PATCH 1/2] Bluetooth: Refactor hci_dev_open to a separate hci_dev_do_open function
` [PATCH 2/2] Bluetooth: Fix workqueue synchronization in hci_dev_open

[PATCH v5 0/2] iio: cm36651: Add CM36651 proximity/light sensor
 2013-10-01 12:55 UTC  (2+ messages)

[PATCH v5 1/2] iio: cm36651: Add CM36651 proximity/light sensor
 2013-10-01 12:55 UTC  (2+ messages)

DomU vs Dom0 performance
 2013-10-01 12:55 UTC  (5+ messages)

Progress of device deletion?
 2013-10-01 12:54 UTC  (6+ messages)

[Buildroot] [PATCH v6 0/5] Fixes for top-level parallel make part 1
 2013-10-01 12:55 UTC  (6+ messages)
` [Buildroot] [PATCH v6 1/5] package: add toolchain dependency to inner-generic-package
` [Buildroot] [PATCH v6 2/5] pkg-generic: fix rules for top-level parallel make
` [Buildroot] [PATCH v6 3/5] package/Makefile.in: don't force jobs when BR2_JLEVEL is empty
` [Buildroot] [PATCH v6 4/5] pkg-generic: enable jobserver for recursive make
` [Buildroot] [PATCH v6 5/5] Makefile: fix rules for top-level parallel make

[PATCH] Btrfs-progs: add ability to corrupt metadata block fields
 2013-10-01 12:54 UTC 

74K/1074K support
 2013-10-01 12:54 UTC  (3+ messages)

Problems with i.MX233 driver in 3.12rc2
 2013-10-01 12:54 UTC  (3+ messages)

[psplash][PATCH] Add option to read message from file
 2013-10-01 12:53 UTC  (2+ messages)

[PATCHv4 0/11] Xen: FIFO-based event channel ABI
 2013-10-01 12:53 UTC  (4+ messages)
` [PATCH 11/11] libxl, xl: add event_channels option to xl configuration file

[Qemu-devel] Qxl problem with xen domU, is xen spice and/or qemu bugs?
 2013-10-01 12:52 UTC  (8+ messages)

Missing the status update meeting
 2013-10-01 12:53 UTC 

[PATCH 2/4] media: Check for active links on pads with MEDIA_PAD_FL_MUST_CONNECT flag
 2013-10-01 12:52 UTC  (2+ messages)

[PATCH 0/3] Exynos5250 SATA Support
 2013-10-01 12:51 UTC  (4+ messages)
` [PATCH 2/3] Phy: Exynos: Add Exynos5250 sata phy driver

Local tag killer
 2013-10-01 12:45 UTC  (18+ messages)

[SPAM] Tirage des Tarots cent pour cent gratuit
 2013-10-01 12:51 UTC 

[GIT PULL] perf fixes
 2013-10-01 12:51 UTC  (12+ messages)
  ` [PATCH] perf test-hack: Split out feature tests to cache them and to build them in parallel
    ` [PATCH] perf auto-dep: Speed up feature tests by building "
              ` [PATCH] perf autodep: Remove strlcpy feature check, add __weak strlcpy implementation
                  ` [PATCH] perf autodep: Speed up the 'all features are present' case

[Xenomai] high latency with imx6q without smp
 2013-10-01 12:50 UTC  (3+ messages)

[PATCH] ASoC: davinci-mcasp: add support for suspend and resume
 2013-10-01 12:50 UTC 

[meta-security][PATCH 0/2] Bastille updates
 2013-10-01 12:48 UTC  (4+ messages)
` [meta-security][PATCH 2/2] Bastille: Remove dependency on lib-perl

[PATCH 1/3] ASoC: tas5086: move two variables into private struct
 2013-10-01 12:48 UTC  (3+ messages)
` [PATCH 2/3] ASoC: tas5086: move initialization code to own functions
` [PATCH 3/3] ASoC: tas5086: add suspend callback

[PATCH 1/2] skd: Replaced custom debug PRINTKs with pr_debug
 2013-10-01 12:25 UTC 

[PATCH opensm] osm_sa_mcmember_record.c: Fix incorrect comparison of IPv6 MGID when searching for SNM MLID
 2013-10-01 12:46 UTC 

'annotate' confusingly reports 'add' instruction as taking most CPU time
 2013-10-01 12:53 UTC  (2+ messages)

[PATCH 2/2] skd: Restricted pr_debug() lines to 80 characters
 2013-10-01 12:29 UTC 

Various static checker fixes
 2013-10-01 12:45 UTC  (6+ messages)
` [PATCH 01/11] random: don't feed stack data into pool when interrupt regs NULL
` [PATCH 08/11] ext4: Fix end of group handling in ext4_mb_init_cache

unable to compile eglibc_2.18
 2013-10-01 12:45 UTC  (5+ messages)

build error of u-boot on branch dora
 2013-10-01 12:41 UTC  (4+ messages)
` 回复: uild "
    ` 回复: build "

[Buildroot] [PATCH] Fix compilation of systemd with uclibc
 2013-10-01 12:40 UTC  (2+ messages)

[PATCH] Btrfs: fix crash of compressed writes
 2013-10-01 12:38 UTC  (4+ messages)

[Qemu-devel] [PATCH v6 00/26] qemu: generate acpi tables for the guest
 2013-10-01 12:38 UTC  (3+ messages)

[PATCH 0/2] ASoC: fix sound on mx31moboard
 2013-10-01 12:36 UTC  (2+ messages)
` [PATCH 1/2] ASoC: fsl: imx-ssi: fix probe on imx31


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.