First  |  Prev |  Next  |  Last
Pages: 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367
oss: msnd: check request_region() return value
On Wed, Jul 28, 2010 at 08:41:36PM +0400, Kulikov Vasiliy wrote: request_region() may fail, if so return -ENOMEM. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- sound/oss/msnd_pinnacle.c | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sound/oss/msnd_pinn... 29 Jul 2010 07:29
cyber2000fb - 24bpp and 32bpp modes not working
Hello, some more CyberPro 2000 testing shows that 24bpp and 32bpp modes don't work. 8bpp and 16bpp modes work fine. The mode appears to be set correctly (monitor OSD shows correct resolution and frequency) but console remains blank (even no cursor). Xorg with fbdev in 24bpp mode displays mouse cursor, then g... 28 Jul 2010 16:16
alpha: Implement HW performance events on the EV67 and later CPUs.
On Tue, 27 Jul 2010 22:29:39 +1200 Michael Cree <mcree(a)orcon.net.nz> wrote: This implements hardware performance events for the EV67 and later CPUs within the Linux performance events subsystem. Only using the performance monitoring unit in HP/Compaq's so called "Aggregrate mode" is supported. Th... 28 Jul 2010 16:16
[PATCH 1/4] timer: Added usleep[_range] timer
usleep[_range] are finer precision implementations of msleep and are designed to be drop-in replacements for udelay where a precise sleep / busy-wait is unnecessary. They also allow an easy interface to specify slack when a precise (ish) wakeup is unnecessary to help minimize wakeups By default, usleep introduce... 28 Jul 2010 16:16
[PATCH 3/4] Checkpatch: prefer usleep over udelay
When possible, sleeping is (usually) better than delaying; however, don't bother callers of udelay < 10us, as those cases are generally not worth the switch to usleep Signed-off-by: Patrick Pannuto <ppannuto(a)codeaurora.org> --- scripts/checkpatch.pl | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletion... 28 Jul 2010 16:16
[PATCH 2/4] Documentation: Add timers/timers-howto.txt
This file seeks to explain the nuances in various delays; many driver writers are not necessarily familiar with the various kernel timers, their shortfalls, and quirks. When faced with ndelay, udelay, mdelay, usleep, usleep_range, msleep, and msleep_interrubtible the question "How do I just wait 1 ms for my h... 28 Jul 2010 16:16
Package Level Thermal Control and Power Limit Notification: pkgtemp hwmon driver
On Wed, 2010-07-28 at 15:00 -0400, Fenghua Yu wrote: From: Fenghua Yu <fenghua.yu(a)intel.com> This patch adds a hwmon driver for package level thermal control. The driver dumps package level thermal information through sysfs interface so that upper level application (e.g. lm_sensor) can retrive the infor... 30 Jul 2010 21:50
[PATCH v2 0/4] timer: Added usleep[_range] timer
After writing both documentation and a checkpatch rule explaining why the usleep API should never be used, it occurred to me that perhaps such an API should never be added :) - at least not in its previous form. This iteration is similar, with the notable difference that now usleep has a "built-in slack" of 200%... 28 Jul 2010 16:16
jump label v10
Can you please indicate which tree this is against when you post these patches? They don't apply cleanly to Linus's current tree which is where I tend to try first when the tree is unspecified, as I imagine others do as well. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the... 29 Jul 2010 02:06
[PATH V2 4/5] Package Level Thermal Control and Power Limit Notification: power limit
From: Fenghua Yu <fenghua.yu(a)intel.com> Power limit notification feature is published in Intel 64 and IA-32 Architectures SDMV Vol 3A 14.5.6 Power Limit Notification. It is implemented first on Intel Sandy Bridge platform. The patch handles notification interrupt. Interrupt handler dumps power limit informat... 28 Jul 2010 16:16
First  |  Prev |  Next  |  Last
Pages: 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367