summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-10-14net/rfkill/rfkill-input.c needs <linux/sched.h>Geert Uytterhoeven1-0/+1
2008-10-14m68k: Atari SCSI needs NVRAMGeert Uytterhoeven1-0/+1
2008-10-14m68k: init_irq_proc depends on CONFIG_PROC_FSGeert Uytterhoeven1-1/+2
2008-10-14m68k: remove the dead PCI codeAdrian Bunk6-630/+7
2008-10-14m68k: Remove the broken Hades supportAdrian Bunk14-1000/+23
2008-10-14HP input: kill warnings due to suseconds_t differencesGeert Uytterhoeven2-6/+6
2008-10-14m68k: <asm/pci.h> needs <asm-generic/pci-dma-compat.h>Geert Uytterhoeven1-0/+1
2008-10-14m68k: Add missing dma_sync_single_range_for_{cpu,device}()Geert Uytterhoeven2-2/+18
2008-10-14m68k: Define rtc_lock on AtariGeert Uytterhoeven1-0/+3
2008-10-14m68k: Remove unused atari_kbd_translate()Geert Uytterhoeven1-12/+0
2008-10-14m68k: Modular Amiga keyboard needs key_mapsGeert Uytterhoeven1-0/+9
2008-10-14m68k: Reverse platform MMU logic so Sun 3 is lastGeert Uytterhoeven1-21/+22
2008-10-14m68k: Add NOTES to init data so its discarded at bootRoman Zippel1-0/+1
2008-10-14m68k: Put .bss at the end of the data sectionRoman Zippel1-4/+4
2008-10-14m68k: Use new printk() extension %pS to print symbolsGeert Uytterhoeven1-6/+3
2008-10-14m68k: use bcd2bin/bin2bcdAdrian Bunk6-84/+62
2008-10-148250: Fix lock warning (and possible crash)Alan Cox1-0/+3
2008-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds75-2574/+2656
2008-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds82-3290/+3005
2008-10-13Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds377-6866/+29913
2008-10-13ata: Add documentation for hard disk shock protection interface (v3)Elias Oltmanns1-0/+149
2008-10-13ide: Implement disk shock protection support (v4)Elias Oltmanns8-5/+206
2008-10-13ide-cd: fix printk format warningAlexander Beregalov1-1/+1
2008-10-13piix: add Hercules EC-900 mini-notebook to ich_laptop short cable listHerton Ronaldo Krzesinski1-0/+1
2008-10-13ide-atapi: assign taskfile flags per device typeBorislav Petkov1-2/+9
2008-10-13ide-cd: move cdrom_info.dma to ide_drive_t.dmaBorislav Petkov2-19/+14
2008-10-13ide: add ide_drive_t.dma flagBorislav Petkov2-4/+6
2008-10-13ide-cd: add a debug_mask module parameterBorislav Petkov1-1/+7
2008-10-13ide-cd: convert driver to new ide debugging macro (v3)Borislav Petkov1-37/+150
2008-10-13ide: move SFF DMA code to ide-dma-sff.cBartlomiej Zolnierkiewicz4-362/+362
2008-10-13ide: cleanup ide-dma.cBartlomiej Zolnierkiewicz1-50/+38
2008-10-13ide: cleanup ide_build_dmatable()Bartlomiej Zolnierkiewicz1-43/+30
2008-10-13ide: remove needless includes from ide-dma.cBartlomiej Zolnierkiewicz1-8/+0
2008-10-13ide: switch to DMA-mapping API part #2Bartlomiej Zolnierkiewicz6-40/+47
2008-10-13ide: make ide_dma_timeout() available also for CONFIG_BLK_DEV_IDEDMA_SFF=nBartlomiej Zolnierkiewicz4-33/+8
2008-10-13ide: make ide_dma_lost_irq() available also for CONFIG_BLK_DEV_IDEDMA_SFF=nBartlomiej Zolnierkiewicz4-18/+8
2008-10-13ide: __ide_dma_end() -> ide_dma_end()Bartlomiej Zolnierkiewicz10-17/+16
2008-10-13pmac: remove needless pmac_ide_destroy_dmatable() wrapperBartlomiej Zolnierkiewicz1-13/+3
2008-10-13pmac: remove superfluous pmif == NULL checksBartlomiej Zolnierkiewicz1-34/+5
2008-10-13ide: Two fixes regarding memory allocationElias Oltmanns2-9/+16
2008-10-13ide-disk: move /proc handling to ide-disk_proc.c (take 3)Bartlomiej Zolnierkiewicz4-135/+144
2008-10-13ide-disk: move all ioctl handling to ide-disk_ioctl.cBartlomiej Zolnierkiewicz6-50/+73
2008-10-13ide-floppy: move /proc handling to ide-floppy_proc.c (take 2)Bartlomiej Zolnierkiewicz4-37/+48
2008-10-13ide-floppy: move all ioctl handling to ide-floppy_ioctl.c (take 2)Bartlomiej Zolnierkiewicz3-55/+54
2008-10-13ide-cd: no need to zero drive->special.allBartlomiej Zolnierkiewicz1-2/+0
2008-10-13ide: set IDE_AFLAG_DRQ_INTERRUPT in do_identify()Bartlomiej Zolnierkiewicz5-17/+2
2008-10-13ide: remove ide_host_alloc_all()Bartlomiej Zolnierkiewicz2-24/+12
2008-10-13ide-generic: remove no longer needed ide_probe_legacy()Bartlomiej Zolnierkiewicz2-33/+0
2008-10-13ide-generic: no need to probe all ports at onceBartlomiej Zolnierkiewicz1-35/+12
2008-10-13ide: ->ide_dma_clear_irq() -> ->clear_irq()Bartlomiej Zolnierkiewicz3-29/+29