summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] libata: rename ATA_FLAG_PORT_DISABLED to ATA_FLAG_DISABLEDTejun Heo2006-04-0211-21/+21
* [PATCH] libata: clean up constantsTejun Heo2006-04-021-29/+32
* [PATCH] libata: ATA_FLAG_IN_EH is not used, kill itTejun Heo2006-04-022-14/+4
* [PATCH] libata: ata_dev_revalidate() printk updateTejun Heo2006-04-021-13/+10
* [PATCH] libata: report device number when PIO failsTejun Heo2006-04-021-1/+2
* [PATCH] libata: consider disabled devices in ata_dev_xfermask()Tejun Heo2006-04-021-11/+23
* [PATCH] libata: improve ata_bus_probe()Tejun Heo2006-04-022-16/+52
* [PATCH] libata: implement ata_down_xfermask_limit()Tejun Heo2006-04-021-0/+52
* [PATCH] libata: add 5s sleep between resetsTejun Heo2006-04-021-1/+14
* [PATCH] libata: use SATA speed down in ata_drive_probe_reset()Tejun Heo2006-04-021-4/+12
* [PATCH] libata: implement ap->sata_spd_limit and helpersTejun Heo2006-04-022-4/+140
* [PATCH] libata: implement ata_dev_absent()Tejun Heo2006-04-021-0/+10
* [PATCH] libata: preserve SATA SPD setting over hard resetsTejun Heo2006-04-011-3/+9
* [PATCH] libata: don't disable devices from ata_set_mode()Tejun Heo2006-04-011-26/+40
* [PATCH] libata: reorganize ata_set_mode()Tejun Heo2006-04-011-56/+35
* [PATCH] libata: make ata_set_mode() handle no-device case properlyTejun Heo2006-04-011-1/+4
* [PATCH] libata: implement ata_dev_enabled and disabled()Tejun Heo2006-04-015-19/+29
* [PATCH] libata: convert do_probe_reset() to ata_do_reset()Tejun Heo2006-04-011-13/+16
* [PATCH] libata: separate out ata_spd_string()Tejun Heo2006-04-011-9/+14
* [PATCH] libata: make ata_bus_probe() return negative errno on failureTejun Heo2006-04-011-3/+3
* [PATCH] libata: fix ata_set_mode() return valueTejun Heo2006-04-011-1/+2
* Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2006-03-312-7/+32
|\
| * [SERIAL] Allow 8250 PCI, PNP, GSC and HP300 support to be disabledRussell King2006-03-292-7/+32
* | Merge master.kernel.org:/home/rmk/linux-2.6-mmcLinus Torvalds2006-03-3110-53/+1325
|\ \
| * | [MMC] Pass -DDEBUG on compiler command line if MMC_DEBUG selectedRussell King2006-03-298-58/+32
| * | [MMC] Add OMAP MMC host driverCarlos Aguiar2006-03-294-0/+1298
| |/
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-03-3114-234/+478
|\ \
| * | [ARM] 3424/2: ixp23xx: fix uncompress.h for recent CRLF decompressor changeLennert Buytenhek2006-03-301-8/+3
| * | [ARM] 3434/1: pxa i2s amsl defineMarc-Andre Hebert2006-03-301-1/+1
| * | [ARM] 3425/1: xsc3: need to include pgtable-hwdef.hLennert Buytenhek2006-03-301-0/+1
| * | [ARM] Allow un-muxed syscalls to be available for everyoneRussell King2006-03-301-11/+0
| * | [ARM] 3420/1: Missing clobber in example codePaul Brook2006-03-281-1/+1
| * | Merge nommu treeRussell King2006-03-289-213/+472
| |\ \
| | * | [ARM] nommu: fixups for the exception vectorsHyok S. Choi2006-03-274-5/+31
| | * | [ARM] nommu: add nommu specific Kconfig and MMUEXT variable in MakefileHyok S. Choi2006-03-272-1/+33
| | * | [ARM] nommu: start-up codeHyok S. Choi2006-03-274-207/+302
| | * | [ARM] nommu: MPU support in boot/compressed/head.SHyok S. Choi2006-03-271-0/+106
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2006-03-314-8/+403
|\ \ \ \
| * | | | [IA64] Avoid "u64 foo : 32;" for gcc3 vs. gcc4 compatibilityTony Luck2006-03-313-8/+8
| * | | | [IA64] Export cpu cache info by sysfsZhang, Yanmin2006-03-302-0/+395
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2006-03-3120-156/+524
|\ \ \ \ \
| * | | | | [CIFS] Fix typo in earlier cifs_unlink change and protect oneSteve French2006-03-311-5/+7
| * | | | | [CIFS] Incorrect signature sent on SMB ReadSteve French2006-03-311-13/+23
| * | | | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-03-311-0/+4
| |\ \ \ \ \
| * | | | | | [CIFS] Fix unlink oops when indirectly called in rename error pathSteve French2006-03-311-1/+4
| * | | | | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-03-314831-159898/+246632
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-03-20286-1385/+2175
| |\ \ \ \ \ \ \
| * | | | | | | | [CIFS] Fix two remaining coverity scan tool warnings.Steve French2006-03-092-5/+7
| * | | | | | | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-03-0759-239/+430
| |\ \ \ \ \ \ \ \
| * | | | | | | | | [CIFS] Set correct lock type on new posix unlock callSteve French2006-03-031-1/+1
OpenPOWER on IntegriCloud