safe/jmp/linux-2.6
2008-07-25 David WoodhouseMerge branch 'linux-next' of git://git.infradead.org...
2008-07-25 Ben DooksCPUFREQ: S3C24XX NAND driver frequency scaling support.
2008-07-25 Yoichi Yuasa[MTD][NAND] au1550nd: remove unused variable
2008-07-25 Atsushi Nemoto[MTD] jedec_probe: Fix SST 16-bit chip detection
2008-07-25 Atsushi Nemoto[MTD][MTDPART] Fix a division by zero bug
2008-07-25 Atsushi Nemoto[MTD][MTDPART] Cleanup and document the erase region...
2008-07-25 Atsushi Nemoto[MTD][MTDPART] Handle most checkpatch findings
2008-07-25 Atsushi Nemoto[MTD][MTDPART] Seperate main loop from per-partition...
2008-07-25 Uwe Kleine... [MTD] physmap: resume already suspended chips on failur...
2008-07-25 Robert Jarzmik[MTD] physmap: Fix suspend/resume/shutdown bugs.
2008-07-25 Alexey Korolev[MTD] [NOR] Fix -ETIMEO errors in CFI driver
2008-07-25 Anton Vorontsov[MTD] [NAND] fsl_elbc_nand: fix section mismatch with...
2008-07-25 Artem BityutskiyUBI: always start the background thread
2008-07-24 Artem BityutskiyUBI: fix gcc warning
2008-07-24 Artem BityutskiyUBI: remove pre-sqnum images support
2008-07-24 Artem BityutskiyUBI: fix kernel-doc errors and warnings
2008-07-24 Artem BityutskiyUBI: fix checkpatch.pl errors and warnings
2008-07-24 Artem BityutskiyUBI: bugfix - do not torture PEB needlessly
2008-07-24 Artem BityutskiyUBI: rework scrubbing messages
2008-07-24 Artem BityutskiyUBI: implement multiple volumes rename
2008-07-24 Artem BityutskiyUBI: fix and re-work debugging stuff
2008-07-24 Artem BityutskiyUBI: amend commentaries
2008-07-24 Artem BityutskiyUBI: fix error message
2008-07-24 Artem BityutskiyUBI: improve mkvol request validation
2008-07-24 Artem BityutskiyUBI: add ubi_sync() interface
2008-07-24 Bruce LeonardUBI: fix 64-bit calculations
2008-07-24 Artem BityutskiyUBI: fix LEB locking
2008-07-24 Artem BityutskiyUBI: fix memory leak on error path
2008-07-24 Artem BityutskiyUBI: do not forget to free internal volumes
2008-07-24 Artem BityutskiyUBI: fix memory leak
2008-07-24 Kyungmin ParkUBI: avoid unnecessary division operations
2008-07-24 Kyungmin ParkUBI: fix buffer padding
2008-07-24 Artem BityutskiyUBI: add a comment
2008-07-24 Artem BityutskiyUBI: print error code
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
next