1. 189bb3b ide-tape: remove pipeline-specific code from idetape_end_request() by Borislav Petkov · 16 years ago
  2. 473567f ide-tape: remove idetape_remove_stage_head() by Borislav Petkov · 16 years ago
  3. b361acb ide-tape: remove idetape_pipeline_size() by Borislav Petkov · 16 years ago
  4. 7f5e72f ide-tape: remove pipeline-specific code in idetape_space_over_filemarks() by Borislav Petkov · 16 years ago
  5. 8646c88 ide-tape: remove unused parameter from idetape_copy_stage_from_user by Borislav Petkov · 16 years ago
  6. 99d74e6 ide-tape: remove unused parameter from idetape_copy_stage_to_user by Borislav Petkov · 16 years ago
  7. 5e69bd9 ide-tape: remove pipeline-specific code from idetape_add_chrdev_read_request() by Borislav Petkov · 16 years ago
  8. ddfe7a7 ide-tape remove pipeline speed/control calculations by Borislav Petkov · 16 years ago
  9. 97c566c ide-tape: remove pipeline-specific code from idetape_add_chrdev_write_request by Borislav Petkov · 16 years ago
  10. f64eee7 ide-tape: remove tape->cache_stage by Borislav Petkov · 16 years ago
  11. cc12175 ide: remove obsoleted "hdx=noautotune" kernel parameter by Bartlomiej Zolnierkiewicz · 16 years ago
  12. ef87f8d ide: remove obsoleted "idex=" kernel parameters by Bartlomiej Zolnierkiewicz · 16 years ago
  13. e460a59 ide: remove obsoleted "idex=reset" kernel parameter by Bartlomiej Zolnierkiewicz · 16 years ago
  14. 9dd4cf1 ide: remove obsoleted "idex=serialize" kernel parameter by Bartlomiej Zolnierkiewicz · 16 years ago
  15. 9fd91d9 ide: add "ignore_cable" parameter (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  16. 9c391ba ide: fix icside breakage by Al Viro · 16 years ago
  17. c3bf9bc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-bigbox-bootmem-v3 by Linus Torvalds · 16 years ago
  18. e3505dd Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 16 years ago
  19. c2b91e2 x86_64/mm: check and print vmemmap allocation continuous by Yinghai Lu · 16 years ago
  20. 1a27fc0 x86_64: fix setup_node_bootmem to support big mem excluding with memmap by Yinghai Lu · 17 years ago
  21. 8b3cd09 x86_64: make reserve_bootmem_generic() use new reserve_bootmem() by Yinghai Lu · 17 years ago
  22. a5645a6 mm: allow reserve_bootmem() cross nodes by Yinghai Lu · 17 years ago
  23. 9a2dc04 mm: offset align in alloc_bootmem() by Yinghai Lu · 17 years ago
  24. ad09315 mm: fix alloc_bootmem_core to use fast searching for all nodes by Yinghai Lu · 17 years ago
  25. e123dd3 mm: make mem_map allocation continuous by Yinghai Lu · 16 years ago
  26. 9b79ed9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-generic-bitops-v3 by Linus Torvalds · 16 years ago
  27. a52b0d2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  28. 539a5fe Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-bigbox-bootparam by Linus Torvalds · 16 years ago
  29. f37afda ide: constify struct ide_dma_ops by Bartlomiej Zolnierkiewicz · 16 years ago
  30. 5e37bdc ide: add struct ide_dma_ops (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  31. 1fd1890 ide: add IDE_HFLAG_SERIALIZE_DMA host flag by Bartlomiej Zolnierkiewicz · 16 years ago
  32. 6c61064 sl82c105: check bridge revision in sl82c105_init_one() by Bartlomiej Zolnierkiewicz · 16 years ago
  33. 8552865 au1xxx-ide: use ->init_dma method by Bartlomiej Zolnierkiewicz · 16 years ago
  34. b552a2c palm_bk3710: use ->init_dma method by Bartlomiej Zolnierkiewicz · 16 years ago
  35. 04216fa sgiioc4: use ->init_dma method by Bartlomiej Zolnierkiewicz · 16 years ago
  36. 91432f4 icside: use ->init_dma method by Bartlomiej Zolnierkiewicz · 16 years ago
  37. 0d07192 ide-pmac: use ->init_dma method by Bartlomiej Zolnierkiewicz · 16 years ago
  38. b123f56 ide: do complete DMA setup in ->init_dma method (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  39. f629b38 au1xxx-ide: fix MWDMA support by Bartlomiej Zolnierkiewicz · 16 years ago
  40. 63158d5 ide: cleanup ide_setup_dma() by Bartlomiej Zolnierkiewicz · 16 years ago
  41. d54452f ide: factor out setting PCI bus-mastering from ide_hwif_setup_dma() by Bartlomiej Zolnierkiewicz · 16 years ago
  42. b8e73fb ide: export ide_allocate_dma_engine() by Bartlomiej Zolnierkiewicz · 16 years ago
  43. 23658f8 ide: move ide_setup_dma() call out from ->init_dma method by Bartlomiej Zolnierkiewicz · 16 years ago
  44. 6d36b95 alim15x3: skip DMA initialization completely on revs < 0x20 by Bartlomiej Zolnierkiewicz · 16 years ago
  45. 73369d2 pdc202xx_old: remove init_dma_pdc202xx() by Bartlomiej Zolnierkiewicz · 16 years ago
  46. 8d9f9a7 ide: don't display "BIOS" settings in ide_setup_dma() by Bartlomiej Zolnierkiewicz · 16 years ago
  47. 5e59c23 ide: remove ->cds field from ide_hwif_t (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  48. 0a79acd ide: remove ide_dma_iobase() by Bartlomiej Zolnierkiewicz · 16 years ago
  49. 21a3387 ide: remove ->extra field from struct ide_port_info by Bartlomiej Zolnierkiewicz · 16 years ago
  50. eb63963 ide: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  51. c4b22f8 ide-tape: remove idetape_pipeline_active() by Borislav Petkov · 16 years ago
  52. 3dd89a9 ide: cleanup setting hwif->mmio flag by Bartlomiej Zolnierkiewicz · 16 years ago
  53. 5add222 ide: remove ide_hwif_request_regions() by Bartlomiej Zolnierkiewicz · 16 years ago
  54. 0d1bad2 ide: manage resources for PCI devices in ide_pci_enable() (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  55. 7ebe593 cmd640: manage I/O resources in driver by Bartlomiej Zolnierkiewicz · 16 years ago
  56. d92f1a2 ide: manage I/O resources in ide_legacy_init_one() by Bartlomiej Zolnierkiewicz · 16 years ago
  57. d9b819a ide: add ide_legacy_init_one() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  58. 2305d94 ide_arm: manage I/O resources in driver by Bartlomiej Zolnierkiewicz · 16 years ago
  59. 2c4be25 ide-4drives: manage I/O resources in driver by Bartlomiej Zolnierkiewicz · 16 years ago
  60. 1664949 ide-generic: manage I/O resources in driver by Bartlomiej Zolnierkiewicz · 16 years ago
  61. d083c03 ide: remove ide_hwif_release_regions() by Bartlomiej Zolnierkiewicz · 16 years ago
  62. eb716be ide: register ports with non-present devices (for warm-plug) by Bartlomiej Zolnierkiewicz · 16 years ago
  63. d703b79 ide-cs: manage I/O resources in driver by Bartlomiej Zolnierkiewicz · 16 years ago
  64. 134d454 ide-pnp: manage I/O resources in driver by Bartlomiej Zolnierkiewicz · 16 years ago
  65. 7a2199f qd65xx: cleanup qd_probe() by Bartlomiej Zolnierkiewicz · 16 years ago
  66. 0bfeee7 ide: use ide_legacy_device_add() for qd65xx (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  67. 3b36f66 ide: add ide_legacy_device_add() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  68. e53cd45 ide: remove ->noprobe field from ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  69. e5e076a ide-cd: fix remaining checkpatch.pl issues by Borislav Petkov · 16 years ago
  70. 83c8565 ide-cd: shorten lines longer than 80 columns by Borislav Petkov · 16 years ago
  71. 5a3ea3b ide-cd: fixup comments by Borislav Petkov · 16 years ago
  72. 5e657a9 ide-cd: put all proc-related code at one place by Borislav Petkov · 16 years ago
  73. 9aba468 ide-cd: include proper headers by Borislav Petkov · 16 years ago
  74. ac95bee ide: add struct ide_port_ops (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  75. fb88438 x86, boot: Document for linked list of struct setup_data by Huang, Ying · 17 years ago
  76. c14b2ad x86, boot: export linked list of struct setup_data via debugfs by Huang, Ying · 17 years ago
  77. 8b664aa x86, boot: add linked list of struct setup_data by Huang, Ying · 17 years ago
  78. 50eae2a x86, boot: add free_early to early reservation machanism by Huang, Ying · 17 years ago
  79. 0124cec x86, PAT: disable /dev/mem mmap RAM with PAT by Venki Pallipadi · 16 years ago
  80. f509391 kbuild: scripts/Makefile.modpost typo fix by Adrian Bunk · 16 years ago
  81. 2fa3656 kbuild: soften MODULE_LICENSE check by Sam Ravnborg · 16 years ago
  82. 19870de x86, bitops: select the generic bitmap search functions by Alexander van Heukelum · 16 years ago
  83. f19dcf4 x86: include/asm-x86/pgalloc.h/bitops.h: checkpatch cleanups - formatting only by Joe Perches · 17 years ago
  84. d66462f x86: finalize bitops unification by Alexander van Heukelum · 17 years ago
  85. 5245698 x86, UML: remove x86-specific implementations of find_first_bit by Alexander van Heukelum · 17 years ago
  86. 3a48305 x86: optimize find_first_bit for small bitmaps by Alexander van Heukelum · 17 years ago
  87. 2aba692 x86: switch 64-bit to generic find_first_bit by Alexander van Heukelum · 17 years ago
  88. 77b9bd9 x86: generic versions of find_first_(zero_)bit, convert i386 by Alexander van Heukelum · 17 years ago
  89. d57594c bitops: use __fls for fls64 on 64-bit archs by Alexander van Heukelum · 17 years ago
  90. 56a6b1e generic: implement __fls on all 64-bit archs by Alexander van Heukelum · 17 years ago
  91. 7d9dff22e generic: introduce a generic __fls implementation by Alexander van Heukelum · 17 years ago
  92. 12d9c84 x86: merge the simple bitops and move them to bitops.h by Alexander van Heukelum · 17 years ago
  93. 64970b6 x86, generic: optimize find_next_(zero_)bit for small constant-size bitmaps by Alexander van Heukelum · 17 years ago
  94. 60b6783 x86, uml: fix uml with generic find_next_bit for x86 by Alexander van Heukelum · 17 years ago
  95. 6fd92b6 x86: change x86 to use generic find_next_bit by Alexander van Heukelum · 17 years ago
  96. 18e413f uml: Kconfig cleanup by Ingo Molnar · 16 years ago
  97. 297e1b2 uml: fix build error by Ingo Molnar · 16 years ago
  98. 4a27214 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-fixes by Linus Torvalds · 16 years ago
  99. c837c93 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb by Linus Torvalds · 16 years ago
  100. d485cb9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-optimized-inlining by Linus Torvalds · 16 years ago