Age | Commit message (Expand) | Author |
2008-01-25 | ide-disk: use ide_get_lba_addr() | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: add ide_tf_read() helper | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide-disk: use do_rw_taskfile() (take 2) | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: remove 'handler' field from ide_task_t (take 2) | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: use ->data_phase to set ->handler in do_rw_taskfile() | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: convert do_rw_taskfile() to use ->data_phase | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: merge flagged_taskfile() into do_rw_taskfile() | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: remove 'tf_in_flags' field from ide_task_t | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: remove 'command_type' field from ide_task_t | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: remove hwif->intrproc | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: remove SELECT_INTERRUPT() | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: remove QUIRK_LIST() | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: add ide_pktcmd_tf_load() helper | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: remove atapi_ireason_t (take 3) | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: remove ata_nsector_t, ata_data_t and atapi_bcount_t | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: remove atapi_feature_t | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: remove atapi_error_t (take 2) | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: remove ata_status_t and atapi_status_t | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: CPU endianness doesn't matter for special_t | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: remove REQ_TYPE_ATA_TASK | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: use ide_tf_load() in execute_drive_cmd() | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: remove stale ide.h "configuration options" | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: use do_rw_taskfile() in flagged_taskfile() | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: add ide_no_data_taskfile() helper | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: add ide_tf_load() helper | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: add struct ide_taskfile (take 2) | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: remove task_ioreg_t typedef (take 2) | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: remove ->dma_master field from ide_hwif_t (take 5) | Bartlomiej Zolnierkiewicz |
2008-01-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds |
2008-01-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hsk... | Linus Torvalds |
2008-01-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds |
2008-01-25 | [AVR32] NMI debugging | Haavard Skinnemoen |
2008-01-25 | [AVR32] Add support for AT32AP7001 and AT32AP7002 | Haavard Skinnemoen |
2008-01-25 | [AVR32] Provide more CPU information in /proc/cpuinfo and dmesg | Haavard Skinnemoen |
2008-01-25 | [AVR32] Enable debugging only when needed | Haavard Skinnemoen |
2008-01-24 | Kobject: fix coding style issues in kobject.h | Greg Kroah-Hartman |
2008-01-24 | Driver core: fix coding style issues in device.h | Greg Kroah-Hartman |
2008-01-24 | Driver Core: add class iteration api | Dave Young |
2008-01-24 | Driver Core: constify the name passed to platform_device_register_simple | Stephen Rothwell |
2008-01-24 | Driver core: change sysdev classes to use dynamic kobject names | Kay Sievers |
2008-01-24 | Kobject: remove kobject_unregister() as no one uses it anymore | Greg Kroah-Hartman |
2008-01-24 | Kobject: auto-cleanup on final unref | Kay Sievers |
2008-01-24 | Kset: remove kset_add function | Greg Kroah-Hartman |
2008-01-24 | Kobject: remove kobject_register() | Greg Kroah-Hartman |
2008-01-24 | Kobject: rename kobject_init_ng() to kobject_init() | Greg Kroah-Hartman |
2008-01-24 | Kobject: remove kobject_init() as no one uses it anymore | Greg Kroah-Hartman |
2008-01-24 | Kobject: rename kobject_add_ng() to kobject_add() | Greg Kroah-Hartman |
2008-01-24 | Kobject: remove kobject_add() as no one uses it anymore | Greg Kroah-Hartman |
2008-01-24 | Driver core: convert block from raw kobjects to core devices | Kay Sievers |
2008-01-24 | Driver core: move the static kobject out of struct driver | Greg Kroah-Hartman |