- 05 Oct, 2002 1 commit
-
-
Arnaldo Carvalho de Melo authored
-
- 30 Sep, 2002 4 commits
-
-
Arnaldo Carvalho de Melo authored
Also flush the backlog in llc_ui_wait_for_data before going to sleep. Also fix a bug in llc_backlog_rcv where I was double freeing a skb.
-
Arnaldo Carvalho de Melo authored
-
Arnaldo Carvalho de Melo authored
Also move code around in llc_sap.c so that we don't need the prototypes on the top, makes cflags actually work when finding those functions, not going to the prototypes instead of the actual functions.
-
Arnaldo Carvalho de Melo authored
With this we avoid doing skb_clone on skbs that will not be kept on unacked lists.
-
- 29 Sep, 2002 3 commits
-
-
Arnaldo Carvalho de Melo authored
Thanks do Andries Brouwer for reporting the problem and suggesting a way to fix it.
-
Arnaldo Carvalho de Melo authored
Thanks to Andries Brouwer for providing a patch.
-
Arnaldo Carvalho de Melo authored
-
- 28 Sep, 2002 1 commit
-
-
Arnaldo Carvalho de Melo authored
To make it look like the other protocols.
-
- 27 Sep, 2002 1 commit
-
-
Arnaldo Carvalho de Melo authored
-
- 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.
-