summaryrefslogtreecommitdiffstats
path: root/Documentation
Commit message (Collapse)AuthorAgeFilesLines
* [NET]: Document ->hard_start_xmit() locking in netdevices.txtBen Greear2005-04-251-0/+2
| | | | Signed-off-by: David S. Miller <davem@davemloft.net>
* Merge with kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6.git/Linus Torvalds2005-04-191-0/+216
|\ | | | | | | for 13 driver core, sysfs, and debugfs fixes.
| * [PATCH] kref: add link to original documentation to the kref documentation.gregkh@suse.de2005-04-191-1/+6
| | | | | | | | | | | | Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * [PATCH] kref: add documentationminyard@acm.org2005-04-191-0/+211
| | | | | | | | | | | | | | | | | | Add some documentation for krefs. Signed-off-by: Corey Minyard <minyard@acm.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* | [PATCH] aoe 9/12: add note about the need for deadlock-free sk_buff allocationecashin@coraid.com2005-04-191-0/+14
| | | | | | | | | | | | | | | | | | add note about the need for deadlock-free sk_buff allocation Signed-off-by: Ed L. Cashin <ecashin@coraid.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* | [PATCH] aoe 8/12: document env var for specifying numberecashin@coraid.com2005-04-192-0/+2
| | | | | | | | | | | | | | | | | | document env var for specifying number of partitions per dev Signed-off-by: Ed L. Cashin <ecashin@coraid.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* | [PATCH] aoe 4/12: handle distros that have a udev rulesecashin@coraid.com2005-04-191-1/+5
|/ | | | | | | | | handle distros that have a udev rules file instead of dir Signed-off-by: Ed L. Cashin <ecashin@coraid.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* lpfc: add Emulex FC driver version 8.0.282005-04-182-0/+1948
| | | | | | | From: James.Smart@Emulex.Com Modified for kernel import and Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
* [PATCH] remove old scsi data direction macros2005-04-182-53/+3Star
| | | | | | | | | | these have been wrappers for the generic dma direction bits since 2.5.x. This patch converts the few remaining drivers and removes the macros. Arjan noticed there's some hunk in here that shouldn't. Updated patch below: Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
* [PATCH] qla2xxx: remove sale revision notes file2005-04-181-457/+0Star
| | | | | Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
* [PATCH] IPoIB: document conversion to debugfsRoland Dreier2005-04-171-4/+3Star
| | | | | | | | | Update IPoIB documentation now that multicast debugging files have moved from ipoibdebugfs to debugfs. Signed-off-by: Roland Dreier <roland@topspin.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
* [PATCH] Add dontdiff fileRandy.Dunlap2005-04-171-0/+137
| | | | | | | | Add a current 'dontdiff' file for use with 'diff -X dontdiff'. Signed-off-by: Randy Dunlap <rddunlap@osdl.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
* [PATCH] officially deprecate register_ioctl32_conversionChristoph Hellwig2005-04-171-0/+8
| | | | | | | | | | These have been deprecated since ->compat_ioctl when in, thus only a short deprecation period. There's four users left: i2o_config, s390/z90crypy, s390/dasd and s390/zfcp and for the first two patches are about to be submitted to get rid of it. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
* [PATCH] power/video.txt: update documentation with more systemsPavel Machek2005-04-171-7/+8
| | | | | | | | This updates video.txt documentation with information about few more systems. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
* [PATCH] pm_message_t: more fixes in common and i386Pavel Machek2005-04-172-3/+3
| | | | | | | | | | I thought I'm done with fixing u32 vs. pm_message_t ... unfortunately that turned out not to be the case as Russel King pointed out. Here are fixes for Documentation and common code (mainly system devices). Signed-off-by: Pavel Machek <pavel@suse.cz> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
* Linux-2.6.12-rc2Linus Torvalds2005-04-17722-0/+177485
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!