1. 2fceef3 Merge commit 'v2.6.26' into bkl-removal by Jonathan Corbet · 16 years ago
  2. c157dfa PCI PM: Fix pci_prepare_to_sleep by Rafael J. Wysocki · 16 years ago
  3. beef312 x86/PCI: Fix PCI config space for domains > 0 by Matthew Wilcox · 16 years ago
  4. a41eeba ftrace: document updates by Steven Rostedt · 16 years ago
  5. e752065 configfs: call drop_link() to cleanup after create_link() failure by Louis Rilling · 16 years ago
  6. 11c3b79 configfs: Allow ->make_item() and ->make_group() to return detailed errors. by Joel Becker · 16 years ago
  7. 6d8344b configfs: Fix failing mkdir() making racing rmdir() fail by Louis Rilling · 16 years ago
  8. b3e76af configfs: Fix deadlock with racing rmdir() and rename() by Louis Rilling · 16 years ago
  9. 107ed40 configfs: Make configfs_new_dirent() return error code instead of NULL by Louis Rilling · 16 years ago
  10. 5301a77 configfs: Protect configfs_dirent s_links list mutations by Louis Rilling · 16 years ago
  11. 6f61076 configfs: Introduce configfs_dirent_lock by Louis Rilling · 16 years ago
  12. fe9f387 ocfs2: Don't snprintf() without a format. by Joel Becker · 16 years ago
  13. e407e39 ocfs2: Fix CONFIG_OCFS2_DEBUG_FS #ifdefs by Joel Becker · 16 years ago
  14. 461c6a3 ocfs2/net: Silence build warnings on sparc64 by Sunil Mushran · 16 years ago
  15. 01af482 ocfs2: Handle error during journal load by Wengang Wang · 16 years ago
  16. 56753bd ocfs2: Silence an error message in ocfs2_file_aio_read() by Sunil Mushran · 16 years ago
  17. 7600c72 ocfs2: use simple_read_from_buffer() by Akinobu Mita · 16 years ago
  18. dd25e55 ocfs2: fix printk format warnings with OCFS2_FS_STATS=n by Randy Dunlap · 16 years ago
  19. 8ddb7b0 [PATCH 2/2] ocfs2: Instrument fs cluster locks by Sunil Mushran · 16 years ago
  20. ce7231e [PATCH 1/2] ocfs2: Add CONFIG_OCFS2_FS_STATS config option by Sunil Mushran · 16 years ago
  21. 17489c0 Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  22. a3da5bf Merge branch 'x86/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  23. 3b23e66 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 16 years ago
  24. 4735c98 i2c: Add detection capability to new-style drivers by Jean Delvare · 16 years ago
  25. 8508159 i2c: Call client_unregister for new-style devices too by Jean Delvare · 16 years ago
  26. f741f67 i2c: Clean up old chip drivers by Jean Delvare · 16 years ago
  27. b1204e6 i2c-ibm_iic: Register child nodes by Sean MacLennan · 16 years ago
  28. 2b7a505 i2c: New-style EEPROM driver using device IDs by Wolfram Sang · 16 years ago
  29. e9ca9eb i2c: Export the i2c_bus_type symbol by Jon Smirl · 16 years ago
  30. f09f71b i2c-au1550: Fix PM support by Manuel Lauss · 16 years ago
  31. f6a7110 i2c-dev: Delete empty detach_client callback by Jean Delvare · 16 years ago
  32. 954a993 i2c: Drop stray references to lm_sensors by Jean Delvare · 16 years ago
  33. 54fb4a05 i2c: Check for ACPI resource conflicts by Jean Delvare · 16 years ago
  34. 2373c18 i2c-ocores: basic PM support by Manuel Lauss · 16 years ago
  35. 392a040 i2c-sibyte: SWARM I2C board initialization by Maciej W. Rozycki · 16 years ago
  36. cf898dc i2c-i801: Fix handling of error conditions by Jean Delvare · 16 years ago
  37. 2b73809 i2c-i801: Rename local variable temp to status by Jean Delvare · 16 years ago
  38. dcb5c92 i2c-i801: Properly report bus arbitration loss by Jean Delvare · 16 years ago
  39. 90df2cb i2c-i801: Remove verbose debugging messages by Jean Delvare · 16 years ago
  40. e3e7fc3 i2c-algo-pcf: Drop unused struct members by Jean Delvare · 16 years ago
  41. 0573d11 i2c-algo-pcf: Multi-master lost-arbitration improvement by Eric Brower · 16 years ago
  42. 8a56ce1 i2c: Deprecate the legacy gpio drivers by David Brownell · 16 years ago
  43. 47a9b13 i2c-pxa: Initialize early by Uli Luckas · 16 years ago
  44. d3dc685 i2c-ibm_iic: Enable driver for all PPC4xx variants in arch/powerpc by Stefan Roese · 16 years ago
  45. e6c3de6 i2c-ibm_iic: Remove deprecated OCP style part by Stefan Roese · 16 years ago
  46. e045744 i2c: Simplify i2c_device_probe by Jean Delvare · 16 years ago
  47. 1b4dff9 i2c/eeprom: Fall back to SMBus read word transactions by Jean Delvare · 16 years ago
  48. d4653bf i2c/eeprom: Only probe buses with DDC or SPD class by Jean Delvare · 16 years ago
  49. 3401b2f i2c: Let bus drivers add SPD to their class by Jean Delvare · 16 years ago
  50. c1b6b4f i2c: Let framebuffer drivers set their I2C bus class to DDC by Jean Delvare · 16 years ago
  51. 0d2b405 i2c: Add MAINTAINER entry for i2c-cpm by Jochen Friedrich · 16 years ago
  52. 3b27080 i2c-cpm: Bugfixes by Wolfram Sang · 16 years ago
  53. 61045db i2c: Add support for I2C bus on Freescale CPM1/CPM2 controllers by Jochen Friedrich · 16 years ago
  54. 77e38bf i2c: Push ioctl BKL down into the i2c code by Alan Cox · 16 years ago
  55. 5bc1200 i2c: Add Intel SCH SMBus support by Alek Du · 16 years ago
  56. f7050bd i2c: Simplify i2c_del_driver() by Jean Delvare · 16 years ago
  57. 6a03cd9 i2c: Use list_for_each_entry_safe by Matthias Kaehlcke · 16 years ago
  58. 7650da0 i2c-pca-platform: Fix error code by Wolfram Sang · 16 years ago
  59. c80ebe7 i2c-pca-algo: Fix error code by Wolfram Sang · 16 years ago
  60. ac7fc4f i2c: Consistently reject unsupported transactions by Jean Delvare · 16 years ago
  61. fa63cd5 i2c-piix4: Various cleanups and minor fixes by Jean Delvare · 16 years ago
  62. 9714034 i2c: Bus drivers return -Errno not -1 by David Brownell · 16 years ago
  63. 6ea438e i2c: i2c_use_client() defends against NULL by David Brownell · 16 years ago
  64. a1cdeda i2c: Kerneldoc for most I/O calls by David Brownell · 16 years ago
  65. ae7193f i2c: Update stray references to smbus_access by Jean Delvare · 16 years ago
  66. 67c2e66 i2c: Delete unused function i2c_smbus_write_quick by Jean Delvare · 16 years ago
  67. f5b728a i2c: Group bus drivers by type by Jean Delvare · 16 years ago
  68. 24a5bb7 i2c-core: Return -Errno, not -1 by David Brownell · 16 years ago
  69. 7541549 i2c-core: Remove needless include by Jean Delvare · 16 years ago
  70. 81fded1 i2c: Document standard fault codes by David Brownell · 16 years ago
  71. 4d2bee5 i2c-bfin-twi: Update the dependencies by Mike Frysinger · 16 years ago
  72. 20a9b6e i2c: Remove 3 deprecated bus drivers by Adrian Bunk · 16 years ago
  73. 279e902 i2c-nforce2: Add support for multiplexing on the Tyan S4985 by Jean Delvare · 16 years ago
  74. 2e74378 i2c-davinci: Initialize cmd_complete sooner by Troy Kisky · 16 years ago
  75. 5a0d5f5 i2c-davinci: Fix signal handling bug by Troy Kisky · 16 years ago
  76. 0ab56e2 i2c-davinci: Remove useless IVR read by Troy Kisky · 16 years ago
  77. d868caa i2c-davinci: Move dev_dbg statement for more output by Troy Kisky · 16 years ago
  78. cc99ff7 i2c-davinci: Ensure clock between 7-12 MHz by Troy Kisky · 16 years ago
  79. 7f101a9 i2c: Use class_for_each_device by Dave Young · 16 years ago
  80. 6c118e4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6 by Linus Torvalds · 16 years ago
  81. 847106f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 16 years ago
  82. c142bda Merge branch 'drm-reorg' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 16 years ago
  83. b5cf43c Merge branch 'for-linus' of git://git.alsa-project.org/alsa-kernel by Linus Torvalds · 16 years ago
  84. b7f80af Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 16 years ago
  85. 42c5920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 16 years ago
  86. dddec01 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  87. 2640d7c AHCI: Remove an unnecessary flush from ahci_qc_issue by Matthew Wilcox · 16 years ago
  88. 24920c8 AHCI: speed up resume by Zhang Rui · 16 years ago
  89. 1e9dbc9 [libata] Add support for VPD page b1 by Matthew Wilcox · 16 years ago
  90. 6ad6740 ata: endianness annotations in pata drivers by Harvey Harrison · 16 years ago
  91. 3eabddb libata-eh: update atapi_eh_request_sense() to take @dev instead of @qc by Tejun Heo · 16 years ago
  92. ec6add9 [libata] sata_svw: update code comments relating to data corruption by Pavel Machek · 16 years ago
  93. 18f7ba4 libata/ahci: enclosure management support by Kristen Carlson Accardi · 16 years ago
  94. 87fbc5a libata: improve EH internal command timeout handling by Tejun Heo · 16 years ago
  95. d8af0eb libata: use ULONG_MAX to terminate reset timeout table by Tejun Heo · 16 years ago
  96. 0a2c0f5 libata: improve EH retry delay handling by Tejun Heo · 16 years ago
  97. 341c2c9 libata: consistently use msecs for time durations by Tejun Heo · 16 years ago
  98. 7daf705 Start using the new '%pS' infrastructure to print symbols by Linus Torvalds · 16 years ago
  99. 18c60c0 dlm: fix uninitialized variable for search_rsb_list callers by Benny Halevy · 16 years ago
  100. 311f6fc dlm: release socket on error by Masatake YAMATO · 16 years ago