summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2009-04-0926-916/+461
|\
| * xsysace: Fix dereferencing of cf_id after hd_driveid removalGrant Likely2009-04-081-6/+6
| * at91_ide: turn on PIO 6 supportStanislaw Gruszka2009-04-081-1/+1
| * at91_ide: remove unused ide_mm_{outb,inb}Stanislaw Gruszka2009-04-081-10/+0
| * ide-cd: reverse NOT_READY sense key logicBorislav Petkov2009-04-081-4/+4
| * ide: refactor tf_read() methodSergei Shtylyov2009-04-0810-101/+40
| * ide: refactor tf_load() methodSergei Shtylyov2009-04-087-51/+18
| * ide: call write_devctl() method from tf_read() methodSergei Shtylyov2009-04-083-12/+8
| * ide: move common code out of tf_load() methodSergei Shtylyov2009-04-083-14/+12
| * ide: simplify 'struct ide_taskfile'Sergei Shtylyov2009-04-0810-107/+89
| * ide: replace IDE_TFLAG_* flags by IDE_VALID_*Sergei Shtylyov2009-04-0818-175/+197
| * ide-cd: fix intendation in cdrom_decode_status()Bartlomiej Zolnierkiewicz2009-04-081-97/+88
| * ide-cd: unify handling of fs and pc requests in cdrom_decode_status()Bartlomiej Zolnierkiewicz2009-04-081-45/+24
| * ide-cd: convert cdrom_decode_status() to use switch statementsBartlomiej Zolnierkiewicz2009-04-081-25/+32
| * ide-cd: update debugging supportBorislav Petkov2009-04-081-4/+4
| * ide-cd: respect REQ_QUIET for fs requests in cdrom_decode_status()Borislav Petkov2009-04-081-6/+12
| * ide: remove unused #include <linux/version.h>Huang Weiyi2009-04-081-1/+0
| * tx4939ide: Fix tx4939ide_{in,out}put_data_swap argumentAtsushi Nemoto2009-04-081-2/+2
| * tx493[89]ide: Remove big endian version of tx493[89]ide_tf_{load,read}Atsushi Nemoto2009-04-082-180/+8
| * ide-cd: carve out an ide_cd_breathe()-helper for fs write requestsBorislav Petkov2009-04-081-27/+38
| * ide-cd: move status checking into the IRQ handlerBorislav Petkov2009-04-081-22/+16
| * ide-h8300: remove custom tf_{read|load}() methodsSergei Shtylyov2009-04-081-77/+2
| * at91_ide: remove custom tf_{read|load}() methodsSergei Shtylyov2009-04-081-76/+2
| * ide-h8300: remove mm_{inw|outw}()Sergei Shtylyov2009-04-081-22/+0
| * tx4939ide: remove wmb()Atsushi Nemoto2009-04-081-3/+3
| * ide: remove wmb() from ide-dma-sff.c and scc_pata.cGrant Grundler2009-04-082-8/+3
| * ide: falconide/q40ide - Use __ide_mm_{in,out}sw() for dataGeert Uytterhoeven2009-04-082-8/+19
| * ide: Fix host drivers that need IRQF_SHAREDGeert Uytterhoeven2009-04-081-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2009-04-0918-306/+442
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'cma', 'cxgb3', 'ipoib', 'mlx4' and 'nes' into for-nextRoland Dreier2009-04-0817-292/+411
| |\ \ \ \ \
| | | | | * | RDMA/nes: Add support for new SFP+ PHYChien Tung2009-04-083-28/+44
| | | | | * | RDMA/nes: Add wide_ppm_offset parm for switch compatibilityChien Tung2009-04-082-31/+67
| | | | | * | RDMA/nes: Fix SFP+ PHY initializationChien Tung2009-04-081-167/+122
| | | | | * | RDMA/nes: Fix nes_nic_cm_xmit() error handlingFaisal Latif2009-04-081-7/+1
| | | | | * | RDMA/nes: Fix error handling issuesFaisal Latif2009-04-082-3/+6
| | | | | * | RDMA/nes: Fix incorrect casts on 32-bit architecturesDon Wood2009-04-082-4/+6
| | | | * | | mlx4_core: Don't leak mailbox for SET_PORT on Ethernet portsRoland Dreier2009-03-311-2/+3
| | | | * | | IB/mlx4: Use pgprot_writecombine() for BlueFlame pagesRoland Dreier2009-03-301-2/+1
| | | | |/ /
| | | * | | IPoIB: Document newish featuresOr Gerlitz2009-04-081-0/+45
| | | * | | IPoIB: Avoid free_netdev() BUG when destroying a child interfaceRoland Dreier2009-03-311-10/+15
| | | |/ /
| | * | | RDMA/cxgb3: Release dependent resources only when endpoint memory is freed.Steve Wise2009-03-302-12/+17
| | * | | RDMA/cxgb3: Handle EEH eventsSteve Wise2009-03-306-34/+92
| | |/ /
| * | | RDMA/cma: Create cm id even when IB port is downYossi Etigin2009-04-081-14/+27
| * | | RDMA/cma: Use rate from IPoIB broadcast when joining IPoIB multicast groupsYossi Etigin2009-04-011-0/+4
| |/ /
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-04-093-5/+14
|\ \ \
| * | | ext4: check block device size on mountFrom: Thiemo Nagel2009-04-071-0/+9
| * | | ext4: Fix off-by-one-error in ext4_valid_extent_idx()Thiemo Nagel2009-04-041-1/+1
| * | | ext4: Fix big-endian problem in __ext4_check_blockref()Thiemo Nagel2009-04-071-4/+4
* | | | x86: fix set_fixmap to use phys_addr_tMasami Hiramatsu2009-04-094-6/+7
* | | | MN10300: Kill MN10300's own profiling KconfigDavid Howells2009-04-092-25/+0
OpenPOWER on IntegriCloud