summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-20ide: add CONFIG_IDE_ARCH_OBSOLETE_INITBartlomiej Zolnierkiewicz15-19/+6
2007-10-20ide: remove redundant comments from ide.hBartlomiej Zolnierkiewicz1-41/+0
2007-10-20ide: add ide_find_port() helperBartlomiej Zolnierkiewicz5-62/+38
2007-10-20ide: add ide_device_add()Bartlomiej Zolnierkiewicz18-138/+92
2007-10-20ide: add ->fixup method to ide_hwif_tBartlomiej Zolnierkiewicz17-50/+39
2007-10-20siimage: separate PATA and SATA methodsBartlomiej Zolnierkiewicz1-40/+39
2007-10-20aec62xx: remove aec62xx_dma_lost_irq()Bartlomiej Zolnierkiewicz1-16/+1
2007-10-20alim15x3: use ->host_flags and ->udma_mask fields from ide_pci_device_tBartlomiej Zolnierkiewicz1-26/+23
2007-10-20alim15x3: fix CD_ROM DMA and PIO FIFO settings setupBartlomiej Zolnierkiewicz1-29/+31
2007-10-20ide: add IDE_HFLAG_{IO_32BIT,UNMASK_IRQS} host flagsBartlomiej Zolnierkiewicz5-40/+42
2007-10-20ide: add IDE_HFLAG_RQSIZE_256 host flagBartlomiej Zolnierkiewicz3-12/+11
2007-10-20ide: add IDE_HFLAG_FORCE_LEGACY_IRQS host flagBartlomiej Zolnierkiewicz4-31/+21
2007-10-20ide: add ->chipset field to ide_pci_device_tBartlomiej Zolnierkiewicz6-9/+10
2007-10-20ide: remove unused ->next field from ide_pci_device_tBartlomiej Zolnierkiewicz1-1/+0
2007-10-20ide: add hwif_register_devices() helperBartlomiej Zolnierkiewicz1-27/+22
2007-10-20serverworks: remove dead code from svwks_set_dma_mode()Bartlomiej Zolnierkiewicz1-7/+0
2007-10-20rz1000: set serialized flag only if mate interface existsBartlomiej Zolnierkiewicz1-1/+2
2007-10-20ide: fix disabled ports reporting for PCI controllersBartlomiej Zolnierkiewicz1-6/+4
2007-10-20cmd64x: always set hwif->chipset for CMD646Bartlomiej Zolnierkiewicz1-1/+3
2007-10-20ide/pci/sis5513.c: add missing "else"Adrian Bunk1-1/+1
2007-10-19Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds51-2411/+4182
2007-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds1-1/+1
2007-10-19Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds23-882/+254
2007-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds26-383/+961
2007-10-19Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86Linus Torvalds1-2/+7
2007-10-19Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds10-92/+44
2007-10-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds11-71/+48
2007-10-19NULL terminate the pci_device_ids in pasemi_edacStephen Rothwell1-0/+1
2007-10-19Uninline fork.c/exit.cAlexey Dobriyan2-13/+13
2007-10-19kernel/fork.c: remove unneeded variable initialization in copy_process()Mariusz Kozlowski1-1/+1
2007-10-19Linux Kernel Markers - DocumentationMathieu Desnoyers1-0/+81
2007-10-19Linux Kernel Markers - SamplesMathieu Desnoyers6-1/+164
2007-10-19markers: Add samples subdirMathieu Desnoyers3-0/+16
2007-10-19Linux Kernel MarkersMathieu Desnoyers7-1/+710
2007-10-19Combine instrumentation menus in kernel/Kconfig.instrumentationMathieu Desnoyers38-420/+73
2007-10-19Change struct marker usersMathieu Desnoyers4-23/+25
2007-10-19Hook up group scheduler with control groupsSrivatsa Vaddagiri3-0/+137
2007-10-19Add documentation for extended crashkernel syntaxBernhard Walle2-0/+33
2007-10-19Use extended crashkernel command line on shBernhard Walle2-26/+33
2007-10-19Use extended crashkernel command line on ppc64Bernhard Walle1-27/+27
2007-10-19Use extended crashkernel command line on ia64Bernhard Walle3-44/+50
2007-10-19Use extended crashkernel command line on x86_64Bernhard Walle3-35/+34
2007-10-19Use extended crashkernel command line on i386Bernhard Walle3-28/+46
2007-10-19Extended crashkernel command lineBernhard Walle2-0/+168
2007-10-19IPC: fix error case when idr-cache is empty in ipcget()Pierre Peiffer4-11/+18
2007-10-19virtualization of sysv msg queues is incompleteKirill Korotaev2-11/+12
2007-10-19IPC: cleanup some code and wrong comments about semundo list managmentPierre Peiffer1-40/+6
2007-10-19ipc: remove unneeded parametersNadia Derbey4-17/+12
2007-10-19fix idr_find() lockingNadia Derbey5-70/+198
2007-10-19ipc: fix wrong commentsNadia Derbey5-45/+118