summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2005-11-1712-198/+898
|\ \ \
| * | | [libata sata_mv] handle lack of hardware nIEN supportJeff Garzik2005-11-171-1/+6
| * | | [libata sata_mv] SATA probe, DMA boundary fixesJeff Garzik2005-11-171-18/+70
| * | | [libata] add timeout to commands for which we call wait_completion()Jeff Garzik2005-11-171-4/+28
| * | | Merge branch 'upstream-fixes'Jeff Garzik2005-11-1750-406/+857
| |\ \ \
| | * \ \ Merge branch 'master'Jeff Garzik2005-11-1750-406/+857
| | |\ \ \ | | | | |/ | | | |/|
| * | | | Merge branch 'upstream-fixes'Jeff Garzik2005-11-16463-14640/+13638
| |\| | |
| | * | | [libata] bump versionsJeff Garzik2005-11-168-8/+8
| | * | | [libata ahci] tone down ATAPI errorsJeff Garzik2005-11-161-13/+15
| | * | | [PATCH] libata: honor the transfer cycle time speficied by the EIDE deviceAlbert Lee2005-11-161-2/+4
| | * | | [PATCH] sil24: add constantsTejun Heo2005-11-161-1/+20
| | | |/ | | |/|
| * | | Merge branch 'master'Jeff Garzik2005-11-1436-4573/+332
| |\ \ \
| * | | | [libata sata_mv] fix tons of 50XX bugsJeff Garzik2005-11-131-49/+252
| * | | | [libata sata_mv] call phy fixups during init, as well as phy resetJeff Garzik2005-11-131-12/+26
| * | | | [libata sata_mv] move code aroundJeff Garzik2005-11-131-100/+100
| * | | | [libata sata_mv] hardware initialization workJeff Garzik2005-11-131-12/+105
| * | | | [libata sata_mv] mv_hw_ops for hardware families; new errataJeff Garzik2005-11-131-138/+158
| * | | | [libata sata_mv] move code aroundJeff Garzik2005-11-131-48/+48
| * | | | [libata sata_mv] implement a bunch of errata workaroundsJeff Garzik2005-11-121-7/+261
| * | | | [libata sata_mv] note driver is "HIGHLY EXPERIMENTAL" in KconfigJeff Garzik2005-11-121-1/+1
| * | | | [libata sata_mv] trim trailing whitespaceJeff Garzik2005-11-121-38/+38
| * | | | [libata sata_mv] minor fixesJeff Garzik2005-11-121-10/+22
* | | | | [PATCH] x86: fix sigaddset() inline asm memory constraintConstantine Gavrilov2005-11-171-4/+27
* | | | | [PATCH] ipw2200: fix error log offset calculationZhu Yi2005-11-171-2/+1
* | | | | [PATCH] ipw2200: disallow direct scanning when device is downPekka Enberg2005-11-171-0/+4
| |_|_|/ |/| | |
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2005-11-163-4/+205
|\ \ \ \
| * | | | [DVB]: Add compat ioctl handling.David S. Miller2005-11-162-0/+200
| * | | | [DVB] cinergyT2: cinergyt2_register_rc() should return 0 on successDavid S. Miller2005-11-161-0/+2
| * | | | [SPARC64]: Oops in pci_alloc_consistent with cingergyT2Guido Guenther2005-11-161-4/+3
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds2005-11-1647-402/+652
|\ \ \ \ | |/ / / |/| | |
| * | | [PATCH] powerpc: Make the vDSO functions set error code (#2)Benjamin Herrenschmidt2005-11-167-3/+17
| * | | [PATCH] ppc: Fix build with CONFIG_CHRP not setBenjamin Herrenschmidt2005-11-161-1/+4
| * | | powerpc: Move ppc64 boot wrapper code over to arch/powerpcPaul Mackerras2005-11-1618-61/+91
| * | | [PATCH] powerpc: replace page_to_virt() with lowmem_page_address() for Book-EKumar Gala2005-11-161-1/+1
| * | | [PATCH] powerpc: add new powerbooks to feature tableOlof Johansson2005-11-161-0/+8
| * | | [PATCH] ppc: Fix boot with yaboot with ARCH=ppcBenjamin Herrenschmidt2005-11-161-1/+13
| * | | [PATCH] PowerBook 6,1: headphone not detected after suspendGuido Guenther2005-11-161-1/+7
| * | | [PATCH] powerpc: pci_64 fixes & cleanupsBenjamin Herrenschmidt2005-11-167-118/+114
| * | | [PATCH] powerpc: More debugging fixupsMichael Ellerman2005-11-164-4/+7
| * | | [PATCH] powerpc: Fixup debugging in lmb.cMichael Ellerman2005-11-161-15/+18
| * | | [PATCH] powerpc: update defconfigsBenjamin Herrenschmidt2005-11-165-185/+361
| * | | [PATCH] ppc32 8xx: update_mmu_cache() needs unconditional tlbieMarcelo Tosatti2005-11-161-12/+11
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2005-11-169-19/+32
|\ \ \ \
| * | | | [NETFILTER] Free layer-3 specific protocol tables at cleanupKOVACS Krisztian2005-11-161-0/+7
| * | | | [NETFILTER] Remove nf_conntrack stat proc file when cleaning upKOVACS Krisztian2005-11-161-1/+1
| * | | | [TCP]: More spelling fixes.Stephen Hemminger2005-11-162-4/+4
| * | | | [LLC]: Fix typoJochen Friedrich2005-11-151-1/+1
| * | | | [LLC]: Make core block on remote busy.Jochen Friedrich2005-11-151-1/+4
| * | | | [LLC]: Fix TX window scalingJochen Friedrich2005-11-151-9/+11
| * | | | [IPV6]: Fixes sparse warning in ipv6/ipv6_sockglue.cLuiz Capitulino2005-11-151-1/+1