All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-09-02 11:10:15 to 2014-09-02 12:07:22 UTC [more...]

[Qemu-devel] [PATCH v2] rules.mak: Fix DSO build by pulling in archive symbols
 2014-09-02 12:07 UTC  (8+ messages)

[Cluster-devel] [PATCH 00/19] gfs2-utils: Introduce extent allocation and speed up journal creation
 2014-09-02 12:07 UTC  (6+ messages)
` [Cluster-devel] [PATCH 01/19] libgfs2: Keep a pointer to the sbd in lgfs2_rgrps_t
` [Cluster-devel] [PATCH 02/19] libgfs2: Move bitmap buffers inside struct gfs2_bitmap
` [Cluster-devel] [PATCH 03/19] libgfs2: Fix an impossible loop condition in gfs2_rgrp_read
` [Cluster-devel] [PATCH 04/19] libgfs2: Introduce struct lgfs2_rbm
` [Cluster-devel] [PATCH 05/19] libgfs2: Move struct _lgfs2_rgrps into rgrp.h

[RFC][PATCH v1 0/3] Optional unit test tools for VMware tools support
 2014-09-02 12:07 UTC  (4+ messages)
` [RFC][PATCH v1 1/3] Add xen-hvm-param
` [RFC][PATCH v1 2/3] Add xen-vmware-guestinfo
` [RFC][PATCH v1 3/3] Add xen-list-vmware-guestinfo

Btrfs-progs-3.16: fs metadata is both single and dup?
 2014-09-02 12:05 UTC 

Recent Kernels failing to boot?
 2014-09-02 12:05 UTC  (3+ messages)

[Documentation][for-daisy][PATCH ] RN: Updates from bitbake-metadata2doc.sh
 2014-09-02 12:04 UTC  (3+ messages)

[PATCHv2 0/8] Android tester GATT test cases
 2014-09-02 12:04 UTC  (9+ messages)
` [PATCHv2 1/8] android/tester: Simplify ACTION_FAIL and ACTION_SUCCESS defines
` [PATCHv2 2/8] android/tester: Add function to set default ssp handler
` [PATCHv2 3/8] android/tester: Add support for search services callbacks
` [PATCHv2 4/8] android/tester: Add GATT Client Search Service test case
` [PATCHv2 5/8] android/tester: Add GATT Search Service 2 "
` [PATCHv2 6/8] android/tester: Add negative GATT Search Service test
` [PATCHv2 7/8] android/tester: Add support for get_characteristic_cb()
` [PATCHv2 8/8] android/tester: Add GATT get_characteristic test

[Qemu-devel] [PATCH v5 0/4] Refactor device_set_realized to avoid resource leak
 2014-09-02 12:03 UTC  (5+ messages)
` [Qemu-devel] [PATCH v5 1/4] qdev: using error_abort instead of using local_err
` [Qemu-devel] [PATCH v5 2/4] qdev: using NULL instead of local_err for qbus_child unrealize
` [Qemu-devel] [PATCH v5 3/4] qdev: add cleanup logic in device_set_realized() to avoid resource leak
` [Qemu-devel] [PATCH v5 4/4] pcie: don't assert when hotplug a PCIe device with 'function != 0'

[PATCH 0/3] Decrease likelyhood of RX overruns
 2014-09-02 12:04 UTC  (14+ messages)
` [PATCH 1/3] can: flexcan.c: Correctly initialize mailboxes
` [PATCH 2/3] can: flexcan.c: Re-write receive path to use MB queue instead of FIFO
` [PATCH 3/3] can: flexcan.c: Implement last step of workaround for errata ERR005829

[PATCH 0/8] ARM RealView DeviceTree support v5
 2014-09-02 12:02 UTC  (18+ messages)
` [PATCH 1/8 v2] leds: add a driver for syscon-based LEDs
` [PATCH 2/8 v2] leds: add device tree bindings for register bit LEDs
` [PATCH 3/8 v2] power: reset: driver for the Versatile syscon reboot
` [PATCH 4/8] soc: add driver for the ARM RealView
` [PATCH 5/8] ARM: l2x0: move DT parsing for cache props
` [PATCH 6/8] ARM: l2c: parse 'cache-size' and 'cache-sets' properties
` [PATCH 7/8] ARM: l2x0: support associativity from DT
` [PATCH 8/8 v5] ARM: realview: basic device tree implementation

[U-Boot] [PATCH v3 0/25] Add Marvell Armada XP MV78460 SoC support
 2014-09-02 12:03 UTC  (26+ messages)
` [U-Boot] [PATCH v3 01/25] sf: Add M25PX64 SPI NOR flash ID
` [U-Boot] [PATCH v3 02/25] arm: kirkwood: spi.h: Add some missing parenthesis
` [U-Boot] [PATCH v3 03/25] spi: kirkwood_spi.c: Some fixes and cleanup
` [U-Boot] [PATCH v3 04/25] spi: kirkwood_spi.c: Make global variable static
` [U-Boot] [PATCH v3 05/25] spi: kirkwood_spi.c: cosmetic: Fix minor coding style issues
` [U-Boot] [PATCH v3 06/25] arm: kirkwood: Move some SoC files into new arch/arm/mvebu-common
` [U-Boot] [PATCH v3 07/25] arm: marvell: Move arch/kirkwood.h to arch/soc.h
` [U-Boot] [PATCH v3 08/25] arm: marvell: Move arch-kirkwood/spi.h to arch-mvebu/spi.h
` [U-Boot] [PATCH v3 09/25] arm: marvell: Rework timer.c to make it usable for other MVEBU platforms
` [U-Boot] [PATCH v3 10/25] arm: mvebu: Add common mbus functions to use on Marvell SoCs
` [U-Boot] [PATCH v3 11/25] spi: kirkwood_spi.c: Compile MPP (pin-mux) only for kirkwood SoC's
` [U-Boot] [PATCH v3 12/25] arm: marvell: Extract kirkwood gpio functions into new common file gpio.c
` [U-Boot] [PATCH v3 13/25] spi: kirkwood_spi.c: Change KW_SPI_BASE to MVEBU_SPI_BASE
` [U-Boot] [PATCH v3 14/25] arm: kirkwood: Change naming of dram functions from km_foo() to mvebu_foo()
` [U-Boot] [PATCH v3 15/25] net: mvneta.c: Add support for the ethernet controller of the Marvell Armada XP SoC
` [U-Boot] [PATCH v3 16/25] net: phy.h: Make PHY autonegotiation timeout configurable
` [U-Boot] [PATCH v3 17/25] i2c: mvtwsi: Add support for Marvell Armada XP
` [U-Boot] [PATCH v3 18/25] arm: armada-xp: Add basic support for Marvell Armada XP SoC
` [U-Boot] [PATCH v3 19/25] arm: armada-xp: Add basic support for the Marvell DB-MV784MP-GP board
` [U-Boot] [PATCH v3 20/25] arm: armada-xp: Add basic support for the maxBCM board
` [U-Boot] [PATCH v3 21/25] arm: kirkwood: Remove some dead code from cpu.c
` [U-Boot] [PATCH v3 22/25] tools/kwboot: Sync with latest barebox version to support Armada XP
` [U-Boot] [PATCH v3 23/25] tools: Compile kwboot for Marvell Armada XP as those SoCs are now supported
` [U-Boot] [PATCH v3 24/25] tools: kwbimage: Add image version 1 support for Armada XP / 370
` [U-Boot] [PATCH v3 25/25] Makefile: Add CONFIG_BUILD_TARGET to automatically build an special image

Basic Query regarding kvm_init
 2014-09-02 12:03 UTC 

Bug: s5p-mfc should allow multiple call to REQBUFS before we start streaming
 2014-09-02 12:02 UTC  (5+ messages)
`  "

[PATCH] ipu-v3: ipu-smfc: Do not leave DEBUG defined
 2014-09-02 12:00 UTC  (3+ messages)

[PATCH 0/2] cfg80211: two reg fixes
 2014-09-02 12:00 UTC  (3+ messages)
` [PATCH 2/2] cfg80211: fix processing world regdomain when non modular

[Qemu-devel] [PATCH v2 0/3] target-sparc: fixed unused function warnings
 2014-09-02 11:52 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/3] target-sparc: Remove unused gen_op_subi_cc and gen_op_addi_cc
` [Qemu-devel] [PATCH v2 2/3] target-sparc: address_mask(), asi_address_mask() are TARGET_SPARC64 only
` [Qemu-devel] [PATCH v2 3/3] target-sparc: is_translating_asi() is "

[PATCH RFC] btrfs-progs: Show backtrace on BUGs
 2014-09-02 11:57 UTC  (2+ messages)

Btrfs-progs: fix typos
 2014-09-02 11:57 UTC 

[PATCH] i2c: i2c-tegra: Move clk_prepare/clk_set_rate to probe
 2014-09-02 11:56 UTC  (4+ messages)

[PATCH v2 0/4] mfd: lpc_sch: Intel Quark support
 2014-09-02 11:55 UTC  (9+ messages)
` [PATCH v2 1/4] mfd: lpc_sch: reduce duplicate code and improve manageability
` [PATCH v2 2/4] pci_ids: add support for Intel Quark ILB
` [PATCH v2 3/4] mfd: lpc_sch: Add support for Intel Quark X1000
` [PATCH v2 4/4] mfd: lpc_sch: remove FSF address

[Bug 82050] New: R9270X pyrit benchmark perf regressions with latest kernel/llvm
 2014-09-02 11:55 UTC  (2+ messages)
` [Bug 82050] "

Formal license ambiguity in arch/arm/boot/dts/sun?i-a*.dts
 2014-09-02 11:54 UTC  (10+ messages)

[Patch v3] 0/7] Remove mach-kirkwood
 2014-09-02 11:53 UTC  (4+ messages)
` [Patch v3] 3/7] thermal: Remove ARCH_KIRKWOOD dependency

[char-misc-next 0/6] mei: remove pci dependency from mei module
 2014-09-02 11:50 UTC  (7+ messages)
` [char-misc-next 1/6] mei: push all standard settings into mei_device_init
` [char-misc-next 2/6] mei: get rid of most of the pci dependencies in mei
` [char-misc-next 3/6] mei: move fw_status back to hw ops handlers
` [char-misc-next 4/6] mei: remove the reference to pdev from mei_deivce
` [char-misc-next 5/6] mei: push pci cfg structure me hw
` [char-misc-next 6/6] mei: remove include to pci header from mei module files

[PATCH v6 0/8] add a new interface to show the memory usage of 1st kernel
 2014-09-02 11:52 UTC  (3+ messages)
` [PATCH v6 8/8] "

[Buildroot] [Bug 6878] New: dmraid: disabled on ARC
 2014-09-02 11:52 UTC  (2+ messages)
` [Buildroot] [Bug 6878] "

[PATCH][RFC][Ack req] MIPS: BCM47XX: Initialize bcma bus later (with mm available)
 2014-09-02 11:51 UTC 

[PATCH v2] android/bluetooth: Fix handling paring related events
 2014-09-02 11:51 UTC 

[PATCH] staging: et131x: et131x.c: sparse warning of incompatible types
 2014-09-02 11:51 UTC 

Trickle charging for rtc-bq32k
 2014-09-02 11:51 UTC  (5+ messages)

[PATCH] Btrfs: fix fsync data loss after a ranged fsync
 2014-09-02 12:50 UTC  (2+ messages)
` [PATCH v2] "

[RFC v2 2/2] usb: phy: Temporarily hold wakeupsource on charger connect and disconnect events
 2014-09-02 11:49 UTC 

[U-Boot] Recommended SH toolchain
 2014-09-02 11:49 UTC  (2+ messages)
` [U-Boot] Fwd: "

[PATCH v9 00/16] arm: KGDB NMI/FIQ support
 2014-09-02 11:49 UTC  (13+ messages)
` [PATCH v10 00/19] "
  ` [PATCH v10 03/19] arm: fiq: Replace default FIQ handler

[RFC v2 1/2] usb: phy: Hold wakeupsource when USB is enumerated in peripheral mode
 2014-09-02 11:47 UTC 

Nested paging in nested SVM setup
 2014-09-02 11:48 UTC  (21+ messages)

[PATCH v3 00/17] Introduce ACPI for ARM64 based on ACPI 5.1
 2014-09-02 11:48 UTC  (6+ messages)
` [PATCH v3 13/17] ARM64 / ACPI: Add GICv2 specific ACPI boot support

Regarding " fb memory is not big enough to hold shadow buffer!"
 2014-09-02 11:44 UTC 

strange empia device
 2014-09-02 11:43 UTC  (5+ messages)

[PATCH] android/pts: PTS test session for A2DP
 2014-09-02 11:43 UTC 

BBB + uboot 2014.07 - not booting
 2014-09-02 11:42 UTC  (5+ messages)

[PATCH v2] drm/i915: Fix lock dropping in intel_tv_detect()
 2014-09-02 11:41 UTC  (4+ messages)
` [PATCH v3] "

[PATCH RESEND 0/5] tty/serial: Add helpers to use GPIOs to control modem lines and implement atmel_serial.c
 2014-09-02 11:40 UTC  (6+ messages)
` [PATCH RESEND 5/5] tty/serial: at91: add interrupts for modem control lines

[PATCH v3] i2c: rk3x: fix bug that cause transfer fails in master receive mode
 2014-09-02 11:01 UTC  (3+ messages)
` [PATCH v4] "

[Bug 78530] New: Memory corruption on Lenovo t440p with runpm
 2014-09-02 11:39 UTC  (9+ messages)
  ` [Bug 78530] "

Remittance Slip
 2014-09-02  9:25 UTC 

[PATCH 1/3] netfilter: nft_hash: no need for rcu in the hash set destroy path
 2014-09-02 11:11 UTC  (5+ messages)
` [PATCH 2/3] netfilter: nft_rbtree: no need for spinlock from "

[PATCH v4 0/2] tty: serial: Add mediatek UART driver
 2014-09-02 11:35 UTC  (6+ messages)
` [PATCH v4 1/2] tty: serial: 8250: Add Mediatek "
` [PATCH v4 2/2] DTS: serial: Add bindings documention for the Mediatek UARTs

[PATCH] sparc32, leon: Make leom_dma_ops avaiable when !CONFIG_PCI
 2014-09-02 11:34 UTC  (2+ messages)

simle-card DT style for DPCM
 2014-09-02 11:34 UTC  (4+ messages)

ext4 vs btrfs performance on SSD array
 2014-09-02 11:31 UTC  (5+ messages)

[PATCHv2 0/4] simple-card: simplify the code
 2014-09-02 11:32 UTC  (10+ messages)
` [PATCHv2 1/4] ASoC: simple-card: add asoc_simple_card_fmt_master() to "

[PATCH 1/2 RFC] btrfs-progs: scan devices for specific fsid in btrfs_scan_for_fsid
 2014-09-02 11:32 UTC  (3+ messages)
` [PATCH 2/2] btrfs-progs: canonicalize dm device name before update kernel

[GIT PULL nf-next] IPVS Updates for v3.18
 2014-09-02 11:31 UTC  (3+ messages)
` [PATCH nf-next] ipvs: reduce stack usage for sockopt data

Bug in __generic_file_write_iter()?
 2014-09-02 11:29 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/6] Add support for Panasonic UniPhier SoCs/boards
 2014-09-02 11:28 UTC  (7+ messages)
` [U-Boot] [PATCH v3 1/6] nand: denali: add Denali NAND driver for SPL
` [U-Boot] [PATCH v3 2/6] serial: add UniPhier serial driver
` [U-Boot] [PATCH v3 3/6] arm: uniphier: add UniPhier SoC support code
` [U-Boot] [PATCH v3 4/6] arm: uniphier: add Kconfig and defconfig
` [U-Boot] [PATCH v3 5/6] MAINTAINERS: add me as a maintainer of UniPhier platform
` [U-Boot] [PATCH v3 6/6] git-mailrc: "

[PATCH] btrfs-progs: make 'btrfs replace' signal-handling works
 2014-09-02 11:25 UTC  (2+ messages)

Next Git conference or meeting
 2014-09-02 11:21 UTC  (3+ messages)

[REGRESSION] i915: failure to see Dell 30" monitor connected to a Lenovo Haswell docking station
 2014-09-02 11:23 UTC  (5+ messages)

[PATCH 01/12] Staging: rtl8821ae: hal_bt_coexist: fix commenting style
 2014-09-02 11:22 UTC  (3+ messages)

[PATCH v4 0/3] Add ST dwc3 glue layer driver
 2014-09-02 11:18 UTC  (6+ messages)
` [PATCH v4 1/3] usb: dwc3: add ST dwc3 glue layer to manage dwc3 HC

[PATCH] Input: cap1106 - fix register definition
 2014-09-02 11:01 UTC  (3+ messages)

[PATCH 0/1] piglit: add bash to RDEPENDS_piglit
 2014-09-02 11:17 UTC  (4+ messages)
` [PATCH 1/1] "

[U-Boot] [PATCH 0/8] PSCI v0.2 framework for ARMv8
 2014-09-02 11:17 UTC  (6+ messages)
` [U-Boot] [PATCH 6/8] ARMv8: PSCI: Fixup the device tree for PSCI v0.2

[PATCH 1/4] spi: altera: remove unnecessary #ifdef CONFIG_OF
 2014-09-02 11:16 UTC  (3+ messages)

[PATCH v3 0/3] Support for nesting IOMMUs in VFIO
 2014-09-02 11:16 UTC  (4+ messages)
` [PATCH v3 3/3] iommu/arm-smmu: add support for DOMAIN_ATTR_NESTING attribute

[Qemu-devel] [PATCH v8 0/7] Virtio PCI libqos driver
 2014-09-02 11:13 UTC  (5+ messages)
` [Qemu-devel] [PATCH v8 5/7] libqos: Added test case for configuration changes in virtio-blk test

[PATCH 2/2] igt/gem_workarounds: rework igt to test workaround registers
 2014-09-02 11:12 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v6 0/4] Fine tune USB 3.0 PHY on exynos5420
 2014-09-02 11:12 UTC  (10+ messages)
` [PATCH v6 1/4] phy: Add provision for calibrating phy
` [PATCH v6 2/4] usb: host: xhci-plat: Get PHYs for xhci's hcds
` [PATCH v6 3/4] usb: hcd: Calibrate PHY post hcd reset
` [PATCH v6 4/4] phy: exynos5-usbdrd: Calibrate LOS levels for exynos5420/5800

[PATCH] android/bluetooth: Fix handling paring related events
 2014-09-02 11:12 UTC 

[v5][PATCH 0/10] xen: reserve RMRR to avoid conflicting MMIO/RAM
 2014-09-02 11:10 UTC  (19+ messages)
` [v5][PATCH 03/10] xen:x86: define a new hypercall to get RMRR mappings


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.