All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-05-12 19:40:52 to 2011-05-12 21:17:33 UTC [more...]

Select patches for 2.6.40
 2011-05-12 21:17 UTC  (2+ messages)
` [PATCH 04/16] drm/i915: Only print out the actual number of fences for i915_error_state

[PATCH 0/4] Pinmux subsystem
 2011-05-12 21:17 UTC  (4+ messages)

Kernel crash after using new Intel NIC (igb)
 2011-05-12 21:15 UTC  (6+ messages)

ext4_ext_convert_to_initialized bug found in extended FSX testing
 2011-05-12 21:15 UTC  (5+ messages)

Commit and Patch message guidelines - fifth draft
 2011-05-12 21:11 UTC  (7+ messages)
` [poky] "

directdisk images - replace the image type with a script?
 2011-05-12 21:14 UTC  (3+ messages)

[PATCH v2 1/5] DVB: Add basic API support for DVB-T2 and bump minor version
 2011-05-12 21:11 UTC  (2+ messages)
` [PATCH v3] "

+ coredump-escape-in-hostname-and-comm-fix.patch added to -mm tree
 2011-05-12 21:11 UTC 

[Bug 37151] New: Random GPU Resets on HD6850-NI
 2011-05-12 21:09 UTC 

[BUG] perf: bogus correlation of kernel symbols
 2011-05-12 21:08 UTC  (12+ messages)
    ` [PATCH] vsprintf: Turn kptr_restrict off by default

[Resend PATCH] package: Makefile: fix perf target bug
 2011-05-12 21:07 UTC  (6+ messages)

[Bug 36965] New: GL_EXT_texture_sRGB (included in OpenGL 2.1) is broken
 2011-05-12 21:08 UTC  (3+ messages)
` [Bug 36965] GL_EXT_texture_sRGB (included in OpenGL 2.1) is broken (glean/texture_srgb broken too)

[PATCH 0/1] a fix for gcc 4.6.0 target recipe
 2011-05-12 21:03 UTC  (2+ messages)
` [PATCH 1/1] gcc: fix target gcc runtime issue

[PATCH 0/2] sctp: socket cleanups
 2011-05-12 21:06 UTC  (4+ messages)
` [PATCH 1/2] sctp: sctp_sendmsg: Don't initialize default_sinfo

[Xenomai-help] preferred uid?
 2011-05-12 21:05 UTC  (5+ messages)

[PATCH 0/3] Fix 8390 regressions
 2011-05-12 21:02 UTC  (2+ messages)

[U-Boot] [PATCH] Remove remnants of obsolete CONFIG_SYS_GBL_DATA_SIZE comments
 2011-05-12 21:05 UTC  (2+ messages)

[PATCH v2 4/4] coredump: escape / in hostname and comm fix
 2011-05-12 21:04 UTC  (2+ messages)

[RFC PATCH 0/2] better handle .gitmodules merge conflicts
 2011-05-12 21:03 UTC  (3+ messages)
` [RFC PATCH 1/2] test that git status works with merge conflict in .gitmodules
` [RFC PATCH 2/2] Submodules: Don't parse .gitmodules when it contains merge conflicts

[PATCH v3.1] xen block backend
 2011-05-12 21:01 UTC  (4+ messages)
` [PATCH] xen block backend driver
    ` [Xen-devel] "

[PATCHv3] ethtool: Added FW dump support
 2011-05-12 21:02 UTC  (7+ messages)
` [PATCHv3 net-next-2.6 2/3] qlcnic: Take FW dump via ethtool

[U-Boot] [PATCH] hwmon: Extend lm63.c to support LM64
 2011-05-12 21:02 UTC  (2+ messages)

[Qemu-devel] [PATCH] Add AACI audio playback support to the ARM Versatile/PB platform
 2011-05-12 21:00 UTC  (5+ messages)

rados pool object listing suckage
 2011-05-12 20:59 UTC  (4+ messages)

[PATCH] scsi/sd: fix suspend with USB-connected Android phone (one line)
 2011-05-12 20:59 UTC  (5+ messages)

[PATCH] omap:pm: Fix boot-time errors with debugfs disabled
 2011-05-12 21:03 UTC  (5+ messages)

[Qemu-devel] [0/25] Async threading for VirtFS using glib threads & coroutines
 2011-05-12 20:57 UTC  (26+ messages)
` [Qemu-devel] [PATCH 01/25] [virtio-9p] Add infrastructure to support glib threads and coroutines
` [Qemu-devel] [PATCH 02/25] [virtio-9p] Change all pdu handlers to coroutines
` [Qemu-devel] [PATCH 03/25] [virtio-9p] Remove post functions for v9fs_readlink
` [Qemu-devel] [PATCH 04/25] [virtio-9p] clean up v9fs_readlink
` [Qemu-devel] [PATCH 05/25] [virtio-9p] Move errno into v9fs_do_readlink
` [Qemu-devel] [PATCH 06/25] [virtio-9p] coroutines for readlink
` [Qemu-devel] [PATCH 07/25] [virtio-9p] Remove post functions for v9fs_mkdir
` [Qemu-devel] [PATCH 08/25] [virtio-9p] clean up v9fs_mkdir
` [Qemu-devel] [PATCH 09/25] hw/9pfs: Add yield support for readdir related coroutines
` [Qemu-devel] [PATCH 10/25] hw/9pfs: Update v9fs_readdir to use coroutines
` [Qemu-devel] [PATCH 11/25] hw/9pfs: Add yield support to statfs coroutine
` [Qemu-devel] [PATCH 12/25] hw/9pfs: Update v9fs_statfs to use coroutines
` [Qemu-devel] [PATCH 13/25] hw/9pfs: Add yield support to lstat coroutine
` [Qemu-devel] [PATCH 14/25] hw/9pfs: Update v9fs_getattr to use coroutines
` [Qemu-devel] [PATCH 15/25] hw/9pfs: Add yield support to setattr related coroutines
` [Qemu-devel] [PATCH 16/25] hw/9pfs: Update v9fs_setattr to use coroutines
` [Qemu-devel] [PATCH 17/25] hw/9pfs: Add yield support to xattr related coroutine
` [Qemu-devel] [PATCH 18/25] hw/9pfs: Update v9fs_xattrwalk to coroutines
` [Qemu-devel] [PATCH 19/25] hw/9pfs: Update v9fs_xattrcreate to use coroutines
` [Qemu-devel] [PATCH 20/25] hw/9pfs: Add yield support to mknod coroutine
` [Qemu-devel] [PATCH 21/25] hw/9pfs: Update v9fs_mknod to use coroutines
` [Qemu-devel] [PATCH 22/25] [virtio-9p] coroutine and threading for mkdir
` [Qemu-devel] [PATCH 23/25] [virtio-9p] Remove post functions for v9fs_remove
` [Qemu-devel] [PATCH 24/25] [virtio-9p] clean up v9fs_remove
` [Qemu-devel] [PATCH 25/25] [virtio-9p] coroutine and threading for remove/unlink

wpa-supplicant-0.7.inc patch
 2011-05-12 20:53 UTC 

[Xenomai-help] xeno-test fail ????
 2011-05-12 20:55 UTC  (6+ messages)

[U-Boot] OSE support shouldnt be enabled by default
 2011-05-12 20:52 UTC  (2+ messages)

[PATCH] evaluate: Allow sizeof(_Bool) to succeed
 2011-05-12 20:48 UTC  (7+ messages)

[U-Boot] [PATCH] Fix building tools alone with host compiler
 2011-05-12 20:47 UTC  (2+ messages)

[Buildroot] [PATCH] ffmpeg: ffmpeg binary requires swscale
 2011-05-12 20:47 UTC 

[wrecked] msm-timer-migrate-to-timer-based-__delay.patch removed from -mm tree
 2011-05-12 20:08 UTC 

[PATCH] sparc: add {read,write}*_be routines
 2011-05-12 20:45 UTC  (2+ messages)

[PATCH 0/3] ASoC: codecs: max98088: bug fixes and changes
 2011-05-12 20:43 UTC  (3+ messages)
` [PATCH 3/3] ASoC: codecs: max98088: Added digital mute function in DAI1 and DAI2

[RFC PATCH] thinkpad-acpi: Improve hardware volume controls
 2011-05-12 20:42 UTC  (8+ messages)

DVB nGene CI : TS Discontinuities issues
 2011-05-12 20:40 UTC  (2+ messages)

[GIT PULL] x86 stacktrace updates
 2011-05-12 20:40 UTC  (4+ messages)
` [PATCH 1/2] x86: Remove warning and warning_symbol from struct stacktrace_ops
` [PATCH 2/2] x86: Make the x86-64 stacktrace code safely callable from scheduler

[PATCH] drm/nvc0: Read temperature on Fermi like we do on nv84+
 2011-05-12 20:40 UTC 

[PATCH 2/2] Staging: comedi: fix tabulation and over 80 chars issues in amplc_pci224.c This is a patch to the amplc_pci224.c file that fixes up tabulation style errors and over 80 chars warning found by the checkpatch.pl tool Signed-off-by: Steph
 2011-05-12 20:40 UTC 

[PATCH 1/2] recipes: fix LICENSE fields
 2011-05-12 20:36 UTC  (9+ messages)
          ` [oe] "
          ` [OE-core] "

[Bug 36386] New: Amnesia game crashes on RV570 (r300g)
 2011-05-12 20:38 UTC  (2+ messages)
` [Bug 36386] "

[lm-sensors] Will there ever be EMC6w201 support?
 2011-05-12 20:37 UTC  (2+ messages)

[PATCH] net: af_packet: Don't initialize vnet_hdr
 2011-05-12 20:36 UTC 

[Xenomai-help] IDDP/XDDP File/Socket descriptors with select/epoll
 2011-05-12 20:36 UTC  (2+ messages)

Perfctr-Xen framework for permonace analysis
 2011-05-12 20:35 UTC  (3+ messages)

[xen-4.1-testing test] 7060: regressions - FAIL
 2011-05-12 20:35 UTC 

[U-Boot] [PATCH v3] net: axi_ethernet: Add driver to u-boot v3
 2011-05-12 20:34 UTC  (2+ messages)

[PATCH 0/3] Reduce impact to overall system of SLUB using high-order allocations
 2011-05-12 20:31 UTC  (18+ messages)
` [PATCH 3/3] mm: slub: Default slub_max_order to 0

[PATCH 0/2] Add meta-skeleton and a skeleton for init scripts
 2011-05-12 20:31 UTC  (5+ messages)
` [PATCH 2/2] Add "

pull request: sfc-2.6 2011-05-12
 2011-05-12 20:30 UTC  (2+ messages)

[U-Boot] [PATCH] Fix variable flavor in examples/standalone/Makefile
 2011-05-12 20:30 UTC  (2+ messages)

Audio Video synchronization for data received from a HDMI receiver chip
 2011-05-12 20:29 UTC  (3+ messages)

Perfromance drop on SCSI hard disk
 2011-05-12 20:29 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/2] net: axi_ethernet: Add driver to u-boot v2
 2011-05-12 20:29 UTC  (3+ messages)
` [U-Boot] [PATCH 2/2] net: xilinx emaclite: Fix return values

ngene CI problems
 2011-05-12 20:28 UTC  (3+ messages)

[Bug 37142] New: Too much vertex buffers uploads
 2011-05-12 20:27 UTC  (4+ messages)
` [Bug 37142] "

[GIT PULL 0/3] TrimSlice updates for 2.6.40
 2011-05-12 20:26 UTC  (4+ messages)
` [GIT PULL 1/3] ARM: tegra: trimslice: register i2c busses and devices

[PATCH 0/1] kern-tools: error if features are not found
 2011-05-12 20:22 UTC  (4+ messages)
` [PATCH 1/1] "
    ` [OE-core] "

[PATCH 0/7] wl12xx: add initial wowlan support
 2011-05-12 20:24 UTC  (9+ messages)
` [PATCH 4/7] wl12xx: prevent scheduling while suspending (WoW enabled)
` [PATCH 6/7] wl12xx: add ps completion event
` [PATCH 7/7] wl12xx: enter/exit psm on wowlan suspend/resume

[RFC PATCH v2 00/12] Consolidating GIC per-cpu interrupts
 2011-05-12 20:23 UTC  (3+ messages)
` [RFC PATCH v2 08/12] ARM: msm: use remapped PPI interrupts for local timer

[PATCH] Add VIDEO IN driver for OKI SEMICONDUCTOR ML7213/ML7223 IOHs
 2011-05-12 20:23 UTC  (2+ messages)

+ drivers-base-memoryc-fix-warning-due-to-memory-hotplug-speed-up-add-remove-when-blocks-are-larger-than-pages_per_section.patch added to -mm tree
 2011-05-12 19:45 UTC 

Question about life time of block device request queue
 2011-05-12 20:21 UTC 

[U-Boot] [PATCH 0/8] net/net.c: clenups for checkpatch compliance
 2011-05-12 20:18 UTC  (17+ messages)
` [U-Boot] [PATCH v2 1/8] net/net.c: cosmetic: fix lines over 80 characters
` [U-Boot] [PATCH v2 2/8] net/net.c: cosmetic: variable initializations
` [U-Boot] [PATCH v2 3/8] net/net.c: cosmetic: fix whitespace issues
` [U-Boot] [PATCH v2 4/8] net/net.c: cosmetic: fix brace issues
` [U-Boot] [PATCH v2 5/8] net/net.c: cosmetic: fix pointer syntax issues
` [U-Boot] [PATCH v2 6/8] net/net.c: cosmetic: parentheses not required for return
` [U-Boot] [PATCH v2 7/8] net/net.c: cosmetic: fix indentation
` [U-Boot] [PATCH v2 8/8] net/net.c: cosmetic: do not use assignment in if condition

[PATCH 3/3] tea575x: use better card and bus names
 2011-05-12 20:18 UTC  (2+ messages)

[PATCH 1/3] tea575x: remove freq_fixup from struct
 2011-05-12 20:17 UTC  (2+ messages)

[PATCH 2/3] tea575x: remove unused card from struct
 2011-05-12 20:18 UTC 

What's cooking in git.git (May 2011, #05; Wed, 11)
 2011-05-12 20:16 UTC  (2+ messages)

[Buildroot] [PATCH] Disabled altivec optimizations for PPC CPUs lacking it
 2011-05-12 20:12 UTC 

[Slub cleanup6 0/5] SLUB: Cleanups V6
 2011-05-12 20:10 UTC  (9+ messages)
` [Slub cleanup6 2/5] slub: get_map() function to establish map of free objects in a slab
` [Slub cleanup6 4/5] slub: Move node determination out of hotpath
      ` [patch] slub: avoid label inside conditional

[GIT PULL] selinux tree for linus
 2011-05-12 20:11 UTC 

Xen dom0 network I/O scalability
 2011-05-12 20:10 UTC  (8+ messages)

[Bug 36527] New: [wine] Wolfenstein: Failed to translate rgb instruction
 2011-05-12 20:08 UTC  (2+ messages)
` [Bug 36527] "

[Qemu-devel] [PATCH 0/2] usb-linux: physical port handling
 2011-05-12 20:08 UTC  (12+ messages)
  ` [Qemu-devel] qdev device documentation (Re: [PATCH 0/2] usb-linux: physical port handling.)

"btrfs filesystem label" command
 2011-05-12 20:05 UTC 

[U-Boot] [PATCH] ehci-pci: Fix PCI EHCI driver for 36-bit
 2011-05-12 20:05 UTC  (2+ messages)

[PATCH-v3 00/14] iscsi-target: initial .40 drivers/target/iscsi merge
 2011-05-12 20:04 UTC  (4+ messages)
` [PATCH-v3 14/14] iscsi-target: Add Makefile/Kconfig and update TCM top level

testing branch 2011-05-12
 2011-05-12 20:00 UTC 

[U-Boot] [PATCH] musb: process control messages after roothub accepted it
 2011-05-12 20:03 UTC  (2+ messages)

[GIT PATCHES FOR 2.6.39] Fix subdev control enumeration
 2011-05-12 20:00 UTC  (2+ messages)

slub: Add statistics for this_cmpxchg_double failures
 2011-05-12 19:58 UTC  (4+ messages)

pm loss development
 2011-05-12 19:57 UTC  (4+ messages)
` [PATCH 2/4] PM / Loss: power loss management

digital tuner
 2011-05-12 19:49 UTC 

[PATCHv2 2/4] tps65912: irq: add interrupt controller
 2011-05-12 19:56 UTC  (2+ messages)

+ documentation-configfs-examples-crash-fix-checkpatch-fixes.patch added to -mm tree
 2011-05-12 19:54 UTC 

kernel msg: ebtables bug
 2011-05-12 19:52 UTC 

[PATCH] nfs-utils: getexportent interprets -test-client- as default options
 2011-05-12 13:18 UTC 

+ documentation-configfs-examples-crash-fix.patch added to -mm tree
 2011-05-12 19:49 UTC 

+ x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.patch added to -mm tree
 2011-05-12 19:48 UTC 

+ sh-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.patch added to -mm tree
 2011-05-12 19:48 UTC 

GR-55 Driver
 2011-05-12 19:47 UTC  (2+ messages)

[PATCHv2 1/4] mfd: tps65912: Add new mfd device
 2011-05-12 19:46 UTC  (2+ messages)

[PATCH 1/1] deb-pkg: fix cross-compile build
 2011-05-12 19:45 UTC  (9+ messages)

[U-Boot] [PATCH v2 0/7] Tegra2: USB Host Support patch series
 2011-05-12 19:43 UTC  (3+ messages)
` [U-Boot] [PATCH v2 6/7] Tegra2: Add USB support

Question: GPIO driver how to get irq_base
 2011-05-12 19:43 UTC  (12+ messages)

+ drivers-leds-leds-lm3530c-add-module_device_table.patch added to -mm tree
 2011-05-12 19:43 UTC 

+ seqlock-dont-smp_rmb-in-seqlock-reader-spin-loop.patch added to -mm tree
 2011-05-12 19:42 UTC 

+ coredump-use-get_task_comm-for-%e-filename-format.patch added to -mm tree
 2011-05-12 19:30 UTC 

+ coredump-use-task-comm-instead-of-unknown.patch added to -mm tree
 2011-05-12 19:30 UTC 

+ coredump-escape-in-hostname-and-comm.patch added to -mm tree
 2011-05-12 19:30 UTC 


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.