All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-06-20 11:25:36 to 2014-06-20 12:23:30 UTC [more...]

[PATCH_v2 0/7] Initial implementation for MCAP data channel
 2014-06-20 12:23 UTC  (2+ messages)
` [PATCH_v2 1/7] android/health: Fix queue creation for mdeps and devices

lustre virtual block device doesn't build w/ CONFIG_ARM64_64K_PAGES=y
 2014-06-20 12:23 UTC  (3+ messages)
  ` [PATCH] staging/lustre: disable virtual block device for 64K pages

[RFC PATCH 0/6] Support for QPNP PMIC's
 2014-06-20 12:21 UTC  (4+ messages)
` [RFC PATCH 1/6] dt: qpnp: add binding description of Qualcomm QPNP PMICs
` [RFC PATCH 2/6] qpnp: add support for "
` [RFC PATCH 3/6] dt: qcom: msm8974: add qpnp-spmi device nodes

[Patch] iommu/vt-d: fix bug in handling multiple RMRRs for the same PCI device
 2014-06-20 12:23 UTC  (3+ messages)

[PATCH] scripts/Makefile.clean: clean also $(extra-m) and $(extra-)
 2014-06-20 12:22 UTC  (3+ messages)

[Qemu-devel] [PATCH 2.1 v7 0/3] Add max-ram-below-4g (was Add pci_hole_min_size machine option)
 2014-06-20 12:21 UTC  (4+ messages)
` [Qemu-devel] [PATCH 2.1 v7 3/3] xen-hvm: Handle machine opt max-ram-below-4g
    `  "

[PATCH net-next v7 1/3] ieee802154: cc2520: adds driver for TI CC2520 radio
 2014-06-20 12:17 UTC  (3+ messages)
` [PATCH net-next v7 2/3] ieee802154: cc2520: add driver to kernel build system
` [PATCH net-next v7 3/3] devicetree: add device tree bindings for cc2520 driver

[PATCH net-next v7 0/3] Driver for TI CC2520 Radio
 2014-06-20 12:17 UTC 

[U-Boot] Trying to reduce boot time of U-BOOT zynq-microzed
 2014-06-20 12:20 UTC  (2+ messages)

[Xenomai] Kernel freezes in __ipipe_sync_stage
 2014-06-20 12:18 UTC  (3+ messages)

[PATCH] mfd: syscon: Make it possible to mark syscon as read only
 2014-06-20 12:17 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/2] ivshmem: update documentation, add client/server tools
 2014-06-20 12:15 UTC  (6+ messages)
`  "
` [Qemu-devel] [PATCH 1/2] docs: update ivshmem device spec
  `  "
` [Qemu-devel] [PATCH 2/2] contrib: add ivshmem client and server
  `  "

[PATCH 0/2] clocksource: add rockchip rk3288 specific armv7-timer
 2014-06-20 12:14 UTC  (9+ messages)
` [PATCH 2/2] clocksource: add rockchip-specific armv7-timer setup

[PATCH 1/2] drm/exynos/fbdev: don't set fix.smem/mmio_{start,len}
 2014-06-20 12:15 UTC  (4+ messages)
    ` [PATCH 1/2] drm/exynos/fbdev: don't set fix.smem/mmio_{start, len}

[PATCH 0/2] xfsprogs: fixes for CRC support
 2014-06-20 12:14 UTC  (5+ messages)
` [PATCH 1/2] repair: support more than 25 ACLs

cifs SRV record
 2014-06-20 12:14 UTC  (10+ messages)

[PATCH RFC 00/30] Initial round of Freescale FEC ethernet patches
 2014-06-20 12:14 UTC  (62+ messages)
` [PATCH RFC 01/30] net: fec: Don't clear IPV6 header checksum field when IP accelerator enable
` [PATCH RFC 02/30] net: fec: iMX6 FEC does not support half-duplex gigabit
` [PATCH RFC 03/30] net: fec: fix ethtool set_pauseparam duplex bug
` [PATCH RFC 04/30] net: fec: fix interrupt handling races
` [PATCH RFC 05/30] net: fec: use netif_tx_disable() rather than netif_stop_queue()
` [PATCH RFC 06/30] net: fec: remove checking for NULL phy_dev in fec_enet_close()
` [PATCH RFC 07/30] net: fec: ensure that a disconnected phy isn't configured
` [PATCH RFC 08/30] net: fec: stop the phy before shutting down the MAC
` [PATCH RFC 09/30] net: fec: remove useless fep->opened
` [PATCH RFC 10/30] net: fec: make rx skb handling more robust
` [PATCH RFC 11/30] net: fec: clean up transmit descriptor setup
` [PATCH RFC 12/30] net: fec: ensure fec_enet_free_buffers() properly cleans the rings
` [PATCH RFC 13/30] net: fec: fix missing kmalloc() failure check in fec_enet_alloc_buffers()
` [PATCH RFC 14/30] net: fec: improve safety of suspend/resume/transmit timeout paths
` [PATCH RFC 15/30] net: fec: ensure fec_enet_close() copes with resume failure
` [PATCH RFC 16/30] net: fec: only restart or stop the device if it is present and running
` [PATCH RFC 17/30] net: fec: move calls to quiesce/resume packet processing out of fec_restart()
` [PATCH RFC 18/30] net: fec: remove inappropriate calls around fec_restart()
` [PATCH RFC 19/30] net: fec: quiesce packet processing before stopping device in fec_suspend()
` [PATCH RFC 20/30] net: fec: quiesce packet processing before stopping device in fec_set_features()
` [PATCH RFC 21/30] net: fec: quiesce packet processing before changing features
` [PATCH RFC 22/30] net: fec: quiesce packet processing when taking link down in fec_enet_adjust_link()
` [PATCH RFC 23/30] net: fec: clean up duplex mode handling
` [PATCH RFC 24/30] net: fec: better implementation of iMX6 ERR006358 quirk
` [PATCH RFC 25/30] net: fec: replace delayed work with standard work
` [PATCH RFC 26/30] net: fec: clear receive interrupts before processing a packet
` [PATCH RFC 27/30] net: fec: reorder ethtool ops to match order in struct declaration
` [PATCH RFC 28/30] net: fec: add support for dumping transmit ring on timeout
` [PATCH RFC 29/30] net: fec: remove useless status check in tx reap path
` [PATCH RFC 30/30] net: fec: consolidate hwtstamp implementation

TASK05
 2014-06-20 12:14 UTC  (5+ messages)

[Bug 80269] New: build failure on Ubuntu 13.10 and 14.04
 2014-06-20 12:13 UTC  (2+ messages)
  ` [Bug 80269] "

[Qemu-devel] [PULL 00/14] Pending KVM patches for 2.1
 2014-06-20 12:11 UTC  (15+ messages)
` [Qemu-devel] [PULL 01/14] KVM: Fix GSI number space limit
` [Qemu-devel] [PULL 02/14] target-mips: Reset CPU timer consistently
` [Qemu-devel] [PULL 03/14] hw/mips/cputimer: Don't start periodic timer in KVM mode
` [Qemu-devel] [PULL 04/14] hw/mips: Add API to convert KVM guest KSEG0 <-> GPA
` [Qemu-devel] [PULL 05/14] target-mips: get_physical_address: Add defines for segment bases
` [Qemu-devel] [PULL 06/14] target-mips: get_physical_address: Add KVM awareness
` [Qemu-devel] [PULL 07/14] kvm: Allow arch to set sigmask length
` [Qemu-devel] [PULL 08/14] target-mips: kvm: Add main KVM support for MIPS
` [Qemu-devel] [PULL 09/14] target-mips: Call kvm_mips_reset_vcpu() from mips_cpu_reset()
` [Qemu-devel] [PULL 10/14] hw/mips: In KVM mode, inject IRQ2 (I/O) interrupts via ioctls
` [Qemu-devel] [PULL 11/14] hw/mips: malta: Add KVM support
` [Qemu-devel] [PULL 12/14] target-mips: Enable KVM support in build system
` [Qemu-devel] [PULL 13/14] MAINTAINERS: Add entry for MIPS KVM
` [Qemu-devel] [PULL 14/14] hw/mips: malta: Don't boot from flash with KVM T&E

[Qemu-devel] [RFC PATCH V3 0/2] support xen HVM direct kernel boot
 2014-06-20 12:08 UTC  (4+ messages)
` [Qemu-devel] [RFC PATCH V3 2/2] qemu: support xen hvm "
    `  "

[RFC] doc: Add extra mode for a reduced LE privacy mode
 2014-06-20 12:06 UTC 

[PATCH 2/2 v2] staging: comedi: ni_daq_700: add AI range and input mode switching
 2014-06-20 12:05 UTC  (3+ messages)
` [PATCH 2/2 v3] "

bttv and colorspace
 2014-06-20 10:24 UTC  (2+ messages)

Driver-Support of I2C_M_RECV_LEN
 2014-06-20 12:03 UTC 

[PATCH v3 0/7] i2c: Relax mandatory I2C ID table passing
 2014-06-20 12:02 UTC  (24+ messages)
` [PATCH 1/9] ARM: multi_v7_defconfig: Enable ST's I2C driver
` [PATCH] gpio: crystalcove: Fix implicit declaration of function 'seq_printf' error
` [PATCH 2/9] i2c: Add pointer dereference protection to i2c_match_id()
` [PATCH 3/9] i2c: Add the ability to match device to compatible string without an of_node
` [PATCH 4/9] i2c: Match using traditional OF methods, then by vendor-less compatible strings
` [PATCH 5/9] i2c: Make I2C ID tables non-mandatory for DT'ed devices
` [PATCH 6/9] i2c: Export i2c_match_id() for direct use by device drivers
` [PATCH 7/9] i2c: Provide a temporary .probe2() call-back type
` [PATCH 8/9] mfd: 88pm860x: Move over to new I2C device .probe() call
` [PATCH 9/9] mfd: as3722: Rid driver of superfluous I2C device ID structure

PSCI v0.2 Emulation support in xen ( arm )
 2014-06-20 12:02 UTC  (9+ messages)
` [PATCH RFC] xen/arm : emulation of arm's psci v0.2 standard

[PATCH v9 0/9] Implement vcpu soft affinity for credit1 (toolstack side)
 2014-06-20 12:01 UTC  (5+ messages)
` [PATCH v9 5/9] libxl/xl: push VCPU affinity pinning down to libxl

Mapping of F11 and F12 on new lenovo laptops and Lenovo Compact Keyboard
 2014-06-20 12:00 UTC  (2+ messages)

[PATCH] can: c_can: convert to use devm * api
 2014-06-20 11:59 UTC 

Szabaduljál meg már a kopaszódástól és a hajritkulásától
 2014-06-20 11:52 UTC 

[Bug 80266] New: Undefined operation in tgsi_ureg.c left shift of 1 by 31 places cannot be represented in type 'int'
 2014-06-20 11:53 UTC  (2+ messages)
  ` [Bug 80266] "

[PATCH 1/2] ibacm/prov: export a function to return config file name
 2014-06-20 11:52 UTC  (2+ messages)
  ` [PATCH 2/2] ibacm/prov: export a function to increment performance counters

[Xenomai] Some Information About compilation Xenomai and RT Patches
 2014-06-20 11:50 UTC  (3+ messages)

[PATCH v9 0/3] arm: Add basic support for Mediatek Cortex-A7 SoCs
 2014-06-20 11:48 UTC  (9+ messages)
` [PATCH v9 1/3] of: Provide function to request and map memory
` [PATCH v9 2/3] clocksource: Add support for the Mediatek SoCs
` [PATCH v9 3/3] dt-bindings: add mtk-timer bindings

[Qemu-devel] [PATCH] hw/mips: malta: Don't boot from flash with KVM T&E
 2014-06-20 11:47 UTC 

[PATCH 01/10] mm, compaction: do not recheck suitable_migration_target under lock
 2014-06-20 11:47 UTC  (9+ messages)
` [PATCH 02/10] mm, compaction: report compaction as contended only due to lock contention

mmu_notifier and i915_gem_userptr.c
 2014-06-20 11:43 UTC  (4+ messages)

[RFC v3] ARM: KVM: add irqfd and irq routing support
 2014-06-20 11:41 UTC  (2+ messages)

[patch] mmc: sdhci-bcm-kona: | vs & typo in debug code
 2014-06-20 11:41 UTC  (3+ messages)

[Buildroot] [PATCH 0 of 3] Support buildroot being located in /usr
 2014-06-20 11:41 UTC  (3+ messages)
` [Buildroot] [PATCH 1 of 3] infra: support "

[PATCH] pinctrl: st: Fix irqmux handler
 2014-06-20 11:38 UTC  (4+ messages)

[PATCH] staging: crystalhd: Do not mix integers and user pointers
 2014-06-20 11:34 UTC  (2+ messages)

[PATCH 00/19]: add mrfld DSP support
 2014-06-20 11:32 UTC  (7+ messages)
` [PATCH 10/19] ASoC: Intel: add mrfld DSP registers
` [PATCH 13/19] ASoC: Intel: mrfld: add bytes control for modules

[PATCH 0/4] Improve sequential read throughput
 2014-06-20 11:30 UTC  (8+ messages)
` [PATCH 1/4] cfq: Increase default value of target_latency

[PATCH 0/4] VT-d/qinval: miscellaneous adjustments
 2014-06-20 11:30 UTC  (5+ messages)
` [PATCH 3/4] VT-d/qinval: clean up error handling

[PATCH v5 00/12] KVM Support for MIPS32 Processors
 2014-06-20 11:28 UTC  (11+ messages)
` [PATCH v5 10/12] hw/mips: malta: Add KVM support
    ` [Qemu-devel] "

Please revert / review 077fc1c04d70ef1748ac2daa6622b3320a1a004c
 2014-06-20 11:28 UTC  (18+ messages)

[PATCH] ext4: Fix punch hole on files with indirect mapping
 2014-06-20 11:28 UTC  (3+ messages)

[PATCH v2 1/2] Input: uinput - add UI_GET_VERSION ioctl
 2014-06-20 11:26 UTC  (2+ messages)
` [PATCH v2 2/2] Input: uinput - add new UINPUT_DEV_SETUP ioctl

[PATCH 0/2] btrfs: qgroup fixes for btrfs_drop_snapshot
 2014-06-20 11:25 UTC  (6+ messages)
` btrfs: qgroup: account shared subtrees during snapshot delete


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.