- 15 Mar, 2002 10 commits
-
-
Linus Torvalds authored
-
David Howells authored
This patch (#1) just converts the task_struct to use struct list_head rather than direct pointers for maintaining the children list.
-
Kai Germaschewski authored
into tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5.make
-
Kai Germaschewski authored
-
Kai Germaschewski authored
objects. Current behavior is not changed at all, but see the next cset for what it's good for.
-
Kai Germaschewski authored
objects in $(list-multi), instead of $(multi-objs)
-
http://gkernel.bkbits.net/misc-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Jeff Garzik authored
new subdirectory linux/Documentation/BK-usage.
-
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
-
- 14 Mar, 2002 21 commits
-
-
Jeff Garzik authored
-
Jeff Garzik authored
Noticed by Alan Cox.
-
Jean Tourrilhes authored
-
Szilárd Pásztor authored
-
Itai Nahshon authored
-
Paul Gortmaker authored
-
William Stinson authored
-
William Stinson authored
-
linux-m68k.org@mandrakesoft.com authored
-
Jeff Garzik authored
-
Jes Sorensen authored
* fix Tigon I support * fix memory leak
-
Jes Sorensen authored
* various small cleanups * ETHTOOL_GDRVINFO support
-
Jeff Garzik authored
into mandrakesoft.com:/home/jgarzik/repo/net-drivers-2.5
-
Jeff Garzik authored
-
Eli Kupermann authored
- switch to yield function as suggested by you, Arjan and Andrew. - fixed broken logic in the use of time_before/time_after - possible bug cause in previous design - in most of the places we were going to sleep and than check if time expires before checking if condition is satisfied. If, for example, we needed to wait up to 3 jiffies we could do schedule_timeout(1) and get up after 4 ticks check that time expired and go away crying about failure without checking that condition is OK.(in fact I saw it happen on one SMP platform here).
-
Eli Kupermann authored
- added pci flushing in the e100_set_intr_mask function (pci posting bug) - better logic in the prepare_xmit_buff function moving some tx buffer initialization code to the start of the function.
-
Eli Kupermann authored
- remove dummy defines and also ia64 specific [Arjan's notes [:-)] ] - fixed problem in e100_check_options function reported by our Q/A
-
Eli Kupermann authored
- minor changes to the license from our technical writer [still GPL ;-)]
-
Benjamin LaHaise authored
* Use likely() and unlikely() for better branch prediction * Various small cleanups * Much improved interrupt mitigation * Much improved throughput
-
sawa authored
RX_MODE was not set for the multicast case. Set it. Fixes multicast.
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 13 Mar, 2002 9 commits
-
-
Jeff Garzik authored
* Generic helper function name change, s/pdev_set_mwi/pci_generic_prep_mwi/ * Fix: Generic helper function ifdef'd out if arch function present * PCI MWI arch handler name change, s/pcibios_set_mwi/pcibios_prep_mwi/ * Fix typos and speling errors in comments. * Cleanup printk message a bit.
-
David S. Miller authored
put current task there instead.
-
David S. Miller authored
debugger by taking the FPU save area depth into consideration.
-
David S. Miller authored
From Kanoj Sarcar.
-
David S. Miller authored
Kill references to obsolete BLK{F}RA{SET,GET} ioctls.
-
Ben Fennema authored
This patch moves the udf spec header files into the fs/udf directory and removes all the non-standard sized typedefs.
-
Ben Fennema authored
This patch fixes an extent preallocation bug and adds missing sb_bread == NULL checks.
-
Ben Fennema authored
This patch fixes writing the descriptor version for udf revisions >= 2.0
-
Ben Fennema authored
This patch adds some missing byte swaps needed for big endian archs.
-