An error occurred fetching the project authors.
- 06 Oct, 2002 1 commit
-
-
Goto Masanori authored
Config files, makefiles etc for the NinjaSCSI driver.
-
- 05 Oct, 2002 1 commit
-
-
Christer Weinigel authored
This patch adds support for the National Semiconductor SCx200 processor family to Linux 2.5. The patch consists of the following drivers: arch/i386/kernel/scx200.c -- give kernel access to the GPIO pins drivers/chars/scx200_gpio.c -- give userspace access to the GPIO pins drivers/chars/scx200_wdt.c -- watchdog timer driver drivers/i2c/scx200_i2c.c -- use any two GPIO pins as an I2C bus drivers/i2c/scx200_acb.c -- driver for the Access.BUS hardware drivers/mtd/maps/scx200_docflash.c -- driver for a CFI flash connected to the DOCCS pin
-
- 30 Sep, 2002 1 commit
-
-
Dave Jones authored
Adrian Bunk went through .39-dj, and pulled out a bunch of trivial bits (docs changes, whitespace fixes etc) - CREDITS: update the web-address of Tigran A. Aivazian - Documentation/Changes: higher minimum version of reiserfsprogs - s/www.linuxdoc.org/www.tldp.org/g in: - Documentation/DocBook/sis900.tmpl - Documentation/kernel-docs.txt - Documentation/scsi-generic.txt - Documentation/scsi.txt - Documentation/sound/oss/PAS16 - Documentation/filesystems/isofs.txt: document where to get ISO 9660 docs from - Documentation/networking/00-INDEX: document that e100.txt and e1000.txt are present - typo fixes in: - Documentation/networking/ip-sysctl.txt - Documentation/s390/Debugging390.txt - drivers/ide/Config.help - MAINTAINERS: - update location of the emu10k1-devel and linux-mips lists - Remy Card is no longer ext2 maintainer - list Andrew Morton instead of Remy Card as second ext3 maintainer - update mail addresses of Riley H. Williams and Jack Hammer - misc whitespace -> tab fixes - arch/mips/kernel/time.c: correct the location of a README - whitespace -> tab fixes in drivers/net/{3c505,3c509,arcnet/arcnet,at1700,hamradio/scc,ni65, pcmcia/aironet4500_cs}.c and drivers/net/wan/lmc/lmc_var.h - drivers/pci/quirks.c: update URL - remove tabs/whitespace at the end of lines in: - drivers/tc/lk201-map.map - drivers/tc/lk201-remap.c - drivers/tc/zs.h - fs/jfs/jfs_logmgr.c: remove two extra empty lines - include/linux/auto_fs.h: s/__x86_64/__x86_64__/
-
- 29 Sep, 2002 1 commit
-
-
Dominik Brodowski authored
CPUFreq documentation for 2.5.39: CREDITS one further CREDIT entry Documentation/cpufreq documentation of CPU frequency and voltage scaling support in the Linux kernel. MAINTAINERS one further MAINTAINERS entry arch/i386/Config.help Config.help texts for i386 CPUFreq drivers
-
- 27 Sep, 2002 1 commit
-
-
Matthew Wilcox authored
This URL evaporated long ago, and Alan claims it's not coming back.
-
- 23 Sep, 2002 1 commit
-
-
Stuart MacDonald authored
Update to full working driver status. Latest firmware 4.06 too. Driver now officially supported.
-
- 20 Sep, 2002 1 commit
-
-
Jens Axboe authored
-
- 18 Sep, 2002 1 commit
-
-
Keith Owens authored
-
- 16 Sep, 2002 1 commit
-
-
Bart De Schuymer authored
-
- 11 Sep, 2002 1 commit
-
-
Christoph Hellwig authored
-
- 03 Sep, 2002 1 commit
-
-
Ralf Bächle authored
-
- 30 Aug, 2002 2 commits
-
-
Harald Welte authored
-
Ingo Molnar authored
please apply this patch (Robert ACK-ed it). While there is a preemptible kernel entry already, i think listing this at the scheduler entry is justfied, preemption has a number of scheduler interactions.
-
- 28 Aug, 2002 1 commit
-
-
Alan Cox authored
For 2.5 Gerd Knorr is the video4linux/v4l2 maintainer not me kraxel@bytesex.org or the list video4linux-list@redhat.com - which is hosted at but not an RH specific list.
-
- 19 Aug, 2002 1 commit
-
-
Benjamin LaHaise authored
-
- 03 Aug, 2002 1 commit
-
-
Jeff Dike authored
This patch (against 2.5.30) contains all of the changes to generic code needed by UML. CREDITS - Changes my address and adds a UML credit for Lars Brinkoff. MAINTAINERS - Adds a UML entry. Makefile - When ARCH=um is on the command line to do a UML build, the old value of ARCH is saved in $(SUBARCH) for the later use of the UML build. drivers/char/Makefile - Sets KEYMAP, KEYBD, CONSOLE empty to prevent hardware drivers from being compiled in. drivers/net/setup.c - Backs out a UML hook which leaked into your tree which UML no longer uses.
-
- 02 Aug, 2002 1 commit
-
-
Greg Kroah-Hartman authored
-
- 01 Aug, 2002 2 commits
-
-
Wolfgang Muees authored
and some places in linux kernel must change. See the attached patch.
-
Rusty Russell authored
DaveM said this was fine.
-
- 30 Jul, 2002 1 commit
-
-
Marcel Holtmann authored
This updates the 2.5.x PC Card drivers of the Bluetooth subsystem.
-
- 09 Jul, 2002 1 commit
-
-
Andy Grover authored
driver handles that, and will be maintained by John Belmonte.
-
- 12 Jun, 2002 1 commit
-
-
David S. Miller authored
-
- 11 Jun, 2002 1 commit
-
-
Andi Kleen authored
Remove myself as networking maintainer. I haven't done much for networking for a long time and it doesn't look likely it'll change anytime soon. Also David/Alexey are doing a fine job without me.
-
- 03 Jun, 2002 1 commit
-
-
Robert Love authored
Might as well make it explicit... Patch is against 2.5.20, please apply. Robert Love
-
- 30 May, 2002 1 commit
-
-
Arnaldo Carvalho de Melo authored
Forward port of LLC from 2.4 to 2.5. This is the forward port of the LLC stack released by Procom Inc. for Linux 2.0.30, I have heavily modified it to make it similar to other Linux network stacks, using of struct sk_buff to represent in-transit packets and doing massive code cleanups. Jay Schullist contributed support for BSD Sockets, as the original code had only a simple in kernel API for use by upper layer protocols, such as the NetBEUI stack also provided by Procom for 2.0.30. This code is basically what I had previously submitted to Alan Cox for his 2.4-ac series and that is even shipped in source form, in the Red Hat 7.3 kernel package, plus cleanups wrt standard syntax for labeled elements and further use of this C construct to make the code more resilient to editing mistakes, using the compiler to further check the source code. TODO: Make it completely SMP safe, as the reports of successful usage up to now and the testing is done on UP. Completely remove the old LLC code in the kernel, that is still there for things like Appletalk, IPX, etc to use, also check that all these protocols work correctly with this new LLC stack. This code is already being used in the linux-sna project and Jay Schullist has been developing support for things like DLSw and other protocols that works on top of 802.2. I'll be releasing patches with the NetBEUI stack and updated samba-2.0.6 patches for use with NetBEUI and this LLC stack in the future. But the NetBEUI code is available already in my kernel.org ftp area at: ftp://ftp.kernel.org/pub/linux/kernel/people/acme. Please report problems to me or the linux-sna mailing list, instructions on how to subscribe are available at http://www.linux-sna.org website.
-
- 29 May, 2002 1 commit
-
-
Scott Feldman authored
* Added Documentation/networking/e100.txt. * Added drivers/net/Config.help text for CONFIG_E100. * Added ethtool ETHTOOL_PHYS_ID support * Made ethtool WoL advertisement more selective on h/w controller version.
-
- 27 May, 2002 1 commit
-
-
Rusty Russell authored
I'm sick of searching my mail archives to find that email addr.
-
- 24 May, 2002 1 commit
-
-
Pavel Machek authored
I asked Gabor if he'd like me to maintain swsusp, and he liked that idea [<quote>Would you please take over maintaining? I offered this in the list a while ago anyway.</quote>].
-
- 22 May, 2002 1 commit
-
-
Brian Beattie authored
Add Maintainer for USB scanner
-
- 21 May, 2002 1 commit
-
-
Pavel Machek authored
Here's suspend-to-{RAM,disk} combined patch for 2.5.17. Suspend-to-disk is pretty stable and was tested in 2.4-ac. Suspend-to-RAM is little more experimental, but works for me, and is certainly better than disk-eating version currently in kernel. Major parts are: process stopper, S3 specific code, S4 specific code.
-
- 20 May, 2002 1 commit
-
-
Jack Hammer authored
ips driver update ( version 5.10.13-BETA )
-
- 11 May, 2002 1 commit
-
-
Henrique Gobbi authored
-
- 01 May, 2002 1 commit
-
-
Anton Altaparmakov authored
set_blocksize.
-
- 30 Apr, 2002 1 commit
-
-
David Gibson authored
The following patch against 2.5.11 updates the orinoco driver. As well as miscellaneous updates to the driver core it adds a new module supporting Prism 2.5 based PCI wireless cards, and adds a MAINTAINERS entry for the driver.
-
- 28 Apr, 2002 1 commit
-
-
Dave Jones authored
Various bits mostly from 2.4 Also fix indentation of various entries to match the rest of the file.
-
- 22 Apr, 2002 1 commit
-
-
Stéphane Doyon authored
added Tieman Voyager USB Braille driver
-
- 09 Apr, 2002 1 commit
-
-
Martin Dalecki authored
- Eliminate the mate member of the ata_channel structure. The information provided by it is already present. This patch may have undesirable effects on the ns87415.c and trm290.c host chip drivers, but it's worth for structural reasons to have it. - Kill unused code, which was "fixing" interrupt routing from ide-pci.c Don't pass any "mate" between the functions there. - Don't define SUPPORT_VLB_SYNC unconditionally in ide-taskfile.c - Apply Vojtech Pavliks fix for piix host-chip driver crashes. - Add linux/types.h to ide-pnp.c. - Apply latest sis5513 host chip driver patch from by Lionel Bouton by hand. - Apply patch by Paul Macerras for power-mac. - Try to make the ns87415 driver a bit more reentrant.
-
- 03 Apr, 2002 1 commit
-
-
Romain Liévin authored
added tiusb driver some tweaks to the driver done by greg@kroah.com
-
- 25 Mar, 2002 1 commit
-
-
Joshua Uziel authored
-
- 13 Mar, 2002 1 commit
-
-
Petko Manolov authored
-