1. 6aa033d Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  2. 58b164b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 14 years ago
  3. ab08937 quiesce EDAC initialisation on desktop/mobile i7 by Daniel J Blueman · 14 years ago
  4. dbbe464 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 14 years ago
  5. 24b1442 Driver-core: Always create class directories for classses that support namespaces. by Eric W. Biederman · 14 years ago
  6. 1fe9b6f virtio: fix oops on OOM by Michael S. Tsirkin · 14 years ago
  7. c76986c Remove REDWOOD_[456] config options and conditional code by Christian Dietrich · 14 years ago
  8. 7a2bb23 imxfb: add pwmr controlled backlight support by Eric Bénard · 14 years ago
  9. a7d403c mxcmmc: convert to pm_ops and enable/disable clock by Eric Bénard · 14 years ago
  10. 2dcf78c Merge branch 'imx/for-2.6.36' of git://git.pengutronix.de/git/ukl/linux-2.6 into HEAD by Uwe Kleine-König · 14 years ago
  11. 2518507 i.MX25: fix USB gadget support by Eric Bénard · 14 years ago
  12. 4ea0af0 i.MX25: fix EHCI support by Eric Bénard · 14 years ago
  13. cce0246 mxc_nand: add support for platform defined partitions by Baruch Siach · 14 years ago
  14. 5ea3202 mxc_nand: Fix OOB handling by Sascha Hauer · 14 years ago
  15. 16b3bf8 mxcmmc: add card detect through DAT3 possibility by Eric Bénard · 14 years ago
  16. ce89624 ARM: 6214/2: driver for the character LCD found in ARM refdesigns by Linus Walleij · 14 years ago
  17. 729419f oprofile: make event buffer nonseekable by Arnd Bergmann · 14 years ago
  18. ba9f507 Input: adp5588-keys - export unused GPIO pins by Xiaolong Chen · 14 years ago
  19. b326b85 Input: xpad - add product ID for Hori Fighting Stick EX2 by Chris Merrett · 14 years ago
  20. 7b5e078 forcedeth: Fix different hardware statistics versions. by Mike Ditto · 14 years ago
  21. 69e51b4 md/bitmap: separate out loading a bitmap from initialising the structures. by NeilBrown · 14 years ago
  22. e384e58 md/bitmap: prepare for storing write-intent-bitmap via dm-dirty-log. by NeilBrown · 14 years ago
  23. ef42567 md/bitmap: optimise scanning of empty bitmaps. by NeilBrown · 14 years ago
  24. b63d7c2 md/bitmap: clean up plugging calls. by NeilBrown · 14 years ago
  25. 5ff5aff md/bitmap: reduce dependence on sysfs. by NeilBrown · 14 years ago
  26. ac2f40b md/bitmap: white space clean up and similar. by NeilBrown · 14 years ago
  27. 9f7c222 md/raid5: export raid5 unplugging interface. by NeilBrown · 14 years ago
  28. 252ac52 md/plug: optionally use plugger to unplug an array during resync/recovery. by NeilBrown · 14 years ago
  29. 2ac8740 md/raid5: add simple plugging infrastructure. by NeilBrown · 14 years ago
  30. 11d8a6e md/raid5: export is_congested test by NeilBrown · 14 years ago
  31. 4a5add4 raid5: Don't set read-ahead when there is no queue by NeilBrown · 14 years ago
  32. 768a418 md: add support for raising dm events. by NeilBrown · 14 years ago
  33. 390ee60 md: export various start/stop interfaces by NeilBrown · 14 years ago
  34. e8bb9a8 md: split out md_rdev_init by NeilBrown · 14 years ago
  35. 676e42d md: be more careful setting MD_CHANGE_CLEAN by NeilBrown · 14 years ago
  36. f4be6b4 md/raid5: ensure we create a unique name for kmem_cache when mddev has no gendisk by NeilBrown · 14 years ago
  37. 0ccb3a7 drm/nv50: fix some not-error error messages by Ben Skeggs · 14 years ago
  38. ee2e013 drm/nouveau: introduce gpio engine by Ben Skeggs · 14 years ago
  39. bf563a6 drm/nv50: correct wait condition for instmem flush by Ben Skeggs · 14 years ago
  40. c04c5b1 drm/nouveau: Fix TV-out detection on unposted cards lacking a usable DCB table. by Francisco Jerez · 14 years ago
  41. 946fd35 drm/nouveau: Get rid of the remaining VGA CRTC locking. by Francisco Jerez · 14 years ago
  42. c88c2e0 drm/nouveau: Move display init to a new nouveau_engine. by Francisco Jerez · 14 years ago
  43. f1feda7 drm/nouveau: Put back the old 2-messages I2C slave test. by Francisco Jerez · 14 years ago
  44. e04d8e8 drm/nouveau: Reset AGP before running the init scripts. by Francisco Jerez · 14 years ago
  45. 8bded18 drm/nv30: Init the PFB+0x3xx memory timing regs. by Francisco Jerez · 14 years ago
  46. b01f060 drm/nouveau: disable hotplug detect around DP link training by Ben Skeggs · 14 years ago
  47. d0875ed drm/nv50: add function to control GPIO IRQ reporting by Ben Skeggs · 14 years ago
  48. 49eed80 drm/nouveau: add nv_mask register accessor by Ben Skeggs · 14 years ago
  49. 5620ba4 drm/nouveau: fix build without CONFIG_ACPI by Ben Skeggs · 14 years ago
  50. 45d60d1 drm/nouveau: Reset CRTC owner to 0 before BIOS init. by Francisco Jerez · 14 years ago
  51. 03cd06c drm/nouveau: No need to lock/unlock the VGA CRTC regs all the time. by Francisco Jerez · 14 years ago
  52. d06ab84 drm/nouveau: Remove useless CRTC_OWNER logging. by Francisco Jerez · 14 years ago
  53. 6d416d8 drm/nouveau: Add some generic I2C gadget detection code. by Francisco Jerez · 14 years ago
  54. 6d6a413 drm/i2c/ch7006: Don't assume that the specified config points to static memory. by Francisco Jerez · 14 years ago
  55. 67eda20 drm/nv04-nv3x: Implement init-compute-mem. by Francisco Jerez · 14 years ago
  56. 3c7066b drm/nouveau: Add some PFB register defines. by Francisco Jerez · 14 years ago
  57. 20b2400 drm/nouveau: Add another Zotac FX5200 TV-out quirk. by Francisco Jerez · 14 years ago
  58. a5afb77 drm/nouveau: Don't pick an interlaced mode as the panel native mode. by Francisco Jerez · 14 years ago
  59. eae6192 drm/nouveau: Fix a sparse warning. by Francisco Jerez · 14 years ago
  60. c587547 drm/nv50: fix regression that break LVDS in some places by Ben Skeggs · 14 years ago
  61. a6ed76d drm/nouveau: support fetching LVDS EDID from ACPI by Ben Skeggs · 14 years ago
  62. 03639b5 drm/nouveau: remove quirk to fabricate DVI-A output on DCB 1.5 boards by Ben Skeggs · 14 years ago
  63. 734ee83 drm/nv50: use correct PRAMIN flush register on original nv50 by Ben Skeggs · 14 years ago
  64. 59f6fbe tpm_tis: fix subsequent suspend failures by Rajiv Andrade · 14 years ago
  65. 1f4b161 net-next: Fix an overflow bug in vmxnet3 Tx descriptor by Bhavesh Davda · 14 years ago
  66. 5ffdcd9 Merge commit 'v2.6.35-rc6' into spi/test by Grant Likely · 14 years ago
  67. 690a1f2 3c59x: Add ethtool WOL support by Andrew O. Shadoura · 14 years ago
  68. 57e4624 qlcnic: fix diag resource allocation by Sony Chacko · 14 years ago
  69. 36a1898 qlcnic: fix loopback test by Amit Kumar Salecha · 14 years ago
  70. 76ac21f Merge branch 'wimax-2.6.35.y' of git://git.kernel.org/pub/scm/linux/kernel/git/inaky/wimax by David S. Miller · 14 years ago
  71. ef3db4a tun: avoid BUG, dump packet on GSO errors by Michael S. Tsirkin · 14 years ago
  72. 55bad82 ixgbe: fix ethtool stats by Eric Dumazet · 14 years ago
  73. 9963a8bd qlcnic: fix bandwidth check by Rajesh Borundia · 14 years ago
  74. d8190df bonding: set device in RLB ARP packet handler by Greg Edwards · 14 years ago
  75. 0e1cf38 Merge branch 'bugzilla-16396' into release by Len Brown · 14 years ago
  76. 72ad5d7 ACPI / Sleep: Allow the NVS saving to be skipped during suspend to RAM by Rafael J. Wysocki · 14 years ago
  77. 0d1f22e powerpc/5200: improve uart baud rate calculation (reach high baud rates, better accuracy) by Albrecht Dreß · 14 years ago
  78. d2f7183 of/irq: Fix endian issues in parsing interrupt specifiers by Grant Likely · 14 years ago
  79. 9a6b2e5 of: Fix phandle endian issues by Grant Likely · 14 years ago
  80. 883c2cf of/flattree: fix of_flat_dt_is_compatible() to match the full compatible string by Stuart Yoder · 14 years ago
  81. c0dd394 of: remove of_default_bus_ids by Jonas Bonn · 14 years ago
  82. c608558 of: make of_find_device_by_node generic by Jonas Bonn · 14 years ago
  83. 94a0cb1 of/device: Replace of_device with platform_device in includes and core code by Grant Likely · 14 years ago
  84. c1b6d38 of/device: Protect against binding of_platform_drivers to non-OF devices by Grant Likely · 14 years ago
  85. 1ab1d63 of/platform: remove all of_bus_type and of_platform_bus_type references by Grant Likely · 14 years ago
  86. eca3930 of: Merge of_platform_bus_type with platform_bus_type by Grant Likely · 14 years ago
  87. 0521215 drivercore/of: Add OF style matching to platform bus by Grant Likely · 14 years ago
  88. 4e4f62b Merge commit 'v2.6.35-rc6' into devicetree/next by Grant Likely · 14 years ago
  89. 2a88e7e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  90. 344e0f6 3c59x: Fix call to mdio_sync() with the wrong argument by Ben Hutchings · 14 years ago
  91. 9c17978 net: s2io: fix buffer overflow by Kulikov Vasiliy · 14 years ago
  92. 50a749c mv643xx_eth: potential null dereference by Dan Carpenter · 14 years ago
  93. f89f5d0 net: 3c59x: fix leak of iomaps by Kulikov Vasiliy · 14 years ago
  94. 0394c66 intel_idle: delete power_policy modparam, and choose substate functions by Len Brown · 14 years ago
  95. c423628 intel_idle: delete substates DEBUG modparam by Len Brown · 14 years ago
  96. 882d829 wireless: use newly introduced hex_to_bin() by Andy Shevchenko · 14 years ago
  97. fd1f170 usb: usbnet: use newly introduced hex_to_bin() by Andy Shevchenko · 14 years ago
  98. 5c4ac8c drivers: net: use newly introduced hex_to_bin() by Andy Shevchenko · 14 years ago
  99. 2b27822 drivers: atm: don't use private copy of hex_to_bin() by Andy Shevchenko · 14 years ago
  100. e261984 be2net: bump the driver version number by Ajit Khaparde · 14 years ago