All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-04-11 07:25:28 to 2014-04-11 08:20:16 UTC [more...]

Modify "KVM_USER_MEM_SLOTS" to a larger number
 2014-04-11  8:19 UTC 

List objectives and interests
 2014-04-11  8:20 UTC  (3+ messages)

Guess the size of a RAID{5,6} device
 2014-04-11  8:19 UTC 

aic94xx: maybe uninitialized variable in asd_process_ctrl_a_user
 2014-04-11  8:19 UTC  (2+ messages)

[PATCH RESEND 0/5] ARM: berlin: add pinctrl support
 2014-04-11  8:18 UTC  (15+ messages)
` [PATCH RESEND 2/5] pinctrl: berlin: add a pinctrl driver for Marvell Berlin SoCs
` [PATCH RESEND 4/5] Documentation: add the Marvell Berlin pinctrl documentation
` [PATCH RESEND 5/5] ARM: dts: berlin: add the pinctrl node and muxing setup for uarts

function csched_acct()
 2014-04-11  8:18 UTC 

[PATCH v2 00/10] mtd: spi-nor: misc. updates, de-duplication
 2014-04-11  7:35 UTC  (2+ messages)

[PATCH v2 1/2] crypto: bfin_crc: ignore duplicated registration of the same algorithm
 2014-04-11  7:47 UTC  (2+ messages)

[PATCH v2 00/14] dma: edma: Fixes for cyclic (audio) operation
 2014-04-11  8:17 UTC  (5+ messages)
` [PATCH v2 05/14] arm: common: edma: Select event queue 1 as default when booted with DT

[V8 PATCH 0/8] pvh dom0
 2014-04-11  8:02 UTC  (5+ messages)
` [V8 PATCH 5/8] pvh dom0: Add and remove foreign pages

[PATCH] cpufreq: unicore32: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
 2014-04-11  8:15 UTC  (2+ messages)

[PATCH] mmc: sdhci: Set ocr_avail directly based on vmmc
 2014-04-11  8:15 UTC  (2+ messages)

[PATCH] Don't build unused suspend/resume functions not enabled
 2014-04-11  8:14 UTC 

[PATCH v3 0/8] DMA: Freescale: driver cleanups and enhancements
 2014-04-11  8:14 UTC  (13+ messages)
` [PATCH v3 4/8] DMA: Freescale: add fsl_dma_free_descriptor() to reduce code duplication
` [PATCH v3 6/8] DMA: Freescale: change descriptor release process for supporting async_tx
` [PATCH v3 8/8] DMA: Freescale: add suspend resume functions for DMA driver

[U-Boot] [PATCH 1/2 v4] net/phy: enable get_phy_id redefinable
 2014-04-11  8:14 UTC  (2+ messages)
` [U-Boot] [PATCH v4] net/phy: Add support for CS4315/CS4340 PHY

[PATCH 1/1] doc, mempolicy: Fix wrong document in numa_memory_policy.txt
 2014-04-11  8:13 UTC  (4+ messages)

[PATCH 00/27] Support new Exynos3250 SoC based on Cortex-A7 dual core
 2014-04-11  8:12 UTC  (6+ messages)
` [PATCH 01/27] ARM: EXYNOS: Add Exynos3250 SoC ID

[patch V2 00/21] can: c_can: Another pile of fixes and improvements
 2014-04-11  8:13 UTC  (22+ messages)
` [patch V2 02/21] can: c_can: Fix startup logic
` [patch V2 01/21] can: c_can_pci: Set the type of the IP core
` [patch V2 03/21] can: c_can: Make bus off interrupt disable logic work
` [patch V2 05/21] can: c_can: Handle state change correctly
` [patch V2 04/21] can: c_can: Do not access skb after net_receive_skb()
` [patch V2 07/21] can: c_can: Always update error stats
` [patch V2 06/21] can: c_can: Fix berr reporting
` [patch V2 08/21] can: c_can: Simplify buffer reenabling
` [patch V2 10/21] can: c_can: Get rid of pointless interrupts
` [patch V2 09/21] can: c_can: Avoid status register update for D_CAN
` [patch V2 11/21] can: c_can : Disable rx split as workaround
` [patch V2 13/21] can: c_can: Cleanup irq enable/disable
` [patch V2 12/21] can: c_can": Work around C_CAN RX wreckage
` [patch V2 14/21] can: c_can: Cleanup c_can_read_msg_object()
` [patch V2 15/21] can: c_can Cleanup setup of receive buffers
` [patch V2 16/21] can: c_can: Cleanup c_can_inval_msg_object()
` [patch V2 17/21] can: c_can: Cleanup c_can_msg_obj_put/get()
` [patch V2 18/21] can: c_can: Cleanup c_can_write_msg_object()
` [patch V2 19/21] can: c_can: Use proper u32 variables in c_can_write_msg_object()
` [patch V2 20/21] can: c_can: Remove tx locking
` [patch V2 21/21] can: c_can: Speed up tx buffer invalidation

[REVIEWv3 PATCH 00/13] vb2: various small fixes/improvements
 2014-04-11  8:11 UTC  (14+ messages)
` [REVIEWv3 PATCH 01/13] vb2: stop_streaming should return void
` [REVIEWv3 PATCH 02/13] vb2: fix handling of data_offset and v4l2_plane.reserved[]
` [REVIEWv3 PATCH 03/13] vb2: if bytesused is 0, then fill with output buffer length
` [REVIEWv3 PATCH 04/13] vb2: use correct prefix
` [REVIEWv3 PATCH 05/13] vb2: move __qbuf_mmap before __qbuf_userptr
` [REVIEWv3 PATCH 06/13] vb2: set timestamp when using write()
` [REVIEWv3 PATCH 07/13] vb2: reject output buffers with V4L2_FIELD_ALTERNATE
` [REVIEWv3 PATCH 08/13] vb2: simplify a confusing condition
` [REVIEWv3 PATCH 09/13] vb2: add vb2_fileio_is_active and check it more often
` [REVIEWv3 PATCH 10/13] vb2: allow read/write as long as the format is single planar
` [REVIEWv3 PATCH 11/13] vb2: start messages with a lower-case for consistency
` [REVIEWv3 PATCH 12/13] DocBook media: update bytesused field description
` [REVIEWv3 PATCH 13/13] v4l2-pci-skeleton.c: fix alternate field handling

[PATCH v2 0/2] change ARM linux memory layout to support 32 CPUs
 2014-04-11  8:00 UTC  (6+ messages)
` [PATCH v2 1/2] ARM : DMA : remove useless information about DMA
` [PATCH v2 2/2] ARM : change fixmap mapping region to support 32 CPUs

pull-request: mac80211 2014-04-11
 2014-04-11  8:08 UTC 

[Buildroot] [autobuild.buildroot.net] Build results for 2014-04-07
 2014-04-11  8:08 UTC  (8+ messages)

[RFC] dt: bindings: add bindings for Broadcom bcm43xx sdio devices
 2014-04-11  8:06 UTC  (6+ messages)

[PATCH] drivers/misc: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
 2014-04-11  8:03 UTC 

[PATCH] resize2fs: fix over-pessimistic heuristic
 2014-04-11  8:05 UTC  (3+ messages)

[Bug 73781] New: acpi-cpufreq cannot be loaded
 2014-04-11  8:05 UTC  (2+ messages)
` [Bug 73781] "

[ath9k-devel] support for 80211k (Kathiravan)
 2014-04-11  8:05 UTC  (2+ messages)

[PATCH 0/4] ARM: imx6: cleanup for fixed-clock
 2014-04-11  8:04 UTC  (10+ messages)
  ` [PATCH 1/4] ARM: dts: imx: add required #clock-cells "
  ` [PATCH 2/4] ARM: dts: imx6: define input clocks to CCM block
  ` [PATCH 3/4] ARM: dts: imx6: use of_clk_get_by_name() to retrieve fixed-clock
  ` [PATCH 4/4] ARM: dts: imx6: use generic name for fixed-clock nodes

[Buildroot] [autobuild.buildroot.net] Build results for 2014-04-10
 2014-04-11  8:04 UTC  (4+ messages)

[Qemu-devel] [PATCHES] add virtio input device
 2014-04-11  8:02 UTC  (11+ messages)
` [Qemu-devel] [PATCH qemu 4/6] virtio-input: emulated devices
` [Qemu-devel] [PATCH qemu 6/6] virtio-input: evdev passthrough

[U-Boot] [PATCH] AR8035/phy: Enable autonegotiation function for ar8035
 2014-04-11  8:03 UTC 

[Qemu-devel] Should we have a 2.0-rc3 ?
 2014-04-11  8:01 UTC  (7+ messages)

[PATCH] block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
 2014-04-11  7:58 UTC 

[Buildroot] Xenomai support for pre and post patches
 2014-04-11  8:00 UTC  (6+ messages)

[PATCH] cfg80211: reg: set DFS CAC time in case of custom regd
 2014-04-11  8:00 UTC  (2+ messages)

[PATCH v2 1/2] mac80211: add option to generate CCMP IVs only for mgmt frames
 2014-04-11  7:59 UTC  (3+ messages)

[PATCH 0/7] android: Audio improvements
 2014-04-11  7:59 UTC  (4+ messages)
` [PATCH 6/7] android/hal-audio: Add support to control audio quality

Crash during driver startup
 2014-04-11  7:58 UTC  (6+ messages)
` [PATCH] ath10k: double check bmi xfer pointers

FW: Help-Gstreamer Vaapi Plugin build Issue
 2014-04-11  7:59 UTC 

[PATCH] ARM: tegra: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
 2014-04-11  7:56 UTC  (2+ messages)

[meta-oe][PATCH] libestr: use BP instead of P to fix multilib builds
 2014-04-11  7:59 UTC 

[LTP] [PATCH v2 1/2] lib/tst_path_has_mnt_flags.c: create a function tst_path_has_mnt_flags()
 2014-04-11  7:54 UTC  (3+ messages)
` [LTP] [PATCH v4 "
  ` [LTP] [PATCH v4 2/2] openat/openat02.c: add a new case to test flags

I350 drops packet on rte_eth_tx_burst()
 2014-04-11  7:56 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/4] Allow sysbus devices to be attached via commandline
 2014-04-11  7:55 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 3/4] vl.c: Enable adding devices to the system bus

Help-Gstreamer Vaapi Plugin Issue in 1080p mp4 playback
 2014-04-11  7:54 UTC  (5+ messages)

sometimes ping fails when enable stp
 2014-04-11  7:53 UTC  (4+ messages)
` [Bridge] "

[TestDay] F20 Xen 4.4 RC3 Spice support
 2014-04-11  7:52 UTC  (7+ messages)

Bumping required kernels to 3.0 for Linux backports ?
 2014-04-11  7:51 UTC  (13+ messages)

[PATCH] drm/radeon: Inline r100_mm_rreg
 2014-04-11  7:52 UTC  (6+ messages)

few patches from Debian
 2014-04-11  7:49 UTC 

[PATCH] ARM: imx: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
 2014-04-11  7:46 UTC 

[Qemu-devel] qapi-commands.py generates code that uses uninitialized variables
 2014-04-11  7:48 UTC  (7+ messages)

[PATCH] Verify index file before we opportunistically update it
 2014-04-11  7:47 UTC  (5+ messages)
` [PATCH v7 1/2] Add xpread() and xpwrite()
  ` [PATCH v7 2/2] Verify index file before we opportunistically update it

Git push race condition?
 2014-04-11  7:46 UTC  (7+ messages)

KVM call agenfda for 2014-04-01
 2014-04-11  7:46 UTC  (6+ messages)
` [Qemu-devel] "

[LTP] [PATCH] lib, tools, pan: old-style function definition fixes
 2014-04-11  7:45 UTC 

[Bug 75992] New: Display freezes & corruption with an r7 260x on 3.14-rc6
 2014-04-11  7:45 UTC  (2+ messages)
` [Bug 75992] "

[PATCH v2 00/10] Prevent one cause of "MP-BIOS bug: 8254 timer"... message from linux
 2014-04-11  7:45 UTC  (7+ messages)
` [PATCH v2 01/10] hvm/hpet: Add manual unit test code

[PATCH 1/1] FS: Add generic data flush to fsync
 2014-04-11  7:45 UTC  (2+ messages)

Nvidia Raid5 Failure
 2014-04-11  7:45 UTC  (4+ messages)

"54b52d87268034859191d671505bb1cfce6bd74d - x86/efi: Build our own EFI services pointer table" breaks boot on thinkpad t440s
 2014-04-11  7:44 UTC  (5+ messages)

[U-Boot] [PATCH v2] dfu, nand: add medium specific polltimeout function
 2014-04-11  7:44 UTC  (2+ messages)

vb2: various small fixes/improvements
 2014-04-11  7:42 UTC  (4+ messages)
` [REVIEW PATCH 10/11] vb2: set v4l2_buffer.bytesused to 0 for mp buffers

Is SCTP throughput really this low compared to TCP?
 2014-04-11  7:42 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] board/t208xqds: Add support of 2-stage NAND/SPI/SD boot
 2014-04-11  7:42 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] board/t208xrdb: "
` [U-Boot] [PATCH 3/3] board/t2080rdb: some update for t2080rdb

[PATCH 1/6] android/bluetooth: Fix passing NULL pointer to memcpy
 2014-04-11  7:41 UTC  (6+ messages)
` [PATCH 2/6] android/bluetooth: Send adapter properties in single notification
` [PATCH 3/6] android/bluetooth: Send device "
` [PATCH 4/6] android/bluetooth: Remove debug log from create_device_from_info
` [PATCH 5/6] android/tester: Adapter properties can come in any order
` [PATCH 6/6] android/tester: Device "

[PATCH] imx6: ocotp: Add On-Chip OTP registers write support
 2014-04-11  7:39 UTC  (4+ messages)
`  "

[PATCH] drm/nouveau/bios: fix bug introduced in 457e77b2
 2014-04-11  7:40 UTC  (2+ messages)

[PATCH] xfs: wrong error sign conversion during failed DIO writes
 2014-04-11  7:39 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] zeromq: bump to version 4.0.1
 2014-04-11  7:39 UTC  (5+ messages)

defconfig on daisy
 2014-04-11  7:39 UTC  (3+ messages)

[PATCH 3.15] mac80211: exclude AP_VLAN interfaces from tx power calculation
 2014-04-11  7:38 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/7] mtd: nand: omap: clean up of omap_elm and omap_gpmc driver
 2014-04-11  7:37 UTC  (11+ messages)
` [U-Boot] [PATCH v2 1/7] mtd: nand: omap_elm: remove #include omap_gpmc.h
` [U-Boot] [PATCH v2 2/7] mtd: nand: omap_elm: use bch_type instead of nibble count to differentiate between BCH4/BCH8/BCH16
` [U-Boot] [PATCH v2 3/7] mtd: nand: omap_elm: use macros for register definitions
` [U-Boot] [PATCH v2 4/7] mtd: nand: omap_gpmc: remove unused members of 'struct nand_bch_priv'
` [U-Boot] [PATCH v2 5/7] mtd: nand: omap_gpmc: rename struct nand_bch_priv to struct omap_nand_info
` [U-Boot] [PATCH v2 6/7] mtd: nand: omap_gpmc: minor cleanup of omap_correct_data_bch
` [U-Boot] [PATCH v2 7/7] mtd: nand: omap: fix error-codes returned from omap-elm driver

[PATCH 3.15] mac80211: suppress BSS info change notifications for AP_VLAN
 2014-04-11  7:37 UTC  (2+ messages)

[meta-oe][PATCH] liblockfile: set default mailgroup and install libnfslock
 2014-04-11  7:37 UTC 

[PATCH 07/11] vdev: allow external registration of virtual device drivers
 2014-04-11  7:36 UTC  (3+ messages)
` [PATCH v2 07/11 1/2] vdev: new registration API
    ` [PATCH v2 07/11 2/2] vdev: allow external registration of virtual device drivers

oops in slab/leaks_show
 2014-04-11  7:36 UTC  (9+ messages)

[PATCH 06/11] vdev: rename eal_common_nonpci_devs.c as eal_common_vdev.c
 2014-04-11  7:36 UTC  (2+ messages)
` [PATCH v2 06/11] vdev: rename nonpci_devs as vdev

[Buildroot] [git commit] zeromq: bump to version 4.0.1
 2014-04-11  7:36 UTC 

[PATCH 0/6 v2] xfs: delalloc, dio and corruption
 2014-04-11  7:34 UTC  (7+ messages)
` [PATCH 4/6] xfs: zeroing space needs to punch delalloc blocks

[PATCH 00/12] drm/nouveau: support for GK20A, cont'd
 2014-04-11  7:34 UTC  (9+ messages)
` [PATCH 02/12] drm/nouveau/timer: skip calibration on GK20A

Why care about signal when instantiate an crypt template
 2014-04-11  7:37 UTC 

[RFC] blk-mq: support for shared tags
 2014-04-11  7:33 UTC  (6+ messages)
` [PATCH 3/4] blk-mq: move request structures into struct blk_mq_tags

[PATCHv3 0/5] net: rfkill: gpio: cleanup and a few new acpi ids
 2014-04-11  7:32 UTC  (9+ messages)

[PATCH v7 0/4] Add modules for realtek USB card reader
 2014-04-11  7:31 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/5] Android Fastboot support
 2014-04-11  7:30 UTC  (3+ messages)
` [U-Boot] [PATCH v3 4/5] usb/gadget: add the fastboot gadget

[ath9k-devel] 802.11k support in ath9k
 2014-04-11  7:30 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.