- 26 Sep, 2002 30 commits
-
-
Arnaldo Carvalho de Melo authored
into hera.kernel.org:/home/acme/BK/llc-2.5
-
Arnaldo Carvalho de Melo authored
-
Linus Torvalds authored
-
Linus Torvalds authored
having a valid name (base kernel: "").
-
Ingo Molnar authored
Make the kernel print out symbolic bactraces if symbol table information is available (CONFIG_KALLSYMS)
-
Linus Torvalds authored
when it is explicitly overridden in the MADT
-
Christoph Hellwig authored
-
Stephen Lord authored
Modid: 2.5.x-xfs:slinx:128467a
-
Christoph Hellwig authored
Modid: 2.5.x-xfs:slinx:128366a
-
Eric Sandeen authored
Modid: 2.5.x-xfs:slinx:128363a
-
Stephen Lord authored
Modid: 2.5.x-xfs:slinx:128239a
-
Christoph Hellwig authored
Modid: 2.5.x-xfs:slinx:128192a
-
Christoph Hellwig authored
Modid: 2.5.x-xfs:slinx:128159a
-
Christoph Hellwig authored
Modid: 2.5.x-xfs:slinx:127994a
-
Christoph Hellwig authored
Modid: 2.5.x-xfs:slinx:127896a
-
Nathan Scott authored
Modid: 2.5.x-xfs:slinx:127944a
-
Christoph Hellwig authored
Modid: 2.5.x-xfs:slinx:127879a
-
Christoph Hellwig authored
Modid: 2.5.x-xfs:slinx:127872a
-
Christoph Hellwig authored
Modid: 2.5.x-xfs:slinx:127736a
-
Christoph Hellwig authored
Modid: 2.5.x-xfs:slinx:127734a
-
Christoph Hellwig authored
Modid: 2.5.x-xfs:slinx:127729a
-
Christoph Hellwig authored
Modid: 2.5.x-xfs:slinx:127568a
-
Rusty Russell authored
-
Rusty Russell authored
This patch defines cpu_possible() for non-SMP.
-
http://gkernel.bkbits.net/misc-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
http://gkernel.bkbits.net/net-drivers-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
http://gkernel.bkbits.net/irda-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
http://gkernel.bkbits.net/i2c-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Jens Axboe authored
Some various small cleanups, optimizations, and fixes. o Make fifo_batch=32 as default, from testing this appears a good default value. We still get good throughput, and latency is good. o Reintroduce the merge_cleanup logic. We need it for deadline for rehashing requests when they have been merged. o Cleanup last_merge logic. Move it to the new elv_merged_request(), this is where it really belongs. Doing it inside the io scheduler core can causes false positives, when the queue merge functions reject an otherwise good merge o Have deadline_move_requests() account from last entry on the dispatch queue, if it is non-empty. It doesn't really matter what the last extracted sector was, if we are not right behind it. o Clean/optimize deadline_move_requests() o Account size of a request just a little bit. Streaming transfer isn't for free, it's just a lot cheaper than a seek. o Make deadline_check_fifo() more readable.
-
Ingo Molnar authored
From Andrew Morton. There are a couple of places where we would enable interrupts while write-holding the tasklist_lock ... nasty.
-
- 25 Sep, 2002 10 commits
-
-
Arnaldo Carvalho de Melo authored
Stupid me, this is really needed, IPX as it supports several datalink_protos and needs pt->type to find the right interface. Appletalk doesn't care, so it worked without this. And these are the only snap users in the kernel.
-
Jeff Garzik authored
into mandrakesoft.com:/home/jgarzik/repo/misc-2.5
-
Jeff Garzik authored
into mandrakesoft.com:/home/jgarzik/repo/irda-2.5
-
Jeff Garzik authored
into mandrakesoft.com:/home/jgarzik/repo/net-drivers-2.5
-
Albert Cranford authored
-
Arnaldo Carvalho de Melo authored
-
bk://ldm.bkbits.net/linux-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Andrew Morton authored
Had a weird oops from Bill Irwin - the pdflush_list was corrupt. The only thing I can think of is that something sprayed out a wakeup when it shouldn't. So tighten things up against that, and add some printks to catch it if it happens again.
-
Andrew Morton authored
Well it's a one-liner. sys_sync() only syncs one queue at a time, and can be slow if you have a lot of disks. So poke pdflush, which knows how to write all the queues in parallel.
-
Andrew Morton authored
[This has four scalps already. Thomas Molina has agreed to track things as they are identified ] Infrastructure to detect sleep-inside-spinlock bugs. Really only useful if compiled with CONFIG_PREEMPT=y. It prints out a whiny message and a stack backtrace if someone calls a function which might sleep from within an atomic region. This patch generates a storm of output at boot, due to drivers/ide/ide-probe.c:init_irq() calling lots of things which it shouldn't under ide_lock. It'll find other bugs too.
-