aboutsummaryrefslogtreecommitdiffstats
path: root/CREDITS
AgeCommit message (Collapse)AuthorFilesLines
2004-07-15NAND flash driver updates.David Woodhouse1-0/+4
Update the core NAND code: - support multiple chips - support bad block tables - improved generic ECC support and 'spare area' usage. - 16-bit NAND - Large-block NAND devices - Renesas AG-AND devices - M-Systems DiskOnChip devices - Other new board support wrappers Most of the work was done by Thomas Gleixner. Signed-Off-By: David Woodhouse <dwmw2@infradead.org>
2004-07-14merge fixups due to sparse cleanups being done by al and greg at the same time.Greg Kroah-Hartman1-0/+2
2004-07-14[PATCH] Updates for W99[87]CF and new SN9C10[12] driverLuca Risolia1-0/+2
This single patch contains some updates and cleanups for the W996[87]CF driver and a new experimental V4L2 driver for SONiX SN9C10[12] PC Camera Controllers connected to various image sensors. I have not divided the patch in two logical sub-patches becouse of two independent changes in one common file, KConfigure. More informations about the SN9C10[12] can be found below in the documentation. The driver is marked as "EXPERIMENTAL", meaning that there are no known bugs, but further testing is necessary before considering it stable. This the first driver using the new SBGGR8 video format, which has been recently added to the mainline kernel, so there are no available user application at the moment: this is one more reason why it should be in the kernel now. Changes in W996[87]CF: - remove w9968cf_externaldef.h now that ovcamchip.h is in the kernel; - mark user pointers with __user in a cleaner way to avoid sparse warnings; - use appropriate exclusive wait macro during open(); - replace info(), err(), warn() with dev_info(), dev_err(), dev_warn(), pr_debug(), pr_info(); - replace usb_unlink_urb() + wait_for_completion() with usb_kill_urb(); - fix memory offsets for buffers in the chip to be used with generic image sensors; - 'vppmod_load', 'debug', 'specific_debug' and 'simcams' module parameters are now writeable by default; - fix possible race conditions between disconnect() and open(); - add automatic 'ovcamchip' module loading option with 'ovmod_load' module parameter; - get rid of deprecated intermodule communication routines and use the correct module registration/unregistration approach; - remove period at the end of kernel messages; - fix several typos; - use MODULE_VERSION() macro; - other small internal cleanups; - documentation updates. Signed-off-by: Luca Risolia <luca.risolia@studio.unibo.it> Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
2004-07-05Merge http://linux-mh.bkbits.net/bluetooth-2.6David S. Miller1-0/+1
into nuts.davemloft.net:/disk1/BK/net-2.6
2004-07-04[Bluetooth] Add HID protocol supportMarcel Holtmann1-0/+1
This patch adds support for the Bluetooth HID protocol to the Bluetooth subsystem. Currently only the boot mode is supported. Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
2004-06-29[PATCH] CREDITS updateLuiz Capitulino1-0/+8
Luiz has ~40 patches to his name, go he gets a banana. Signed-off-by: Luiz Capitulino <lcapitulino@prefeitura.sp.gov.br> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2004-06-23[PATCH] Add PPC85xx MAINTAINERS entryAndrew Morton1-0/+6
From: Kumar Gala <kumar.gala@freescale.com> Added myself to the MAINTAINERS file for 85xx. Added an entry into the CREDITS file for me. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2004-06-20[PATCH] CREDITS updateEberhard Mönkeberg1-2/+2
Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2004-06-17[PATCH] update Marcelo CREDITS infoMarcelo Tosatti1-6/+7
Update my CREDITS information. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2004-06-17[PATCH] Add PPC4xx MAINTAINERS entry, merge CREDITS from 2.4Matt Porter1-0/+8
Add myself as the PPC4xx maintainer. Merge CREDITS entry from 2.4 Signed-off-by: Matt Porter <mporter@kernel.crashing.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2004-05-28[PATCH] CREDITS file updateAndrew Morton1-2/+2
From: Robert Love <rml@ximian.com> Update Robert's email address Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2004-05-28[PATCH] CREDITS file updateAndrew Morton1-3/+3
From: <Valdis.Kletnieks@vt.edu> Thomas Dunbar used to be working in one of the Dean's offices here. He's now down the hall from me (and has been for several years, actually). So let's fix the crufty pointers. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2004-05-17mergeGreg Kroah-Hartman1-2/+2
2004-05-04[PATCH] Fix my address in CREDITSBenjamin Herrenschmidt1-5/+4
Heh, I moved 6 month ago, time to update CREDITS ;)
2004-04-28[PATCH] PCI: I'm movingJochen Hein1-2/+2
Can you please feed the following patch to Andrew?
2004-04-21[PATCH] Add Pete Popov to creditsAndrew Morton1-0/+6
From: Ralf Baechle <ralf@linux-mips.org> Add Pete to CREDITS for all the time he's invested into supporting the AMD Alchemy of SOCs and eval boards.
2004-04-11[PATCH] updating email info in CREDITSAndrew Morton1-1/+1
From: Rusty Russell <rusty@rustcorp.com.au> From: Thomas Molina <tmolina@cablespeed.com>
2004-04-11[PATCH] posix message queues: implementationAndrew Morton1-0/+17
From: Manfred Spraul <manfred@colorfullife.com> Actual implementation of the posix message queues, written by Krzysztof Benedyczak and Michal Wronski. The complete implementation is dependant on CONFIG_POSIX_MQUEUE. It passed the openposix test suite with two exceptions: one mq_unlink test was bad and tested undefined behavior. And Linux succeeds mq_close(open(,,,)). The spec mandates EBADF, but we have decided to ignore that: we would have to add a new syscall just for the right error code. The patch intentionally doesn't use all helpers from fs/libfs for kernel-only filesystems: step 5 allows user space mounts of the file system. Signal changes: The patch redefines SI_MESGQ using __SI_CODE: The generic Linux ABI uses a negative value (i.e. from user) for SI_MESGQ, but the kernel internal value must be posive to pass check_kill_value. Additionally, the patch adds support into copy_siginfo_to_user to copy the "new" signal type to user space. Changes in signal code caused by POSIX message queues patch: General & rationale: mqueues generated signals (only upon notification) must have si_code == SI_MESGQ. In fact such a signal is send from one process which caused notification (== sent message to empty message queue) to another which requested it. Both processes can be of course unrelated in terms of uids/euids. So SI_MESGQ signals must be classified as SI_FROMKERNEL to pass check_kill_permissions (not need to say that this signals ARE from kernel). Signals generated by message queues notification need the same fields in siginfo struct's union _sifields as POSIX.1b signals and we can reuse its union entry. SI_MESGQ was previously defined to -3 in kernel and also in glibc. So in userspace SI_MESGQ must be still visible as -3. Solution: SI_MESGQ is defined in the same style as SI_TIMER using __SI_CODE macro. Details: Fortunately copy_siginfo_to_user copies si_code as short. So we can use remaining part of int value freely. __SI_CODE does the work. SI_MESGQ is in kernel: 6<<16 | (-3 & 0xffff) what is > 0 but to userspace is copied (short) SI_MESGQ == -3 Actual changes: Changes in include/asm-generic/siginfo.h __SI_MESGQ added in signal.h to represent inside-kernel prefix of SI_MESGQ. SI_MESGQ is redefined from -3 to __SI_CODE(__SI_MESGQ, -3) Except mips architecture those changes should be arch independent (asm-generic/siginfo.h is included in arch versions). On mips SI_MESGQ is redefined to -4 in order to be compatible with IRIX. But the same schema can be used. Change in copy_siginfo_to_user: We only add one line to order the same copy semantics as for _SI_RT. This change isn't very portable - some arch have its own copy_siginfo_to_user. All those should have similar change (but possibly not one-line as _SI_RT case was sometimes ignored because i wasn't used yet, e.g. see ia64 signal.c). Update: mq: only fail with invalid timespec if mq_timed{send,receive} needs to block From: Jakub Jelinek <jakub@redhat.com> POSIX requires EINVAL to be set if: "The process or thread would have blocked, and the abs_timeout parameter specified a nanoseconds field value less than zero or greater than or equal to 1000 million." but 2.6.5-mm3 returns -EINVAL even if the process or thread would not block (if the queue is not empty for timedreceive or not full for timedsend).
2004-03-31[CREDITS]: Update my affiliation.Hideaki Yoshifuji1-3/+3
2004-03-28[PATCH] email address updateAlain Knaff1-1/+1
2004-03-19[PATCH] therm_adt7467 updateAndrew Morton1-0/+7
From: "Colin Leroy" <colin@colino.net> The fan driver I wrote for adt746x looks like it only handles the adt7467 chip found in iBooks G4; but it also handles the adt7460 chip found in the Powerbook G4 Alu. Here's a patch that updates therm_adt7467.c, Kconfig and Makefile.
2004-03-15Merge kroah.com:/home/linux/BK/bleed-2.6Greg Kroah-Hartman1-10/+0
into kroah.com:/home/linux/BK/usb-2.6
2004-03-15[PATCH] minor credits updatesAndrew Morton1-5/+5
From: Trivial Patch Monkey <trivial@rustcorp.com.au> From: andersen@codepoet.org I've moved... This patch updates my contact info.
2004-03-11[PATCH] UDF filesystem updateAndrew Morton1-2/+1
From: Ben Fennema <bfennema@falcon.csc.calpoly.edu> - added udf 2.5 #defines - fixed prealloc discard race - fixed several bugs in inode_getblk - added S_IFSOCK support - fix unicode encoding bug - change partition allocation from kmalloc to vmalloc for large allocations
2004-03-08[PATCH] USB brlvger: Driver obsoleted by rewrite using usbfsStéphane Doyon1-10/+0
We have rewritten the brlvger (Tieman Voyager USB Braille display) driver so that it works from user-space through usbfs. It appears to work just as well as the in-kernel driver. The brlvger driver in the 2.6.x kernel is now obsolete and should be removed. The attached patch against 2.6.3 does this. Please apply. NB: The following files are completely deleted: Documentation/usb/brlvger.txt drivers/usb/misc/brlvger.c include/linux/brlvger.h The new Voyager driver is available (stil under GPL) as part of BRLTTY, starting with version 3.5pre1 (http://mielke.cc/brltty). Thanks to Dave Mielke who implemented BRLTTY's usbfs functionality, among lots of other stuff.
2004-02-05Merge intel.com:/home/lenb/bk/linux-2.6.3Len Brown1-2/+2
into intel.com:/home/lenb/src/linux-acpi-test-2.6.3
2004-01-27[ACPI] add Bruno Ducrot to CREDITSLen Brown1-0/+5
2004-01-25[CREDITS]: Update Bjorn Ekwall's address.David S. Miller1-2/+2
2004-01-19Merge kroah.com:/home/linux/BK/bleed-2.6Greg Kroah-Hartman1-3/+3
into kroah.com:/home/linux/BK/usb-2.6
2004-01-16[PATCH] USB: W996[87]CF driver updateLuca Risolia1-3/+3
This patch contains updates and one bug fix.
2004-01-13MergeDavid S. Miller1-0/+2
2004-01-14[Bluetooth] Change maintainer role of the Bluetooth subsystemMarcel Holtmann1-0/+1
This patch updates the CREDITS and MAINTAINERS files to reflect the change of the maintainer role for the Bluetooth subsystem.
2004-01-06Fix my PGP fingerprint in the CREDITS file.Mitsuru Kanda1-1/+1
2003-12-22[Bluetooth] Add missing maintainer entries for the Bluetooth subsystemMarcel Holtmann1-0/+1
This patch adds the missing maintainer entries for the CAPI message transport protocol and the BlueFRITZ! USB drivers.
2003-10-08[PATCH] USB: add W996[87]CF driverLuca Risolia1-1/+8
2003-10-05[PATCH] gdth driver updateAchim Leubner1-2/+2
- Maintainers email address and copyright messages updated - Scanning for EISA and ISA controllers disabled due to a resource conflict with the Adaptec aic driver - Switch "probe_eisa_isa" added to give the possibility to enable the EISA/ISA scan if required - Driver version increased to 2.08
2003-10-03[PATCH] DVB: MAINTAINERS, CREDITS, ioctl-number.txt updatesMichael Hunold1-0/+7
- MAINTAINERS: - add the LinuxTV.org project as the DVB driver maintainer - add me as the saa7146 v4l2 driver maintainer - CREDITS: add me as the saa7146 v4l2 driver author - Documentation/ioctl-number.txt: - remove bogus reference to Linux DVD API, which never really existed - remove bogus referenc to Philips saa7146 driver, which never came to life
2003-09-23s/Dell Computer Corporation/Dell Inc./Matt Domsch1-1/+1
Necessary due to company name change.
2003-09-19Merge kroah.com:/home/linux/BK/bleed-2.5Greg Kroah-Hartman1-1/+1
into kroah.com:/home/linux/BK/gregkh-2.6
2003-09-16[PATCH] update creditsChris Wright1-4/+4
Update CREDITS with new contact info.
2003-09-15[PATCH] USB: New email address for duncanDuncan Sands1-1/+1
2003-09-11Merge bk://linux.bkbits.net/linux-2.5Maksim Krasnyanskiy1-1/+2
into qualcomm.com:/home/kernel/bt-2.5
2003-09-01Merge kroah.com:/home/greg/linux/BK/bleed-2.5Greg Kroah-Hartman1-0/+8
into kroah.com:/home/greg/linux/BK/gregkh-2.6
2003-08-31[PATCH] hch has movedAndrew Morton1-4/+3
From: Christoph Hellwig <hch@lst.de> I moved a while ago and I'm also not at SGI anymore.
2003-08-26[PATCH] USB: CREDITS file updateDaniele Bellucci1-0/+8
2003-08-23Merge bk://linux.bkbits.net/linux-2.5Maksim Krasnyanskiy1-1/+2
into qualcomm.com:/home/kernel/bt-2.5
2003-08-19[PATCH] Maintainer/Credit updateAlan Cox1-5/+6
- Roadrunner address is defunct - 3c501/Z85230 are no longer maintained - Update other stuff because I will be away for a year
2003-08-18Merge bk://linux.bkbits.net/linux-2.5Maksim Krasnyanskiy1-1/+2
into qualcomm.com:/home/kernel/bt-2.5
2003-08-16[PATCH] address updateAndrea Arcangeli1-5/+7
2003-08-15Merge bk://linux.bkbits.net/linux-2.5Maksim Krasnyanskiy1-1/+2
into qualcomm.com:/home/kernel/bt-2.5
2003-08-13[PATCH] Email address updateKai Mäkisara1-1/+1
This updates my email address.
2003-08-06Merge bk://kernel.bkbits.net/acme/wl3501-2.5Jeff Garzik1-2/+13
into redhat.com:/garz/repo/net-drivers-2.6
2003-08-06Merge bk://linux.bkbits.net/linux-2.5Maksim Krasnyanskiy1-1/+2
into qualcomm.com:/home/kernel/bt-2.5
2003-08-02[PATCH] CREDITS changeDanny ter Haar1-2/+2
Trivial CREDITS update
2003-08-01Merge bk://linux-dj.bkbits.net/cpufreqLinus Torvalds1-6/+1
into home.osdl.org:/home/torvalds/v2.5/linux
2003-07-31[PATCH] CREDITS updateRik van Riel1-6/+6
Time to update my CREDITS entry...
2003-07-31[CPUFREQ] Remove deprecated email address.Dave Jones1-6/+0
2003-07-31Merge tetrachloride.(none):/mnt/raid/src/kernel/2.5/trees/bk-linusDave Jones1-0/+1
into tetrachloride.(none):/mnt/raid/src/kernel/2.5/trees/cpufreq
2003-07-27Merge germaschewski.name:/home/kai/kernel/v2.5/linux-2.5Kai Germaschewski1-0/+8
into germaschewski.name:/home/kai/kernel/v2.5/linux-2.5.make
2003-07-25[PATCH] My contact infoGeert Uytterhoeven1-3/+3
Update my GnuPG fingerprint and address information
2003-07-21Hand mergedKai Germaschewski1-0/+8
2003-07-20o MAINTAINERS: add acme as wl3501 maintainerArnaldo Carvalho de Melo1-2/+13
Also add Niemeyer to CREDITS for his work on early stages of wireless extensions support for the wl3501 card.
2003-07-15[CPUFREQ] Update MAINTAINERS/CREDITSDave Jones1-0/+1
Dominik doesn't want maintainership any more (besides him still doing lots of great work on it. 8-)
2003-07-14Merge bk://linux-bt.bkbits.net/marcel-2.5Maksim Krasnyanskiy1-1/+2
into qualcomm.com:/home/kernel/bt-2.5
2003-07-14[Bluetooth] Update the maintainer entries for the Bluetooth subsystemMarcel Holtmann1-1/+2
This patch puts a little bit more detailed information about the maintainers of the Bluetooth subsystem into the MAINTAINERS file.
2003-07-09Update CREDITS file and other documentation about my new email address.Linus Torvalds1-5/+3
Also, switch the snail-mail address to OSDL from Transmeta. I'm sure they'll enjoy the junk-mail ;)
2003-07-09[PATCH] Change OSDL address in CREDITSStephen Hemminger1-4/+4
OSDL is new building as of May-2003
2003-06-21docbook: Added support for generating man filesSam Ravnborg1-0/+8
Originally by Michael Still <mikal@stillhq.com> This patch adds two new targets to the docbook makefile -- mandocs, and installmandocs. The targets require two new perl scripts in the scripts/ directory, but in return we get a series of man pages for kernel functions, which are installed in man section 9. This is a good thing, as many programmers expect documentation to be available with man, and hunting through various PS or PDF documents to find the documentation for the function you want can be quite frustrating. The man pages are just extracted from the various existing DocBook SGML documents, which are generated by kernel-doc. You also need to have docbook2man installed on your machine. Please note the formatting is not perfect, but I will tweak other stuff later with further patches -- this is just an initial implementation. Sample output (HTMLised) can be found at http://www.stillhq.com/linux/mandocs/2.5.68/ and http://www.stillhq.com/linux/mandocs/2.5.70/
2003-05-26[PATCH] Self-promotion and minor docs updatesRusty Russell1-1/+2
From: Pavel Machek <pavel@ucw.cz> This fixes url in ioctls, fixes some kernel parameters, kills comment in tty that is 10+ years old and wrong, and adds me a little credits.
2003-05-25[PATCH] credits updateManfred Spraul1-6/+5
2003-05-08[MAINTAINERS/CREDITS]: Add entries for USAGI hackers.Hideaki Yoshifuji1-0/+34
2003-05-06Whee. Fix ancient mailing address.Linus Torvalds1-2/+2
2003-04-09[PATCH] USB speedtouch Kconfig fix; CREDITS entry out of orderDuncan Sands1-4/+4
Follow the style of other entries in Kconfig. CREDITS | 8 ++++---- drivers/usb/misc/Kconfig | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-)
2003-03-24[PATCH] USB: CDC Ethernet maintainer transferBrad Hards1-0/+4
2003-03-23[PATCH] Achim is now Intel (they bought GDT)Alan Cox1-4/+4
I missed the CREDITS change before
2003-03-10[PATCH] EISA/sysfs updateMarc Zyngier1-2/+2
Here is the latest round of EISA/sysfs update. - Add documentation, - Add support for per EISA-id driver data, - Move virtual_root device to a platform device, - Update CREDITS.
2003-02-16[PATCH] USB speedtouch: Update CREDITS and MAINTAINERSDuncan Sands1-0/+8
2003-01-12[PATCH] IPMI (Intelligent Platform Management Interface) driverCorey Minyard1-2/+8
2003-01-09[PATCH] CREDITS patchStephen D. Smalley1-2/+1
The attached patch against 2.5.55 updates my CREDITS entry for my current email address.
2003-01-08[PATCH] CREDITS updatesDave Jones1-5/+0
From 2.4
2002-12-15Merge bk://fbdev.bkbits.net/fbdev-2.5James Simmons1-3/+5
into maxwell.earthlink.net:/usr/src/fbdev-2.5
2002-12-14[PATCH] CREDITS updateChristoph Hellwig1-3/+5
hch moved around to work for SGI..
2002-12-10Fixes from the PPC guys. Lots of small fixes.James Simmons1-0/+1
2002-12-09Merge maxwell.earthlink.net:/usr/src/linus-2.5James Simmons1-0/+10
into maxwell.earthlink.net:/usr/src/fbdev-2.5
2002-12-03list me as maintainerDave Jones1-0/+1
2002-12-01Merge kozmo.(none):/usr/src/linus-2.5James Simmons1-0/+10
into kozmo.(none):/usr/src/fbdev-2.5
2002-12-01[PATCH] CREDITS updateStelian Pop1-5/+2
Update Stelian Pop's contact information in CREDITS and MAINTAINERS.
2002-12-01[PATCH] CREDITSAlan Cox1-2/+17
Add Zwane Remove soundmodem stuff Update snapgear
2002-11-27MergeJames Simmons1-0/+10
2002-11-26[PATCH] Add my name to CREDITS fileMiles Bader1-0/+8
Add my name to CREDITS file
2002-11-25[PATCH] Credits updateDave Jones1-4/+5
We moved offices..
2002-11-08Auto merged except for parisc Kconfig. I have to sync by hand.James Simmons1-0/+10
2002-11-07[PATCH] remove old config toolsRoman Zippel1-0/+4
This deletes the old config tools and moves Michael's maintainer entry for them to CREDITS and I added myself for KCONFIG instead.
2002-11-06MergeJames Simmons1-1/+34
2002-11-06[PATCH] misc updatesMatthew Wilcox1-4/+4
- CREDITS & MAINTAINERS updates - changes for the new kstat/dkstat struct - Kconfig updates - L_TARGET isn't obsolete yet - fix the sys_truncate/truncate64 issue properly this time - add MAP_POPULATE & MAP_NONBLOCK definitions
2002-11-06[GEN] Update credits + maintainers files for ARM people.Russell King1-0/+24
2002-11-05MergeLinus Torvalds1-1/+1
2002-11-05[PATCH] PATCH: small attribution fixesDavid Hinds1-1/+1
This cleans up some obsolete email addresses.
2002-11-02[PATCH] 2.5.45 CompactPCI driver patch 4/4Scott Murray1-1/+1
This is a patch 4 of 4 of my CompactPCI hotplug core and drivers, consisting of the generic port I/O cPCI hotplug driver. Let me know if the kernel parameter parsing code that's #ifndef MODULE is objectionable. I spent quite a while today testing it, it seems reasonably robust. Without it, this driver would only be useable as a module, which I've not figured out how to do with the new kernel configuration stuff.
2002-11-02[PATCH] 2.5.45 CompactPCI driver patch 3/4Scott Murray1-0/+1
This is patch 3 of 4 of my CompactPCI hotplug core and drivers, consisting of the Ziatech ZT5550 hotplug driver. The hardware banging code in this driver started its life in the PICMG 2.12 driver code that MontaVista released at the end of 2001.
2002-11-02[PATCH] 2.5.45 CompactPCI driver patch 2/4Scott Murray1-0/+8
This is patch 2 of 4 of my CompactPCI hotplug core and drivers, consisting of the CompactPCI hotplug driver core. It is basically a glue layer on top of the PCI hotplug core that exposes an API roughly similiar in concept to the API implemented by MontaVista from the PICMG 2.12 specification, minus all the Win32isms and cruft.
2002-10-30Moved all console configuration out of arch directories into ↵James Simmons1-3/+0
drivers/video/console. Allow resize of a single VC via the tty layer. Nuked GET_FB_IDX.
2002-10-28Merge maxwell.earthlink.net:/usr/src/linus-2.5James Simmons1-0/+13
into maxwell.earthlink.net:/usr/src/fbdev-2.5
2002-10-28Update my email address.Jeff Garzik1-1/+1
2002-10-20Merge maxwell.earthlink.net:/usr/src/linus-2.5James Simmons1-0/+13
into maxwell.earthlink.net:/usr/src/fbdev-2.5
2002-10-18[PATCH] PnP Rewrite V0.9 - 2.5.43Adam Belay1-0/+5
The included patch is essentially a Linux Plug and Play Support rewrite. It contains many significant improvements, including the following: 1.) A Global Plug and Play Layer - Now drivers do not have to worry about which plug and play protocol they are using. Calls are made directly to the Linux Plug and Play Layer and then forwarded to the appropriate protocol. - This will make it very easy to integrate ACPI PnP support when it's ready 2.) A complete Plug and Play BIOS driver - The Plug and Play BIOS now supports reading and writing of resource configurations. - It is now possible to enable disabled PNPBIOS devices. Therefore the user can safely enable PnP OS support in their BIOS. 3.) Driver Model Integration - The entire plug and play layer is integrated into the driver model - The user interface is housed here - PnP protocols are listed under the bus "pnp" 4.) A powerful global resource configuration interface - The user can use this to activate PnP devices for legacy and user-level drivers - See the documentation for how to configure devices. 5.) Automatic resource allocation for needed devices 6.) A PnP device name database And many more improvements. This patch also adds me to the maintainers list, considering the current PnP maintainer has been inactive for over 2 years now.
2002-10-07Merge maxwell.earthlink.net:/usr/src/linus-2.5James Simmons1-0/+13
into maxwell.earthlink.net:/usr/src/fbdev-2.5
2002-10-06[PATCH] NinjaSCSI-32Bi/UDE PCI/Cardbus SCSI driver incidentalsGoto Masanori1-0/+11
Config files, makefiles etc for the NinjaSCSI driver.
2002-09-30[PATCH] trivial bits.Dave Jones1-1/+1
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__/
2002-09-28[PATCH] (4/5) CPUfreq DocumentationDominik Brodowski1-0/+7
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
2002-09-12Auto mergedJames Simmons1-0/+13
2002-09-09[PATCH] Domsch zip code changeMatt Domsch1-1/+1
Trivial patch changes my zip code. Applies to 2.4.x and 2.5.x trees.
2002-08-26More fbdev api cleanups. Removed modename from struct fb_info. Incorporated ↵James Simmons1-0/+13
Paul's fixes. The cfb stuff is finally going away.
2002-08-03[PATCH] UML preparation - infrastructureJeff Dike1-1/+2
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.
2002-08-01Merge http://linuxusb.bkbits.net/linus-2.5Linus Torvalds1-1/+1
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
2002-08-01Merge nuts.ninka.net:/home/davem/src/BK/BAK-net-2.5David S. Miller1-0/+6
into nuts.ninka.net:/home/davem/src/BK/net-2.5
2002-07-31[PATCH] I have a new email addressWolfgang Muees1-1/+1
and some places in linux kernel must change. See the attached patch.
2002-07-31[PATCH] Bluetooth Subsystem PC Card drivers updateMarcel Holtmann1-0/+6
This updates the 2.5.x PC Card drivers of the Bluetooth subsystem.
2002-07-28Merge nuts.ninka.net:/home/davem/src/BK/BAK-net-2.5David S. Miller1-0/+5
into nuts.ninka.net:/home/davem/src/BK/net-2.5
2002-07-23[PATCH] credits updateJames Morris1-0/+8
Added LSM credit entry
2002-07-21[PATCH] LSM: CREDITS entryChris Wright1-0/+8
2002-07-21updated my CREDITS entry.Greg Kroah-Hartman1-0/+1
2002-07-21[PATCH] LSM: CREDITS entriesStephen D. Smalley1-0/+15
Here are CREDITS entries for myself and my two colleagues who also contributed to LSM.
2002-07-18PKT SCHED: Add HTB scheduler by Martin Devera.Alexey Kuznetsov1-0/+5
2002-07-14[PATCH] PATCH 2.5: update CREDITSGreg Banks1-5/+3
Details over 2 years out of date.
2002-07-14[PATCH] suspend-to-disk: cleanup printks(), rearrange readingPavel Machek1-1/+9
I'd like Florent credited -- he is maintaining 2.4.X version and helping with development. Kill warnings by rearranging code / adding prototypes. Enable using separate console (so user sees progress and X suspend/resume works properly), forward-port of updates from Florent and stop using own PRINTK stuff (mostly). Reading now primarily uses block_device(), this should enable more cleanups. Fixed double free on error path.
2002-07-13This cset adds uinput the userspace input driver byVojtech Pavlik1-4/+4
Aristeu Sergio Rozanski Filho.
2002-06-05Merge master.kernel.org:/home/davem/BK/net-2.5Linus Torvalds1-0/+4
into home.transmeta.com:/home/torvalds/v2.5/linux
2002-06-03Bonding driver: Merge 2.4.x driver updates into 2.5.David S. Miller1-0/+4
2002-05-26[PATCH] CREDITS sort orderRusty Russell1-7/+7
(Included in 2.2) Pavel Machek <pavel@ucw.cz>: CREDITS not sorted properly: Hi! Please apply, Pavel
2002-05-23[PATCH] swsusp: making myself maintainerPavel Machek1-0/+5
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>].
2002-05-06[PATCH] CREDITS updateDave Jones1-1/+1
2002-05-01NTFS: Minor cleanups, contact details updates, remove superfluousAnton Altaparmakov1-3/+2
set_blocksize.
2002-04-24[PATCH] Update Randy Dunlap's CREDITS file entryRandy Dunlap1-3/+2
2002-04-21[PATCH] added Tieman Voyager USB Braille driverStéphane Doyon1-0/+10
added Tieman Voyager USB Braille driver
2002-04-03Merge bk://linuxusb.bkbits.net/linus-2.5v2.5.8-pre1Linus Torvalds1-3/+5
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
2002-04-03USBGreg Kroah-Hartman1-0/+1
Updated the CREDITS, Config.help, Config.in, and Makefile to be up to date with the last round of USB changes.
2002-04-02[PATCH] CREDITS updatesDave Jones1-3/+5
2002-03-12email address changes.Petko Manolov1-6/+6
2002-02-27[PATCH] update my credits entryGerd Knorr1-2/+4
This patch updates my entries in CREDITS + MAINTAINERS.
2002-02-25[PATCH] Numerous address updates.Dave Jones1-1/+11
Updated maintainers list from Ingo's last ping, various changed email addresses in code headers.
2002-02-14[PATCH] NeoMagic FPU fix (2.5.5-pre1)Denis Oliver Kropp1-0/+7
this is the NeoMagic floating foint removal patch I posted previously for Linux 2.4.18-pre9-ac3. Best regards, Denis Oliver Kropp
2002-02-09[PATCH] preemptible kernel documentation, etcv2.5.4-pre6Robert Love1-1/+1
Linus, The attached patch adds a Documentation/preempt-locking.txt file which describes the new locking rules wrt preemptive kernels (ie, watch per-CPU data, etc). It also updates a CREDITS entry and adds some comments. Patch is against 2.5.4-pre5, please apply. Robert Love
2002-02-05v2.5.2.2 -> v2.5.2.3Linus Torvalds1-6/+24
- Al Viro: VFS inode allocation moved down to filesystem, trim inodes - Greg KH: USB update, hotplug documentation - Kai Germaschewski: ISDN update - Ingo Molnar: scheduler tweaking ("J2") - Arnaldo: emu10k kdev_t updates - Ben Collins: firewire updates - Björn Wesen: cris arch update - Hal Duston: ps2esdi driver bio/kdev_t fixes - Jean Tourrilhes: move wireless drivers into drivers/net/wireless, update wireless API #1 - Richard Gooch: devfs race fix - OGAWA Hirofumi: FATFS update
2002-02-05v2.5.2 -> v2.5.2.1Linus Torvalds1-9/+13
- Al Viro: fix up silly problem in swapfile filp cleanups in 2.5.2 - Tachino Nobuhiro: fix another error return for swapfile filp code - Robert Love: merge some of Ingo's scheduler fixes - David Miller: networking, sparc and some scsi driver fixes - Tim Waugh: parport update - OGAWA Hirofumi: fatfs cleanups and bugfixes - Roland Dreier: fix vsscanf buglets. - Ben LaHaise: include file cleanup - Andre Hedrick: IDE taskfile update
2002-02-05v2.5.1.9 -> v2.5.1.10Linus Torvalds1-1/+16
- Kai Germaschewski: ISDN updates - Al Viro: start moving buffer cache indexing to "struct block_device *" - Greg KH: USB update - Russell King: fix up some ARM merge issues - Ingo Molnar: scalable scheduler
2002-02-04v2.5.0.5 -> v2.5.0.6Linus Torvalds1-0/+10
- Jens Axboe: more bio stuff - Coda compile fixes - Nathan Laredo: stradis driver update
2002-02-04v2.5.0.2 -> v2.5.0.3Linus Torvalds1-1/+1
- Al Viro: more superblock cleanups - Jens Axboe: more patches for new block IO layer - Christoph Hellwig: get rid of the old, long- deprecated SCSI error handling
2002-02-04v2.5.0.1 -> v2.5.0.2Linus Torvalds1-3/+5
- Greg KH: USB update - Richard Gooch: refcounting for devfs - Jens Axboe: start of new block IO layer
2002-02-04v2.4.14.2 -> v2.4.14.3Linus Torvalds1-1/+3
- Alan Cox: more driver merging - Al Viro: make ext2 group allocation more readable
2002-02-04v2.4.13.8 -> v2.4.14Linus Torvalds1-2/+1
- David Miller: sparc/scsi scatterlist fixes - Martin Mares: PCI ids, email address update - David Miller: revert TCP hash optimizations that need more checking - Ivan Kokshaysky/Richard Henderson: alpha update (atomic_dec_and_lock etc) - Peter Anvin: cramfs/zisofs missing pieces
2002-02-04v2.4.12.5 -> v2.4.12.6Linus Torvalds1-0/+5
- Stephen Rothwell: APM idle time handling fixes, docbook update, cleanup - Jeff Garzik: network driver updates - Greg KH: USB updates - Al Viro: UFS update, binfmt_misc rewrite. - Andreas Dilger: /dev/random fixes - David Miller: network/sparc updates
2002-02-04v2.4.12.3 -> v2.4.12.4Linus Torvalds1-3/+4
- Al Viro: mnt_list init - Jeff Garzik: network driver update (license tags, tulip driver) - David Miller: sparc, net updates - Ben Collins: firewire update - Gerd Knorr: btaudio/bttv update - Tim Hockin: MD cleanups - Greg KH, Petko Manolov: USB updates - Leonard Zubkoff: DAC960 driver update
2002-02-04v2.4.10.4 -> v2.4.10.5Linus Torvalds1-1/+0
- Keith Owens: module exporting error checking - Greg KH: USB update - Paul Mackerras: clean up wait_init_idle(), ppc prefetch macros - Jan Kara: quota fixes - Abraham vd Merwe: agpgart support for Intel 830M - Jakub Jelinek: ELF loader cleanups - Al Viro: more cleanups - David Miller: sparc64 fix, netfilter fixes - me: tweak resurrected oom handling
2002-02-04v2.4.10.1 -> v2.4.10.2Linus Torvalds1-0/+7
- me/Al Viro: fix bdget() oops with block device modules that don't clean up after they exit - Alan Cox: continued merging (drivers, license tags) - David Miller: sparc update, network fixes - Christoph Hellwig: work around broken drivers that add a gendisk more than once - Jakub Jelinek: handle more ELF loading special cases - Trond Myklebust: NFS client and lockd reclaimer cleanups/fixes - Greg KH: USB updates - Mikael Pettersson: sparate out local APIC / IO-APIC config options
2002-02-04v2.4.9.6 -> v2.4.9.7Linus Torvalds1-9/+15
- Alan Cox: big driver/mips sync - Andries Brouwer, Christoph Hellwig: more gendisk fixups - Tobias Ringstrom: tulip driver workaround for DC21143 erratum
2002-02-04v2.4.8.1 -> v2.4.8.2Linus Torvalds1-0/+9
- me: fix forgotten nfsd usage of filldir off_t -> loff_t change - Alan Cox: more driver merges
2002-02-04v2.4.8 -> v2.4.8.1Linus Torvalds1-7/+40
- Rui Sousa: emu10k1 module fixes, remove joystick part. - Alan Cox: driver merges - Andrea Arkangeli: alpha updates - David Woodhouse: up_and_exit -> complete_and_exit - David Miller: sparc and network update - Andrew Morton: update 3c59x driver - Neil Brown: NFS export VFAT, knfsd cleanups, raid fixes - Ben Collins: ieee1394 updates - Paul Mackerras: PPC update - me: make sure we don't lose position bits in "filldir()"
2002-02-04v2.4.6.1 -> v2.4.6.2Linus Torvalds1-13/+36
- merge with Alan (USB, zoran, sony motion-eye, rio, dmi-scan)
2002-02-04v2.4.6 -> v2.4.6.1Linus Torvalds1-0/+6
- merge with Alan (irda, s390, mips64, chris, sk98lin, mips/mm) - rth: fix alpha RTC calibration - Paul Mackerras: fix PPC typo
2002-02-04v2.4.5.6 -> v2.4.5.7Linus Torvalds1-0/+7
- Patrick Mochel: PCI documentation, and PM cleanups - mtd: export nand ECC functions - Jes Sorenson: acenic driver update - Alan Cox: fix vxfs merge boo-boo - me: undo page_launder() LRU changes, they have nasty side effects - wanrouter: fix error code
2002-02-04v2.4.5.5 -> v2.4.5.6Linus Torvalds1-6/+19
- Jeff Garzik: net driver updates, PCI PM induced cleanups - Me: do ACPI first, so that it doesn't mess up existing device driver configurations. Notably it used to completely destroy PCMCIA on some Sony VAIOs. - Paul Mackerras: powermac drivers and MAINTAINERS update - NIIBE Yutaka: SuperH update - Johannes Erdfelt: USB driver updates - Russell King: ARM update - Alan Cox: merging, merging, merging
2002-02-04v2.4.5.2 -> v2.4.5.3Linus Torvalds1-3/+1
- remember to increment the version number - Chris Mason: reiserfs mark_journal_new and bh leak fix - Richard Gooch: devfs update - Alexander Viro: further FS cleanup (superblock list) - David Woodhouse: MTD update - Kai Germaschewski: ISDN update (stanford checker fixes etc) - Rich Baum: gcc-3.0 warning fixes - Jeff Garzik: network driver updates - Geert Uytterhoeven: m68k fbdev logo merge glitch fix - Andrea Arcangeli: fix signal return path - David Miller: Sparc updates - Johannes Erdfelt: USB update - Carsten Otte, Andries Brouwer: don't clear blk_size unconditionally on partition check - Martin Frey: alpha Sable irq fix - Paul Mackerras: PPC softirq update - Patrick Mochel: PCI power management infrastructure - Robert Siemer: miroSOUND driver update - Neil Brown: knfsd updates, including ability to export ReiserFS filesystems - Trond Myklebust: NFS readdir fixup, don't update atime on client - Andrew Morton: truncate_inode_pages speedup - Paul Menage: make inode quota count all inodes..
2002-02-04v2.4.5.1 -> v2.4.5.2Linus Torvalds1-6/+19
- Takanori Kawano: brlock indexing bugfix - Ingo Molnar, Jeff Garzik: softirq updates and fixes - Al Viro: rampage of superblock cleanups. - Jean Tourrilhes: Orinoco driver update v6, IrNET update - Trond Myklebust: NFS brown-paper-bag thing - Tim Waugh: parport update - David Miller: networking and sparc updates - Jes Sorensen: m68k update. - Ben Fennema: UDF update - Geert Uytterhoeven: fbdev logo updates - Willem Riede: osst driver updates - Paul Mackerras: PPC update - Marcelo Tosatti: unlazy swap cache - Mikulas Patocka: hpfs update
2002-02-04v2.4.4.5 -> v2.4.4.6Linus Torvalds1-2/+2
- Johannes Erdfelt: OHCI hash-chain corruption fix, USB updates - Richard Henderson, Ivan Kokshaysky: alpha PCI iommu fixes - Tim Waugh: parport changelogs and printk levels - Andrew Morton: vmalloc off-by-one (overly sensitive) test - Al Viro: VFS layer cleanups - Cort Dougan: PPC updates (big bootloader re-org) - Alan Cox: more merges, remove phillips camera conversion code - Andrea Arkangeli: alpha fixups - OGAWA Hirofumi: big-sector support with FAT - Neil Brown: more md fixes
2002-02-04v2.4.4.4 -> v2.4.4.5Linus Torvalds1-2/+4
- Al Viro: fs cleanups - David Miller: sparc semaphores - Christoph Hellwig: VxFS update - Asit Mallick: set machine check bit with set_in_cr4 - Richard Henderson: fix alpha pci_controller_num(), sg_fill, SRM poweroff. - Johannes Erdfelt: USB updates - Cort Dougan: bitkeeper Id's on the ppc side - Matt Chapman: NFS file locking SMP lock fix - Alan Cox: further merging
2002-02-04v2.4.4.3 -> v2.4.4.4Linus Torvalds1-1/+10
- Russell King: ARM updates - Al Viro: more init cleanups - Cort Dougan: more PPC updates - David Miller: cleanups, pci mmap updates - Neil Brown: raid resync by sector - Alan Cox: more merging with -ac - Johannes Erdfelt: USB updates - Kai Germaschewski: ISDN updates - Tobias Ringstrom: dmfe.c network driver update - Trond Myklebust: NFS client updates and cleanups
2002-02-04v2.4.4.2 -> v2.4.4.3Linus Torvalds1-3/+6
- Al Viro: sanity-check user arguments, zero-terminated strings etc. - Urban Widmark: smbfs update (server/client cache coherency etc) - Rik van Riel, Marcelo Tosatti: VM updates - Cort Dougan: PPC updates - Neil Brown: raid1/5 failed drive fixups, NULL ptr checking, md error cleanup - Neil Brown: knfsd fix for 64-bit architectures, and filehandle resolveir - Ken Brownfield: workaround for menuconfig CPU selection glitch - David Miller: sparc64 MM setup fix, arpfilter forward port - Keith Owens: Remove obsolete IPv6 provider based addressing - Jari Ruusu: block_write error case cleanup fix - Jeff Garzik: netdriver update
2002-02-04v2.4.3.5 -> v2.4.3.6Linus Torvalds1-4/+5
- Chris Mason: daemonize reiserfs commit thread - Alan Cox: syncup (AFFS might even work, and official VIA workarounds) - Jeff Garzik: network driver updates - Paul Mackerras: PPP update - David Howells: more rw-sem cleanups, updates. Slowly getting somewhere.
2002-02-04v2.4.3.2 -> v2.4.3.3Linus Torvalds1-0/+3
- Hui-Fen Hsu: sis900 driver update - NIIBE Yutaka: Super-H update - Alan Cox: more resyncs (ARM down, but more to go) - David Miller: network zerocopy, Sparc sync, qlogic,FC fix, etc. - David Miller/me: get rid of various drivers hacks to do mmap alignment behind the back of the VM layer. Create a real protocol for it.
2002-02-04v2.4.3 -> v2.4.3.1Linus Torvalds1-22/+32
- Bob Tracy: Cyrix MTRR setup fix (don't make it twice as big as asked for) - Trond Myklebust: rpciod needs to be PF_MEMALLOC to avoid deadlocks on memory allocation when writing out NFS data under low memory conditions. Fix up BKL and RPC interactions. - Jeff Garzik: tulip network driver update - fix truncate to call down to the filesystem with the kernel lock. - David Mosberger: ia64 update - David Mosberger: simplify ELF program header generation. - Alan Cox: merge from -ac series - Jeff Garzik: make serial.c recognize modem devices properly
2002-02-04v2.4.2.7 -> v2.4.2.8Linus Torvalds1-5/+2
- Paul Mackerras: PPC update for thread-safe page table handling - Ingo Molnar: x86 PAE update for thread-safe page table handling - Jeff Garzik: network driver updates, i810 rng driver, and "alloc_etherdev()" network driver insert race condition fix. - David Miller: UltraSparcIII update, network locking fixes - Al Viro: fix fs counts on mount failure
2002-02-04v2.4.2.1 -> v2.4.2.2Linus Torvalds1-17/+11
- Jens Axboe: fix loop device deadlocks - Greg KH: USB updates - Alan Cox: continued merging - Tim Waugh: parport and documentation updates - Cort Dougan: PowerPC merge - Jeff Garzik: network driver updates - Justin Gibbs: new and much improved aic7xxx driver 6.1.5
2002-02-04v2.4.2 -> v2.4.2.1Linus Torvalds1-2/+2
- Chris Mason: reiserfs, another null bytes bug - Andrea Arkangeli: make SMP Athlon build - Alexander Zarochentcev: reiserfs directory fsync SMP locking fix - Jeff Garzik: PCI network driver updates - Alan Cox: continue merging - Ingo Molnar: fix RAID AUTORUN ioctl, scheduling improvements
2002-02-04v2.4.1.4 -> v2.4.2Linus Torvalds1-3/+3
- sync up more with Alan - Urban Widmark: smbfs and HIGHMEM fix - Chris Mason: reiserfs tail unpacking fix ("null bytes in reiserfs files") - Adan Richter: new cpia usb ID - Hugh Dickins: misc small sysv ipc fixes - Andries Brouwer: remove overly restrictive sector size check for SCSI cd-roms
2002-02-04v2.4.1.3 -> v2.4.1.4Linus Torvalds1-0/+97
- big S/390x 64-bit merge - typos and license name fixes. doc updates. - more include file cleanups (phase out "malloc.h") - even more elevator corner cases.. When not merging, find the best insertion point. - pmac ide update - network fixes (netif_wake_queue on tx timeout) - USB printer select() fix - NFS client missed initialization, deamon fixed client address check
2002-02-04v2.4.1.1 -> v2.4.1.2Linus Torvalds1-10/+10
- driver sync up with Alan - Andrew Morton: wakeup cleanup and race fix - Paul Mackerras: macintosh driver updates. - don't trust "page_count()" on reserved pages! - Russell King: fix serious IDE multimode write bug! - me, Jens, others: fix elevator problem - ARM, MIPS and cris architecture updates - alpha updates: better page clear/copy, avoid kernel lock in execve - USB and firewire updates - ISDN updates - Irda updates
2002-02-04v2.4.1 -> v2.4.1.1Linus Torvalds1-0/+7
- XMM: don't allow illegal mxcsr values - ACPI: handle non-existent battery strings gracefully - Compaq Smart Array driver update - Kanoj Sarcar: serial console hardware flow control support - ide-cs: revert toc-valid cache checking in 2.4.1 - Vojtech Pavlik: update via82cxxx driver to handle the vt82c686 - raid5 graceful failure handling fix - ne2k-pci: enable device before asking the irq number - sis900 driver update - riva FB driver update - fix silly inode hashing pessimization - add SO_ACCEPTCONN for SuS - remove modinfo hack workaround, all newer modutils do it correctly - datagram socket shutdown fix - mark process as running when it takes a page-fault
2002-02-04v2.4.0.8 -> v2.4.0.9Linus Torvalds1-4/+5
- cpq array driver elevator fixes - merge radeon driver from X CVS tree - ispnp cleanups - emu10k unlock on error fixes - hpfs doesn't allow truncate to larger
2002-02-04Import changesetLinus Torvalds1-0/+3018