1. 022992e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6 by Linus Torvalds · 16 years ago
  2. 5fbbf5f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  3. ce279e6 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  4. 894bcdf Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 16 years ago
  5. 97b5fe8 Merge branch 'devel' by Russell King · 16 years ago
  6. a419df8 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 16 years ago
  7. be680c7 Merge branch 'next-footbridge' of git://aeryn.fluff.org.uk/bjdooks/linux by Russell King · 16 years ago
  8. 0fe40ff libata: clean up the SFF code for coding style by Alan Cox · 16 years ago
  9. 871af12 libata: Add 32bit PIO support by Alan Cox · 16 years ago
  10. e427fe0 [libata] ahci: Withdraw IGN_SERR_INTERNAL for SB800 SATA by Shane Huang · 16 years ago
  11. 4044ba5 md: don't retry recovery of raid1 that fails due to error on source drive. by NeilBrown · 16 years ago
  12. efeb53c md: Allow md devices to be created by name. by NeilBrown · 16 years ago
  13. d337482 md: make devices disappear when they are no longer needed. by NeilBrown · 16 years ago
  14. a21d150 md: centralise all freeing of an 'mddev' in 'md_free' by NeilBrown · 16 years ago
  15. 8b76539 md: move allocation of ->queue from mddev_find to md_probe by NeilBrown · 16 years ago
  16. cd2ac93 md: need another print_sb for mdp_superblock_1 by Cheng Renquan · 16 years ago
  17. 159ec1f md: use list_for_each_entry macro directly by Cheng Renquan · 16 years ago
  18. ccacc7d md: raid0: make hash_spacing and preshift sector-based. by Andre Noll · 16 years ago
  19. 83838ed md: raid0: Represent the size of strip zones in sectors. by Andre Noll · 16 years ago
  20. 0825b87 md: raid0 create_strip_zones(): Add KERN_INFO/KERN_ERR to printk's. by Andre Noll · 16 years ago
  21. 6b8796c md: raid0 create_strip_zones(): Make two local variables sector-based. by Andre Noll · 16 years ago
  22. 6199d3d md: raid0: Represent zone->zone_offset in sectors. by Andre Noll · 16 years ago
  23. 019c4e2 md: raid0: Represent device offset in sectors. by Andre Noll · 16 years ago
  24. e0f0686 md: raid0_make_request(): Replace local variable block by sector. by Andre Noll · 16 years ago
  25. a471200 md: raid0_make_request(): Remove local variable chunk_size. by Andre Noll · 16 years ago
  26. 1b7fdf8 md: raid0_make_request(): Replace chunksize_bits by chunksect_bits. by Andre Noll · 16 years ago
  27. 0c3573f md: use sysfs_notify_dirent to notify changes to md/sync_action. by NeilBrown · 16 years ago
  28. 5384527 md: fix bitmap-on-external-file bug. by NeilBrown · 16 years ago
  29. 6ecb6f2 pata_hpt366: reimplement mode programming by Tejun Heo · 16 years ago
  30. b63d395 [libata] pata_hpt3x3: correct _freeze() function declaration by Jeff Garzik · 16 years ago
  31. 5c18c4d libata: Add special ata_pio_need_iordy() handling for Compact Flash. by David Daney · 16 years ago
  32. 78a7ba4 pata_platform: __pata_platform_remove() shouldn't be in discard section by Sonic Zhang · 16 years ago
  33. 1564a18 sata_sil24: remove unused sil24_port_multiplier by Grant Grundler · 16 years ago
  34. 8522ee2 [libata] ahci: Add SATA GEN3 related messages by Shane Huang · 16 years ago
  35. 2852bcf ata_piix: save, use saved and restore IOCFG by Tejun Heo · 16 years ago
  36. fc80902 pata_ali: Fix and workaround for FIFO DMA bug by Alan Cox · 16 years ago
  37. 1b2c357 pata_ali: force initialise a few bits by Alan Cox · 16 years ago
  38. 978ff6d pata_hpt3x3: Workarounds for chipset by Alan Cox · 16 years ago
  39. 33b04b9 async: make async_synchronize_full() more serializing by Arjan van de Ven · 16 years ago
  40. 56cf391 wimax: fix kernel-doc for debufs_dentry member of struct wimax_dev by Inaky Perez-Gonzalez · 16 years ago
  41. 0ba4887 regulator: fix kernel-doc warnings by Randy Dunlap · 16 years ago
  42. 6001e13 regulator: catch some registration errors by David Brownell · 16 years ago
  43. 9fe5817 regulator: Add basic DocBook manual by Mark Brown · 16 years ago
  44. cf7bbcd regulator: Fix some kerneldoc rendering issues by Mark Brown · 16 years ago
  45. c8e7e46 regulator: Add missing kerneldoc by Mark Brown · 16 years ago
  46. 69279fb regulator: Clean up kerneldoc warnings by Mark Brown · 16 years ago
  47. 8dc5390 regulator: Remove extraneous kerneldoc annotations by Mark Brown · 16 years ago
  48. 9f4dab4 regulator: init/link earlier by David Brownell · 16 years ago
  49. 74f544c regulator: move set_machine_constraints after regulator device initialization by Mike Rapoport · 16 years ago
  50. 9618690 regulator: da903x: make da903x_is_enabled return 0 or 1 by Mike Rapoport · 16 years ago
  51. 471d8d4 regulator: da903x: add '\n' to error messages by Mike Rapoport · 16 years ago
  52. 7ad68e2 regulator: sysfs attribute reduction (v2) by David Brownell · 16 years ago
  53. 4fca954 regulator: code shrink (v2) by David Brownell · 16 years ago
  54. e573520 regulator: improved mode error checks by David Brownell · 16 years ago
  55. 412aec6 regulator: enable/disable refcounting by David Brownell · 16 years ago
  56. 812460a regulator: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  57. 8cb8957 net: convert pegasus driver to net_device_ops by Oliver Neukum · 16 years ago
  58. 9f4c958 bnx2x: Prevent eeprom set when driver is down by Eilon Greenstein · 16 years ago
  59. 321ea8b net: switch kaweth driver to netdevops by Oliver Neukum · 16 years ago
  60. 283a21d pcnet32: round off carrier watch timer by Stephen Hemminger · 16 years ago
  61. 9fd7a1d i2400m/usb: wrap USB power saving in #ifdef CONFIG_PM by Inaky Perez-Gonzalez · 16 years ago
  62. a2e9da4 wimax: testing for rfkill support should also test for CONFIG_RFKILL_MODULE by Inaky Perez-Gonzalez · 16 years ago
  63. 71f78af wimax: fix kconfig interactions with rfkill and input layers by Inaky Perez-Gonzalez · 16 years ago
  64. d48e470 wimax: fix '#ifndef CONFIG_BUG' layout to avoid warning by Inaky Perez-Gonzalez · 16 years ago
  65. 7f46b13 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  66. b8c31da r6040: bump release number to 0.20 by Florian Fainelli · 16 years ago
  67. 1d2b1a7 r6040: warn about MAC address being unset by Florian Fainelli · 16 years ago
  68. 84314bf r6040: check PHY status when bringing interface up by Florian Fainelli · 16 years ago
  69. 9a48ce8 r6040: make printks consistent with DRV_NAME by Florian Fainelli · 16 years ago
  70. a1d8f60 gianfar: Fixup use of BUS_ID_SIZE by Kumar Gala · 16 years ago
  71. bd531e3 mlx4_en: Returning real Max in get_ringparam by Yevgeny Petrilin · 16 years ago
  72. 41efea5 mlx4_en: Consider inline packets on completion by Yevgeny Petrilin · 16 years ago
  73. 33a2a2b netdev: bfin_mac: enable bfin_mac net dev driver for BF51x by Sonic Zhang · 16 years ago
  74. 8403b13 qeth: convert to net_device_ops by Frank Blaschka · 16 years ago
  75. cc883d1 vlan: add neigh_setup by Frank Blaschka · 16 years ago
  76. f52deb0 dm9601: warn on invalid mac address by Wu Fengguang · 16 years ago
  77. 4b9f8ec dm9601: tell HW about random generated mac address by Wu Fengguang · 16 years ago
  78. 684f217 tcp6: Add GRO support by Herbert Xu · 16 years ago
  79. 787e920 ipv6: Add GRO support by Herbert Xu · 16 years ago
  80. 85da1fb Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 16 years ago
  81. 73ac36e fix similar typos to successfull by Coly Li · 16 years ago
  82. da2bdf9 Make various things static by Roel Kluin · 16 years ago
  83. 9a8d5bb generic swap(): dcache: use swap() instead of private do_switch() by Wu Fengguang · 16 years ago
  84. df4927b generic swap(): sched: remove local swap() macro by Wu Fengguang · 16 years ago
  85. 97e133b generic swap(): ext4: remove local swap() macro by Wu Fengguang · 16 years ago
  86. be857df generic swap(): ext3: remove local swap() macro by Wu Fengguang · 16 years ago
  87. 91f68b7 generic swap(): introduce global macro swap(a, b) by Wu Fengguang · 16 years ago
  88. b53907c generic swap(): lib/sort.c: rename swap to swap_func by Wu Fengguang · 16 years ago
  89. b67445f generic swap(): iphase: rename swap() to swap_byte_order() by Wu Fengguang · 16 years ago
  90. 1a8a27c generic swap(): sparc: rename swap() to swap_ulong() by Wu Fengguang · 16 years ago
  91. c19a28e remove lots of double-semicolons by Fernando Carrijo · 16 years ago
  92. f156596 romfs: romfs_iget() - unsigned ino >= 0 is always true by roel kluin · 16 years ago
  93. 921d58c vmcore: remove saved_max_pfn check by Magnus Damm · 16 years ago
  94. 4037014 w1: send status messages after command processing by Evgeniy Polyakov · 16 years ago
  95. f89735c w1: added w1 reset command by Evgeniy Polyakov · 16 years ago
  96. 325a06f w1: move w1 commands from defines to enum by Evgeniy Polyakov · 16 years ago
  97. c7e2663 w1: allow master IO commands by Evgeniy Polyakov · 16 years ago
  98. e4e056a w1: documentation update by Evgeniy Polyakov · 16 years ago
  99. 3b83840 w1: list slaves commands by Evgeniy Polyakov · 16 years ago
  100. 9be62e0 w1: add touch block command by Evgeniy Polyakov · 16 years ago