Fix Readahead stalling by plugged device queues
> --- linux.orig/mm/readahead.c +++ linux/mm/readahead.c @@ -188,8 +188,11 @@ __do_page_cache_readahead(struct address * uptodate then the caller will launch readpage again, and * will then handle the error. */ - if (ret) + if (ret) { read_pages(mapping, filp, &page_pool, ret); + ... 18 Mar 2010 21:14
[tip:perf/urgent] perf, x86: Properly account n_added
Commit-ID: 356e1f2e0ace2d4b100c8eda9d49b709e8323da5 Gitweb: http://git.kernel.org/tip/356e1f2e0ace2d4b100c8eda9d49b709e8323da5 Author: Peter Zijlstra <a.p.zijlstra(a)chello.nl> AuthorDate: Sat, 6 Mar 2010 13:49:56 +0100 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Wed, 10 Mar 2010 13:22:32 +0100 p... 10 Mar 2010 08:34
[tip:perf/urgent] perf, x86: Remove superfluous arguments to x86_perf_event_set_period()
Commit-ID: 07088edb88164c2a2406cd2d9a7be19d8515214b Gitweb: http://git.kernel.org/tip/07088edb88164c2a2406cd2d9a7be19d8515214b Author: Peter Zijlstra <a.p.zijlstra(a)chello.nl> AuthorDate: Tue, 2 Mar 2010 20:16:01 +0100 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Wed, 10 Mar 2010 13:22:27 +0100 p... 10 Mar 2010 08:34
[tip:perf/urgent] perf, x86: Fix double enable calls
Commit-ID: f3d46b2e6fa57547f9884330798792afc83f4b04 Gitweb: http://git.kernel.org/tip/f3d46b2e6fa57547f9884330798792afc83f4b04 Author: Peter Zijlstra <a.p.zijlstra(a)chello.nl> AuthorDate: Sat, 6 Mar 2010 13:24:58 +0100 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Wed, 10 Mar 2010 13:22:35 +0100 p... 10 Mar 2010 08:34
Irish 2010 Grant Winner
�1,000,000Pounds has been awarded to you in the U.K PROMO.send to this office the following: Names........... Tel.............. Age............ Address.......... Occupation......... Country............. Email: bnl.claimdept(a)live.co.uk -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" i... 10 Mar 2010 08:34
backlight: mbp_nvidia_bl - add five more MacBook variants
What about finally adding all machines to the list? As far as I know, we have: * already present in Linus'/Richard Purdie's tree: Intel chipset: MacBookAir 1,1 MacBookPro 3,1 MacBookPro 3,2 MacBookPro 4,1 Nvidia chipset: MacBook 5,1 MacBook 5... 10 Mar 2010 08:34
[PATCH vfat] allow retrieving entries with trailing dots
Hello Ogawa, This fixes accessing vfat entries with trailing dots created by an external vfat driver (like the one in IOMEGA home network hard drives) Philippe -- Some vfat-formatted network disks that are also usb disk do not discard trailing dots when creating files or directories via ftp. Connecting a... 10 Mar 2010 08:34
Mrs. Magret Winter
I am Mrs. Magret Winter am very sick in the hospital. Please contact my lawyer Email(barhenry_slater1(a)gala.net) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Pl... 10 Mar 2010 08:34
GRANT WINNERS
�1,000,000Pounds has been awarded to you in the U.K PROMO.send to this office the following: Names........... Tel.............. Age............ Address.......... Occupation......... Country............. Send To: franck.smithdeptclaims(a)msn.com -- To unsubscribe from this list: send the line "unsubscribe linux-k... 10 Mar 2010 07:28
irq: move some interrupt arch_* functions into struct irq_chip.
On Wed, Mar 10, 2010 at 2:55 AM, <ijc(a)hellion.org.uk> wrote: From: Ian Campbell <ian.campbell(a)citrix.com> Move arch_init_copy_chip_data and arch_free_chip_data into function pointers in struct irq_chip since they operate on irq_desc->chip_data. arch_init_chip_data cannot be moved into struct irq_chip... 10 Mar 2010 07:28