All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-07-31 22:48:39 to 2013-08-01 00:22:41 UTC [more...]

[PATCH 1/3] fs: Introduce new flag FALLOC_FL_COLLAPSE_RANGE
 2013-08-01  0:22 UTC  (2+ messages)

[PATCH net-next v2 0/5] qlcnic: Mailbox refactoring
 2013-08-01  0:22 UTC  (3+ messages)
` [PATCH net-next v2 1/5] qlcnic: Return appropriate error code

[PATCH 0/2] Make PPC macro spin_event_timeout() architecture independent
 2013-08-01  0:20 UTC  (22+ messages)
` [PATCH 2/2] Convert PowerPC macro spin_event_timeout() to architecture independent macro

[PATCH] sis900: Fix the tx queue timeout issue
 2013-08-01  0:18 UTC  (3+ messages)

[PATCH] pinctrl: msm: Add support for MSM TLMM pinmux
 2013-08-01  0:17 UTC  (11+ messages)

[PATCH lttng-ust] Add trace instrumentation for some pthread functions
 2013-08-01  0:17 UTC 

[PATCH] fib_rules: add .suppress operation
 2013-08-01  0:17 UTC  (2+ messages)
` [PATCH v4] "

[U-Boot] [PATCH] sf: spansion: Add support for S25FL512S_256K
 2013-08-01  0:16 UTC  (3+ messages)

Selecting supported chipsets in the driver?
 2013-08-01  0:15 UTC  (7+ messages)

Auditing USB Question
 2013-08-01  0:15 UTC  (2+ messages)

[Qemu-devel] RFC: [PATCH 0/4] xics: in-kernel support
 2013-08-01  0:14 UTC  (4+ messages)
` [Qemu-devel] [PATCH 4/4] xics: Support for in-kernel XICS interrupt controller

[U-Boot] [PATCH] spi: Add support SH Queued SPI driver
 2013-08-01  0:11 UTC  (3+ messages)

[PATCH] net: check net.core.somaxconn sysctl values
 2013-08-01  0:10 UTC  (2+ messages)

how to use fstrim?
 2013-08-01  0:08 UTC  (4+ messages)
` [xfs-masters] "

[RFC][PATCH] cpufreq: Do not hold driver module references for additional policy CPUs
 2013-08-01  0:08 UTC 

[master & danny][PATCH 1/7] linux-libc-headers: Add linux-libc-headers version 2.6.33
 2013-08-01  0:31 UTC  (7+ messages)
` [master & danny][PATCH 2/7] arago.conf: Set machines to use "
` [master & danny][PATCH 3/7] branding-amsdk: Set linux-libc-headers to 3.2
` [master & danny][PATCH 4/7] arago-perfs.inc: Set linux-libc-header version to 3.2 for beagleboard
` [master & danny][PATCH 5/7] arago.conf: Separate work directories by linux-libc-headers version
` [master & danny][PATCH 6/7] toolchain-external-linaro: Use separate linux-libc-headers provider
` [master & danny][PATCH 7/7] meta-toolchain-arago: Add in linux-libc-headers version to variable

Dear user
 2013-07-31 23:23 UTC 

[PATCH net-next v2] bonding: fix system hang due to fast igmp timer rescheduling
 2013-08-01  0:05 UTC  (2+ messages)

[PATCH v2] net: Add MOXA ART SoCs ethernet driver
 2013-08-01  0:04 UTC  (5+ messages)
` [PATCH v3] "

[PATCH] genetlink: fix usage of NLM_F_EXCL or NLM_F_REPLACE
 2013-08-01  0:03 UTC  (4+ messages)

[net PATCH] 8139cp: Add dma_mapping_error checking
 2013-08-01  0:02 UTC  (3+ messages)
` [net PATCH v4] "

[PATCH v3 0/3] qrwlock: Introducing a queue read/write lock implementation
 2013-08-01  0:00 UTC  (12+ messages)
` [PATCH v3 1/3] qrwlock: A "
` [PATCH v3 2/3] qrwlock x86: Enable x86 to use queue read/write lock
` [PATCH v3 3/3] qrwlock: Enable fair queue read/write lock behavior

[Bug 67597] New: nouveau E Xorg failed to idle channel on NVA0
 2013-08-01  0:01 UTC 

[PATCH 00/29] Completion of i915 VMAs v2
 2013-08-01  0:00 UTC  (30+ messages)
` [PATCH 01/29] drm/i915: Create an init vm
` [PATCH 02/29] drm/i915: Rework drop caches for checkpatch
` [PATCH 03/29] drm/i915: Make proper functions for VMs
` [PATCH 04/29] drm/i915: Use bound list for inactive shrink
` [PATCH 05/29] drm/i915: Add VM to pin
` [PATCH 06/29] drm/i915: Use ggtt_vm to save some typing
` [PATCH 07/29] drm/i915: Update describe_obj
` [PATCH 08/29] drm/i915: Rework __i915_gem_shrink
` [PATCH 09/29] drm/i915: thread address space through execbuf
` [PATCH 10/29] drm/i915: make caching operate on all address spaces
` [PATCH 11/29] drm/i915: BUG_ON put_pages later
` [PATCH 12/29] drm/i915: make reset&hangcheck code VM aware
` [PATCH 13/29] drm/i915: clear domains for all objects on reset
` [PATCH 14/29] drm/i915: Restore PDEs on gtt restore
` [PATCH 15/29] drm/i915: Improve VMA comments
` [PATCH 16/29] drm/i915: Cleanup more of VMA in destroy
` [PATCH 17/29] drm/i915: plumb VM into bind/unbind code
` [PATCH 18/29] drm/i915: Use new bind/unbind in eviction code
` [PATCH 19/29] drm/i915: turn bound_ggtt checks to bound_any
` [PATCH 20/29] drm/i915: Fix up map and fenceable for VMA
` [PATCH 21/29] drm/i915: mm_list is per VMA
` [PATCH 22/29] drm/i915: Update error capture for VMs
` [PATCH 23/29] drm/i915: Add vma to list at creation
` [PATCH 24/29] drm/i915: create vmas at execbuf
` [PATCH 25/29] drm/i915: Convert execbuf code to use vmas
` [PATCH 26/29] drm/i915: Convert active API to VMA
` [PATCH 27/29] drm/i915: Add bind/unbind object functions to VM
` [PATCH 28/29] drm/i915: Use the new vm [un]bind functions
` [PATCH 29/29] drm/i915: eliminate vm->insert_entries()

[Patch net-next] net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLL
 2013-08-01  0:01 UTC  (3+ messages)

[Qemu-devel] [PATCH for-1.6] virtio-9p-device: Avoid freeing uninitialized memory
 2013-07-31 23:59 UTC 

[Qemu-devel] qemu virtfs 9p not working on arm?
 2013-07-31 23:25 UTC 

[PATCH 00/13] Package upgrades
 2013-07-31 23:59 UTC  (4+ messages)
` [PATCH 09/13] subversion: upgrade to 1.8.1

Stupid linux-next git question
 2013-07-31 23:57 UTC  (2+ messages)

[net-next PATCH 1/1] drivers: net: cpsw: Add support for new CPSW IP version
 2013-07-31 23:55 UTC  (2+ messages)

[Bug 64695] New: Enabling both MLAA and MLAA color 2D crashes Gnome Shell on Cayman (6950)
 2013-07-31 23:55 UTC  (2+ messages)
` [Bug 64695] "

mmotm 2013-07-31-16-52 uploaded
 2013-07-31 23:53 UTC  (3+ messages)

mmotm 2013-07-31-16-52 uploaded
 2013-07-31 23:53 UTC 

/sys/module/pcie_aspm/parameters/policy not writable?
 2013-07-31 23:53 UTC  (10+ messages)

[PATCH] ACPI:remove panic in case hardware has changed after S4
 2013-07-31 23:52 UTC  (5+ messages)

[PATCH] powerpc/fsl-booke: Rename b4qds.dts -> b4qds.dtsi
 2013-07-31 23:52 UTC  (4+ messages)

[Qemu-devel] [PATCH v1 0/5] Nand Cleanup
 2013-07-31 23:49 UTC  (5+ messages)
` [Qemu-trivial] [PATCH v1 1/5] block/nand: Factor out common code
    ` [Qemu-trivial] [Qemu-devel] "
      ` [Qemu-devel] [Qemu-trivial] "

[Bug 60704] New: [nouveau, git regression] - I2C PWM fan control broken on nv50 adt7475 on kernels 3.3.x+
 2013-07-31 23:49 UTC  (2+ messages)
  ` [Bug 60704] "

SP4_MACH_CRED
 2013-07-31 23:48 UTC  (2+ messages)

[PATCH net-next v5 2/7] vxlan: Restructure vxlan receive for multiple protocols
 2013-07-31 23:47 UTC  (2+ messages)

[PATCH] nfs: don't allow nfs_find_actor to match inodes of the wrong type
 2013-07-31 23:47 UTC  (2+ messages)

[PATCH v6 0/6] http.<url>.<key> and friends
 2013-07-31 23:47 UTC  (6+ messages)
` [PATCH v6 6/6] config: "git config --get-urlmatch" parses section.<url>.key

[PATCH net-next v5 1/7] vxlan: Restructure vxlan socket apis
 2013-07-31 23:45 UTC  (2+ messages)

[PATCH net-next] net: skb_orphan() changes
 2013-07-31 23:44 UTC  (4+ messages)

[PATCH v7 7/7] enable building user namespace with xfs
 2013-07-31 23:43 UTC  (7+ messages)

[PATCH net] ipv6: prevent fib6_run_gc() contention
 2013-07-31 23:43 UTC  (4+ messages)

Replace in linux-next the xen, xen-two, xen-arm with xen/tip.git tree instead
 2013-07-31 23:39 UTC  (5+ messages)

Enable arm_global_timer for Zynq brakes boot
 2013-07-31 23:38 UTC  (12+ messages)

[Bug 67382] New: [nouveau, nv50] linux 3.9.7-3.10.3: Xorg won't be available
 2013-07-31 23:34 UTC  (2+ messages)
  ` [Bug 67382] "

Is it possible to mod a Geforce GTX 560 graphics card into a Quadro?
 2013-07-31 23:31 UTC  (6+ messages)
  ` [Xen-users] "

[PATCH] pci: adjust return values for error cases of IOV functions
 2013-07-31 23:31 UTC  (2+ messages)

[PATCH v2 1/4] mfd: add LP3943 MFD driver
 2013-07-31 23:29 UTC  (4+ messages)

[PATCH 0/2] Device tree changes for Tegra30 and Tegra114 USB Host support
 2013-07-31 23:29 UTC  (9+ messages)
` [PATCH 2/2] ARM: dts: USB for Tegra114 Dalmore

[Qemu-devel] [PATCH RESEND for-1.6] virtio-console: Use exitfn for virtserialport, too
 2013-07-31 23:28 UTC 

[U-Boot] [PATCH] wandboard: add pxe support, set default boot command like highbank
 2013-07-31 23:27 UTC  (3+ messages)

[Qemu-devel] [PATCH v9 00/10] qemu-ga: fsfreeze on Windows using VSS
 2013-07-31 22:25 UTC  (6+ messages)
` [Qemu-devel] [PATCH v9 02/10] Add c++ keywords to QAPI helper script
` [Qemu-devel] [PATCH v9 03/10] checkpatch.pl: Check .cpp files
` [Qemu-devel] [PATCH v9 04/10] Add a script to extract VSS SDK headers on POSIX system
` [Qemu-devel] [PATCH v9 08/10] qemu-ga: Call Windows VSS requester in fsfreeze command handler
` [Qemu-devel] [PATCH v9 09/10] qemu-ga: Install Windows VSS provider on `qemu-ga -s install'

[PATCH v2][RFC] chrpath.bbclass: strip common parent directories from rpath
 2013-07-31 23:25 UTC  (7+ messages)
` [RFC PATCH v3] "

[PATCH] arm: zynq: dt: Set correct L2 ram latencies
 2013-07-31 23:24 UTC  (2+ messages)

[RFC] drm: add flip-work helper
 2013-07-31 23:23 UTC 

[PATCH 0/6] USB tree changes for Tegra30 and Tegra114 USB Host support
 2013-07-31 23:22 UTC  (2+ messages)

[Qemu-devel] [PATCH] spapr-pci: rework MSI/MSIX
 2013-07-31 23:22 UTC  (4+ messages)

What's cooking in git.git (Jul 2013, #10; Wed, 31)
 2013-07-31 23:19 UTC 

[PATCH 1/3] Type fix on HOWTO in ko_KR
 2013-07-31 23:19 UTC  (2+ messages)

[PATCH v4 0/5] Memory mapped architected timers
 2013-07-31 23:16 UTC  (8+ messages)

What if kernel CONFIG=Y or CONFIG=N and backports CONFIG=M?
 2013-07-31 23:16 UTC 

[PATCH net-next v5 7/7] openvswitch: Add vxlan tunneling support
 2013-07-31 23:14 UTC 

[PATCH net-next v5 6/7] vxlan: Add tx-vlan offload support
 2013-07-31 23:14 UTC 

[PATCH net-next v5 5/7] vxlan: Improve vxlan headroom calculation
 2013-07-31 23:14 UTC 

[PATCH] sched,x86: optimize switch_mm for multi-threaded workloads
 2013-07-31 23:14 UTC  (6+ messages)

[PATCH net-next v5 4/7] vxlan: Factor out vxlan send api
 2013-07-31 23:14 UTC 

[PATCH net-next v5 3/7] vxlan: Extend vxlan handlers for openvswitch
 2013-07-31 23:14 UTC 

[PATCH net-next v5 0/7] openvswitch: VXLAN tunneling
 2013-07-31 23:14 UTC 

Permission to Transfer (USD$90,000,000. 00)into your Bank
 2013-07-31 23:13 UTC 

[PATCH v2] xfs: introduce object readahead to log recovery
 2013-07-31 23:11 UTC  (6+ messages)

[PATCH] tag: Use OPT_BOOL instead of OPT_BOOLEAN to allow one action multiple times
 2013-07-31 23:10 UTC  (6+ messages)

pci-sysfs: queue sysfs rescan routine into workqueue to avoid potential deadlock situation
 2013-07-31 23:08 UTC  (4+ messages)

[PATCH] um: Accept /dev/fd/* uml block devices
 2013-07-31 23:08 UTC  (5+ messages)

[PATCH] drm/i915/hsw: Change default LLC age to 3
 2013-07-31 23:07 UTC 

[Bridge] [PATCHv2] bridge: disable snooping if there is no querier
 2013-07-31 23:06 UTC  (4+ messages)
` [PATCHv3] "
  ` [Bridge] "

[PATCH 00/24] Add python3 recipes
 2013-07-31 23:05 UTC  (11+ messages)

Cleaning dependent package
 2013-07-31 23:05 UTC  (2+ messages)

PROBLEM: memory corruption with numa_balancing on 3.10.4, 3.10.3 (>3.8.13)
 2013-07-31 22:54 UTC 

Defining schemas for Device Tree
 2013-07-31 23:04 UTC  (4+ messages)

Trying to add new recipe - getting QA error I don't understand
 2013-07-31 23:00 UTC  (5+ messages)

1.5_M3.rc1 is being built
 2013-07-31 22:57 UTC  (2+ messages)

Bug with the website: links are broken
 2013-07-31 22:57 UTC  (2+ messages)

Is the checkpoint interval adjustable?
 2013-07-31 22:56 UTC  (2+ messages)

[PATCH] cpuidle: fix unremovable issue for module driver
 2013-07-31 23:05 UTC  (5+ messages)

[PATCH] log: use true parents for diff even when rewriting
 2013-07-31 22:55 UTC  (3+ messages)
` [PATCH v2] "

AW: [Socketcan-users] [socketcan]problem to using CAN with BeagleBone Black A5A
 2013-07-31 22:45 UTC 

[GIT] HID
 2013-07-31 22:54 UTC 

Traces wanted for NVAA/NVAF
 2013-07-31 22:52 UTC 

[RFC PATCH v5 0/5] Online data deduplication
 2013-07-31 22:50 UTC  (3+ messages)
` [RFC PATCH v5 5/5] Btrfs: online "

[Bug 66963] New: r600: linux 3.11RC1 isn't booting with radeon.dpm=1 option in grub
 2013-07-31 22:49 UTC  (2+ messages)
` [Bug 66963] r600: linux 3.11RC "

[PATCH v4 0/7] Renesas VSP1 driver
 2013-07-31 22:48 UTC  (4+ messages)
` [PATCH v4 6/7] vsp1: Fix lack of the sink entity registration for enabled links


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.