pandora-kernel.git
2008-07-24 Bartlomiej... it8213: add ->remove method and module_exit()
2008-07-24 Bartlomiej... hpt366: add ->remove method and module_exit()
2008-07-24 Bartlomiej... hpt34x: add ->remove method and module_exit()
2008-07-24 Bartlomiej... ide/pci/generic: add ->remove method and module_exit()
2008-07-24 Bartlomiej... cy82c693: add ->remove method and module_exit()
2008-07-24 Bartlomiej... cs5535: add ->remove method and module_exit()
2008-07-24 Bartlomiej... cs5530: add ->remove method and module_exit()
2008-07-24 Bartlomiej... cmd64x: add ->remove method and module_exit()
2008-07-24 Bartlomiej... atiixp: add ->remove method and module_exit()
2008-07-24 Bartlomiej... amd74xx: add ->remove method and module_exit()
2008-07-24 Bartlomiej... alim15x3: add ->remove method and module_exit()
2008-07-24 Bartlomiej... aec62xx: add ->remove method and module_exit()
2008-07-24 Bartlomiej... ide: add ide_pci_remove() helper
2008-07-24 Bartlomiej... via82cxxx: cleanup ->init_chipset method
2008-07-24 Bartlomiej... cmd64x: cleanup ->init_chipset method
2008-07-24 Bartlomiej... amd74xx: cleanup ->init_chipset method
2008-07-24 Bartlomiej... tc86c001: remove ->init_chipset method
2008-07-24 Bartlomiej... via82cxxx: convert to use ->host_priv
2008-07-24 Bartlomiej... siimage: convert to use ->host_priv
2008-07-24 Bartlomiej... sc1200: convert to use ->host_priv
2008-07-24 Bartlomiej... it821x: convert to use ->host_priv
2008-07-24 Bartlomiej... hpt366: convert to use ->host_priv
2008-07-24 Bartlomiej... aec62xx: convert to use ->host_priv
2008-07-24 Bartlomiej... ide: add ide_device_{get,put}() helpers
2008-07-24 Bartlomiej... ide: add ->dev and ->host_priv fields to struct ide_host
2008-07-24 Bartlomiej... ide: call ide_pci_setup_ports() before do_ide_setup_pci...
2008-07-24 Bartlomiej... ide: move ide_setup_pci_controller() call to ide_setup_...
2008-07-24 Bartlomiej... ide: respect dev->irq in do_ide_setup_pci_device()...
2008-07-24 Bartlomiej... ide: always call ->init_chipset method in do_ide_setup_...
2008-07-24 Linus TorvaldsMerge branch 'x86/auditsc' of git://git./linux/kernel...
2008-07-24 Linus TorvaldsMerge branch 'sched/for-linus' of git://git./linux...
2008-07-24 Linus TorvaldsMerge branch 'cpus4096-for-linus' of git://git./linux...
2008-07-24 Linus TorvaldsMerge branch 'core/softlockup-for-linus' of git://git...
2008-07-24 Linus TorvaldsMerge branch 'devel' of /home/rmk/linux-2.6-arm
2008-07-24 Roland McGrathi386 syscall audit fast-path
2008-07-24 Roland McGrathx86_64 ia32 syscall audit fast-path
2008-07-24 Roland McGrathx86_64 syscall audit fast-path
2008-07-24 Roland McGrathx86_64: remove bogus optimization in sysret_signal
2008-07-23 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-07-23 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-07-23 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2008-07-23 Linus TorvaldsMerge git://git./linux/kernel/git/bart/ide-2.6
2008-07-23 Pavel Machekide: small whitespace fixes
2008-07-23 Harvey Harrisonide: ide-cd_ioctl.c fix sparse integer as NULL pointer...
2008-07-23 Harvey Harrisonide: ide-cd.c fix sparse endianness warnings
2008-07-23 Borislav Petkovide-cd: convert to using the new atapi_flags
2008-07-23 Borislav Petkovide: remove unused PC_FLAG_DRQ_INTERRUPT
2008-07-23 Borislav Petkovide-scsi: convert to using the new atapi_flags
2008-07-23 Borislav Petkovide-tape: convert to using the new atapi_flags
2008-07-23 Borislav Petkovide-floppy: convert to using the new atapi_flags (take 2)
2008-07-23 Borislav Petkovide: add per-device flags
2008-07-23 Borislav Petkovide: use rq->cmd instead of pc->c in atapi common code
2008-07-23 Borislav Petkovide-scsi: pass packet command in rq->cmd
2008-07-23 Borislav Petkovide-tape: pass packet command in rq->cmd
2008-07-23 Borislav Petkovide-tape: make room for packet command ids in rq->cmd
2008-07-23 Borislav Petkovide-floppy: pass packet command in rq->cmd
2008-07-23 Borislav Petkovide: remove pc->callback member from ide_atapi_pc
2008-07-23 Borislav Petkovide-scsi: use drive->pc_callback instead of pc->callback
2008-07-23 Borislav Petkovide-tape: use drive->pc_callback instead of pc->callback
2008-07-23 Borislav Petkovide-floppy: use drive->pc_callback instead of pc->callback
2008-07-23 Borislav Petkovide: push pc callback pointer into the ide_drive_t...
2008-07-23 Darren Jenkinsdrivers/ide/ide-tape.c: remove double kfree
2008-07-23 Bartlomiej... ide: add ide_host_free() helper (take 2)
2008-07-23 Bartlomiej... ide: allocate ide_hwif_t instances dynamically
2008-07-23 Bartlomiej... ide: add ide_ports[]
2008-07-23 Bartlomiej... ide: move ide_remove_port_from_hwgroup() to ide-probe.c
2008-07-23 Bartlomiej... ide: fix IDE port slots reservation and freeing (take 2)
2008-07-23 Bartlomiej... ide: fix ide_host_register() return value
2008-07-23 Bartlomiej... ide: add ide_host_add() helper
2008-07-23 Bartlomiej... ide: add struct ide_host (take 3)
2008-07-23 Bartlomiej... ide: add struct ide_tp_ops (take 2)
2008-07-23 Bartlomiej... ide: add 'config' field to hw_regs_t
2008-07-23 Bartlomiej... ide-generic: probing fix
2008-07-23 Bartlomiej... gayle: reserve memory resources at once
2008-07-23 Bartlomiej... ide: filter out "default" transfer mode values in set_x...
2008-07-23 Bartlomiej... ide: filter out invalid transfer mode values in set_xfe...
2008-07-23 Bartlomiej... ide: remove dead Virtual DMA support
2008-07-23 Bartlomiej... ide: mark hpt34x host driver as BROKEN
2008-07-23 Bartlomiej... ide: limit cy82c693 host driver to ALPHA
2008-07-23 Bartlomiej... ide: remove ->INB, ->OUTB and ->OUTBSYNC methods
2008-07-23 Bartlomiej... ide: add ide_read_bcount_and_ireason() helper
2008-07-23 Bartlomiej... ide: add ide_read_ireason() helper
2008-07-23 Bartlomiej... ide: add ide_read_device() helper
2008-07-23 Bartlomiej... ide: use ->tf_read in ide_read_error()
2008-07-23 Bartlomiej... ide: use ->tf_load in SELECT_DRIVE()
2008-07-23 Bartlomiej... ide: use ->tf_load in actual_try_to_identify()
2008-07-23 Bartlomiej... ide: use ->tf_load in ide_config_drive_speed()
2008-07-23 Bartlomiej... ide: change order of register access in ide_config_driv...
2008-07-23 Bartlomiej... ide: add ->set_irq method
2008-07-23 Bartlomiej... ide: add ->read_altstatus method
2008-07-23 Bartlomiej... ide: add ->read_status method
2008-07-23 Bartlomiej... ide: add ->exec_command method
2008-07-23 Bartlomiej... ide: factor out simplex handling from ide_pci_dma_base()
2008-07-23 Bartlomiej... ide: remove ide_setup_dma()
2008-07-23 Bartlomiej... ide: remove ->dma_{status,command} fields from ide_hwif_t
2008-07-23 Bartlomiej... ide: use I/O ops directly in ide-dma.c
2008-07-23 Bartlomiej... ide: add ->read_sff_dma_status method
2008-07-23 Bartlomiej... ide: pass hw_regs_t-s to ide_device_add[_all]() (take 3)
2008-07-23 Bartlomiej... ide: move ide_pci_setup_ports() call out from do_ide_se...
2008-07-23 Bartlomiej... ide-pmac: move ide_find_port() call to pmac_ide_setup_d...
next