1. c0dbcc3 HID: add ACRUX game controller force feedback support by Sergei Kolzun · 14 years ago
  2. 9f71963 Merge branch 'v4l_for_2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 14 years ago
  3. 293ffa8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 14 years ago
  4. 29129a9 HID: Send Report ID when numbered reports are sent over the control endpoint. by Alan Ott · 14 years ago
  5. 5d9955f V4L/DVB: uvc: Fix multiple symbols definitions with UVC gadget and host drivers by Laurent Pinchart · 14 years ago
  6. 589643b Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 14 years ago
  7. 80519bc Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 14 years ago
  8. 1f45e32 HID: Enable HID_QUIRK_MULTI_INPUT for Retro Adaptor by Peter Edwards · 14 years ago
  9. c8e8464 HID: add support for CH Eclipse yoke by Jonathan Rockway · 14 years ago
  10. 102b59c i2c/mips: Fix error return codes from Sibyte i2c bus driver by Guenter Roeck · 14 years ago
  11. 827900c i2c: Fix probability check by Jean Delvare · 14 years ago
  12. faabd47 hwmon: Fix autoloading of fschmd on recent Fujitsu machines by Jean Delvare · 14 years ago
  13. 3f4f09b hwmon: (coretemp) Properly label the sensors by Jean Delvare · 14 years ago
  14. d883b9f hwmon: (coretemp) Skip duplicate CPU entries by Jean Delvare · 14 years ago
  15. 436cad2 hwmon: (it87) Fix in7 on IT8720F by Jean Delvare · 14 years ago
  16. d535bad hwmon: (k8temp) Fix temperature reporting for ASB1 processor revisions by Andreas Herrmann · 14 years ago
  17. ecd4b48 IB/qib: Use request_firmware() to load SD7220 firmware by Ben Hutchings · 14 years ago
  18. b6ae906 V4L/DVB: v4l: mem2mem_testdev: fix g_fmt NULL pointer dereference by Pawel Osciak · 14 years ago
  19. 9c3b10b V4L/DVB: uvcvideo: Power line frequency control doesn't support GET_MIN/MAX/RES by Laurent Pinchart · 14 years ago
  20. f06b9bd V4L/DVB: ivtv: Add delay to ensure the decoder always restarts with a blank screen by Ian Armstrong · 14 years ago
  21. 310e3be V4L/DVB: tveeprom: Add an entry for tuner code 168: a TCL M30WTP-4N-E tuner by Andy Walls · 14 years ago
  22. 095c247 V4L/DVB: tuner: Add a definition for the Philips FQ1236 MK5 NTSC tuner by Andy Walls · 14 years ago
  23. 691d384 V4L/DVB: OMAP_VOUT: fix: Module params were not working through bootargs by Vaibhav Hiremath · 14 years ago
  24. dd880dd V4L/DVB: OMAP_VOUT: fix: Replaced dma-sg with dma-contig by Vaibhav Hiremath · 14 years ago
  25. 5ba9bb0 V4L/DVB: OMAP_VOUT:Build FIX: Rebased against latest DSS2 changes by Vaibhav Hiremath · 14 years ago
  26. e467e10 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 14 years ago
  27. 9e77004 Merge branches 'cxgb4', 'ipoib' and 'qib' into for-next by Roland Dreier · 14 years ago
  28. 2aa72f6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  29. 33b665e NET: SB1250: Initialize .owner by Ralf Baechle · 14 years ago
  30. 7074b16 vxge: show startup message with KERN_INFO by Wu Fengguang · 14 years ago
  31. dfe1e8e ll_temac: Fix missing iounmaps by Denis Kirjanov · 14 years ago
  32. 78178c7 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  33. 023eb57 drm: correctly update connector DPMS status in drm_fb_helper by Jesse Barnes · 14 years ago
  34. b2ea4aa drm/radeon/kms: fix shared ddc handling by Alex Deucher · 14 years ago
  35. 5870a4d drm/ttm: Allocate the page pool manager in the heap. by Francisco Jerez · 14 years ago
  36. 7a52b34 IPoIB: Fix world-writable child interface control sysfs attributes by Or Gerlitz · 14 years ago
  37. 756a33b IB/qib: Clean up properly if qib_init() fails by Ralph Campbell · 14 years ago
  38. 950aff5 IB/qib: Completion queue callback needs to be single threaded by Ralph Campbell · 14 years ago
  39. 7c7a416 IB/qib: Update 7322 serdes tables by Ralph Campbell · 14 years ago
  40. 2d757a7 IB/qib: Clear 6120 hardware error register by Ralph Campbell · 14 years ago
  41. 5df4223 IB/qib: Clear eager buffer memory for each new process by Ralph Campbell · 14 years ago
  42. b9e03e0 IB/qib: Mask hardware error during link reset by Ralph Campbell · 14 years ago
  43. fce24a9 IB/qib: Don't mark VL15 bufs as WC to avoid a rare 7322 chip problem by Dave Olson · 14 years ago
  44. 2c5934b RDMA/cxgb4: Derive smac_idx from port viid by Steve Wise · 14 years ago
  45. 1973e8b RDMA/cxgb4: Avoid false GTS CIDX_INC overflows by Steve Wise · 14 years ago
  46. b21ef16 RDMA/cxgb4: Don't call abort_connection() for active connect failures by Steve Wise · 14 years ago
  47. f38926a RDMA/cxgb4: Use the DMA state API instead of the pci equivalents by FUJITA Tomonori · 14 years ago
  48. 3390712 net/ne: fix memory leak in ne_drv_probe() by Kulikov Vasiliy · 14 years ago
  49. e4f1ac2 pcmcia: do not initialize the present flag too late. by Dominik Brodowski · 14 years ago
  50. 7166596 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  51. 744c557 Merge branch 'merge-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  52. 62fd985 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/i7core by Linus Torvalds · 14 years ago
  53. 8bd3945 Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by David S. Miller · 14 years ago
  54. 58eba97 virtio_net: fix oom handling on tx by Rusty Russell · 14 years ago
  55. 1788f495 virtio_net: do not reschedule rx refill forever by Michael S. Tsirkin · 14 years ago
  56. 4a49043 s2io: resolve statistics issues by Jon Mason · 14 years ago
  57. f0796d5 net: decreasing real_num_tx_queues needs to flush qdisc by John Fastabend · 14 years ago
  58. 7ae80ab qlge: fix a eeh handler to not add a pending timer by Breno Leitao · 14 years ago
  59. 72046d8 qlge: Replacing add_timer() to mod_timer() by Breno Leitao · 14 years ago
  60. 0dacca7 usbnet: Set parent device early for netdev_printk() by Ben Hutchings · 14 years ago
  61. 7b00ac5 net: Revert "rndis_host: Poll status channel before control channel" by Ben Hutchings · 14 years ago
  62. 3e6b02d of/dma: fix build breakage in ppc4xx adma driver by Dan Williams · 14 years ago
  63. 2d95d81 i7core_edac: Avoid doing multiple probes for the same card by Mauro Carvalho Chehab · 14 years ago
  64. bda1428 i7core_edac: Properly discover the first QPI device by Mauro Carvalho Chehab · 14 years ago
  65. 123f94f Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  66. 4b78c11 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 14 years ago
  67. 41c3104 amd64_edac: Fix syndrome calculation on K8 by Borislav Petkov · 14 years ago
  68. c89827e drivers: bluetooth: bluecard_cs.c: Fixed include error, changed to linux/io.h by Cody Rester · 14 years ago
  69. 97e0214 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 14 years ago
  70. 70565d0 drm/i915: fix page flip finish vs. prepare on plane B by Jesse Barnes · 14 years ago
  71. 8264569 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 14 years ago
  72. 980533b correct console log level when ERST ACPI table is not found by Daniel J Blueman · 14 years ago
  73. 985b823 drm/i915: fix hibernation since i915 self-reclaim fixes by Linus Torvalds · 14 years ago
  74. dd1ea37 drm/i915: change default panel fitting mode to preserve aspect ratio by Jesse Barnes · 14 years ago
  75. 132b6aa drm/i915: fix uninitialized variable warning in i915_setup_compression() by Prarit Bhargava · 14 years ago
  76. ee0c6bf drm/i915: take struct_mutex in i915_dma_cleanup() by Dan Carpenter · 14 years ago
  77. 2d1c975 drm/i915: Fix CRT hotplug regression in 2.6.35-rc1 by Andy Lutomirski · 14 years ago
  78. fe27d53 i915: fix ironlake edp panel setup (v4) by Dave Airlie · 14 years ago
  79. adcdbc6 drm/i915: don't access FW_BLC_SELF on 965G by Jesse Barnes · 14 years ago
  80. 43ed340 drm/i915: Account for space on the ring buffer consumed whilst wrapping. by Chris Wilson · 14 years ago
  81. 1529c69 ata_generic: implement ATA_GEN_* flags and force enable DMA on MBP 7,1 by Tejun Heo · 14 years ago
  82. c6353b4 ahci,ata_generic: let ata_generic handle new MBP w/ MCP89 by Tejun Heo · 14 years ago
  83. f9ce889 libahci: Fix bug in storing EM messages by Harry Zhang · 14 years ago
  84. bf4f42b Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  85. 7b3384f vhost: add unlikely annotations to error path by Michael S. Tsirkin · 14 years ago
  86. fb35f1c Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 by Russell King · 14 years ago
  87. 8c215bd sched: Cure nr_iowait_cpu() users by Peter Zijlstra · 14 years ago
  88. 2f9c6b0 drm/radeon/kms: remove rv100 bios connector quirk by Alex Deucher · 14 years ago
  89. 773c3fa drm/radeon/kms/pm: fix power state indexing on igp chips in dynpm mode by Alex Deucher · 14 years ago
  90. 3f53eb6 DRM / radeon / KMS: Fix hibernation regression related to radeon PM (was: Re: [Regression, post-2.6.34] Hibernation broken on machines with radeon/KMS and r300) by Rafael J. Wysocki · 14 years ago
  91. f892034 drm/radeon/kms/igp: fix possible divide by 0 in bandwidth code (v2) by Alex Deucher · 14 years ago
  92. 580b4ff drm/radeon: add quirk to make HP nx6125 laptop resume. by Dave Airlie · 14 years ago
  93. 60a4a3e drm/radeon/kms: add some missing regs to evergreen gpu init by Alex Deucher · 14 years ago
  94. 09d7e78 drm/radeon/kms: fix typos in evergreen command checker by Alex Deucher · 14 years ago
  95. 07bb084 drm/radeon/kms: avoid oops on mac r4xx cards by Alex Deucher · 14 years ago
  96. 46fcd2b drm/radeon/kms: Force HDP_NONSURF to maximum size by Jerome Glisse · 14 years ago
  97. 2ff776c drm/radeon/kms: disable frac fb dividers for rs6xx by Alex Deucher · 14 years ago
  98. 8b5d8de drm/radeon/kms: don't read attempt to read bios from VRAM on unposted GPU. by Dave Airlie · 14 years ago
  99. f96b35c drm/radeon/kms: fix typo in evergreen_gpu_init by Alex Deucher · 14 years ago
  100. 4cdb82b drm/radeon/kms: return ret in cursor_set failure path by Matt Turner · 14 years ago