- 09 Jul, 2003 14 commits
-
-
Linus Torvalds authored
The driver obviously cannot rely on the interrupt handler when it is probing for interrupts, so the identify code is written to not use interrupts and the probing code will disable the interrupt after having figured out which one it is. The non-probe code should do the same, otherwise confusion happens.
-
bk://kernel.bkbits.net/lord/xfs-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Stephen Lord authored
confusion in the future over which constants apply to which initializers.
-
Stephen Lord authored
-
Eric Sandeen authored
SGI Modid: 2.5.x-xfs:slinx:152354a
-
bk://linux-dj.bkbits.net/cpufreqLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Dave Jones authored
into tetrachloride.(none):/mnt/raid/src/kernel/2.5/cpufreq
-
Dave Jones authored
- CPUFREQ_ALL_CPUS is not a valid argument any more, don't mention it in include/linux/cpufreq.h - without a driver->init() function a cpufreq driver isn't even loaded, so remove that check in the per-CPU initialization - whitespace and clarification changes to linux/cpufreq. All from Dominik again..
-
Dave Jones authored
More from Dominik
-
Dave Jones authored
From Dominik.
-
Dave Jones authored
Wait with the destruction of cpufreq objects until all references are gone (code partly based on rmk's comparable patch for the PCMCIA subsystem. From Dominik.
-
Dave Jones authored
-
bk://linux-dj.bkbits.net/agpgartLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Dave Jones authored
into tetrachloride.(none):/mnt/raid/src/kernel/2.5/agpgart
-
- 08 Jul, 2003 3 commits
-
-
bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
James Morris authored
-
bk://kernel.bkbits.net/jmorris/ipv6-2.5David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
- 09 Jul, 2003 1 commit
-
-
Hideaki Yoshifuji authored
This patch fixes BUG when pushing IPv6 destination options over an IPv6 raw socket. Patch is based on one from Thomas Graf <tgr@reeler.org>.
-
- 08 Jul, 2003 1 commit
-
-
David S. Miller authored
-
- 09 Jul, 2003 1 commit
-
-
Randy Dunlap authored
And spell it correctly :-)
-
- 08 Jul, 2003 1 commit
-
-
bk://bk.arm.linux.org.uk/linux-2.5-serialLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
- 09 Jul, 2003 1 commit
-
-
Russell King authored
-
- 08 Jul, 2003 5 commits
-
-
bk://kernel.bkbits.net/jgarzik/net-drivers-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Bernardo Innocenti authored
- export the __div64_32 symbol for modules; - add likely() to the fast path (divisor>>32 == 0); - add __attribute__((pure)) to __div64_32() prototype so the compiler knows global memory isn't clobbered; - avoid building __div64_32() on 64bit architectures.
-
Pavel Machek authored
-
Linus Torvalds authored
-
Hirofumi Ogawa authored
-
- 07 Jul, 2003 13 commits
-
-
Scott Feldman authored
* whitespace cleanup * removal of unused members of netdev priv struct * extendable arrangement of h/w reset logic
-
Scott Feldman authored
* Perf cleanup: s/int/unsigned int/ for descriptor ring indexes [suggestion by Jeff Garzik]. * Perf cleanup: cache references to ring elements using local pointer
-
Scott Feldman authored
* h/w workaround: several 10's of thousands of 82547 controllers where mis-fused during manufacturing, resulting in PHY Tx amplitude to be too high and out of spec. This workaround detects those parts, and compensates the Tx amplitude by subtracting ~80mV.
-
Scott Feldman authored
* Cleanup: ethtool diags: only reset if not if_running.
-
Scott Feldman authored
* Bug fix: alloc_etherdev failure didn't cleanup regions in probe.
-
Scott Feldman authored
* Bug fix: missing Tx cleanup opportunities during interrupt handling.
-
Scott Feldman authored
* Bug fix: fix VLAN support on PPC64 [Mark Rakes (mrakes@vivato.net)]
-
Scott Feldman authored
* Bug fix: request_irq() failure resulted in freeing resources twice! [Don Fry (brazilnut@us.ibm.com)]
-
Roger Luethi authored
This patch addresses a minor regression reported by Rhine-I users (leading to occasional Tx timeouts). I also merged some cosmetic changes.
-
Herbert Xu authored
This patch finally adds policy expiration. Note that it resends soft policy expire messages every 30 seconds. This is needed as when "soft use expire" is used for dead peer detection, a lost message could lead to a dead peer that isn't discovered until the SAs expire. I've only implemented notification for XFRM as I didn't want to just add another PFKEY extension in case it collides with something else. Of course it could be easily done for PFKEY with an extension too.
-
Dmitry Torokhov authored
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/sparc-2.5
-
David S. Miller authored
-