aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds2009-06-1248-563/+442
|\
| * ide: re-implement ide_pci_init_one() on top of ide_pci_init_two()Bartlomiej Zolnierkiewicz2009-06-101-54/+16
| * ide: unexport ide_find_dma_mode()Bartlomiej Zolnierkiewicz2009-06-101-1/+0
| * ide: fix PowerMac bootup oopsHugh Dickins2009-06-101-26/+21
| * ide: skip probe if there are no devices on the port (v2)Bartlomiej Zolnierkiewicz2009-06-081-3/+9
| * sl82c105: add printk() logging facilitySergei Shtylyov2009-06-081-4/+5
| * ide-tape: fix proc warningBorislav Petkov2009-06-081-22/+13
| * ide: add IDE_DFLAG_NIEN_QUIRK device flagBartlomiej Zolnierkiewicz2009-06-075-10/+13
| * ide: respect quirk_drives[] list on all controllersBartlomiej Zolnierkiewicz2009-06-076-80/+28
| * hpt366: enable all quirks for devices on quirk_drives[] listBartlomiej Zolnierkiewicz2009-06-071-1/+1
| * hpt366: sync quirk_drives[] list with pdc202xx_{new,old}.cBartlomiej Zolnierkiewicz2009-06-071-0/+4
| * ide: remove superfluous SELECT_MASK() call from do_rw_taskfile()Bartlomiej Zolnierkiewicz2009-06-071-1/+0
| * ide: remove superfluous SELECT_MASK() call from ide_driveid_update()Bartlomiej Zolnierkiewicz2009-06-071-1/+0
| * icside: remove superfluous ->maskproc methodBartlomiej Zolnierkiewicz2009-06-071-60/+4
| * ide-tape: fix IDE_AFLAG_* atomic accessesBorislav Petkov2009-06-071-17/+26
| * ide-tape: change IDE_AFLAG_IGNORE_DSC non-atomicallyBorislav Petkov2009-06-072-6/+8
| * pdc202xx_old: kill resetproc() methodSergei Shtylyov2009-06-071-17/+0
| * pdc202xx_old: don't call pdc202xx_reset() on IRQ timeoutSergei Shtylyov2009-06-071-8/+1
| * pdc202xx_old: use ide_dma_test_irq()Sergei Shtylyov2009-06-071-37/+2
| * Merge branch 'for-linus' into for-nextBartlomiej Zolnierkiewicz2009-06-0711-43/+145
| |\
| | * ide: preserve Host Protected Area by default (v2)Bartlomiej Zolnierkiewicz2009-06-075-6/+23
| | * ide-gd: implement block device ->set_capacity method (v2)Bartlomiej Zolnierkiewicz2009-06-073-13/+72
| | * partitions: add ->set_capacity block device methodBartlomiej Zolnierkiewicz2009-06-073-11/+35
| | * partitions: warn about the partition exceeding device capacityBartlomiej Zolnierkiewicz2009-06-071-1/+2
| * | Merge branch 'for-linus' into for-nextBartlomiej Zolnierkiewicz2009-05-227-32/+35
| |\ \
| * | | ide: remove hw_regs_t typedefBartlomiej Zolnierkiewicz2009-05-1728-64/+65
| * | | ide: pass number of ports to ide_host_{alloc,add}() (v2)Bartlomiej Zolnierkiewicz2009-05-1728-64/+64
| * | | ide: remove chipset field from hw_regs_tBartlomiej Zolnierkiewicz2009-05-1724-34/+20
| * | | ide: replace special_t typedef by IDE_SFLAG_* flagsBartlomiej Zolnierkiewicz2009-05-177-38/+29
| * | | ide: merge ide_disk_special() into do_special() (v2)Bartlomiej Zolnierkiewicz2009-05-171-26/+18
| * | | ide: BUG() on unknown flags in ide_disk_special()Bartlomiej Zolnierkiewicz2009-05-171-6/+2
| * | | ide: try to use PIO Mode 0 during probe if possibleJoao Ramos2009-05-171-0/+9
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-06-122-12/+5
|\ \ \ \
| * | | | x86: Provide _sdata in the vmlinux.lds.S fileCatalin Marinas2009-06-121-0/+2
| * | | | x86: handle initrd that extends into unusable memoryYinghai Lu2009-06-111-12/+3
* | | | | block: fix kernel-doc in recent block/ changesRandy Dunlap2009-06-112-13/+14
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-06-11147-1834/+1707
|\ \ \ \ \
| * | | | | nilfs2: get rid of bd_mount_sem use from nilfsRyusuke Konishi2009-06-114-9/+12
| * | | | | nilfs2: correct exclusion control in nilfs_remount functionRyusuke Konishi2009-06-113-31/+33
| * | | | | nilfs2: simplify remaining sget() useRyusuke Konishi2009-06-114-25/+75
| * | | | | nilfs2: get rid of sget use for checking if current mount is presentRyusuke Konishi2009-06-112-60/+35
| * | | | | nilfs2: get rid of sget use for acquiring nilfs objectRyusuke Konishi2009-06-113-65/+76
| * | | | | nilfs2: remove meaningless EBUSY case from nilfs_get_sb functionRyusuke Konishi2009-06-111-2/+0
| * | | | | remove the call to ->write_super in __sync_filesystemChristoph Hellwig2009-06-111-2/+0
| * | | | | nilfs2: call nilfs2_write_super from nilfs2_sync_fsChristoph Hellwig2009-06-111-0/+2
| * | | | | jffs2: call jffs2_write_super from jffs2_sync_fsChristoph Hellwig2009-06-111-0/+2
| * | | | | ufs: add ->sync_fsChristoph Hellwig2009-06-111-10/+22
| * | | | | sysv: add ->sync_fsChristoph Hellwig2009-06-111-6/+13
| * | | | | hfsplus: add ->sync_fsChristoph Hellwig2009-06-111-5/+11
| * | | | | hfs: add ->sync_fsChristoph Hellwig2009-06-111-0/+11