summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | radeon: Enable modesetting on non-x86.Michel Dänzer2009-06-191-1/+1
| * | | | drm/radeon: Respect AGP cant_use_aperture flag.Michel Dänzer2009-06-191-4/+4
| * | | | drm: EDID endianness fixes.Michel Dänzer2009-06-193-98/+96
| * | | | drm/radeon: this VRAM vs aperture test is wrong, just remove it.Dave Airlie2009-06-191-6/+0
| * | | | drm/ttm: fix an error path to exit function correctlyThomas Hellstrom2009-06-191-1/+1
| * | | | drm: Apply "Memory fragmentation from lost alignment blocks"Thomas Hellstrom2009-06-192-47/+22
| * | | | ttm: Return -ERESTART when a signal interrupts bo eviction.Thomas Hellstrom2009-06-191-3/+6
| * | | | drm: Remove memory debugging infrastructure.Eric Anholt2009-06-1841-884/+324
| * | | | drm/i915: Clear fence register on tiling stride change.Chris Wilson2009-06-183-17/+88
| * | | | drm/i915: Install fence register for tiled scanout on i915Chris Wilson2009-06-183-10/+21
| * | | | drm/i915: detach/attach get/put pages symmetryChris Wilson2009-06-171-0/+4
| * | | | drm/i915: A few debugfs formatting fixesBen Gamari2009-06-171-2/+2
| * | | | drm/i915: Warn when inteldrmfb fails to restore its framebuffer configBen Gamari2009-06-171-1/+5
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2009-06-201-1/+1
|\ \ \ \ \
| * | | | | fat: Fix the removal of opts->fs_dmaskOGAWA Hirofumi2009-06-201-1/+1
* | | | | | Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds2009-06-2034-574/+598
|\ \ \ \ \ \
| * | | | | | ide-cd: prevent null pointer deref via cdrom_newpc_intrRainer Weikusat2009-06-201-1/+1
| * | | | | | ide: BUG() on unknown requestsBartlomiej Zolnierkiewicz2009-06-154-27/+6
| * | | | | | ide: filter out invalid DMA xfer mode changes in HDIO_DRIVE_CMD ioctl handlerBartlomiej Zolnierkiewicz2009-06-151-9/+4
| * | | | | | ide: do not access ide_drive_t 'drive_data' field directlyJoao Ramos2009-06-159-40/+94
| * | | | | | sl82c105: implement test_irq() methodSergei Shtylyov2009-06-151-0/+11
| * | | | | | siimage: implement test_irq() methodSergei Shtylyov2009-06-151-0/+12
| * | | | | | pdc202xx_old: implement test_irq() method (take 2)Sergei Shtylyov2009-06-151-0/+22
| * | | | | | cmd64x: implement test_irq() methodSergei Shtylyov2009-06-151-57/+12
| * | | | | | cmd640: implement test_irq() methodSergei Shtylyov2009-06-151-0/+13
| * | | | | | ide: move ack_intr() method into 'struct ide_port_ops' (take 2)Sergei Shtylyov2009-06-158-36/+27
| * | | | | | ide: move IRQ clearing from ack_intr() method to clear_irq() method (take 2)Sergei Shtylyov2009-06-154-32/+38
| * | | | | | siimage: use ide_dma_test_irq() (take 2)Sergei Shtylyov2009-06-151-26/+1
| * | | | | | cmd64x: implement clear_irq() method (take 2)Sergei Shtylyov2009-06-151-15/+19
| * | | | | | ide: call clear_irq() method in ide_timer_expiry()Sergei Shtylyov2009-06-151-0/+3
| * | | | | | sgiioc4: coding style cleanupSergei Shtylyov2009-06-151-65/+54
| * | | | | | ide: don't enable IORDY at a probe timeBartlomiej Zolnierkiewicz2009-06-153-1/+27
| * | | | | | ide: IORDY handling fixesBartlomiej Zolnierkiewicz2009-06-1510-16/+22
| * | | | | | ata: add ata_id_pio_need_iordy() helper (v2)Bartlomiej Zolnierkiewicz2009-06-151-0/+14
| * | | | | | ide-tape: fix build issueBorislav Petkov2009-06-151-1/+1
| * | | | | | Merge branch 'bp-remove-pc-buf' into for-nextBartlomiej Zolnierkiewicz2009-06-136-261/+230
| |\ \ \ \ \ \
| | * | | | | | ide: unify interrupt reason checkingBorislav Petkov2009-05-153-73/+71
| | * | | | | | ide-cd: use whole request_sense buffer in EHBorislav Petkov2009-05-151-11/+10
| | * | | | | | ide-atapi: remove pc->bufBorislav Petkov2009-05-155-30/+3
| | * | | | | | ide-tape: fix READ POSITION cmd handlingBorislav Petkov2009-05-151-53/+49
| | * | | | | | ide-tape/ide_tape_get_bsize_from_bdesc: use local bufferBorislav Petkov2009-05-151-5/+6
| | * | | | | | ide-floppy/ide_floppy_get_format_progress: use local sense bufferBorislav Petkov2009-05-151-1/+2
| | * | | | | | ide-atapi: use local sense bufferBorislav Petkov2009-05-153-4/+8
| | * | | | | | ide-floppy/ide_floppy_format_unit: use local bufferBorislav Petkov2009-05-151-11/+13
| | * | | | | | ide-floppy/ide_floppy_get_sfrp_bit: use local bufferBorislav Petkov2009-05-151-2/+3
| | * | | | | | ide-floppy/ide_floppy_get_flexible_disk_page: use local bufferBorislav Petkov2009-05-151-10/+10
| | * | | | | | ide-atapi: add a buffer-arg to ide_queue_pc_tailBorislav Petkov2009-05-155-43/+41
| | * | | | | | ide-atapi: add a len-parameter to ide_queue_pc_tailBorislav Petkov2009-05-155-26/+27
| | * | | | | | ide-atapi: switch to rq->resid_lenBorislav Petkov2009-05-153-20/+13
| | * | | | | | ide-atapi: switch to blk_rq_bytes() on do_request() pathBorislav Petkov2009-05-153-16/+18