messages from 2014-03-21 16:20:06 to 2014-03-21 17:30:13 UTC [more...]
[PATCH] checkpatch.pl: Add check for Change-Id
2014-03-21 17:29 UTC (5+ messages)
` [PATCH v2] "
Is anyone using btrfs send/receive for backups instead of rsync?
2014-03-21 17:29 UTC (7+ messages)
` Is anyone using btrfs send/receive howto?
` Send/Receive howto and script for others to use (was Re: Is anyone using btrfs send/receive)
[RFC PATCH 00/18] powerpc/boot: 64bit little endian wrapper for pseries
2014-03-21 17:28 UTC (3+ messages)
` [PATCH 00/18] powerpc/boot: 64bit little endian wrapper
[RFC PATCH v1 00/10] xen/arm: Add GICv3 support
2014-03-21 17:28 UTC (14+ messages)
` [RFC PATCH v1 01/10] xen/arm: make secondary gic init as notifier call
` [RFC PATCH v1 02/10] xen/arm: register mmio handler at runtime
` [RFC PATCH v1 03/10] xen/arm: move vgic data to vgic driver
` [RFC PATCH v1 04/10] arm/xen: move gic save and restore registers to gic driver
[PATCH] drm/i915: Increase WM memory latency values on SNB with high pixel clock
2014-03-21 17:28 UTC (3+ messages)
[PATCH 1/4] arm64: topology: Initialise default topology state immediately
2014-03-21 17:28 UTC (4+ messages)
` [PATCH 2/4] arm64: topology: Add support for topology DT bindings
` [PATCH 3/4] arm64: topology: Tell the scheduler about the relative power of cores
` [PATCH 4/4] arm64: topology: Provide relative power numbers for cores
PROBLEM: Fatal Machine Check >= 3.13.5-101.fc19.x86_64
2014-03-21 17:27 UTC (2+ messages)
Xen-unstable Linux 3.14-rc3 and 3.13 Network troubles "bisected"
2014-03-21 17:27 UTC (12+ messages)
[PATCH] README: Add missing "install"
2014-03-21 17:26 UTC
[Qemu-devel] [PATCH 0/5] xen: add Intel IGD passthrough support
2014-03-21 17:26 UTC (7+ messages)
` [Qemu-devel] [PATCH 1/5] xen, gfx passthrough: basic graphics "
` "
` [Qemu-devel] [PATCH 2/5] xen, gfx passthrough: reserve 00:02.0 for INTEL IGD
` "
[PATCH] bdflush.2, fsync.2, sync.2, sync.8: rm update(8)
2014-03-21 17:25 UTC
[MI-prototype] MI: mi-lttng into libcommon, global option lttng_mi_opt , command version
2014-03-21 17:25 UTC
[Qemu-devel] migrating instances from qemu-kvm to qemu
2014-03-21 17:24 UTC (8+ messages)
two patches for the synposys gpio controller
2014-03-21 17:24 UTC (3+ messages)
` [PATCH 3/3] ARM: dts: socfpga: add gpio pieces
xc2038/3028 firmware
2014-03-21 17:25 UTC
[PATCH net-next] Revert "xen-netback: Aggregate TX unmap operations"
2014-03-21 17:23 UTC
[PATCH net-next] Revert "xen-netback: Aggregate TX unmap operations"
2014-03-21 17:23 UTC
What's cooking in git.git (Mar 2014, #04; Thu, 20)
2014-03-21 17:20 UTC (3+ messages)
[PATCH] eir: Use unsigned int for flags in struct eir_data
2014-03-21 17:21 UTC
[PATCH 00/33] iommu/vt-d: Add support for DMA mapping of ACPI-enumerated devices
2014-03-21 17:19 UTC (34+ messages)
` [PATCH 01/33] iommu/vt-d: Add ACPI namespace device reporting structures
` [PATCH 02/33] iommu/vt-d: Parse ANDD records
` [PATCH 03/33] iommu/vt-d: Allocate space for ACPI devices
` [PATCH 04/33] iommu/vt-d: Change scope lists to struct device, bus, devfn
` [PATCH 05/33] iommu/vt-d: Add ACPI devices into dmaru->devices[] array
` [PATCH 06/33] iommu/vt-d: Make iommu_dummy() take struct device instead of struct pci_dev
` [PATCH 07/33] iommu/vt-d: Make dmar_insert_dev_info() "
` [PATCH 08/33] iommu/vt-d: Use struct device in device_domain_info, not "
` [PATCH 09/33] iommu/vt-d: Pass iommu to domain_context_mapping_one() and iommu_support_dev_iotlb()
` [PATCH 10/33] iommu/vt-d: Stop dmar_insert_dev_info() freeing domains on losing race
` [PATCH 11/33] iommu/vt-d: use dmar_insert_dev_info() from dma_add_dev_info()
` [PATCH 12/33] iommu/vt-d: Use domain_remove_one_dev_info() in domain_add_dev_info() error path
` [PATCH 13/33] iommu/vt-d: Always store iommu in device_domain_info
` [PATCH 14/33] iommu/vt-d: Simplify iommu check in domain_remove_one_dev_info()
` [PATCH 15/33] iommu/vt-d: Remove device_to_iommu() call from domain_remove_dev_info()
` [PATCH 16/33] iommu/vt-d: Store PCI segment number in struct intel_iommu
` [PATCH 17/33] iommu/vt-d: Remove segment from struct device_domain_info()
` [PATCH 18/33] iommu/vt-d: Make identity_mapping() take struct device not struct pci_dev
` [PATCH 19/33] iommu/vt-d: Make device_to_iommu() cope with non-PCI devices
` [PATCH 20/33] iommu/vt-d: Make domain_context_mapp{ed, ing}() take struct device
` [PATCH 21/33] iommu/vt-d: Make get_domain_for_dev() "
` [PATCH 22/33] iommu/vt-d: Handle RMRRs for non-PCI devices
` [PATCH 23/33] iommu/vt-d: Make iommu_should_identity_map() take struct device
` [PATCH 24/33] iommu/vt-d: Make get_valid_domain_for_dev() "
` [PATCH 25/33] iommu/vt-d: Remove some pointless to_pci_dev() calls
` [PATCH 26/33] iommu/vt-d: Rename 'hwdev' variables to 'dev' now that that's the norm
` [PATCH 27/33] iommu/vt-d: Make domain_remove_one_dev_info() take struct device
` [PATCH 28/33] iommu/vt-d: Make domain_add_dev_info() "
` [PATCH 29/33] iommu/vt-d: Remove pdev from iommu_no_mapping()
` [PATCH 30/33] iommu/vt-d: Remove pdev from intel_iommu_attach_device()
` [PATCH 31/33] iommu/vt-d: Remove to_pci_dev() in intel_map_page()
` [PATCH 32/33] iommu/vt-d: Finally enable translation for non-PCI devices
` [PATCH 33/33] iommu/vt-d: Include ACPI devices in iommu=pt
[PATCH] drm/i915: Rename GFX_TLB_INVALIDATE_ALWAYS
2014-03-21 17:18 UTC
[PATCH] ARM: i.MX6: update KSZ9031 phy fixup
2014-03-21 17:08 UTC (2+ messages)
[PATCH] Fix northbridge quirk to assign correct NUMA node
2014-03-21 17:16 UTC (4+ messages)
PL310 errata workarounds
2014-03-21 17:12 UTC (16+ messages)
` FEC ethernet issues [Was: PL310 errata workarounds]
[PATCH 2/2] drm/i915/vlv: Replaced Blitter ring based flips with MMIO Flips for VLV
2014-03-21 17:10 UTC (3+ messages)
` [PATCH v2] drm/i915: Replaced Blitter ring based flips with MMIO flips "
Bug#738758: [PATCH] ext4: kill i_version support for Hurd-castrated file systems
2014-03-21 17:11 UTC (3+ messages)
` [PATCH] ext4: optimize Hurd tests when reading/writing inodes
` Bug#738758: "
[RFC] possible removal of omap-serial
2014-03-21 17:10 UTC (9+ messages)
[PATCH][GSOC] Selection of the verbose message is replaced with generated message in install_branch_config()
2014-03-21 17:09 UTC (7+ messages)
[FAQ] XFS speculative preallocation
2014-03-21 17:09 UTC (3+ messages)
[PATCH v4 0/10] remove maintenance interrupts
2014-03-21 17:07 UTC (20+ messages)
` [PATCH v4 05/10] xen/arm: keep track of the GICH_LR used for the irq in struct pending_irq
` [PATCH v4 06/10] xen/arm: s/gic_set_guest_irq/gic_raise_guest_irq
` [PATCH v4 07/10] xen/arm: call gic_clear_lrs on entry to the hypervisor
` [PATCH v4 08/10] xen/arm: second irq injection while the first irq is still inflight
` [PATCH v4 09/10] xen/arm: don't protect GICH and lr_queue accesses with gic.lock
libm accuracy, eglibc compared to glibc -- solved
2014-03-21 17:06 UTC (3+ messages)
[PATCH v4] ARM: vDSO gettimeofday using generic timer architecture
2014-03-21 17:05 UTC (5+ messages)
[meta-qt3][PATCH] qt-x11-free: apply Fedora patch to support freetype 2.5.1+
2014-03-21 17:03 UTC
[PATCH] rev-parse --parseopt: option argument name hints
2014-03-21 17:04 UTC (5+ messages)
` [PATCH v3] "
[Bug 76376] New: mesa does not build after nouveau loader changes
2014-03-21 17:04 UTC (3+ messages)
` [Bug 76376] "
[PATCH 0/6 V3] refactor the archiver*.bbclass
2014-03-21 17:03 UTC (4+ messages)
unlink=1 issue on Windows
2014-03-21 17:03 UTC (5+ messages)
` unlink
` [PATCH 2/2] Add unlink hook to ioengine API
[PATCH 1/2] drm/crtc-helper: fix locking for drm_helper_disable_unused_functions
2014-03-21 17:02 UTC (5+ messages)
` [PATCH 2/2] drm/fb-helper: improve drm_fb_helper_initial_config locking
File extension conflict when working with git and latex
2014-03-21 17:01 UTC (4+ messages)
[Qemu-devel] RFC - best way to organize a multiprotocol transport?
2014-03-21 17:00 UTC (5+ messages)
[PATCH v4 0/4] xen/arm: Add support for XSM
2014-03-21 16:57 UTC (3+ messages)
` [PATCH v4 3/4] xen/xsm: Add support for device tree
[PATCH] MIPS: copy_to_user_page: Avoid ptrace(2) I-cache incoherency
2014-03-21 16:56 UTC (3+ messages)
[Buildroot] [PATCH v3] bluez5_utils: new package
2014-03-21 16:55 UTC (7+ messages)
` [Buildroot] [PATCH v4] "
[PATCH] drm/i915: Move all ring resets before setting the HWS page
2014-03-21 16:55 UTC
[PATCH v5] use starts_with() instead of !memcmp()
2014-03-21 16:53 UTC (3+ messages)
[PATCH v5 0/7] Add support for the Allwinner A31 DMA Controller
2014-03-21 16:51 UTC (5+ messages)
` [PATCH v5 6/7] DMA: sun6i: Add driver for the Allwinner A31 DMA controller
[PATCH 0/3] xen/arm: setup a sane EL1 state while building domain 0
2014-03-21 16:52 UTC (9+ messages)
` [PATCH 1/3] xen/arm: Move p2m context save/restore in a separate function
` [PATCH 2/3] xen/arm: Use p2m_restore_state in construct_dom0
` [PATCH 3/3] xen/arm: Don't need to export p2m_load_VTTBR
blk-mq updates, V2
2014-03-21 16:31 UTC (4+ messages)
` [PATCH 1/3] blk-mq: initialize resid_len
` [PATCH 2/3] blk-mq: fix blk_mq_end_io_partial
` [PATCH 3/3] blk-mq: add ->init_request and ->exit_request methods
[PATCH 2/2] drm/i915/vlv: Enabling the TLB invalidate bit in GFX Mode register
2014-03-21 16:52 UTC (3+ messages)
` [PATCH v2] "
[PATCH 0/6] Rendering specific Hw workarounds for VLV
2014-03-21 16:50 UTC (7+ messages)
` [PATCH 2/6] drm/i915/vlv: Added a rendering specific Hw WA 'WaReadAfterWriteHazard'
[PATCH v4 00/10] KVM Support for MIPS32 Processors
2014-03-21 16:51 UTC (6+ messages)
` [Qemu-devel] "
[PATCHv2] branch.c: simplify chain of if statements
2014-03-21 16:50 UTC (5+ messages)
[PATCH - ALSA-LIB 1/1] Remove 2.1 , 4.1 and 5.0 from EMU10K1.conf
2014-03-21 16:51 UTC (2+ messages)
[RFC Patch 0/3] Putting the "Simple" back in sedf
2014-03-21 16:50 UTC (6+ messages)
` [RFC Patch 1/3] Remove sedf extra, weight, and latency parameter support
Ambiguous DAPM widget names and DPCM
2014-03-21 16:50 UTC (2+ messages)
Advisory Board meeting minutes
2014-03-21 16:49 UTC
[PATCH v4 0/9] R-Car Gen2 PCIe host driver
2014-03-21 16:49 UTC (14+ messages)
` [PATCH v4 6/9] ARM: shmobile: Add PCIe device tree nodes for R8A7790
[PATCH V3 RESEND] NTFS: Logging clean-up
2014-03-21 16:50 UTC
[meta-filesystems] [PATCH] Add fusermount to fuse by default
2014-03-21 16:49 UTC (5+ messages)
[PATCH] ath10k: Fix getting stats from firmware
2014-03-21 16:48 UTC (9+ messages)
[PATCH] netpoll: fix the skb check in pkt_is_ns
2014-03-21 16:47 UTC (2+ messages)
[PATCH RFC 0/2] Move dai-link level properties away from dai subnodes
2014-03-21 16:47 UTC (3+ messages)
` [PATCH RFC 1/2] ASoC: core: Update snd_soc_of_parse_daifmt() interface
` [PATCH RFC 2/2] ASoC: simple-card: Move dai-link level properties away from dai subnodes
[meta-oe][PATCH 1/2] can-utils: Create git version
2014-03-21 16:35 UTC (2+ messages)
` [meta-oe][PATCH 2/2] glcompbench: Create 2012.08 version
[linux-linus test] 25615: regressions - FAIL
2014-03-21 16:46 UTC
[PATCH] netlink: simplify nfnetlink_bind
2014-03-21 16:44 UTC
[PATCH RFC v1 00/01] dm-lightnvm introduction
2014-03-21 16:42 UTC (6+ messages)
` [PATCH RFC v1 01/01] dm-lightnvm: An open FTL for open firmware SSDs
[PATCH] spi: fix spi-atmel.c printk format warnings
2014-03-21 16:42 UTC (4+ messages)
` rfc: vsprintf and phys_addr_t and dma_addr_t via %pa (was Re: [PATCH] spi: fix spi-atmel.c printk format warnings)
[PATCH v2 0/3] add hisilicon hip04 ethernet driver
2014-03-21 16:42 UTC (4+ messages)
` [PATCH 1/3] Documentation: add Device tree bindings for Hisilicon hip04 ethernet
ACPI and PM material for v3.15-rc1 (current queue)
2014-03-21 16:40 UTC (3+ messages)
[Qemu-devel] [PATCH for-2.0 v2] configure: add workaround for SystemTap PR13296
2014-03-21 16:39 UTC (2+ messages)
[PATCH] netlink: have netlink per-protocol bind function return an error code
2014-03-21 16:39 UTC
[Qemu-devel] [PATCH v2] QemuOpt: add unit tests
2014-03-21 16:37 UTC (5+ messages)
[PATCH 1/1 RESEND] fs/ceph/inode.c: Remove get/set acl on symlinks
2014-03-21 16:40 UTC
3.14 radeon regression: radeon is broken (pci bug?)
2014-03-21 16:37 UTC (5+ messages)
[bug?] can't unmount filesystem after running "exportfs -u" -- dangling refcount?
2014-03-21 16:37 UTC
[Qemu-devel] multihead & multiseat in qemu
2014-03-21 16:37 UTC (2+ messages)
[PATCH v2] Rewrite fsck.c:fsck_commit() replace memcmp() with starts_with()
2014-03-21 16:37 UTC
[PATCH 1/3] core: Move EIR flags definitions to eir.h
2014-03-21 16:34 UTC (3+ messages)
` [PATCH 2/3] android/bluetooth: Filter out not discoverable LE devices
` [PATCH 3/3] adapter: Fix checking if LE device is discoverable
[PATCH 0/1] Fix passwordless logins with pam enabled
2014-03-21 16:31 UTC (2+ messages)
` [PATCH 1/1] classes/image: disable pam nullok_secure with debug-tweaks
[PATCH v9 resend 1/3] mmc: omap_hsmmc: Enable SDIO interrupt
2014-03-21 16:30 UTC (6+ messages)
` [PATCH 0/9] mmc: omap_hsmmc: convert to use devm_* and enable sdio irq
` [PATCH 4/9] mmc: omap_hsmmc: use devm_request_mem_region
[PATCH] ath10k: add the Rx rate in FW stats
2014-03-21 16:30 UTC (6+ messages)
[Bug 70171] kernel/time/tick-broadcast.c:668 exception and no sound
2014-03-21 16:30 UTC (2+ messages)
` [Bug 70171] 3.13.x: kernel/time/tick-broadcast.c:668 exception, no sound, HDMI overscan issue
[PATCH] ARM: Use 64-bit DMA addresses for LPAE+VirtIO-MMIO
2014-03-21 16:27 UTC (3+ messages)
[PATCH 00/62] arm-soc randconfig fixes
2014-03-21 16:28 UTC (6+ messages)
` [PATCH 28/62] ARM: pxa: FB_W100 must be built-in
` [PATCH 61/62] ARM: sunxi: fix build for THUMB2_KERNEL
RFC - showing 0 values in tables
2014-03-21 16:27 UTC
[Qemu-devel] [PATCH 1/1] Make qemu_peek_buffer loop until it gets it's data
2014-03-21 16:26 UTC (5+ messages)
[Bug 74062] New: Artifacts in 3D games
2014-03-21 16:23 UTC (2+ messages)
` [Bug 74062] [NVE4] "
The effect of nice value in CFS scheduler
2014-03-21 16:21 UTC (2+ messages)
I915: OOPSes on linux-3.14-rc7
2014-03-21 16:21 UTC (5+ messages)
Want to start using Git on my windows 7 system
2014-03-21 16:09 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.