- 25 May, 2003 40 commits
-
-
bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/jgarzik/net-drivers-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Jeff Garzik authored
-
Jeff Garzik authored
-
Jeff Garzik authored
Contributed by Intel, with updates by Jay Vosburgh @ IBM (bonding maintainer)
-
Christoph Hellwig authored
the same patch stil applies..
-
Dave Jones authored
Not sure if I incorporated all your feedback on this one last time. Bug me if not...
-
Dave Jones authored
Maintainer fix that went into 2.4 last August with the comments "Get hamachi net driver RX working again. Apparently the PCI DMA conversion still has a bug or two left in it..."
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
Remember these? There never was an outcome as to whether or not their doing the right thing. Any complaints from this being in 2.4 for nearly a year ?
-
Dave Jones authored
Leftovers from before we used memset to clear the struct.
-
Jeff Garzik authored
Noticed (indirectly) by davej
-
Greg Ungerer authored
For reasons only Motorola will ever know they decided to use a substantially different register layout for the FEC ethernet device on the 5282 ColdFire silicon. This defines an appropriate access structure for it.
-
Greg Ungerer authored
The ColdFire 5282 CPU also uses the Motorla FEC ethernet core, allow if to be selected for that config.
-
Greg Ungerer authored
This adds support for the ColdFire 5282 to the ColdFire serial driver. Only a few small changes, notably the interrupt setup is a little different. Also removed some dead code.
-
Greg Ungerer authored
Add support for the 5282 ColdFire to the common ColdFire serial driver header. Also added the additional registers of the 5272, they are used to setup a more accurate baud rate timers
-
Greg Ungerer authored
Rework the m68knommu/ColdFire/5307 Makefile to build the correct timer code for each of the different ColdFire CPU types.
-
John Levon authored
d_path() can return -ENAMETOOLONG these days. Pass it upstream.
-
John Levon authored
-
John Levon authored
A patch mostly by Will Cohen, adding a parameter to OProfile to over-ride use of the perfctr hardware. Useful for testing and a host of other things.
-
John Levon authored
The code that attempts to reset last_task and in_kernel has a race against samples appearing during the handling of the buffers, that causes a small number of mis-attribution of samples. Closing the window is non-obvious, and not worth it, so we just make it smaller. Even without the patch, there seem to be few such "bad" samples because its effects are mitigated on a switch into userspace or a task switch.
-
John Levon authored
My previous fix was incomplete, we could get the same thing happening on the init-failure path. Fix that.
-
Greg Ungerer authored
This code supports the PIT timer of the 5282 ColdFire. This new timer device is completely different to the previous ColdFire timer device.
-
Greg Ungerer authored
Create a header file to support the PIT timer of the ColdFire 5282 CPU. This timer is completely different to all previous ColdFire timers.
-
Greg Ungerer authored
Add DMA base addresses for the ColdFire 5282 CPU.
-
Greg Ungerer authored
Modify the common SIM header for all ColdFire CPU's to incldue the new 5282 ColdFire defines.
-
Greg Ungerer authored
Create header definitions file to support the ColdFire 5282 CPU. Unfortunately its register layout and setup is quite different to previous ColdFire CPU family members.
-
Greg Ungerer authored
Start up code for the M5282C3 Motorola ColdFire 5282 evaluation board. New architecture and board for the m68knommu architecture branch, though it is not very different to most existing ColdFire eval boards.
-
Greg Ungerer authored
This creates specific ColdFire/5282 configuration initialization.
-
Greg Ungerer authored
-
Greg Ungerer authored
Add ColdFire 5282 support to common ColdFire header file.
-
Greg Ungerer authored
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/net-2.5
-
Greg Ungerer authored
-
Greg Ungerer authored
-
Greg Ungerer authored
Add a function to allow checking if the timer interrupt is pending for the m68knommu/5206 CPU. This is used by the architecture timer code for microsecond accurate time calculations.
-
Greg Ungerer authored
Add a function to allow checking if the timer interrupt is pending for the m68knommu/5249 CPU. This is used by the architecture timer code for microsecond accurate time calculations.
-
Greg Ungerer authored
Add a function to allow checking if the timer interrupt is pending for the m68knommu/5206e CPU. This is used by the architecture timer code for microsecond accurate time calculations.
-