1. 2d0b579 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into sh-fixes-for-linus by Paul Mundt · 13 years ago
  2. 62d1760 drivers/rtc/rtc-s3c.c: allow multiple open / allow no-ioctl-open'ed rtc to have irq. by MyungJoo Ham · 13 years ago
  3. 4e8896c drivers/rtc/rtc-s3c.c: correct debug messages by MyungJoo Ham · 13 years ago
  4. 1424e21 drivers/leds/leds-bd2802.c: bd2802_unregister_led_classdev() should unregister all registered leds by Axel Lin · 13 years ago
  5. 37b7bf6 drivers/misc/ab8500-pwm.c: fix modalias by Axel Lin · 13 years ago
  6. b89d5f1 drivers/misc/fsa9480.c: fix a leak of the IRQ during init failure by Axel Lin · 13 years ago
  7. c53252b backlight: fix module alias prefix for adp8870_bl by Axel Lin · 13 years ago
  8. cc7993f backlight: add a callback 'notify_after' for backlight control by Dilan Lee · 13 years ago
  9. 86383b5 leds: add missing include of linux/module.h by Axel Lin · 13 years ago
  10. 15b1a8f drivers/video/backlight/ep93xx_bl.c: add missing include of linux/module.h by Axel Lin · 13 years ago
  11. 284fb68 rapidio: fix use of non-compatible registers by Alexandre Bounine · 13 years ago
  12. 7e8aa04 drivers/char/msm_smd_pkt.c: don't use IS_ERR() by Thomas Meyer · 13 years ago
  13. a801876 MAINTAINERS: Evgeniy has moved by Evgeniy Polyakov · 13 years ago
  14. 5829944 w1: fix for loop in w1_f29_remove_slave() by Dan Carpenter · 13 years ago
  15. 06ed462 drivers/misc/pti.c: add missing includes by Sergei Trofimovich · 13 years ago
  16. e5b1d9c Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging by Linus Torvalds · 13 years ago
  17. f385b69 Merge branch '3.1-rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 13 years ago
  18. caca951 firmware loader: allow builtin firmware load even if usermodehelper is disabled by Linus Torvalds · 13 years ago
  19. 650cf77 Merge branch 'for-31-rc3/i2c-fixes' of git://git.fluff.org/bjdooks/linux by Linus Torvalds · 13 years ago
  20. c8d4763 i2c-nomadik: fix kerneldoc warning by Linus Walleij · 13 years ago
  21. a53e77f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 13 years ago
  22. 8554cc1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 13 years ago
  23. 2da2c66 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  24. d446014 Merge branches 'wiimote' and 'upstream-fixes' into for-linus by Jiri Kosina · 13 years ago
  25. b4cb0d4 hwmon: (i5k_amb) Drop i5k_channel_pci_id by Jean Delvare · 13 years ago
  26. 584b408 Revert "i2c-omap: fix static suspend vs. runtime suspend" by Kevin Hilman · 13 years ago
  27. 4b723a4 i2c-nomadik: Do not use _interruptible_ variant call by srinidhi kasagar · 13 years ago
  28. a76ef86 Merge git://git.infradead.org/users/cbou/battery-3.1 by Linus Torvalds · 13 years ago
  29. f2b6071 drm/radeon: Extended DDC Probing for Toshiba L300D Radeon Mobility X1100 HDMI-A Connector by Thomas Reim · 13 years ago
  30. c87019e HID: wiimote: Add status and return request handlers by David Herrmann · 13 years ago
  31. 2cb5e4b HID: wiimote: Add drm request by David Herrmann · 13 years ago
  32. 23a5a4a HID: wiimote: Register led class devices by David Herrmann · 13 years ago
  33. 26af174 HID: wiimote: Correctly call HID open/close callbacks by David Herrmann · 13 years ago
  34. 3989ef6 HID: wiimote: Simplify synchronization by David Herrmann · 13 years ago
  35. 8d3bb23 drm/ttm: ensure ttm for new node is bound before calling move_notify() by Ben Skeggs · 13 years ago
  36. eac2095 drm/ttm: unbind ttm before destroying node in accel move cleanup by Ben Skeggs · 13 years ago
  37. 7c4c396 drm/ttm: fix ttm_bo_add_ttm(user) failure path by Marcin Slusarz · 13 years ago
  38. f5e4282 HID: usbhid: Add support for SiGma Micro chip by Jeremiah Matthey · 13 years ago
  39. 858a914 hwmon: (ntc_thermistor) Simplify if sequence by Guenter Roeck · 13 years ago
  40. 2863888 target: Convert acl_node_lock to be IRQ-disabling by Roland Dreier · 13 years ago
  41. e63a8e1 target: Make locking in transport_deregister_session() IRQ safe by Roland Dreier · 13 years ago
  42. 4e0f052 tcm_fc: init/exit functions should not be protected by "#ifdef MODULE" by Roland Dreier · 13 years ago
  43. f15ea57 target: Print subpage too for unhandled MODE SENSE pages by Roland Dreier · 13 years ago
  44. ba77366 iscsi-target: Fix iscsit_allocate_se_cmd_for_tmr failure path bugs by Dan Carpenter · 13 years ago
  45. 6626a05 iscsi-target: Implement iSCSI target IPv6 address printing. by Chris Boot · 13 years ago
  46. c3c74c7 target: Fix task SGL chaining breakage with transport_allocate_data_tasks by Nicholas Bellinger · 13 years ago
  47. 525a48a target: Fix task count > 1 handling breakage and use max_sector page alignment by Nicholas Bellinger · 13 years ago
  48. 01cde4d target: Add missing DATA_SG_IO transport_cmd_get_valid_sectors check by Nicholas Bellinger · 13 years ago
  49. 7abbe7f target: Fix SYNCHRONIZE_CACHE zero LBA + range breakage by Nicholas Bellinger · 13 years ago
  50. 72f4ba1 target: Remove duplicate task completions in transport_emulate_control_cdb by Nicholas Bellinger · 13 years ago
  51. 1285062 target: Fix WRITE_SAME usage with transport_get_size by Nicholas Bellinger · 13 years ago
  52. 706d586 target: Add WRITE_SAME (10) parsing and refactor passthrough checks by Nicholas Bellinger · 13 years ago
  53. 16ab8e6 target: Fix write payload exception handling with ->new_cmd_map by Nicholas Bellinger · 13 years ago
  54. 387e96c iscsi-target: forever loop bug in iscsit_attach_ooo_cmdsn() by Dan Carpenter · 13 years ago
  55. c2337c7 iscsi-target: remove duplicate return by Dan Carpenter · 13 years ago
  56. 6fc6148 target: Convert target_core_rd.c to use use BUG_ON by Julia Lawall · 13 years ago
  57. 9be08c5 iscsi-target: Fix leak on failure in iscsi_copy_param_list() by Jesper Juhl · 13 years ago
  58. e1750ba target: Use ERR_CAST inlined function by Thomas Meyer · 13 years ago
  59. 052605c target: Make standard INQUIRY return 'not connected' for tpg_virt_lun0 by Nicholas Bellinger · 13 years ago
  60. eb18fa5 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 13 years ago
  61. 9eff794 Input: ad714x - read the interrupt status registers in a row by Michael Hennerich · 13 years ago
  62. c0409fe Input: ad714x - use DMA-safe buffers for spi_write() by Dmitry Torokhov · 13 years ago
  63. 6337de2 Input: ad714x - fix endianness issues by Michael Hennerich · 13 years ago
  64. 5b9063b Input: ad714xx-spi - force SPI bus into the default 8-bit mode by Michael Hennerich · 13 years ago
  65. ba95c45 drm/radeon: Make vramlimit parameter actually work. by Michel Dänzer · 13 years ago
  66. 4fb1a35 drm/radeon: Explicitly print GTT/VRAM offsets on test failure. by Michel Dänzer · 13 years ago
  67. 24cae9e drm/radeon: Take IH ring into account for test size calculation. by Michel Dänzer · 13 years ago
  68. ffb57c4 drm/radeon/alpha: Add Alpha support to Radeon DRM code by Jay Estabrook · 13 years ago
  69. 3210d19 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 13 years ago
  70. b9cc510 Input: ep93xx_keypad - add missing include of linux/module.h by Axel Lin · 13 years ago
  71. 2782a35 Input: tnetv107x-ts - add missing include of linux/module.h by Axel Lin · 13 years ago
  72. 47c08f3 pci: fix new kernel-doc warning in pci.c by Randy Dunlap · 13 years ago
  73. d70d43d Input: max11801_ts - correct license statement by Jiejing Zhang · 13 years ago
  74. bed8cad Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/drm-intel by Linus Torvalds · 13 years ago
  75. b095cd0 drm/i915: set GFX_MODE to pre-Ivybridge default value even on Ivybridge by Jesse Barnes · 13 years ago
  76. 5ccc387 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  77. 0c3bef6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 13 years ago
  78. 815efa1 s3c-adc-battery: Fix compilation error due to missing header (module.h) by Vasily Khoruzhick · 13 years ago
  79. 71aa79a max8997_charger: Needs module.h by Axel Lin · 13 years ago
  80. d555ab6 max8998_charger: Needs module.h by Randy Dunlap · 13 years ago
  81. 69566dd PCI: OF: Don't crash when bridge parent is NULL. by David Daney · 13 years ago
  82. 2c4ac99 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 13 years ago
  83. a081da6 drivers/ata/sata_dwc_460ex.c: add missing kfree by Julia Lawall · 13 years ago
  84. e39c75c ata: Add iMX pata support by Arnaud Patard (Rtp) · 13 years ago
  85. 6d0e194 pata_via: disable ATAPI DMA on AVERATEC 3200 by Tejun Heo · 13 years ago
  86. ebd1699 [libata] sata_sil: fix used-uninit warning by Jeff Garzik · 13 years ago
  87. fbad899 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 13 years ago
  88. 8cf2d23 i7core_edac: fixed typo in error count calculation by Mathias Krause · 13 years ago
  89. 9331db4 forcedeth: call vlan_mode only if hw supports vlans by Jiri Pirko · 13 years ago
  90. 9a75a97 via-velocity: remove non-tagged packet filtering by Jiri Pirko · 13 years ago
  91. ba3211c bonding:reset backup and inactive flag of slave by Peter Pan(潘卫平) · 13 years ago
  92. b4fd4ae Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  93. 80b43de Merge branches 'ipoib' and 'iser' into for-next by Roland Dreier · 13 years ago
  94. 6cac952 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  95. 200ae1a IB/iser: Support iSCSI PDU padding by Or Gerlitz · 13 years ago
  96. 0ace64b IBiser: Fix wrong mask when sizeof (dma_addr_t) > sizeof (unsigned long) by Or Gerlitz · 13 years ago
  97. 28ac293 Input: atmel_mxt_ts - report pressure information from the driver by Yufeng Shen · 13 years ago
  98. c331eb5 Input: bcm5974 - Add support for newer MacBookPro8,2 by Andrew Drake · 13 years ago
  99. eb39d34 target: Change TCM_NON_EXISTENT_LUN response to ASC=LOGICAL UNIT NOT SUPPORTED by Nicholas Bellinger · 13 years ago
  100. 22cfb0b IPoIB: Fix possible NULL dereference in ipoib_start_xmit() by Bernd Schubert · 13 years ago