summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Correction of "Update drivers to use sg helpers" patch for IMXMMC driverPavel Pisa2007-10-291-1/+1
* sg_init_table() should use unsigned loop index variableChuck Lever2007-10-291-1/+1
* sg_last() should use unsigned loop index variableChuck Lever2007-10-291-1/+1
* Initialise scatter/gather list in sg driverAnton Blanchard2007-10-291-0/+1
* Initialise scatter/gather list in ata_sg_setupAnton Blanchard2007-10-291-0/+1
* x86: fix pci-gart failure handlingFUJITA Tomonori2007-10-291-1/+1
* SG: s390-scsi: missing size parameter in zfcp_address_to_sg()Jens Axboe2007-10-291-2/+3
* SG: clear termination bit in sg_chain()Jens Axboe2007-10-291-1/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2007-10-285-24/+28
|\
| * ide: add SH-S202J to ivb_list[]Bartlomiej Zolnierkiewicz2007-10-261-0/+3
| * drivers/ide/pci/sc1200.c: fix suspend/resume buglets and warningsJeff Garzik2007-10-261-4/+5
| * drivers/ide/pci/generic: fix build for CONFIG_HOTPLUG=nBartlomiej Zolnierkiewicz2007-10-261-1/+1
| * hpt366: fix build for CONFIG_HOTPLUG=nBartlomiej Zolnierkiewicz2007-10-261-16/+16
| * cy82c693: fix build for CONFIG_HOTPLUG=nBartlomiej Zolnierkiewicz2007-10-261-3/+3
* | duplicate initializer in sound/pci/hda/patch_realtek.cAl Viro2007-10-281-1/+0Star
* | fix breakage in pegasos_ethAl Viro2007-10-281-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds2007-10-289-23/+36
|\ \
| * | x86: Dump filtering supports x86_64 sparsememKen'ichi Ohmichi2007-10-271-0/+2
| * | x86: fix compiler warnings in arch/x86/kernel/early-quirks.cJeff Garzik2007-10-271-1/+3
| * | x86: fix !SMP compiler warning in arch/x86/kernel/acpi/processor.cJeff Garzik2007-10-271-2/+1Star
| * | x86: Fix boot protocol KEEP_SEGMENTS check.Eric W. Biederman2007-10-273-8/+21
| * | x86: voyager: fix bogus conversion to per_cpu for boot_cpu_infoJames Bottomley2007-10-271-2/+2
| * | x86: export smp_ops to allow modular build of KVMThomas Gleixner2007-10-271-0/+1
| * | Revert "i386: export i386 smp_call_function_mask() to modules"Thomas Gleixner2007-10-272-10/+6Star
* | | cirrusfb nonsenseAl Viro2007-10-281-2/+1Star
* | | scatterlist fallout: mmcAl Viro2007-10-281-1/+1
* | | ide/arm/icside: fallout from commit 86f3a492bb09eee5745b93af35f2212179c251fdAl Viro2007-10-281-8/+8
* | | scatterlist fallout: frvAl Viro2007-10-281-1/+2
|/ /
* | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2007-10-272-3/+3
|\ \
| * | [JFFS2] Update MAINTAINERS entry -- the jffs-dev list is deadDavid Woodhouse2007-10-271-2/+2
| * | [JFFS2] Prevent return of initialised variable in jffs2_init_acl_post()David Woodhouse2007-10-271-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2007-10-274-25/+57
|\ \
| * | mmc_spi: Fix mmc-over-spi regressionDavid Brownell2007-10-271-19/+33
| * | mmc: use common byte swap macrosPierre Ossman2007-10-271-2/+2
| * | mmc: fix cid and csd byte orderPierre Ossman2007-10-271-2/+20
| * | at91_mci: Fix bad referencePierre Ossman2007-10-271-2/+2
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds2007-10-2735-205/+169Star
|\ \ \
| * | | [SPARC32]: Fix build-warning in io-unit.cDavid S. Miller2007-10-271-1/+1
| * | | [SPARC64]: Fix BACKOFF_SPIN on non-SMP.David S. Miller2007-10-271-1/+3
| * | | [SPARC32]: __inline__ --> inlineDavid S. Miller2007-10-2711-48/+40Star
| * | | [SPARC64]: __inline__ --> inlineDavid S. Miller2007-10-2722-155/+125Star
| | |/ | |/|
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-10-2722-76/+118
|\ \ \
| * | | [CRYPTO] users: Fix up scatterlist conversion errorsHerbert Xu2007-10-2713-58/+93
| * | | [CRYPTO] tcrypt: Move sg_init_table out of timing loopsHerbert Xu2007-10-271-6/+14
| * | | [NETNS]: Fix get_net_ns_by_pidEric W. Biederman2007-10-271-1/+1
| * | | [NET]: Marking struct pernet_operations __net_initdata was inappropriateEric W. Biederman2007-10-276-9/+7Star
| * | | [INET] ESP: Must #include <linux/scatterlist.h>Adrian Bunk2007-10-272-2/+2
| * | | [TCP] IPV6: fix softnet build breakageJeff Garzik2007-10-271-0/+1
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa...Linus Torvalds2007-10-265-25/+51
|\ \ \
| * | | x86 setup: sizeof() is unsigned, unbreak comparisonsH. Peter Anvin2007-10-264-5/+5