First  |  Prev |  Next  |  Last
Pages: 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209
[PATCHv3 03/16] pps: fix race in PPS_FETCH handler
There was a race in PPS_FETCH ioctl handler when several processes want to obtain PPS data simultaneously using sleeping PPS_FETCH. They all sleep most of the time in the system call. With the old approach when the first process waiting on the pps queue is waken up it makes new system call right away and zeroes pps... 4 Aug 2010 17:59
[PATCHv3 08/16] pps: add async PPS event handler
This handler should be called from an IRQ handler. It uses per-device workqueue internally. Signed-off-by: Alexander Gordeev <lasaine(a)lvk.cs.msu.su> --- drivers/pps/clients/pps-ktimer.c | 2 +- drivers/pps/clients/pps-ldisc.c | 2 +- drivers/pps/kapi.c | 95 ++++++++++++++++++++++++++++++... 4 Aug 2010 17:59
[PATCHv3 11/16] pps: simplify conditions a bit
Bitwise conjunction is distributive so we can simplify some conditions. Signed-off-by: Alexander Gordeev <lasaine(a)lvk.cs.msu.su> --- drivers/pps/kapi.c | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/pps/kapi.c b/drivers/pps/kapi.c index 220ab08..0335b2c 100644 --- a/dri... 4 Aug 2010 17:59
[PATCHv3 01/16] pps: trivial fixes
Here are some very trivial fixes combined: * add macro definitions to protect header file from including several times * remove declaration for an unexistent array * fix typos Signed-off-by: Alexander Gordeev <lasaine(a)lvk.cs.msu.su> --- drivers/pps/kapi.c | 2 +- include/linux/pps_kernel.h | ... 4 Aug 2010 17:59
[PATCH v2] isofs: Fix lseek() to position beyond 4 GB
isofs supports files larger than 4 GB by using multi-extent files. However an lseek() to a position beyond 4 GB in such a file will fail with EINVAL, because s_maxbytes in the isofs superblock is initialized to 2^32-1, and generic_file_llseek() checks against that value. I therefore suggest increasing the value ... 4 Aug 2010 17:59
[PATCH] x86/apic: Map the local apic when parsing the MP table.
This fixes a regression in 2.6.35 from 2.6.34, that is present for select models of Intel cpus when people are using an MP table. The commit cf7500c0ea133d66f8449d86392d83f840102632 "x86, ioapic: In mpparse use mp_register_ioapic" started calling mp_register_ioapic from MP_ioapic_info. An extremely simple ch... 4 Aug 2010 16:54
excessive wakeups in 2.6.35
My laptop felt like it was about to burst into flames after I ran 2.6.35 on it for a while. It actually got too hot to place on my legs. Powertop showed it running over a 1000 wakeups a second while completely idle. Chuck Ebbert pointed me at this diff.. http://git.kernel.org/?p=linux/kernel/git/x86/linux-2.6-ti... 5 Aug 2010 00:31
Despecificate driver from iLO2
Hi Dan, This driver supports both iLO2 and iLO3, but our user-visible strings currently only reference iLO2. Let's just call it "iLO" to avoid having to update strings for each iLO generation. This driver doesn't support iLO ASICs prior to iLO2, but that is sufficiently explained in Kconfig. Just a tho... 5 Aug 2010 01:36
drivers/staging/iio: call mutex_unlock in error handling code
On 08/04/10 20:54, Julia Lawall wrote: From: Julia Lawall <julia(a)diku.dk> Youch bad reviewing on my part. Had a quick look and I think you caught all instances of this... Acked-by: Jonathan Cameron <jic23(a)cam.ac.uk> Adjust the error handling code so that it benefits from the call to mutex_unlock at ... 4 Aug 2010 16:54
Attempted summary of suspend-blockers LKML thread, take two
Continuing to rush in where angels fear to tread... This is an updated version of my list posted a couple of days ago at http://lkml.org/lkml/2010/7/31/73. Again, this email is an attempt to present the Android guys' requirements, based on my interpretation of LKML discussions. Please note that I am not propo... 9 Aug 2010 04:41
First  |  Prev |  Next  |  Last
Pages: 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209