- 29 Sep, 2002 7 commits
-
-
David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
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
-
Bart De Schuymer authored
-
Erik Schoenfelder authored
-
David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
- 28 Sep, 2002 1 commit
-
-
David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
- 29 Sep, 2002 1 commit
-
-
Arnaldo Carvalho de Melo authored
-
- 28 Sep, 2002 9 commits
-
-
Arnaldo Carvalho de Melo authored
Also some CodingStyle code reformatting. Ah, killed the typedef for lapb_cb.
-
Arnaldo Carvalho de Melo authored
-
Arnaldo Carvalho de Melo authored
-
Arnaldo Carvalho de Melo authored
Simplify some other code.
-
Hideaki Yoshifuji authored
-
David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
Arnaldo Carvalho de Melo authored
To make it look like the other protocols.
-
Arnaldo Carvalho de Melo authored
Also rename untypedefed x25_cb, renaming it to x25_opt, to make it look like the other protocols. Added some kerneldoc comments.
-
- 27 Sep, 2002 22 commits
-
-
Arnaldo Carvalho de Melo authored
-
Arnaldo Carvalho de Melo authored
-
David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
Hideaki Yoshifuji authored
-
David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
Hideaki Yoshifuji authored
-
Linus Torvalds authored
-
bk://linuxusb.bkbits.net/linus-2.5Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
Matthew Wilcox authored
This URL evaporated long ago, and Alan claims it's not coming back.
-
Ingo Molnar authored
Implement a "mapping change" notification for virtual lookup caches, and make the futex code use that to keep the futex page pinning consistent across copy-on-write events in the VM space.
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/gregkh-2.5
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Linus Torvalds authored
the same ignore rules for "tar" as well.
-
Ben Collins authored
-
Andi Kleen authored
x86-64 has an early console implementation which runs before the normal console is initialized. To avoid duplicated output it needs to be disabled when the real console starts. This patch adds an function call for that to the appropiate part of console_init.
-
Andi Kleen authored
Add the PCI IDs of an AMD 8151 AGP bridge.
-
Andi Kleen authored
Add an AGP driver for the AGP aperture in the northbridge of the AMD Hammer. The AGP driver works for both 32bit and 64bit kernels. It also adds some hooks to the AGP driver to allow the x86-64 GART based IOMMU code to share the aperture with AGP. The hooks are intentionally kept minimalistic. In addition it needs some Config.in hackery, because AGP cannot be modular in this case, because the IOMMU needs to control its startup and it runs early when PCI is initialized. The original AGP driver was done by Dave Jones, I added the IOMMU support.
-