[PATCH] OSS: replace kmalloc()+memset() combos with kzalloc()
[safe/jmp/linux-2.6] / drivers / ata / libata-core.c
2007-02-09 Jeff Garziklibata: build fix after dmesg probe output changes
2007-02-09 Alanlibata: Early CFA adapters are not required to support...
2007-02-09 Tejun Heolibata: add 150ms between completion of hardreset and...
2007-02-09 Eric D. Mudamalibata: rearrange dmesg info to add full ATA revision
2007-02-09 Akira Iguchilibata: add another IRQ calls (core and headers)
2007-02-09 Tejun Heolibata: convert to iomap
2007-02-09 Jeff Garzik[libata] Shuffle DRV_xxx in core and SiS drivers, to...
2007-02-09 Tejun Heolibata: remove unused functions
2007-02-09 Tejun Heolibata: update libata core layer to use devres
2007-02-09 Tejun Heolibata: implement ata_host_detach()
2007-02-09 Alanlibata: trivial stuff
2007-02-09 Tejun Heolibata: kill qc->nsect and cursect
2007-02-09 Tejun Heolibata: handle pci_enable_device() failure while resuming
2007-02-09 Tejun Heolibata: use ata_id_c_string()
2007-02-09 Tejun Heolibata: straighten out ATA_ID_* constants
2007-02-09 Adrian Bunkdrivers/ata/: make 4 functions static
2007-02-09 Jeff Garzik[libata] trim trailing whitespace
2007-02-02 Brian Kinglibata: Initialize nbytes for internal sg commands
2007-01-30 Lennert Buytenhekata_if_xfermask() word 51 fix
2007-01-25 Alanlibata: set_mode, Fix the FIXME
2006-12-16 Tejun Heo[PATCH] libata: don't initialize sg in ata_exec_interna...
2006-12-07 Alan[PATCH] libata: Incorrect timing computation for PIO5/6
2006-12-07 Albert Lee[PATCH] libata: let ATA_FLAG_PIO_POLLING use polling...
2006-12-05 David HowellsMerge branch 'master' of git://git./linux/kernel/git...
2006-12-03 Tejun Heo[PATCH] libata: always use polling IDENTIFY
2006-12-03 Tejun Heo[PATCH] libata: prepare ata_sg_clean() for invocation...
2006-12-03 Tejun Heo[PATCH] libata: separate out rw ATA taskfile building...
2006-12-03 Tejun Heo[PATCH] libata: implement ata_exec_internal_sg()
2006-12-03 Tejun Heo[PATCH] libata: make sure IRQ is cleared after ata_bmdm...
2006-12-03 Tejun Heo[PATCH] libata: move BMDMA host status recording from...
2006-12-03 Tejun Heo[PATCH] libata: implement ATA_FLAG_SETXFER_POLLING...
2006-12-02 Tejun Heo[PATCH] libata: implement ata_tf_read_block()
2006-12-02 Tejun Heo[PATCH] libata: sync result_tf.flags w/ command tf...
2006-12-02 Tejun Heo[PATCH] libata: trivial updates to ata_sg_init_one()
2006-12-02 Tejun Heo[PATCH] libata: implement presence detection via pollin...
2006-12-02 Tejun Heo[PATCH] libata: convert @post_reset to @flags in ata_de...
2006-12-02 Tejun Heo[PATCH] libata: use FLUSH_EXT only when driver is large...
2006-12-02 Tejun Heo[PATCH] libata: move dev->max_sectors configuration...
2006-12-02 Tejun Heo[PATCH] libata: implement ATA_EHI_SETMODE and ATA_EHI_P...
2006-12-02 Tejun Heo[PATCH] libata: implement ATA_EHI_PRINTINFO
2006-12-02 Tejun Heo[PATCH] libata: separate out and export sata_port_hardr...
2006-12-02 Tejun Heo[PATCH] libata: handle 0xff status properly
2006-12-02 Alan Cox[PATCH] libata: Revamp blacklist support to allow multi...
2006-12-02 Alan Cox[PATCH] libata: add 40pin "short" cable support, honour...
2006-11-22 David HowellsWorkStruct: Pass the work_struct pointer instead of...
2006-11-22 David HowellsWorkStruct: Separate delayable and non-delayable events.
2006-11-14 Brian King[PATCH] libata: Convert from module_init to subsys_initcall
2006-11-01 Tejun Heo[PATCH] libata: unexport ata_dev_revalidate()
2006-10-06 Jeff GarzikMerge branch 'master' into upstream-fixes
2006-10-05 David HowellsIRQ: Maintain regs pointer globally rather than passing...
2006-10-05 Alan Cox[PATCH] libata: Don't believe bogus claims in the older...
2006-09-29 Jeff Garzik[libata] DocBook minor updates, fixes
2006-09-28 Jeff Garzik[libata] Print out Status register, if a BSY-sleep...
2006-09-28 Jeff Garzik[libata] init probe_ent->private_data in a common location
2006-09-27 Dave Jones[PATCH] Fix reference of uninitialised memory in ata_de...
2006-09-26 Alan Cox[PATCH] libata: refuse to register IRQless ports
2006-09-19 Alan Cox[PATCH] libata: improve handling of diagostic fail...
2006-09-19 Jeff GarzikMerge branch 'master' into upstream
2006-09-19 Tejun Heo[PATCH] libata: fix non-uniform ports handling
2006-08-24 Jeff Garziklibata: Grand renaming.
2006-08-14 Alan Cox[PATCH] libata: Add CompactFlash support
2006-08-10 Jeff GarzikMerge branch 'upstream-fixes' into upstream
2006-08-10 Jeff GarzikMove libata to drivers/ata.