summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2005-11-10[BNX2]: simplify parameter checks in bnx2_{get,set}_eepromJohn W. Linville1-10/+2
2005-11-10[BNX2]: check return of dev_alloc_skb in bnx2_test_loopbackJohn W. Linville1-0/+2
2005-11-10[BNX2]: output driver name as prefix in error messageJohn W. Linville1-1/+1
2005-11-10[ATM]: [horizon] fix sparse warningsDave Jones1-2/+2
2005-11-10Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-0/+6
2005-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-fixes-2.6Linus Torvalds8-26/+12
2005-11-10[ARM] 3096/1: Add SharpSL Zaurus power and battery management core driverRichard Purdie1-0/+6
2005-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds5-1/+5
2005-11-10[PCMCIA] i82365: release all resources if no devices are foundIgor Popik1-0/+1
2005-11-10[PCMCIA] MPC8xx PCMCIA updateMarcelo Tosatti3-25/+7
2005-11-10[PATCH] Alchemy PCMCIA: Fix config.h inclusionRalf Baechle4-1/+4
2005-11-10[PATCH] ppc64: bugfix: crash on PHB addLinas Vepstas1-1/+1
2005-11-09Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds12-18/+338
2005-11-10[PATCH] fs_enet build fixMarcelo Tosatti4-0/+4
2005-11-10[PATCH] ide-floppy: software eject not working with LS-120 driveOndrej Zary1-4/+2
2005-11-10[PATCH] siimage: enable interrupts on Adaptec SA-1210 cardJohn W. Linville1-0/+9
2005-11-09[PATCH] ide: CS5535 driverJaya Kumar3-0/+315
2005-11-09Fix AGP compile on non-x86 architecturesLinus Torvalds2-6/+4
2005-11-09[PATCH] ide: AMD Geode GX/LX supportJordan Crouse1-0/+3
2005-11-09[PATCH] ide: ide-scsi fails to call idescsi_check_condition for things like "...Willem Riede1-2/+3
2005-11-09Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6Linus Torvalds3-27/+20
2005-11-09[PATCH] ide: possible cleanupsAdrian Bunk3-9/+1
2005-11-09[PATCH] ide: incorrect device link for ide-csHannes Reinecke2-3/+5
2005-11-09[SPARC] sbus rtc: implement ->compat_ioctlChristoph Hellwig1-0/+22
2005-11-09[SPARC]: Fix locking thinkos in display7seg and cpwatchdog drivers.David S. Miller2-2/+2
2005-11-09Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds4-12/+30
2005-11-09Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds17-40/+30
2005-11-09Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds24-3276/+7801
2005-11-09[PATCH] drivers/message/fusion/mptbase.c: make code staticAdrian Bunk2-6/+2
2005-11-09[PATCH] drivers/char/sysrq.c: make two functions staticAdrian Bunk1-2/+2
2005-11-09[PATCH] md: document sysfs usage of md, and make a couple of small refinementsNeilBrown1-1/+3
2005-11-09[PATCH] md: improve 'scan_mode' and rename it to 'sync_action'NeilBrown1-19/+28
2005-11-09[PATCH] md: complete conversion of md to use kthreadsNeilBrown1-23/+10
2005-11-09[PATCH] md: ignore auto-readonly flag for arrays where it isn't meaningfulNeilBrown1-0/+3
2005-11-09[PATCH] md: only try to print recovery/resync status for personalities that s...NeilBrown1-7/+9
2005-11-09[PATCH] md: split off some md attributes in sysfs to a separate groupNeilBrown1-0/+14
2005-11-09[PATCH] md: fix some locking and module refcounting issues with md's use of s...NeilBrown2-46/+46
2005-11-09[PATCH] md: make sure a user-request sync of raid5 ignores intent bitmapNeilBrown1-0/+1
2005-11-09[PATCH] md: make manual repair work for raid1NeilBrown1-4/+6
2005-11-09[PATCH] md: make sure /block link in /sys/.../md/ goes to correct devicesNeilBrown1-1/+6
2005-11-09[PATCH] md: allow md arrays to be started read-only (module parameter).NeilBrown1-8/+51
2005-11-09[PATCH] md: Remove attempt to use dynamic names in sysfs for component device...NeilBrown1-34/+6
2005-11-09[PATCH] md: support BIO_RW_BARRIER for md/raid1NeilBrown3-61/+177
2005-11-09[PATCH] md: make md on-disk bitmaps not host-endianNeilBrown2-5/+19
2005-11-09[PATCH] md: convert 'faulty' and 'in_sync' fields to bits in 'flags' fieldNeilBrown7-140/+142
2005-11-09[PATCH] md: improvements to raid5 handling of read errorsNeilBrown2-8/+18
2005-11-09[PATCH] md: change raid5 sysfs attribute to not create a new directoryNeilBrown2-63/+15
2005-11-09[PATCH] md: minor MD fixesNeilBrown1-7/+7
2005-11-09[PATCH] md: fix ref-counting problems with kobjects in mdNeilBrown2-3/+7
2005-11-09[PATCH] md: provide proper rcu_dereference / rcu_assign_pointer annotations i...Suzanne Wood5-36/+38