1. 92f5daf ide-tape: make pc->idetape_callback void by Bartlomiej Zolnierkiewicz · 16 years ago
  2. 5985e6a ide-tape: merge callbacks by Bartlomiej Zolnierkiewicz · 16 years ago
  3. 258ec41 ide-tape: make idetape_retry_pc() void by Bartlomiej Zolnierkiewicz · 16 years ago
  4. 568ca92 ide-{floppy,tape,scsi}: log device name instead of driver name by Bartlomiej Zolnierkiewicz · 16 years ago
  5. 0b2eea4 ide-floppy: merge idefloppy_transfer_pc() and idefloppy_transfer_pc1() by Bartlomiej Zolnierkiewicz · 16 years ago
  6. 170ee56 ide-tape: remove SIMULATE_ERRORS debug code by Bartlomiej Zolnierkiewicz · 16 years ago
  7. 531e9e5 ide-tape: remove stale comments from idetape_pc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  8. 91395a1 ide-tape: remove unneeded CONFIG_BLK_DEV_IDEDMA ifdef by Bartlomiej Zolnierkiewicz · 16 years ago
  9. 6bd3b0b ide-tape: remove superfluous warning message from idetape_issue_pc() by Bartlomiej Zolnierkiewicz · 16 years ago
  10. 1e049a8 ide-tape: remove superfluous error message from idetape_pc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  11. 87429bd ide-tape: idetape_pc_intr() should use local_irq_enable_in_hardirq() by Bartlomiej Zolnierkiewicz · 16 years ago
  12. 43a2b5b ide-scsi: add debug_log() macro by Bartlomiej Zolnierkiewicz · 16 years ago
  13. c8c5112 ide-scsi: remove superfluous BUG_ON() from idescsi_transfer_pc() by Bartlomiej Zolnierkiewicz · 16 years ago
  14. 3e52fb4 ide-scsi: merge idescsi_input_buffers() and idescsi_output_buffers() by Bartlomiej Zolnierkiewicz · 16 years ago
  15. 6c60bd8 ide-scsi: fix Interrupt Reason checking in idescsi_pc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  16. c04bbc8 ide-scsi: fix handling of DMA errors in idescsi_pc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  17. e8e25f0 ide-scsi: fix DRQ checking for DMA transfers in idescsi_pc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  18. b3d96af ide-scsi: fix race in idescsi_transfer_pc() by Bartlomiej Zolnierkiewicz · 16 years ago
  19. 63f5abb ide: remove action argument in ide_do_drive_cmd by FUJITA Tomonori · 16 years ago
  20. 7e12ca1 ide-scsi: replace ide_do_drive_cmd with blk_execute_rq_nowait by FUJITA Tomonori · 16 years ago
  21. ff07488 ide: remove drive->ctl by Bartlomiej Zolnierkiewicz · 16 years ago
  22. 0fd04dc ide: use ->OUTBSYNC in ide_set_irq() by Bartlomiej Zolnierkiewicz · 16 years ago
  23. 6a732e1 ide: use ->OUTBSYNC in init_irq() by Bartlomiej Zolnierkiewicz · 16 years ago
  24. f8c4bd0a ide: pass 'hwif *' instead of 'drive *' to ->OUTBSYNC method by Bartlomiej Zolnierkiewicz · 16 years ago
  25. 1357214 ide: remove ->mmio flag from ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  26. ed4af48 ide: move IRQ unmasking out from ->tf_load method by Bartlomiej Zolnierkiewicz · 16 years ago
  27. 9a410e7 ide: remove IDE_TFLAG_NO_SELECT_MASK taskfile flag by Bartlomiej Zolnierkiewicz · 16 years ago
  28. e81a3bd ide: fix do_probe() to use SELECT_DRIVE() by Bartlomiej Zolnierkiewicz · 16 years ago
  29. 49e153e ide: remove commented out code from ide_config_drive_speed() by Bartlomiej Zolnierkiewicz · 16 years ago
  30. 912ef6d sgiioc4: use ->extra_base instead of ->dma_status for dma_handle by Bartlomiej Zolnierkiewicz · 16 years ago
  31. 57279a7 ide: remove try_to_flush_leftover_data() by Bartlomiej Zolnierkiewicz · 16 years ago
  32. 931ee0d ide: remove obsoleted "ide=" kernel parameters by Bartlomiej Zolnierkiewicz · 16 years ago
  33. dbac9f8 ide: cleanup init_ide_data() by Bartlomiej Zolnierkiewicz · 16 years ago
  34. 232595e ide: remove obsoleted "hdx=" kernel parameters by Bartlomiej Zolnierkiewicz · 16 years ago
  35. 30e5ee4 ide: remove obsoleted "idebus=" kernel parameter by Bartlomiej Zolnierkiewicz · 16 years ago
  36. 681a561 block: unexport blk_end_sync_rq by FUJITA Tomonori · 16 years ago
  37. 52a93ba block: remove the checking for NULL queue in blk_put_request by FUJITA Tomonori · 16 years ago
  38. d79c5a6 block: convert pd_special_command to use blk_execute_rq by FUJITA Tomonori · 16 years ago
  39. ed820f1 ide-cd: remove ide_cd_init_rq by FUJITA Tomonori · 16 years ago
  40. 124cafc ide: remove ide_init_drive_cmd by FUJITA Tomonori · 16 years ago
  41. 5f2e1ce ide: remove ide_wait/head_wait path in ide_do_drive_cmd by FUJITA Tomonori · 16 years ago
  42. 5b11471 ide: convert ide_do_drive_cmd path to use blk_execute_rq by FUJITA Tomonori · 16 years ago
  43. 9a2d43b block: handle blk_pm_resume_request() requests in blk_execute_rq_nowait() by Bartlomiej Zolnierkiewicz · 16 years ago
  44. 64ea1b4 ide-tape: convert ide_do_drive_cmd path to use blk_execute_rq by FUJITA Tomonori · 16 years ago
  45. 154ed28 ide-taskfile: convert ide_do_drive_cmd path to use blk_execute_rq by FUJITA Tomonori · 16 years ago
  46. 6fe1623 ide-floppy: convert ide_do_drive_cmd path to use blk_execute_rq by FUJITA Tomonori · 16 years ago
  47. dd47087 ide-disk: convert ide_do_drive_cmd path to use blk_execute_rq by FUJITA Tomonori · 16 years ago
  48. 0ef4c4d ide-cd: convert ide_do_drive_cmd path to use blk_execute_rq by FUJITA Tomonori · 16 years ago
  49. 5f82854 ide-cd: convert ide_cd_queue_pc to use blk_execute_rq by FUJITA Tomonori · 16 years ago
  50. c6866a6 ide: use __generic_unplug_device() in ide_do_drive_cmd() (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  51. e8a96aa ide: set REQ_PREEMPT request flag in ide_do_drive_cmd() users by Bartlomiej Zolnierkiewicz · 16 years ago
  52. 5d0cc8a ide: use get_unaligned_* helpers by Harvey Harrison · 16 years ago
  53. a792bd5 ide-tape: use clamp_t() rather than nested min_t()/max_t() by Harvey Harrison · 16 years ago
  54. d6cddd3 ide: eliminate FIT() macro by Harvey Harrison · 16 years ago
  55. 5ddee51 ide: disable drive interrupts in ide_driveid_update() by Mikhail Cherkashin · 16 years ago
  56. 8c6e46d palm_bk3710: fix tRP for UDMA mode 4 by Mikhail Cherkashin · 16 years ago
  57. e4e0fad Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6 by Linus Torvalds · 16 years ago
  58. 1435176 Fix printk format warning in clocksource/acpi_pm.c by Linus Torvalds · 16 years ago
  59. b27418a [MIPS] Remove mips_machtype for LASAT machines by Thomas Bogendoerfer · 16 years ago
  60. 0b56fd8 [MIPS] Remove mips_machtype from EMMA2RH machines by Thomas Bogendoerfer · 16 years ago
  61. c6607295 [MIPS] Remove mips_machtype from ARC based machines by Thomas Bogendoerfer · 16 years ago
  62. 9528356 [MIPS] MTX-1 flash partition setup move to platform devices registration by Yoichi Yuasa · 16 years ago
  63. 7b22609 [MIPS] TXx9: cleanup and fix some sparse warnings by Atsushi Nemoto · 16 years ago
  64. 4c642f3 [MIPS] TXx9: rename asm-mips/mach-jmr3927 to asm-mips/mach-tx39xx by Atsushi Nemoto · 16 years ago
  65. 6e68665 [MIPS] remove machtype for group Toshiba by Yoichi Yuasa · 16 years ago
  66. b6c4053 [MIPS] separate rbtx4927_time_init() and rbtx4937_time_init() by Yoichi Yuasa · 16 years ago
  67. a38c475 [MIPS] separate rbtx4927_arch_init() and rbtx4937_arch_init() by Yoichi Yuasa · 16 years ago
  68. a00fb66 [MIPS] txx9_cpu_clock setup move to rbtx4927_time_init() by Yoichi Yuasa · 16 years ago
  69. 7a1fdf1 [MIPS] txx9_board_vec set directly without mips_machtype by Yoichi Yuasa · 16 years ago
  70. b03d7b1 [MIPS] IP22: Add platform device for Indy volume buttons by Thomas Bogendoerfer · 16 years ago
  71. efff4ae [MIPS] cmbvr4133: Remove support by Yoichi Yuasa · 16 years ago
  72. 3f16654 [MIPS] remove wrppmc_machine_power_off() by Yoichi Yuasa · 16 years ago
  73. 9ecb1ff [MIPS] replace inline assembler to cpu_wait() by Yoichi Yuasa · 16 years ago
  74. 5b438c4 [MIPS] IP22/28: Add platform devices for HAL2 by Thomas Bogendoerfer · 16 years ago
  75. bf744d4 [MIPS] TXx9: Update and merge defconfigs by Atsushi Nemoto · 16 years ago
  76. edcaf1a [MIPS] TXx9: Make single kernel can support multiple boards by Atsushi Nemoto · 16 years ago
  77. 7668915 [MIPS] TXx9: Update defconfigs by Atsushi Nemoto · 16 years ago
  78. 89d63fe [MIPS] TXx9: Reorganize PCI code by Atsushi Nemoto · 16 years ago
  79. 22b1d70 [MIPS] TXx9: Reorganize code by Atsushi Nemoto · 16 years ago
  80. 1447600 [MIPS] txx9: Make gpio_txx9 entirely spinlock-safe by Atsushi Nemoto · 16 years ago
  81. 315806cb [MIPS] Malta: Cleanup organization of code into directories. by Ralf Baechle · 16 years ago
  82. eda49ee [MIPS] Remove always true ifdef conditions. by Ralf Baechle · 16 years ago
  83. d5deda6 [MIPS] MSC01: Cleanup configuration. by Ralf Baechle · 16 years ago
  84. 6da5e30 [MIPS] Remove impossible ifdef and code wrapped by it. by Ralf Baechle · 16 years ago
  85. 1398ddb [MIPS] SEAD: Remove support code. by Ralf Baechle · 16 years ago
  86. 2157bc6 [MIPS] Atlas: Remove support code. by Ralf Baechle · 16 years ago
  87. 372a775 [MIPS] Enable -ffunction-sections sections. by Ralf Baechle · 16 years ago
  88. 74c8494 [MIPS] Bigsur: Make defconfig a bit more useful. by Ralf Baechle · 16 years ago
  89. b012cff [MIPS] Replace use of print_symbol with new %sP pointer format. by Ralf Baechle · 16 years ago
  90. b29eee4 [MIPS] rbtx4927: misc cleanups by Atsushi Nemoto · 16 years ago
  91. af3e69c [MIPS] Declare some pci variables in header file by Atsushi Nemoto · 16 years ago
  92. 8fa9cc1 [MIPS] IP32: Add platform devices for audio and volume button by Thomas Bogendoerfer · 16 years ago
  93. 7a2852e [MIPS] IP28: switch to "normal" mode after PROM no longer needed by Thomas Bogendoerfer · 16 years ago
  94. c3dd3de [MIPS] Add an appropriate header into display.c by Dmitri Vorobiev · 16 years ago
  95. 6ccab43 [MIPS] Make gcmp_probe() static by Dmitri Vorobiev · 16 years ago
  96. 7afed6a [MIPS] A few cleanups in malta_int.c by Dmitri Vorobiev · 16 years ago
  97. d58eaab [MIPS] Namespace clean-up in arch/mips/pci/pci.c by Dmitri Vorobiev · 16 years ago
  98. 1ea6428 [MIPS] i8253: make the pit_clockevent variable static by Dmitri Vorobiev · 16 years ago
  99. 8736595 [MIPS] Enable FAST-20 for onboard scsi by Thomas Bogendoerfer · 16 years ago
  100. f2bc713 [MIPS] Cobalt: Register new LCD platform device. by Yoichi Yuasa · 16 years ago