|
First
|
Prev |
Next
|
Last
Pages: 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682
Is e820_setup_gap broken ?? I am looking at the e820_setup_gap function in tip/master tree. For i386 if we don't find a big enough gap in e820 map, we keep the gapstart value to "0x10000000". Don't print any warning messages for the user that we were unable to find gap in the 32bit address range. Now this address 0x10000000 can actually ... 20 Jun 2008 15:20
pcmcia ide kingston compactflash's have a new manufacturer id On Thursday 19 June 2008, Philippe De Muyter wrote: Hi everybody, Up to now, Kingston compactflash cards (ab)used the Toshiba Manufacturer's ID, In their new CF cards, they use a new one. Let's the ide subsystem recognize CF cards with the new id. Signed-off-by: Christophe Niclaes <cniclaes(a)de... 20 Jun 2008 14:18
[git patches] IDE fixes Hi, some final "polishing" for 2.6.26: - wait_drive_not_busy() timeout increase needed for some ATAPI devices, (issue debugged by Masanari Iida) - resource management fix for palm_bk3710 (from Sergei Shtylyov) - new IDs for ide-cs/pata_pcmcia (from various developers, details below) - removal of old... 20 Jun 2008 14:18
fasync() BKL pushdown Jonathan Corbet wrote: The majority of fasync() functions just call fasync_helper() with a pointer to an fasync_struct reachable from the file structure. Given that (1) the struct file will not go away while fasync() is running, and (2) the VFS-level fasync() stuff is protected with the Big Fasync Lock, ... 20 Jun 2008 17:24
markers: example of irq regular kernel markers * Masami Hiramatsu (mhiramat(a)redhat.com) wrote: Add trace points of irq handle events ported from LTTng's markers. Signed-off-by: Masami Hiramatsu <mhiramat(a)redhat.com> --- I just rewrote LTTng's irq event by using DEFINE_TRACE for example. include/linux/irq_trace.h | 6 ++++++ kernel/irq/... 22 Jun 2008 23:26
[PATCH] lxfb: drop dead declarations from header We never sent the gamma stuff upstream, and don't really care about it. However, lx_[gs]_et_gamma prototypes snuck into lxfb.h anyways; there are no definitions for them. Drop the dead code. Signed-off-by: Andres Salomon <dilinger(a)debian.org> --- drivers/video/geode/lxfb.h | 2 -- 1 files changed, 0 inse... 20 Jun 2008 14:18
[PATCH] [Trivial] Update contact information Excuse me for the delay. On Thu, May 8, 2008 at 1:21 AM, Andrew Morton <akpm(a)linux-foundation.org> wrote: The preferred approach here is to remove the email address from the various .c and .h files altogether. People can then look up "Miguel Ojeda Sandonis" in ./MAINTAINERS and ./CREDITS to find yo... 20 Jun 2008 14:18
IB/ehca: Reject recv WRs if QP is in RESET state thanks, applied. -- 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 Please read the FAQ at http://www.tux.org/lkml/ ... 20 Jun 2008 14:18
[PATCH, RFC] fasync() BKL pushdown When I put together the bkl-removal tree, I didn't add Andi's fasync() patches because the addition of an unlocked_fasync() function was not universally accepted. Recently I decided to take a look and see what would be involved in just pushing the BKL down into fasync() implementations. It turns out that it wasn'... 20 Jun 2008 14:18
Alchemy: register mmc platform device for db1200/pb1200 boards. Pierre Ossman wrote: On Fri, 20 Jun 2008 18:12:39 +0200 Manuel Lauss <mano(a)roarinelk.homelinux.net> wrote: Hello Pierre, On Fri, Jun 20, 2008 at 05:46:07PM +0200, Pierre Ossman wrote: This patch does not apply against HEAD. Are you sure there aren't any dependencies on what Ralf has in h... 20 Jun 2008 14:18 |