summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | IDE: Coding Style fixes to drivers/ide/pci/sis5513.cPaolo Ciarrocchi2008-04-261-100/+98
| * | IDE: Coding Style fixes to drivers/ide/pci/slc90e66.cPaolo Ciarrocchi2008-04-261-3/+3
| * | IDE: Coding Style fixes to drivers/ide/pci/tc86c001.cPaolo Ciarrocchi2008-04-261-14/+14
| * | IDE: Coding Style fixes to drivers/ide/setup-pci.cPaolo Ciarrocchi2008-04-261-17/+12
| * | ide: remove hwif->straight8 flagBartlomiej Zolnierkiewicz2008-04-262-26/+11
| * | ide: remove IDE_HFLAG_CY82C693 host flagBartlomiej Zolnierkiewicz2008-04-263-11/+3
| * | falconide: fix resources reservation (take 2)Bartlomiej Zolnierkiewicz2008-04-261-0/+7
| * | ide-mpc8xx: fix resources reservationBartlomiej Zolnierkiewicz2008-04-261-1/+17
| * | ide-mpc8xx: make m8xx_ide_init_ports() return an error valueBartlomiej Zolnierkiewicz2008-04-261-15/+25
| * | bast-ide: fix resources reservationBartlomiej Zolnierkiewicz2008-04-261-0/+10
| * | delkin_cb: fix resources handlingBartlomiej Zolnierkiewicz2008-04-261-1/+3
| * | ide_platform: fix resources handlingBartlomiej Zolnierkiewicz2008-04-261-3/+2
| * | remove include/linux/hdsmart.hAdrian Bunk2008-04-262-127/+0
| * | ide-cd: remove the internal 64k bufferBorislav Petkov2008-04-262-123/+4
| * | ide-disk: fix issues found by checkpatch.plBartlomiej Zolnierkiewicz2008-04-261-50/+70
| * | ide-disk: add proc_idedisk_read_smart() helperBartlomiej Zolnierkiewicz2008-04-261-22/+17
| * | ide: unexport ide_hwifs[]Bartlomiej Zolnierkiewicz2008-04-261-5/+0
| * | ide-generic: use ide_find_port() (take 3)Bartlomiej Zolnierkiewicz2008-04-261-2/+12
| * | ide: use ide_find_port() in legacy VLB host drivers (take 2)Bartlomiej Zolnierkiewicz2008-04-268-81/+122
| * | ide: merge ide_match_hwif() and ide_find_port()Bartlomiej Zolnierkiewicz2008-04-264-63/+54
| * | ide: remove PIO "downgrade" quirkBartlomiej Zolnierkiewicz2008-04-265-15/+0
| * | ide: use DIV_ROUND_UPJulia Lawall2008-04-262-16/+16
| * | ide: IDE_HFLAG_BOOTABLE -> IDE_HFLAG_NON_BOOTABLEBartlomiej Zolnierkiewicz2008-04-2631-60/+37
| * | qd65xx: return error value in qd_probe()Bartlomiej Zolnierkiewicz2008-04-261-10/+15
| * | ht6560b: use driver name for resource allocationBartlomiej Zolnierkiewicz2008-04-261-1/+2
| * | umc8672: don't use ide_hwifs[] in umc_set_pio_mode()Bartlomiej Zolnierkiewicz2008-04-261-2/+2
| * | scc_pata: store 'hwif' pointer in struct scc_portsBartlomiej Zolnierkiewicz2008-04-261-3/+3
| * | cmd640: use ide_find_port()Bartlomiej Zolnierkiewicz2008-04-261-10/+19
| * | cmd640: remove cmd_drives[]Bartlomiej Zolnierkiewicz2008-04-261-40/+27
| * | au1xxx-ide: use ide_find_port()Bartlomiej Zolnierkiewicz2008-04-261-3/+5
| * | scc_pata: use ide_find_port()Bartlomiej Zolnierkiewicz2008-04-261-6/+2
| * | sgiioc4: use ide_find_port()Bartlomiej Zolnierkiewicz2008-04-261-10/+2
| * | ide-pmac: use ide_find_port()Bartlomiej Zolnierkiewicz2008-04-261-25/+19
| * | ide-pmac: dynamically allocate struct pmac_ide_hwif instances (take 2)Bartlomiej Zolnierkiewicz2008-04-261-16/+33
| * | swarm: use ide_find_port()Bartlomiej Zolnierkiewicz2008-04-261-7/+2
| * | ide: cleanup ide_find_port()Bartlomiej Zolnierkiewicz2008-04-2619-31/+21
| * | ide: cleanup ide_match_hwif()Bartlomiej Zolnierkiewicz2008-04-261-32/+15
| * | ide: make ide_pci_check_iomem() actually workSergei Shtylyov2008-04-261-11/+12
| * | ide/Kconfig: BLK_DEV_4DRIVES should be a tristateFrederik Deweerdt2008-04-261-1/+1
| * | fix execve()Al Viro2008-04-261-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-04-2643-303/+134
|\ \
| * | x86: section mismatch fixes, #3Jacek Luczak2008-04-261-1/+1
| * | x86: section mismatch fixes, #2Jacek Luczak2008-04-261-1/+1
| * | x86: pgtable_32.h - prototype and section mismatch fixesJacek Luczak2008-04-261-4/+4
| * | x86: unlock_ExtINT_logic() - fix section mismatch warningsJacek Luczak2008-04-261-1/+1
| * | x86: uniq_ioapic_id - fix section mismatch warningJacek Luczak2008-04-261-1/+1
| * | x86: trampoline_32.S - switch to .cpuinit.dataJacek Luczak2008-04-261-1/+1
| * | x86: use get_bios_ebda()Akinobu Mita2008-04-263-8/+6
| * | x86: remove duplicate get_bios_ebda() from rio.hAkinobu Mita2008-04-262-11/+1
| * | x86: get_bios_ebda() requires asm/io.hAkinobu Mita2008-04-261-0/+2
OpenPOWER on IntegriCloud