1. 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
  2. be27425 Add a personality to report 2.6.x version numbers by Andi Kleen · 13 years ago
  3. caca951 firmware loader: allow builtin firmware load even if usermodehelper is disabled by Linus Torvalds · 13 years ago
  4. 650cf77 Merge branch 'for-31-rc3/i2c-fixes' of git://git.fluff.org/bjdooks/linux by Linus Torvalds · 13 years ago
  5. c8d4763 i2c-nomadik: fix kerneldoc warning by Linus Walleij · 13 years ago
  6. a53e77f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 13 years ago
  7. 8554cc1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 13 years ago
  8. 051732b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 13 years ago
  9. 2983573 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 13 years ago
  10. 2da2c66 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  11. d446014 Merge branches 'wiimote' and 'upstream-fixes' into for-linus by Jiri Kosina · 13 years ago
  12. c2183d1 fuse: check size of FUSE_NOTIFY_INVAL_ENTRY message by Miklos Szeredi · 13 years ago
  13. 14c62e7 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  14. 7ca0758 x86-32, vdso: On system call restart after SYSENTER, use int $0x80 by H. Peter Anvin · 13 years ago
  15. ba8f318 m68k: fix __page_to_pfn for a const struct page argument by Ian Campbell · 13 years ago
  16. 584b408 Revert "i2c-omap: fix static suspend vs. runtime suspend" by Kevin Hilman · 13 years ago
  17. 4b723a4 i2c-nomadik: Do not use _interruptible_ variant call by srinidhi kasagar · 13 years ago
  18. 35a177a Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  19. a76ef86 Merge git://git.infradead.org/users/cbou/battery-3.1 by Linus Torvalds · 13 years ago
  20. f70f975 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 13 years ago
  21. 69dd3d8 Revert "irq: Always set IRQF_ONESHOT if no primary handler is specified" by Linus Torvalds · 13 years ago
  22. f2b6071 drm/radeon: Extended DDC Probing for Toshiba L300D Radeon Mobility X1100 HDMI-A Connector by Thomas Reim · 13 years ago
  23. c87019e HID: wiimote: Add status and return request handlers by David Herrmann · 13 years ago
  24. 2cb5e4b HID: wiimote: Add drm request by David Herrmann · 13 years ago
  25. 23a5a4a HID: wiimote: Register led class devices by David Herrmann · 13 years ago
  26. 26af174 HID: wiimote: Correctly call HID open/close callbacks by David Herrmann · 13 years ago
  27. 3989ef6 HID: wiimote: Simplify synchronization by David Herrmann · 13 years ago
  28. 8d3bb23 drm/ttm: ensure ttm for new node is bound before calling move_notify() by Ben Skeggs · 13 years ago
  29. eac2095 drm/ttm: unbind ttm before destroying node in accel move cleanup by Ben Skeggs · 13 years ago
  30. 7c4c396 drm/ttm: fix ttm_bo_add_ttm(user) failure path by Marcin Slusarz · 13 years ago
  31. f5e4282 HID: usbhid: Add support for SiGma Micro chip by Jeremiah Matthey · 13 years ago
  32. 11f3a6b bridge: fix a possible net_device leak by Eric Dumazet · 13 years ago
  33. b6bede3 xfs: fix tracing builds inside the source tree by Christoph Hellwig · 13 years ago
  34. 832d80a Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 13 years ago
  35. 2863888 target: Convert acl_node_lock to be IRQ-disabling by Roland Dreier · 13 years ago
  36. e63a8e1 target: Make locking in transport_deregister_session() IRQ safe by Roland Dreier · 13 years ago
  37. 4e0f052 tcm_fc: init/exit functions should not be protected by "#ifdef MODULE" by Roland Dreier · 13 years ago
  38. f15ea57 target: Print subpage too for unhandled MODE SENSE pages by Roland Dreier · 13 years ago
  39. ba77366 iscsi-target: Fix iscsit_allocate_se_cmd_for_tmr failure path bugs by Dan Carpenter · 13 years ago
  40. 6626a05 iscsi-target: Implement iSCSI target IPv6 address printing. by Chris Boot · 13 years ago
  41. c3c74c7 target: Fix task SGL chaining breakage with transport_allocate_data_tasks by Nicholas Bellinger · 13 years ago
  42. 525a48a target: Fix task count > 1 handling breakage and use max_sector page alignment by Nicholas Bellinger · 13 years ago
  43. 01cde4d target: Add missing DATA_SG_IO transport_cmd_get_valid_sectors check by Nicholas Bellinger · 13 years ago
  44. 7abbe7f target: Fix SYNCHRONIZE_CACHE zero LBA + range breakage by Nicholas Bellinger · 13 years ago
  45. 72f4ba1 target: Remove duplicate task completions in transport_emulate_control_cdb by Nicholas Bellinger · 13 years ago
  46. 1285062 target: Fix WRITE_SAME usage with transport_get_size by Nicholas Bellinger · 13 years ago
  47. 706d586 target: Add WRITE_SAME (10) parsing and refactor passthrough checks by Nicholas Bellinger · 13 years ago
  48. 16ab8e6 target: Fix write payload exception handling with ->new_cmd_map by Nicholas Bellinger · 13 years ago
  49. 387e96c iscsi-target: forever loop bug in iscsit_attach_ooo_cmdsn() by Dan Carpenter · 13 years ago
  50. c2337c7 iscsi-target: remove duplicate return by Dan Carpenter · 13 years ago
  51. 6fc6148 target: Convert target_core_rd.c to use use BUG_ON by Julia Lawall · 13 years ago
  52. 9be08c5 iscsi-target: Fix leak on failure in iscsi_copy_param_list() by Jesper Juhl · 13 years ago
  53. e1750ba target: Use ERR_CAST inlined function by Thomas Meyer · 13 years ago
  54. 052605c target: Make standard INQUIRY return 'not connected' for tpg_virt_lun0 by Nicholas Bellinger · 13 years ago
  55. fcb8ce5 Linux 3.1-rc3 by Linus Torvalds · 13 years ago
  56. d5c073ca net: Documentation: RFC 2553bis is now RFC 3493 by Geoffrey Thomas · 13 years ago
  57. 8f6544e Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  58. 4762e25 Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  59. 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
  60. 9eff794 Input: ad714x - read the interrupt status registers in a row by Michael Hennerich · 13 years ago
  61. c0409fe Input: ad714x - use DMA-safe buffers for spi_write() by Dmitry Torokhov · 13 years ago
  62. 6337de2 Input: ad714x - fix endianness issues by Michael Hennerich · 13 years ago
  63. 5b9063b Input: ad714xx-spi - force SPI bus into the default 8-bit mode by Michael Hennerich · 13 years ago
  64. 60c5f08 xen/tracing: Fix tracing config option properly by Jeremy Fitzhardinge · 13 years ago
  65. 3c05c4b xen: Do not enable PV IPIs when vector callback not present by Stefano Stabellini · 13 years ago
  66. ba95c45 drm/radeon: Make vramlimit parameter actually work. by Michel Dänzer · 13 years ago
  67. 4fb1a35 drm/radeon: Explicitly print GTT/VRAM offsets on test failure. by Michel Dänzer · 13 years ago
  68. 24cae9e drm/radeon: Take IH ring into account for test size calculation. by Michel Dänzer · 13 years ago
  69. ffb57c4 drm/radeon/alpha: Add Alpha support to Radeon DRM code by Jay Estabrook · 13 years ago
  70. 3210d19 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 13 years ago
  71. b9cc510 Input: ep93xx_keypad - add missing include of linux/module.h by Axel Lin · 13 years ago
  72. 2782a35 Input: tnetv107x-ts - add missing include of linux/module.h by Axel Lin · 13 years ago
  73. 6719db6 Btrfs: fix 64 bit divide problem by Josef Bacik · 13 years ago
  74. c063d8a Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  75. 79058c4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 13 years ago
  76. 47c08f3 pci: fix new kernel-doc warning in pci.c by Randy Dunlap · 13 years ago
  77. 5598473 sparc: Allow handling signals when stack is corrupted. by David S. Miller · 13 years ago
  78. d70d43d Input: max11801_ts - correct license statement by Jiejing Zhang · 13 years ago
  79. fbe5e29 atm: br2684: Fix oops due to skb->dev being NULL by Daniel Schwierzeck · 13 years ago
  80. de75577 ALSA: sound/aoa/fabrics/layout.c: remove unneeded kfree by Julia Lawall · 13 years ago
  81. 1b004d0 ALSA: hda - Fix error check from snd_hda_get_conn_index() in patch_cirrus.c by Takashi Iwai · 13 years ago
  82. b6acf01 ALSA: hda - Don't spew too many ELD errors by Takashi Iwai · 13 years ago
  83. bed8cad Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/drm-intel by Linus Torvalds · 13 years ago
  84. dccaf33 ext4: flush any pending end_io requests before DIO reads w/dioread_nolock by Jiaying Zhang · 13 years ago
  85. b095cd0 drm/i915: set GFX_MODE to pre-Ivybridge default value even on Ivybridge by Jesse Barnes · 13 years ago
  86. 5ccc387 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  87. 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
  88. 815efa1 s3c-adc-battery: Fix compilation error due to missing header (module.h) by Vasily Khoruzhick · 13 years ago
  89. 71aa79a max8997_charger: Needs module.h by Axel Lin · 13 years ago
  90. d555ab6 max8998_charger: Needs module.h by Randy Dunlap · 13 years ago
  91. 69566dd PCI: OF: Don't crash when bridge parent is NULL. by David Daney · 13 years ago
  92. 98e7743 ipv6: Fix ipv6_getsockopt for IPV6_2292PKTOPTIONS by Daniel Baluta · 13 years ago
  93. b53d1ed Revert "cfq: Remove special treatment for metadata rqs." by Jens Axboe · 13 years ago
  94. 38b6519 ALSA: usb-audio - Fix missing mixer dB information by Takashi Iwai · 13 years ago
  95. 01b8833 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 13 years ago
  96. 2c4ac99 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 13 years ago
  97. 35a21b4 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 13 years ago
  98. 4a0342c sparc: fix array bounds error setting up PCIC NMI trap by Ian Campbell · 13 years ago
  99. 2d5b2c5 net: netdev-features.txt update to Documentation/networking/00-INDEX by Willem de Bruijn · 13 years ago
  100. c5114cd vlan: reset headers on accel emulation path by Jiri Pirko · 13 years ago