public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-05-10 02:44:50 to 2011-05-10 09:37:54 UTC [more...]

[PATCH] regulator: Move VCOINCELL to be the last element of mc13892_regulators array
 2011-05-10  9:37 UTC  (4+ messages)

[GIT PULL rcu/next] rcu commits for 2.6.40
 2011-05-10  9:37 UTC  (5+ messages)

[PATCH 000/206] Staging: hv: Cleanup hv drivers
 2011-05-10  8:49 UTC  (78+ messages)
` [PATCH 001/206] Staging: hv: Get rid of blkvsc_mutex
  ` [PATCH 008/206] Staging: hv: Rename variables of type struct storvsc_driver *
  ` [PATCH 009/206] Staging: hv: Rename the function blk_vsc_on_device_add
  ` [PATCH 010/206] Staging: hv: Get rid of the indirection for invoking device_add
  ` [PATCH 017/206] Staging: hv: Get rid of the indirection for invoking io request
  ` [PATCH 087/206] Staging: hv: Cleanup calls to cleanup() in hv_mouse.c
  ` [PATCH 093/206] Staging: hv: Move the declaration of the variable mousevsc_drv
  ` [PATCH 115/206] Staging: hv: Use completion abstraction in struct netvsc_device
  ` [PATCH 129/206] Staging: hv: Move the sector size check into blkvsc_drv_init
  ` [PATCH 130/206] Staging: hv: Make blkvsc_drv_init the module init function
  ` [PATCH 131/206] Staging: hv: Get rid of some unnecessary DPRINTs
  ` [PATCH 132/206] Staging: hv: Compute max_outstanding_req_per_channel where it is needed
  ` [PATCH 133/206] Staging: hv: Get rid of max_outstanding_req_per_channel from struct storvsc_driver
  ` [PATCH 136/206] Staging: hv: Get rid of the unnecessary assignment of ring size
  ` [PATCH 137/206] Staging: hv: Get rid of the ring size state from struct storvsc_driver
  ` [PATCH 138/206] Staging: hv: Directly assign the driver name
  ` [PATCH 139/206] Staging: hv: Move the assignment of name to the hv_driver
  ` [PATCH 140/206] Staging: hv: Inline the copying of the dev_type information
  ` [PATCH 142/206] Staging: hv: Get rid of some unused functions
  ` [PATCH 143/206] Staging: hv: Make storvsc_drv an instance of hv_driver
  ` [PATCH 144/206] Staging: hv: Make blkvsc_drv an instance of struct hv_driver
  ` [PATCH 145/206] Staging: hv: Get rid of struct storvsc_driver
  ` [PATCH 146/206] Staging: hv: Directly assign the driver name
  ` [PATCH 147/206] Staging: hv: Move the assignment of name variable
  ` [PATCH 148/206] Staging: hv: Move the code to copy dev_type information
  ` [PATCH 149/206] Staging: hv: Get rid of an empty function
  ` [PATCH 150/206] Staging: hv: Make mousevsc_drv an instance of struct hv_driver
  ` [PATCH 151/206] Staging: hv: Get rid of some unused code
  ` [PATCH 152/206] Staging: hv: Create a common header for all hyperv drivers to include
  ` [PATCH 153/206] Staging: hv:Include the contents of channel.h
  ` [PATCH 154/206] Staging: hv: Include the contents of channel_mgmt.h
  ` [PATCH 155/206] Staging: hv: Include the contents of ring_buffer.h
  ` [PATCH 156/206] Staging: hv: Include the contents of vmbus_channel_interface.h
  ` [PATCH 157/206] Staging: hv: Include the contents of vmbus_packet_format.h
  ` [PATCH 158/206] Staging: hv: Include the contents of logging.h
  ` [PATCH 159/206] Staging: hv: Include the contents of version_info.h
  ` [PATCH 160/206] Staging: hv: Add the contents of vmbus_api.h
  ` [PATCH 163/206] Staging: hv: Include asm/hyperv.h
  ` [PATCH 165/206] Staging: hv: Add a new header file to include all header files private to vmbus core
  ` [PATCH 166/206] Staging: hv: Include a subset of the contents of hv_api.h
  ` [PATCH 170/206] Staging: hv: Cleanup the newly created header file
  ` [PATCH 171/206] Staging: hv: Create a header file that has all the definitions needed to build Hyper-V storage drivers
  ` [PATCH 172/206] Staging: hv: Include the contents of vstorage.h
  ` [PATCH 173/206] Staging: hv: Include the contents of storvsc_api.h
  ` [PATCH 174/206] Staging: hv: Create a single header file for hyper-v network drivers
  ` [PATCH 175/206] Staging: hv: Include the contents of netvsc_api.h
  ` [PATCH 176/206] Staging: hv: Include the contents of netvsc.h
  ` [PATCH 178/206] Staging: hv: Include the contents of rndis_filter.h
  ` [PATCH 179/206] Staging: hv: Include the contents of utils.h
  ` [PATCH 180/206] Staging: hv: Include the newly created header files in blkvsc_drv.c
  ` [PATCH 181/206] Staging: hv: Include the newly created header files in storvsc.c
  ` [PATCH 182/206] Staging: hv: Include the newly created header files in storvsc_drv.c
  ` [PATCH 183/206] Staging: hv: Include the new header files in the network driver
  ` [PATCH 185/206] Staging: hv: Include the newly created header file in the util driver
  ` [PATCH 186/206] Staging: hv: Include the newly created header file in the mouse driver
  ` [PATCH 187/206] Staging: hv: Get rid of channel.h
  ` [PATCH 188/206] Staging: hv: Get rid of channel_mgmt.h
  ` [PATCH 189/206] Staging: hv: Get rid of hv_api.h
  ` [PATCH 190/206] Staging: hv: Get rid of hv.h
  ` [PATCH 191/206] Staging: hv: Get rid of logging.h
  ` [PATCH 193/206] Staging: hv: Get rid of netvsc.h
  ` [PATCH 194/206] Staging: hv: Get rid of ring_buffer.h
  ` [PATCH 195/206] Staging: hv: Get rid of rndis_filter.h
  ` [PATCH 196/206] Staging: hv: Get rid of rndis.h
  ` [PATCH 197/206] Staging: hv: Get rid of storvsc_api.h
  ` [PATCH 198/206] Staging: hv: Get rid of utils.h
  ` [PATCH 199/206] Staging: hv: Get rid of version_info.h
  ` [PATCH 200/206] Staging: hv: Get rid of vmbus_api.h
  ` [PATCH 201/206] Staging: hv: Get rid of vmbus_channel_interface.h
  ` [PATCH 202/206] Staging: hv: Get rid of vmbus.h
  ` [PATCH 203/206] Staging: hv: Get rid of vmbus_packet_format.h
  ` [PATCH 204/206] Staging: hv: Get rid of vmbus_private.h
  ` [PATCH 205/206] Staging: hv: Get rid of vstorage.h
  ` [PATCH 206/206] Staging: hv: Get rid of the function count_hv_channel()

[PATCH] omap2/omapfb: make DBG() more resistant in if-else constructions
 2011-05-10  9:37 UTC  (2+ messages)

Problems with procfs
 2011-05-10  9:26 UTC 

re-enable Nehalem raw Offcore-Events support
 2011-05-10  9:35 UTC  (6+ messages)

[PATCH resend] s390: oprofile: fix error checks in oprofile_hwsampler_init()
 2011-05-10  9:19 UTC  (5+ messages)

Dear E-mail Account Owner,
 2011-05-10  9:02 UTC 

Fix powerTOP regression with 2.6.39-rc5
 2011-05-10  9:14 UTC  (21+ messages)

[PATCH 12/19] mfd: Use mfd cell platform_data for wm8400 cells platform bits
 2011-05-10  9:10 UTC  (5+ messages)
` [PATCH 00/19] mfd: mfd_data removal

[PATCH] sched: fix erroneous sysct_sched_nr_migrate logic
 2011-05-10  9:10 UTC  (3+ messages)

mmotm 2011-05-06-16-39 uploaded
 2011-05-10  8:57 UTC  (2+ messages)

2.6.39-rc6-mmotm0506 - lockdep splat in RCU code on page fault
 2011-05-10  8:57 UTC  (3+ messages)

[PATCH v2] leds: provide helper to register "leds-gpio" devices
 2011-05-10  8:50 UTC  (8+ messages)
` [PATCH v3] "
      ` [PATCH v4] "
        ` [PATCH] [wip] ARM: imx: register "leds-gpio" device using new helper function

linux-next: build failure after merge of the voltage tree
 2011-05-10  8:38 UTC  (2+ messages)

[patch 00/15] CFS Bandwidth Control V6
 2011-05-10  8:32 UTC  (32+ messages)
` [patch 01/15] sched: (fixlet) dont update shares twice on on_rq parent
` [patch 02/15] sched: hierarchical task accounting for SCHED_OTHER
` [patch 03/15] sched: introduce primitives to account for CFS bandwidth tracking
` [patch 04/15] sched: validate CFS quota hierarchies
` [patch 05/15] sched: add a timer to handle CFS bandwidth refresh
` [patch 06/15] sched: accumulate per-cfs_rq cpu usage and charge against bandwidth
` [patch 07/15] sched: expire invalid runtime
` [patch 08/15] sched: throttle cfs_rq entities which exceed their local runtime
` [patch 09/15] sched: unthrottle cfs_rq(s) who ran out of quota at period refresh
` [patch 10/15] sched: allow for positional tg_tree walks
` [patch 11/15] sched: prevent interactions between throttled entities and load-balance
` [patch 12/15] sched: migrate throttled tasks on HOTPLUG
` [patch 13/15] sched: add exports tracking cfs bandwidth control statistics
` [patch 14/15] sched: return unused runtime on voluntary sleep
` [patch 15/15] sched: add documentation for bandwidth control

[PATCH] sched: fix constructing the span cpu mask of sched domain
 2011-05-10  8:32 UTC  (2+ messages)

USB keyboard recognized as HID keyboard but doesn't work
 2011-05-10  8:24 UTC  (5+ messages)

[PATCH] mfd: call disable_irq()/enable_irq() in suspend/resume
 2011-05-10  8:23 UTC  (6+ messages)

[RFC][PATCH 0/2] PM: Support for generic I/O power domains
 2011-05-10  8:22 UTC  (4+ messages)
` [RFC][PATCH 0/5] PM: Support for generic I/O power domains (v2)
  ` [PATCH 1/5] PM / Runtime: Support for generic I/O power domains (v3)

[PATCH][Trivial] perf: Only include annotate.h once in tools/perf/util/ui/browsers/annotate.c
 2011-05-10  8:21 UTC  (2+ messages)

[PATCH][Trivial] md, raid5: Fix spelling error in comment ('Ofcourse' --> 'Of course')
 2011-05-10  8:19 UTC  (2+ messages)

[PATCH] mm: check zone->all_unreclaimable in all_unreclaimable()
 2011-05-10  8:16 UTC  (7+ messages)
  ` OOM Killer don't works at all if the system have >gigabytes memory (was Re: [PATCH] mm: check zone->all_unreclaimable in all_unreclaimable())
    ` [PATCH 1/4] oom: improve dump_tasks() show items
    ` [PATCH 2/4] oom: kill younger process first
    ` [PATCH 3/4] oom: oom-killer don't use permillage of system-ram internally
    ` [PATCH 4/4] oom: don't kill random process

[PATCH 1/5 v2]Typo: change kenrel to kernel
 2011-05-10  8:16 UTC  (2+ messages)

[PATCH 1/2] cdrom: always check_disk_change() on open
 2011-05-10  8:13 UTC  (6+ messages)

[PATCH]drivers:regulator:change the dev_dbg in the probe function
 2011-05-10  8:12 UTC  (4+ messages)
  ` [PATCH] drivers:regulator:change debug statement be consistent with the style of the rest

[PATCH] wait: include linux/sched.h
 2011-05-10  8:11 UTC  (3+ messages)

[PATCH 11/14] HPFS: Fix endianity. Make hpfs work on big-endian machines
 2011-05-10  8:04 UTC  (2+ messages)

[PATCH 10/14] HPFS: Implement fsync for hpfs
 2011-05-10  8:03 UTC  (2+ messages)

[PATCH 5/14] HPFS: Remove mark_inode_dirty
 2011-05-10  8:02 UTC  (2+ messages)

[RFC][PATCH 00/13] ftrace: Allow multiple users to pick and choose functions to trace
 2011-05-10  8:00 UTC  (2+ messages)

[PATCH 2/14] HPFS: Introduce a global mutex and lock it on every callback from VFS
 2011-05-10  8:00 UTC  (2+ messages)

Job Offer!!!
 2011-05-10  7:44 UTC 

[PATCH] softlockup: re-increase hung tasks check from 2 minutes to 8 minutes
 2011-05-10  7:57 UTC  (4+ messages)

[PATCH] drivers/mmc/card/block.c: fix potential null dereference 'idata'
 2011-05-10  7:57 UTC  (8+ messages)

[RFC] Generic dma_ops using iommu-api - some thoughts
 2011-05-10  7:42 UTC  (2+ messages)

[RFC, BUGFIX] ACPI, APEI, ERST, Prevent erst_dbg from loading if ERST is disabled
 2011-05-10  7:41 UTC 

[PATCH 1/3] tea575x: unify read/write functions
 2011-05-10  7:38 UTC  (2+ messages)
` [alsa-devel] "

[PATCH] ioapic: fix potential resume deadlock
 2011-05-10  7:35 UTC  (3+ messages)

Warning at block/genhd.c:1556 disk_clear_events
 2011-05-10  7:27 UTC  (2+ messages)

Perfromance drop on SCSI hard disk
 2011-05-10  6:52 UTC  (2+ messages)

[GIT PULL] x86 platform driver updates
 2011-05-10  6:40 UTC  (2+ messages)

[PATCH] x86: UV BAU fix for non-consecutive nasids
 2011-05-10  6:34 UTC  (3+ messages)

[PATCH v4 08/11] tty: add pruss SUART driver
 2011-05-10  6:17 UTC  (6+ messages)

[PATCH 10/10] mach-ux500: update and move cpufreq driver
 2011-05-10  5:59 UTC  (3+ messages)

[PATCH v2] MFD: twl4030-codec: Update e-mail address
 2011-05-10  5:59 UTC 

[PATCH v4 1/2] spi_topcliff_pch: support new device ML7213 IOH
 2011-05-10  5:59 UTC  (2+ messages)

Question: GPIO driver how to get irq_base
 2011-05-10  5:54 UTC  (9+ messages)

BUG: sleeping function called from invalid context
 2011-05-10  5:38 UTC 

[BUG] fatal hang untarring 90GB file, possibly writeback related
 2011-05-10  5:37 UTC  (11+ messages)

[PATCH 1/1] deb-pkg: fix cross-compile build
 2011-05-10  5:29 UTC  (6+ messages)

[PATCH 1/1] deb-pkg: fix cross-compile build
 2011-05-10  5:25 UTC 

various vmbus review comments
 2011-05-10  5:24 UTC  (7+ messages)

[PATCH]Add Maintainer for MAINTAINERS file for us
 2011-05-10  5:15 UTC  (4+ messages)

[PATCH -v3 0/6] x86, MCE, AMD: Hardware MCE injection
 2011-05-10  5:14 UTC  (4+ messages)
` [PATCH -v3 1/6] x86, MCE: Add a HW injection flag

r8712u driver
 2011-05-10  4:54 UTC 

[PATCH 0/6] writeback: moving expire targets for background/kupdate works v2
 2011-05-10  4:53 UTC  (8+ messages)
` [PATCH 6/6] writeback: refill b_io iff empty

r8712u driver
 2011-05-10  4:51 UTC 

linux-next: Tree for May 10
 2011-05-10  4:42 UTC 

[PATCH] Don't mlock guardpage if the stack is growing up
 2011-05-10  4:12 UTC  (13+ messages)

2.6.39-rc6-mmotm0506 - another lockdep splat (networking this time)
 2011-05-10  3:58 UTC  (4+ messages)

XFS deadlock fixed?
 2011-05-10  3:40 UTC 

Linux 2.6.39-rc7
 2011-05-10  3:53 UTC  (2+ messages)

[PATCH] blk-throttle: Use task_subsys_state() to determine a task's blkio_cgroup
 2011-05-10  3:49 UTC  (2+ messages)

Linux 2.6.39-rc5
 2011-05-10  3:29 UTC  (5+ messages)
` i915/kms/backlight-combo mode problem

[PATCH v2 1/2] x86: skip migrating IRQF_PER_CPU irq in fixup_irqs
 2011-05-10  3:26 UTC  (4+ messages)

[PATCH v2 2/2] x86: don't unmask disabled irqs when migrating them
 2011-05-10  3:24 UTC  (8+ messages)

long delay when using HMDI output on RS780
 2011-05-10  3:22 UTC  (4+ messages)

[PATCH 00/17] writeback fixes and cleanups for 2.6.40
 2011-05-10  3:19 UTC  (8+ messages)
` [PATCH 06/17] writeback: sync expired inodes first in background writeback
` [PATCH 14/17] writeback: make writeback_control.nr_to_write straight

[RFC] ACPI, APEI, Generic Hardware Error Source (GHES) injecting support
 2011-05-10  3:08 UTC 

[12/28] x86, cpu: Clean up AMD erratum 400 workaround
 2011-05-10  3:05 UTC  (10+ messages)
` [Stable-review] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox