All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-04-16 06:55:35 to 2011-04-16 10:07:47 UTC [more...]

[GIT PULL] scheduler fixes
 2011-04-16 10:07 UTC 

[ath9k-devel] Ath9k: changing regulatory domain
 2011-04-16 10:05 UTC  (9+ messages)

[PATCH v3 00/12] add support for host controller v3.00
 2011-04-16 10:04 UTC  (13+ messages)
` [PATCH v3 01/12] mmc: sdhci: add support for auto CMD23

[GIT PULL] perf fixes
 2011-04-16 10:03 UTC 

SET_BLOCK_COUNT-bounded multiblock transfers
 2011-04-16 10:40 UTC  (7+ messages)
` CMD23 plumbing and support patchset
` [patchv3 1/5] MMC: Add/remove quirks conditional support
` [patchv3 2/5] MMC: Use CMD23 for multiblock transfers when we can
` [patchv3 3/5] MMC: Implement MMC_CAP_CMD23 for SDHCI
` [patchv3 4/5] MMC: Block CMD23 support for UHS104/SDXC cards
` [patchv3 5/5] MMC: SDHCI AutoCMD23 support

[GIT PULL] futex fix
 2011-04-16 10:01 UTC 

[PATCH v4 3/4] USB: Gadget: Add Samsung S3C24XX USB High-Speed controller driver
 2011-04-16 10:00 UTC  (3+ messages)

[PATCH 1/2] mtd: nand: Allow NAND chip ids to be included standalone
 2011-04-16  9:59 UTC  (13+ messages)
` [PATCH 2/2] mtd: msm_nand: Add initial msm nand driver support

[U-Boot] [PATCH V1 1/1] MX5: Keep L2 cache enabled before jump to kernel
 2011-04-16  9:55 UTC  (4+ messages)

[PATCH] kvm tools: Setup bridged network by a script
 2011-04-16  9:55 UTC 

Suicide
 2011-04-16  9:53 UTC  (7+ messages)

[Bug 36295] New: Incorrect rendering in SPECviewperf benchmark
 2011-04-16  9:50 UTC  (3+ messages)
` [Bug 36295] "

[PATCH] kvm tool: Remove the __stringify* defination from the util.h
 2011-04-16  9:49 UTC  (5+ messages)

[U-Boot] Loan Offer
 2011-04-16  9:48 UTC 

[PATCH] drivers, mfd: Remove unused variable 'val'
 2011-04-16  9:46 UTC  (2+ messages)

[RFC][PATCH 0/3] track pte pages and use in OOM score
 2011-04-16  9:44 UTC  (4+ messages)
` [RFC][PATCH 2/3] track numbers of pagetable pages

[U-Boot] [PATCH] xilinx_emaclite.c ping-pong macro names
 2011-04-16  9:44 UTC  (4+ messages)

[PATCH 0/4] perf, x86: Fixes for v2.6.39
 2011-04-16  9:43 UTC  (4+ messages)
` [PATCH 4/4] perf, x86: Fix event scheduler to solve complex scheduling problems

Confirm Receipt
 2011-04-16  8:40 UTC 

[Qemu-devel] [PATCH] multiboot: Support quotable commas in module list
 2011-04-16  9:42 UTC  (3+ messages)

[B.A.T.M.A.N.] Batman-adv hna balancing
 2011-04-16  9:42 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: orig_hash_find() manages rcu_lock/unlock internally
 2011-04-16  9:30 UTC  (3+ messages)
` [B.A.T.M.A.N.] [PATCHv3] "

i915 drm GPU hung errors with kernel 2.6.38.2 on 82865G chipset
 2011-04-16  9:26 UTC 

[Qemu-devel] [PATCH 0/7] Rework PCMCIA subsystem
 2011-04-16  9:26 UTC  (2+ messages)

[Qemu-devel] [PATCH 1/2] Implement basic part of SA-1110/SA-1100
 2011-04-16  9:25 UTC  (2+ messages)

[PATCH] drm/i915: Release object along create user fb error path
 2011-04-16  9:25 UTC 

[PATCH 1/4] kvm tool: use correct function names
 2011-04-16  9:23 UTC  (3+ messages)
` [PATCH 4/4] kvm tool: check the cluster boundary in the qcow read code

[B.A.T.M.A.N.] Batman-adv hna balancing
 2011-04-16  9:22 UTC 

i915 next, post-llc
 2011-04-16  9:17 UTC  (22+ messages)
` [PATCH 01/21] drm/i915: Cache GT fifo count for SandyBridge
` [PATCH 02/21] drm/i915: Refactor pwrite/pread to use single copy of get_user_pages
` [PATCH 03/21] drm/i915: s/addr & ~PAGE_MASK/offset_in_page(addr)/
` [PATCH 04/21] drm/i915: Maintain fenced gpu access until we flush the fence
` [PATCH 05/21] drm/i915: Invalidate fenced read domains upon flush
` [PATCH 06/21] drm/i915: Pass the fence register number to be written
` [PATCH 07/21] drm/i915: Track fence setup separately from fenced object lifetime
` [PATCH 08/21] drm/i915: Only print out the actual number of fences for i915_error_state
` [PATCH 09/21] drm/i915: Implement direct support for 24 bit LVDS pixel format
` [PATCH 10/21] drm/i915: Implement manual override of LVDS single/dual channel mode
` [PATCH 11/21] drm/i915/tv: Use a direct pointer for tv_mode
` [PATCH 12/21] drm/i915: Replace ironlake_compute_wm0 with g4x_compute_wm0
` [PATCH 13/21] drm/i915/crt: Explicitly return false if connected to a digital monitor
` [PATCH 14/21] drm/i915/i2c: Convert from using GMBUS1 + reg_offset idiom to reg + 0
` [PATCH 15/21] drm/i915/gmbus: Reset the controller on initialisation
` [PATCH 16/21] drm/i915: Retire requests before disabling pagefaults
` [PATCH 17/21] drm/i915: Repeat retiring of requests until the seqno is stable
` [PATCH 18/21] drm/i915: Split out i915_gem_object_move_to_ring() from execbuffer
` [PATCH 19/21] drm/i915: Enable the use of GPU semaphores whilst page-flipping
` [PATCH 20/21] drm/i915: Use a slab for object allocation
` [PATCH 21/21] drm/i915: Introduce vmap (mapping of user pages into video memory) ioctl

[Qemu-devel] [PATCH] Fix buffer overrun in sched_getaffinity
 2011-04-16  9:16 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] slirp: misc fixes
 2011-04-16  9:15 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/3] slirp: Implement TFTP Blocksize option

[U-Boot] [PATCH] MIPS: Introduce --gc-sections for MIPS
 2011-04-16  9:14 UTC  (3+ messages)

The bonding driver should notify userspace of MAC address change
 2011-04-16  9:07 UTC  (6+ messages)

[B.A.T.M.A.N.] [PATCHv2] batman-adv: orig_hash_find() manages rcu_lock/unlock internally
 2011-04-16  9:01 UTC 

Recommended pci-e 1x SATA cards
 2011-04-16  8:57 UTC  (8+ messages)

[Qemu-devel] Para-virtualized ram-based filesystem?
 2011-04-16  8:54 UTC  (4+ messages)

[Bug 35998] New: Artifacts under Gnome Shell
 2011-04-16  8:53 UTC  (2+ messages)
` [Bug 35998] "

[PATCH] ath9k_htc: Fix free slot value for cab queue
 2011-04-16  8:53 UTC  (2+ messages)

[RFCv1 PATCH 0/9] Control Events
 2011-04-16  8:51 UTC  (5+ messages)
` [RFCv1 PATCH 4/9] v4l2-ctrls: add per-control events

[Qemu-devel] [PATCH] raw-posix: Linearize direct I/O on Linux NFS
 2011-04-16  8:46 UTC  (9+ messages)

[PATCH] Fix for unintialized variables
 2011-04-16  8:44 UTC  (3+ messages)
` [PATCH 1/2] FIX: engine_state is uninitialized
` [PATCH 2/2] FIX: Check the return value before proceeding

[Bug 36289] New: Text is unreadable/completely mangled
 2011-04-16  8:42 UTC  (3+ messages)
` [Bug 36289] "

[Qemu-devel] Bug #757654: UHCI fails to signal stall response patch
 2011-04-16  8:40 UTC  (4+ messages)
` [Qemu-devel] [Qemu-trivial] "

[PATCH 0/4] trivial writeback fixes
 2011-04-16  8:33 UTC  (13+ messages)
` [PATCH 4/4] writeback: reduce per-bdi dirty threshold ramp up time

r8169 misleading firmware error messages
 2011-04-16  8:27 UTC 

[ANNOUNCE] 2.6.33.9-rt31
 2011-04-16  8:35 UTC  (5+ messages)

Zaurus CF tests -- ok
 2011-04-16  7:41 UTC  (4+ messages)

[lm-sensors] lm-sensors configuration file for BioStar N68S+
 2011-04-16  8:33 UTC  (2+ messages)

Pull request from O.S. Systems tree
 2011-04-16  8:29 UTC  (4+ messages)
    ` work flow with pull requests (was: Pull request from O.S. Systems tree)

Status of arch/arm in linux-next
 2011-04-16  8:28 UTC  (8+ messages)

[lm-sensors] Intel DQ67SW configuration
 2011-04-16  8:27 UTC  (2+ messages)

Kbuild: how to cleanly retrieve information compilation about the last build
 2011-04-16  8:26 UTC  (3+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: Fix crash on module shutdown with multiple ifaces
 2011-04-16  8:25 UTC  (3+ messages)

[PATCH] Kprobe: Fixed a leak when a retprobe entry function returns non-zero
 2011-04-16  8:23 UTC  (3+ messages)

[lm-sensors] [PATCH 1/2 v2] i8k: Integrate with the hwmon subsystem
 2011-04-16  8:21 UTC 

[lm-sensors] [PATCH 1/2] i8k: Integrate with the hwmon subsystem
 2011-04-16  8:20 UTC  (2+ messages)

[PATCH] git-filter-branch: add --egrep-filter option
 2011-04-16  8:16 UTC  (2+ messages)

[PATCH] fix mesa tarball creation again
 2011-04-16  8:11 UTC 

alloc memory for massive legacy ptys
 2011-04-16  7:08 UTC 

[B.A.T.M.A.N.] [PATCH] batctl: avoid error message when command was successful
 2011-04-16  8:04 UTC  (2+ messages)

i915 next
 2011-04-16  8:03 UTC  (7+ messages)
` [PATCH 24/30] drm/i915: Refactor pwrite/pread to use single copy of get_user_pages

regression: 2.6.39-rc2,3 compile failure on p2020 (repost)
 2011-04-16  7:54 UTC 

[PATCH] perf annotate: Add config option for additional objdump arguments
 2011-04-16  7:54 UTC  (2+ messages)

[PATCH] kvm tools: Fix virtio console input problem
 2011-04-16  7:42 UTC  (4+ messages)

regression: 2.6.39-rc2,3 compile failure on p2020
 2011-04-16  7:39 UTC  (2+ messages)

[U-Boot] [PATCH v3 1/4] ftahbc020s: Faraday FTAHBC020s AHB Bus Controller
 2011-04-16  7:37 UTC  (4+ messages)
` [U-Boot] [PATCH v3 2/4] ftsdmc021: add register definitions of ftsdmc021
` [U-Boot] [PATCH v3 3/4] ftsdmc020: move ftsdmc020.h to include/faraday
` [U-Boot] [PATCH v3 4/4] ftsmc020: move ftsmc020 static mem controller to driver/mtd

[PATCH] gpiolib: export gpiochip_find
 2011-04-16  7:30 UTC 

[PATCH] at91: merge board usb-a9260 and usb-a9263 together
 2011-04-16  7:28 UTC 

[U-Boot] [PATCH 1/3] mp2usb: remove board support
 2011-04-16  7:26 UTC  (6+ messages)
` [U-Boot] [PATCH 2/3] cpu9260: update "
` [U-Boot] [PATCH 3/3] cpuat91: fix "

[PATCH] doc: Use the term "remark" in "cherry-pick -x" to disambiguate from "git notes"
 2011-04-16  7:19 UTC  (5+ messages)
  ` [PATCHv2] doc: Clarify that "cherry-pick -x" does not use "

[PATCH V2 2/2] mtd: msm_nand: Add initial msm nand driver support
 2011-04-16  7:17 UTC  (2+ messages)

[PATCH 00/58] Consolidated Updates and Bug Fixes
 2011-04-16  6:56 UTC  (59+ messages)
` [PATCH 01/58] gstreamer: upgrade to vesion 0.10.32
` [PATCH 02/58] gst-plugins-base: upgrade to version 0.10.32
` [PATCH 03/58] gst-plugins-good: upgrade to version 0.10.28
` [PATCH 04/58] gst-plugins-bad: upgrade to version 0.10.21
` [PATCH 05/58] gst-plugins-ugly: upgrade to version 0.10.17
` [PATCH 06/58] ofono: upgrade to version 0.45
` [PATCH 07/58] alsa-lib: upgrade to version 1.0.24.1
` [PATCH 08/58] telepathy-glib: upgrade to version 0.14.3
` [PATCH 09/58] telepathy-idle: upgrade to version 0.1.8
` [PATCH 10/58] telepathy-mission-control: upgrade to version 5.7.9
` [PATCH 11/58] gssdp: upgrade to version 0.10.0
` [PATCH 12/58] gupnp: upgrade to version 0.16.0
` [PATCH 13/58] distro_tracking_fields: update for gstreamer, gupnp, telepathy-glib, etc
` [PATCH 14/58] documentation/adt-manual/adt-eclipse.xml: Fixed link to autotools
` [PATCH 15/58] libsoup-2.4: Upgrade to 2.32.2 (from 2.32.1)
` [PATCH 16/58] x11perf: Upgrade to 1.5.3 (from 1.5.2)
` [PATCH 17/58] libcanberry: Upgrade to 0.28 (from 0.26)
` [PATCH 18/58] xz: Upgrade to 5.0.2 (from 5.0.0)
` [PATCH 19/58] polkit-gnome: Upgrade to 0.101 (from 0.99)
` [PATCH 20/58] oprofileui: upgrade to latest git version
` [PATCH 21/58] libxt: update from 1.0.9 to the latest version 1.1.1
` [PATCH 22/58] libxi: upgrade from 1.4.0 to the latest version 1.4.2
` [PATCH 23/58] fixesproto: upgrade from 4.1.2 to the latest version 5.0
` [PATCH 24/58] xproto: upgrade from 7.0.20 to the latest version 7.0.21
` [PATCH 25/58] gnome-doc-utils: upgrade from 0.20.4 to the latest version 0.20.5
` [PATCH 26/58] xextproto: upgrade from 7.1.2 to the latest version 7.2.0
` [PATCH 27/58] libpciaccess: upgrade from 0.12.0 to the latest version 0.12.1
` [PATCH 28/58] cronie: upgrade from 1.4.6 to the latest version 1.4.7
` [PATCH 29/58] preferred-xorg-versions.inc: update libxt, libxi, fixesproto, xproto, xextproto and libpciaccess
` [PATCH 30/58] distro_tracking_fields.inc: update the info for the following recipes
` [PATCH 31/58] xf86-input-synaptics: upgrade from 1.3.0 to 1.4.0
` [PATCH 32/58] xf86-input-vmmouse: upgrade from 12.6.10 to 12.7.0
` [PATCH 33/58] evieext: upgrade from 1.1.0 to 1.1.1
` [PATCH 34/58] xf86-input-keyboard: upgrade from 1.5.0 to 1.6.0
` [PATCH 35/58] xkbcomp: upgrade from 1.2.0 to 1.2.1
` [PATCH 36/58] clutter-1.6: fix tarball md5sum and add json-glib to dependencies
` [PATCH 37/58] gnu-config-native: add dependency on perl-native
` [PATCH 38/58] libnewt: fix parallel-make issue
` [PATCH 39/58] libdrm: upgrade from 2.4.23 to 2.4.25
` [PATCH 40/58] mesa: upgrade to 7.10.2
` [PATCH 41/58] xf86-input-mouse: upgrade from 1.6 to 1.7
` [PATCH 42/58] pango: upgrade from 1.28.3 to 1.28.4
` [PATCH 43/58] qemu: Fix the qemu GL application start failure
` [PATCH 44/58] task-poky-lsb.bb:Add locale resoures which is needed by LSB Test Suite
` [PATCH 45/58] gcc: Add "--enable-clocale=gnu" option for LSB
` [PATCH 46/58] poky-lsb: Add "largefile" feature for LSB distro
` [PATCH 47/58] setuptools: Make options for setup.py more flexible
` [PATCH 48/58] libexif: upgrade to 0.6.20
` [PATCH 49/58] libxml2: upgrade to version 2.7.8
` [PATCH 50/58] openssl: upgrade to version 0.9.8r
` [PATCH 51/58] rsync: upgrade to version 3.0.8
` [PATCH 52/58] documentation/adt-manual/adt-prepare.xml: Fixed URL for nightly builds
` [PATCH 53/58] documentation/adt-manual/adt-eclipse.xml: Fixed URL with pokylinux.org
` [PATCH 54/58] documentation/kernel-manual/kernel-how-to.xml: replaced 'pokylinux' with 'yoctoproject'
` [PATCH 55/58] netbase: automatically bring up eth0
` [PATCH 56/58] netbase: add /etc/network/interfaces file for qemumips & qemuppc
` [PATCH 57/58] slang: Update to 2.2.4
` [PATCH 58/58] jpeg: add link libjpeg.so.62 for LSB library test

[U-Boot] [RFC] Centralise documentation of CONFIG_ options (and finding unused ones)
 2011-04-16  7:16 UTC  (3+ messages)

[Bug 35312] New: r600g: Automatic mipmap generation doesn't work properly
 2011-04-16  7:08 UTC  (2+ messages)
` [Bug 35312] "

[U-Boot] [PATCH] cmd_nvedit.c: clean up with checkpatch
 2011-04-16  7:07 UTC  (7+ messages)

forcewake v4 (now with spinlock)
 2011-04-16  7:05 UTC  (4+ messages)
` [PATCH 3/3] drm/i915: userspace interface to the forcewake

[RFC] Proposal to distinguish address device types
 2011-04-16  7:00 UTC  (4+ messages)

[lm-sensors] wrong voltages on D525MWV
 2011-04-16  6:59 UTC  (2+ messages)


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.