messages from 2014-01-31 08:18:11 to 2014-01-31 10:22:39 UTC [more...]
[PATCH 00/11] pinctrl: mvebu: remove hardcoded addresses from Dove pinctrl
2014-01-31 10:22 UTC (11+ messages)
` [PATCH v2 00/21] pinctrl: mvebu: restructure and "
` [PATCH v2 09/21] pinctrl: mvebu: dove: provide generic mpp callbacks
[PATCH] Determine the linux loader command at runtime
2014-01-31 10:22 UTC (2+ messages)
patch to fix a tuning regression for TeVii S471
2014-01-31 10:20 UTC (4+ messages)
` [PATCH TEST] ts2020.c : correct divider settings
[PATCH] Fix LIBDRM_PATH for top android build
2014-01-31 10:20 UTC (4+ messages)
[PATCH v11 0/4] Introducing a queue read/write lock implementation
2014-01-31 10:17 UTC (6+ messages)
[PATCH 1/2] canbusload: Add exact CAN frame length calculation (including bitstuffing)
2014-01-31 10:17 UTC (4+ messages)
[dm-crypt] moving/resizing a dm-crypt partition
2014-01-31 10:17 UTC (6+ messages)
[PATCH] [media] cx23885: Fix tuning regression for TeVii S471
2014-01-31 10:15 UTC
Boot fails from one of the drives cos it's not an ext4 filesystem
2014-01-31 10:15 UTC (3+ messages)
[RFC PATCH 0/3] cpuidle/sched: move main idle function in the idle.c
2014-01-31 10:15 UTC (14+ messages)
` [RFC PATCH 3/3] idle: store the idle state index in the struct rq
[PATCH RFC 1/1] usb: Tell xhci when usb data might be misaligned
2014-01-31 10:14 UTC (2+ messages)
[PATCH v4 1/3] nilfs2: add struct nilfs_suinfo_update and flags
2014-01-31 10:14 UTC (6+ messages)
` [PATCH v4 2/3] nilfs2: add nilfs_sufile_set_suinfo to update segment usage
` [PATCH v4 3/3] nilfs2: implementation of NILFS_IOCTL_SET_SUINFO ioctl
[Buildroot] [PATCH v3 0/6] PATH cleanup
2014-01-31 10:13 UTC (12+ messages)
` [Buildroot] [PATCH v3 1/6] Makefile: introduce BR2_PATH
` [Buildroot] [PATCH v3 2/6] Makefile: add $(HOST_DIR)/sbin to BR2_PATH
` [Buildroot] [PATCH v3 3/6] *.mk: replace (TARGET|HOST)_PATH by BR2_PATH
` [Buildroot] [PATCH v3 6/6] Makefile: export PATH
[PATCH resend 1/2] arm64: defer reloading a task's FPSIMD state to userland resume
2014-01-31 10:13 UTC (2+ messages)
` [PATCH resend 2/2] arm64: add support for kernel mode NEON in interrupt context
[Buildroot] Wrong installation path?
2014-01-31 10:11 UTC (2+ messages)
autofs linux 3.8.13 and "Too many levels of symbolic links"
2014-01-31 10:10 UTC (4+ messages)
[U-Boot] [PATCH] EXT4: Fix number base handling of "ext4write" command
2014-01-31 10:08 UTC (4+ messages)
[PATCH v3 0/5] spi: dw: device tree and generic queue support
2014-01-31 10:07 UTC (6+ messages)
` [PATCH v3 1/5] spi: dw: migrate to generic queue infrastructure
` [PATCH v3 2/5] spi: dw: document device tree binding
` [PATCH v3 3/5] spi: dw-mmio: add device tree support
` [PATCH v3 4/5] spi: dw: add support for gpio controlled chip select
` [PATCH v3 5/5] spi: dw-mmio: remove HAVE_CLK build dependecy
[BUG] Linux 3.14 fails to boot with new EFI changes
2014-01-31 10:07 UTC (3+ messages)
[PATCH] net: set default DEVTYPE for all ethernet based devices
2014-01-31 10:07 UTC (4+ messages)
Who understand the IOMMU code?
2014-01-31 10:06 UTC (2+ messages)
[PATCH] x86: fix the initialization of physnode_map
2014-01-31 10:05 UTC
[REVIEW PATCH 00/32] Add support for complex controls, use in solo/go7007
2014-01-31 9:56 UTC (33+ messages)
` [REVIEW PATCH 01/32] v4l2-ctrls: increase internal min/max/step/def to 64 bit
` [REVIEW PATCH 02/32] v4l2-ctrls: add unit string
` [REVIEW PATCH 03/32] v4l2-ctrls: use pr_info/cont instead of printk
` [REVIEW PATCH 04/32] videodev2.h: add initial support for complex controls
` [REVIEW PATCH 05/32] videodev2.h: add struct v4l2_query_ext_ctrl and VIDIOC_QUERY_EXT_CTRL
` [REVIEW PATCH 06/32] v4l2-ctrls: add support for complex types
` [REVIEW PATCH 07/32] v4l2: integrate support for VIDIOC_QUERY_EXT_CTRL
` [REVIEW PATCH 08/32] v4l2-ctrls: create type_ops
` [REVIEW PATCH 09/32] v4l2-ctrls: rewrite copy routines to operate on union v4l2_ctrl_ptr
` [REVIEW PATCH 10/32] v4l2-ctrls: compare values only once
` [REVIEW PATCH 11/32] v4l2-ctrls: prepare for matrix support: add cols & rows fields
` [REVIEW PATCH 12/32] v4l2-ctrls: replace cur by a union v4l2_ctrl_ptr
` [REVIEW PATCH 13/32] v4l2-ctrls: use 'new' to access pointer controls
` [REVIEW PATCH 14/32] v4l2-ctrls: prepare for matrix support
` [REVIEW PATCH 15/32] v4l2-ctrls: type_ops can handle matrix elements
` [REVIEW PATCH 16/32] v4l2-ctrls: add matrix support
` [REVIEW PATCH 17/32] v4l2-ctrls: return elem_size instead of strlen
` [REVIEW PATCH 18/32] DocBook media: document VIDIOC_QUERY_EXT_CTRL
` [REVIEW PATCH 19/32] DocBook media: update VIDIOC_G/S/TRY_EXT_CTRLS
` [REVIEW PATCH 20/32] DocBook media: fix coding style in the control example code
` [REVIEW PATCH 21/32] DocBook media: update control section
` [REVIEW PATCH 22/32] v4l2-controls.txt: update to the new way of accessing controls
` [REVIEW PATCH 23/32] v4l2-ctrls/videodev2.h: add u8 and u16 types
` [REVIEW PATCH 24/32] DocBook media: document new u8 and u16 control types
` [REVIEW PATCH 25/32] v4l2-ctrls: fix comments
` [REVIEW PATCH 26/32] v4l2-ctrls/v4l2-controls.h: add MD controls
` [REVIEW PATCH 27/32] DocBook media: document new motion detection controls
` [REVIEW PATCH 28/32] v4l2: add a motion detection event
` [REVIEW PATCH 29/32] DocBook: document new v4l "
` [REVIEW PATCH 30/32] solo6x10: implement the new motion detection controls
` [REVIEW PATCH 31/32] solo6x10: implement the motion detection event
` [REVIEW PATCH 32/32] go7007: add motion detection support
[PATCH v2] vmcore: copy fractional pages into buffers in the kdump 2nd kernel
2014-01-31 9:57 UTC (3+ messages)
iommu/arm-smmu: Regression (sleeping function called from invalid context)
2014-01-31 9:58 UTC (5+ messages)
Having Git follow symlinks
2014-01-31 9:56 UTC (5+ messages)
[U-Boot] SD card building
2014-01-31 9:56 UTC
[memnic PATCH] pmd: use memory barrier function instead of asm volatile
2014-01-31 9:52 UTC (3+ messages)
[PATCH 0/2] Google firmware driver updates
2014-01-31 9:46 UTC (3+ messages)
` [PATCH 1/2] firmware: fix google/gsmi duplicate efivars_sysfs_init()
[PATCH] gcc: Include patch scheduled for GCC 4.8.3 to fix epilogue on ARM
2014-01-31 9:45 UTC
[PATCHv3 0/5] dm-multipath: push back requests instead of queueing
2014-01-31 9:43 UTC (7+ messages)
` [PATCH 1/5] dm-multipath: Do not call pg_init twice
` [PATCH 2/5] dm-multipath: push back requests instead of queueing
` [PATCH 3/5] dm-multipath: remove process_queued_ios()
` [PATCH 4/5] dm-multipath: reduce memory pressure during requeuing
` [PATCH 5/5] dm-multipath: remove map_io()
[PATCH 2/2][v8] powerpc/config: Enable memory driver
2014-01-31 9:40 UTC
[RFC PATCH] net: wireless: move regulatory timeout work to power efficient workqueue
2014-01-31 9:42 UTC (5+ messages)
[PATCH 1/2][v8] driver/memory:Move Freescale IFC driver to a common driver
2014-01-31 9:39 UTC
Yocto Project and OpenEmbedded Logos
2014-01-31 9:39 UTC (2+ messages)
[Xenomai] debuild of xenomai failing: Directory nonexistent
2014-01-31 9:39 UTC (24+ messages)
[patch] iio:imu:adis16400 remove an unneeded check
2014-01-31 9:38 UTC (3+ messages)
[PATCH] drm/i915: Increase OpRegion timeout
2014-01-31 9:38 UTC (2+ messages)
[patch] iio: dac: ad7303: remove an unneeded check
2014-01-31 9:37 UTC (3+ messages)
[PATCH 01/13] drivers: block: Mark the functions as static in skd_main.c
2014-01-31 9:35 UTC (3+ messages)
` [Drbd-dev] [PATCH 12/13] drivers: block: Mark function as static in drbd_state.c
[PATCH] android: Add avtest to debug builds
2014-01-31 9:31 UTC (2+ messages)
[PATCH RFC 1/1] usb: Tell xhci when usb data might be misaligned
2014-01-31 9:30 UTC (5+ messages)
[PATCHv2 0/5] Final patches for SDK rootfs creation
2014-01-31 9:30 UTC (6+ messages)
` [PATCHv2 1/5] postinst-intercept: New recipe to include postinstall intercepts in nativesdk
` [PATCHv2 2/5] nativesdk-packagegroup-sdk-host: Adding nativesdk-postinst-intercept to SDK
` [PATCHv2 3/5] nspr: Added nativesdk to BBCLASSEXTEND
` [PATCHv2 4/5] nss: Add nativesdk to BBCLASSEXTEND and bugfix
` [PATCHv2 5/5] nativesdk-packagegroup-sdk-host: Add nativesdk-nss to default inclusion in host SDK
[PATCHv2 00/16] scsi_dh_alua updates
2014-01-31 9:30 UTC (17+ messages)
` [PATCH 01/16] scsi_dh_alua: Improve error handling
` [PATCH 02/16] scsi_dh_alua: use flag for RTPG extended header
` [PATCH 03/16] scsi_dh_alua: Pass buffer as function argument
` [PATCH 04/16] scsi_dh_alua: Make stpg synchronous
` [PATCH 05/16] scsi_dh_alua: put sense buffer on stack
` [PATCH 06/16] scsi_dh_alua: use local buffer for VPD inquiry
` [PATCH 07/16] scsi_dh_alua: Use separate alua_port_group structure
` [PATCH 08/16] scsi_dh_alua: parse target device id
` [PATCH 09/16] scsi_dh_alua: simplify sense code handling
` [PATCH 10/16] scsi_dh_alua: Do not attach to management devices
` [PATCH 11/16] scsi_dh_alua: multipath failover fails with error 15
` [PATCH 12/16] scsi_dh: return individual errors in scsi_dh_activate()
` [PATCH 13/16] scsi_dh_alua: Clarify logging message
` [PATCH 14/16] scsi_dh: invoke callback if ->activate is not present
` [PATCH 15/16] scsi_dh_alua: revert commit a8e5a2d593cbfccf530c3382c2c328d2edaa7b66
` [PATCH 16/16] scsi_dh_alua: Use workqueue for RTPG
[xen-4.3-testing test] 24668: regressions - FAIL
2014-01-31 9:30 UTC
In "pci_fixup_video" check if this is or should be the primary video devi
2014-01-31 9:28 UTC (5+ messages)
` [PATCH v2] Setting the IORESOURCE_ROM_SHADOW flag on a VGA card other than the primary prevents it from reading it's own rom. It will get the content of the shadowrom at C000 instead, which is of the primary VGA card and the driver of the secondary card will bail out
` [PATCH v2] Setting the IORESOURCE_ROM_SHADOW flag on a VGA card other than the primary prevents it f
[PATCH 00/28] drm/i915: Lots of workaround changes (resurrected)
2014-01-31 9:28 UTC (6+ messages)
` [PATCH 08/28] drm/i915: Fix IVB GT2 WaDisableDopClockGating and WaDisablePSDDualDispatchEnable
[Qemu-devel] [PULL 0/5] s390/kvm: fixes and features
2014-01-31 9:28 UTC (6+ messages)
` [Qemu-devel] [PULL 1/5] s390-sclp: Define New SCLP Codes
` [Qemu-devel] [PULL 2/5] s390-sclp: SCLP CPU Info
` [Qemu-devel] [PULL 3/5] s390-sclp: SCLP Event integration
` [Qemu-devel] [PULL 4/5] sclp-s390: Define new SCLP codes and structures
` [Qemu-devel] [PULL 5/5] s390x/kvm: cleanup partial register handling
[Xenomai] Fwd: Kernel Compilation Problems
2014-01-31 9:24 UTC (12+ messages)
[Bug 74164] New: [NV04] Native monitor resolution missing
2014-01-31 9:21 UTC (3+ messages)
` [Bug 74164] "
pivot_root depreciated?
2014-01-31 9:21 UTC (6+ messages)
[U-Boot] [PATCH v8 0/38] Switch over to real Kbuild
2014-01-31 9:12 UTC (2+ messages)
[Qemu-devel] [PATCHv7 0/5] block: add native support for NFS
2014-01-31 9:11 UTC (7+ messages)
` [Qemu-devel] [PATCHv7 1/5] "
[PATCH 0/2] Remove dead code
2014-01-31 9:10 UTC (2+ messages)
` [E1000-devel] "
[PATCH] Load PBL into SRAM
2014-01-31 9:06 UTC
[Bug 71448] New: [UVD] qvdpautest is very slow on radeonsi (HD 7950)
2014-01-31 9:05 UTC (2+ messages)
` [Bug 71448] "
[dm-crypt] Filesystem unreadabe after resizing LUKS
2014-01-31 9:04 UTC (5+ messages)
[PATCH v2 0/2] at91: gpio: pinctrl: use gpiolib API to mark a GPIO used as an IRQ
2014-01-31 8:57 UTC (4+ messages)
` [PATCH v2 1/2] at91: gpio: "
Extended attributes limit in Linux
2014-01-31 8:54 UTC (2+ messages)
IGMP joins come from the wrong SA/interface
2014-01-31 8:51 UTC (8+ messages)
[PATCH V3 0/8] PCI:Add SPEAr13xx PCie support
2014-01-31 8:50 UTC (4+ messages)
` [PATCH V3 3/8] SPEAr13xx: defconfig: Update
Please Kindly View Attachment File For Details
2014-01-31 8:46 UTC
[PATCH] st: Do not rewind for SG_IO
2014-01-31 8:46 UTC
[tip:core/urgent] hung_task/Documentation: Fix hung_task_warnings description
2014-01-31 8:45 UTC
3.13.0: crash on boot
2014-01-31 8:37 UTC
[PATCH] [media] uvcvideo: Enable VIDIOC_CREATE_BUFS
2014-01-31 8:43 UTC (3+ messages)
[PATCH] avrcp: Fix wrong pointer check
2014-01-31 8:33 UTC
IPv4 / IPv6 over IPv4 IPsec tunnel: setting the DF bit
2014-01-31 8:27 UTC (4+ messages)
` Aw: "
` "
` Aw: "
[PATCH 0/2] [BUG FIXES - 3.10.27] sit: More backports
2014-01-31 8:24 UTC (4+ messages)
` [PATCH linux-3.10.y v2 1/3] sit: fix double free of fb_tunnel_dev on exit
` [PATCH linux-3.10.y v2 2/3] Revert "ip6tnl: fix use after free of fb_tnl_dev"
` [PATCH linux-3.10.y v2 3/3] ip6tnl: fix double free of fb_tnl_dev on exit
[Buildroot] [PATCH] Added menu entry to build squashfs host tools separately
2014-01-31 8:22 UTC (2+ messages)
[HACK] fs/super.c: sync ro remount after blocking writers
2014-01-31 8:20 UTC (3+ messages)
[PATCH] block devices: validate block device capacity
2014-01-31 8:20 UTC (10+ messages)
[GIT PULL] timer/dynticks updates
2014-01-31 8:20 UTC
[PATCH 1/2 v2] imx27: pinctrl: fix wrong offset to ICONFB
2014-01-31 8:20 UTC (3+ messages)
` [PATCH 2/2 v2] imx27: pinctrl: fix offset calculation in imx_read_2bit
[PATCH v2 RESEND] vt8500: pinctrl: Change devicetree data parsing
2014-01-31 8:18 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.