1. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  2. f95fe9c block/genhd.c: remove useless cast in diskstats_show() by Herbert Poetzl · 13 years ago
  3. aec9f37 drivers/cdrom/cdrom.c: relax check on dvd manufacturer value by Andrew Morton · 13 years ago
  4. ddad9ef drivers/block/drbd/drbd_nl.c: use bitmap_parse instead of __bitmap_parse by H Hartley Sweeten · 13 years ago
  5. e2a5429 bsg-lib: add module.h include by Jens Axboe · 13 years ago
  6. 87b7ba3 bnx2x: Prevent restarting Tx during bnx2x_nic_unload by Vladislav Zolotarov · 13 years ago
  7. 7abdd34d watchdog: Cleanup WATCHDOG_CORE help text by Josh Boyer · 13 years ago
  8. 6b01d30 watchdog: Fix POST failure on ASUS P5N32-E SLI and similar boards by Mart Gerrits · 13 years ago
  9. bea1906 watchdog: shwdt: fix usage of mod_timer by David Engraf · 13 years ago
  10. 9f3b249 Merge branch 'fix/asoc' into for-linus by Takashi Iwai · 13 years ago
  11. 08f984c ALSA: asihpi - Clarify adapter index validity check by Eliot Blennerhassett · 13 years ago
  12. a5395b8 cfq-iosched: Reduce linked group count upon group destruction by Vivek Goyal · 13 years ago
  13. eaefb38 ASoC: Parse board ID/revision information from WM1250-EV1 board by Mark Brown · 13 years ago
  14. 8997621 ACPI print OSI(Linux) warning only once by Len Brown · 13 years ago
  15. da5aa86 fix block device fallout from ->fsync() changes by Rafael J. Wysocki · 13 years ago
  16. c027a47 oom: task->mm == NULL doesn't mean the memory was freed by Oleg Nesterov · 13 years ago
  17. 76f793e ipv6: updates to privacy addresses per RFC 4941. by Lorenzo Colitti · 13 years ago
  18. 22019b1 net: add kerneldoc to skb_copy_bits() by Eric Dumazet · 13 years ago
  19. 8959dee doc: Update the email address for Paul Moore in various source files by Paul Moore · 13 years ago
  20. 260ff4f doc: Update the MAINTAINERS info for Paul Moore by Paul Moore · 13 years ago
  21. 79f88ee net/smsc911x: add device tree probe support by Shawn Guo · 13 years ago
  22. 8fb4e13 Documentation/bonding.txt: Update to 3.x version numbers by Jesper Juhl · 13 years ago
  23. 82c21bf doc: Update the email address for Paul Moore in various source files by Paul Moore · 13 years ago
  24. 87a0874 doc: Update the MAINTAINERS info for Paul Moore by Paul Moore · 13 years ago
  25. a08af81 atm: br2864: sent packets truncated in VC routed mode by Chas Williams · 13 years ago
  26. ebdcc94 Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6 by David S. Miller · 13 years ago
  27. cfe2234 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6 by Linus Torvalds · 13 years ago
  28. 60ad446 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  29. 1b8e949 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  30. 12ff47e Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 13 years ago
  31. 73bcbac Merge branch 'gpiolib' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 13 years ago
  32. acab460 Merge branch 'for-greg' of master.kernel.org:/pub/scm/linux/kernel/git/balbi/usb into usb-linus by Greg Kroah-Hartman · 13 years ago
  33. a2d7730 Merge branch 'pstore-efi' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 13 years ago
  34. 72f9adfd Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 13 years ago
  35. 8e36f79 Merge branch 'for-usb-linus' of git+ssh://master.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-linus by Greg Kroah-Hartman · 13 years ago
  36. 11bee43 drm/i915/dp: wait for previous AUX channel activity to clear by Jesse Barnes · 13 years ago
  37. 62ac41a drm/i915: don't use uninitialized EDID bpc values when picking pipe bpp by Jesse Barnes · 13 years ago
  38. 79a77c5 ext4: prevent memory leaks from ext4_mb_init_backend() on error path by Yu Jian · 13 years ago
  39. 48e6061 ext4: use EXT4_BAD_INO for buddy cache to avoid colliding with valid inode # by Yu Jian · 13 years ago
  40. 9d8b9ec ext4: use ext4_msg() instead of printk in mballoc by Theodore Ts'o · 13 years ago
  41. 4a4c879 HID: add support for new revision of Apple aluminum keyboard by Dan Bastone · 13 years ago
  42. 1d12d35 oprofile, x86: Convert memory allocation to static array by Maarten Lankhorst · 13 years ago
  43. 72c487d usb: musb: fix oops on musb_gadget_pullup by John Stultz · 13 years ago
  44. d4aefec usb: host: ehci-omap: fix .remove and failure handling path of .probe(v1) by Ming Lei · 13 years ago
  45. c240d78 usb: gadget: hid: don't STALL when processing a HID Descriptor request by Sebastian Bauer · 13 years ago
  46. b61ae34 usb: musb: fix Kconfig by Rabin Vincent · 13 years ago
  47. 5574d5f usb: musb: tusb6010_omap: fix build failure: error: 'musb' undeclared by Sergei Trofimovich · 13 years ago
  48. a8f2115 usb: gadget: composite: fix bMaxPacketSize for SuperSpeed by Sebastian Andrzej Siewior · 13 years ago
  49. 9c5ea0e usb: gadget: fusb300: remove #if 0 block by Sebastian Andrzej Siewior · 13 years ago
  50. 7e9d40f usb: gadget: s3c2410_udc: fix unterminated platform_device_id table by Axel Lin · 13 years ago
  51. 9e8bf93 PCI: code and comments cleanup by Ram Pai · 13 years ago
  52. 0a2daa1 PCI: make cardbus-bridge resources optional by Ram Pai · 13 years ago
  53. 2aceefc PCI: make SRIOV resources optional by Yinghai Lu · 13 years ago
  54. 2bbc694 PCI : ability to relocate assigned pci-resources by Ram Pai · 13 years ago
  55. be76891 PCI: honor child buses add_size in hot plug configuration by Yinghai Lu · 13 years ago
  56. b03e749 PCI: Set PCI-E Max Payload Size on fabric by Jon Mason · 13 years ago
  57. 0d10ee2 Btrfs: don't call writepages from within write_full_page by Josef Bacik · 13 years ago
  58. 341d14f Btrfs: Remove unused variable 'last_index' in file.c by Mitch Harder · 13 years ago
  59. 69261c4 Btrfs: clean up for find_first_extent_bit() by Xiao Guangrong · 13 years ago
  60. ded91f0 Btrfs: clean up for wait_extent_bit() by Xiao Guangrong · 13 years ago
  61. 3150b69 Btrfs: clean up for insert_state() by Xiao Guangrong · 13 years ago
  62. 3a6d457 Btrfs: remove unused members from struct extent_state by Xiao Guangrong · 13 years ago
  63. 4d2c8f62 Btrfs: clean up code for merging extent maps by Li Zefan · 13 years ago
  64. ed64f06 Btrfs: clean up code for extent_map lookup by Li Zefan · 13 years ago
  65. 7e016a0 Btrfs: clean up search_extent_mapping() by Li Zefan · 13 years ago
  66. 85d85a7 Btrfs: remove redundant code for dir item lookup by Li Zefan · 13 years ago
  67. 9b89d95 Btrfs: make acl functions really no-op if acl is not enabled by Li Zefan · 13 years ago
  68. 15de900 Btrfs: remove remaining ref-cache code by Li Zefan · 13 years ago
  69. b9c8300 Btrfs: remove a BUG_ON() in btrfs_commit_transaction() by Li Zefan · 13 years ago
  70. 72d63ed Btrfs: use wait_event() by Li Zefan · 13 years ago
  71. e55179b Btrfs: check the nodatasum flag when writing compressed files by Li Zefan · 13 years ago
  72. 77906a50 Btrfs: copy string correctly in INO_LOOKUP ioctl by Li Zefan · 13 years ago
  73. b783e62 Btrfs: don't print the leaf if we had an error by Josef Bacik · 13 years ago
  74. bf5f32e btrfs: make btrfs_set_root_node void by Mark Fasheh · 13 years ago
  75. ff1f2b4 Btrfs: fix oops while writing data to SSD partitions by liubo · 13 years ago
  76. 61cfea9 Btrfs: Protect the readonly flag of block group by WuBo · 13 years ago
  77. 1bf8504 btrfs: Make extent-io callbacks that never fail return void by Jeff Mahoney · 13 years ago
  78. b6973aa Btrfs: fix readahead in file defrag by Li Zefan · 13 years ago
  79. b532402 Btrfs: return error to caller when btrfs_unlink() failes by Tsutomu Itoh · 13 years ago
  80. a0f98dd Btrfs:don't check the return value of __btrfs_add_inode_defrag by Wanlong Gao · 13 years ago
  81. b43b31b Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/btrfs-error-handling into for-linus by Chris Mason · 13 years ago
  82. 37f86b4 kdb,kgdb: Allow arbitrary kgdb magic knock sequences by Jason Wessel · 13 years ago
  83. d613d82 kdb: Remove all references to DOING_KGDB2 by Jason Wessel · 13 years ago
  84. f679c49 kdb,kgdb: Implement switch and pass buffer from kdb -> gdb by Jason Wessel · 13 years ago
  85. 3bdb65e kdb: cleanup unused variables missed in the original kdb merge by Jason Wessel · 13 years ago
  86. b52398b rt2x00: rt2800: fix zeroing skb structure by Stanislaw Gruszka · 13 years ago
  87. b6b67df rtlwifi: Fix kernel oops on ARM SOC by Larry Finger · 13 years ago
  88. d493008 ath9k: skip ->config_pci_powersave() if PCIe port has ASPM disabled by Stanislaw Gruszka · 13 years ago
  89. 8440462 cfg80211: off by one in nl80211_trigger_scan() by Dan Carpenter · 13 years ago
  90. 17e859a iwlegacy: set tx power after rxon_assoc by Stanislaw Gruszka · 13 years ago
  91. c122734 ath9k: initialize tx chainmask before testing channel tx power values by Felix Fietkau · 13 years ago
  92. 1c8007b jfs: flush journal completely before releasing metadata inodes by Dave Kleikamp · 13 years ago
  93. 275d385 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Larry Finger · 13 years ago
  94. 424c3d4 Merge branch 'for-next' into for-linus by Liam Girdwood · 13 years ago
  95. 7de7c7d usb/config: use proper endian access for wMaxPacketSize by Sebastian Andrzej Siewior · 13 years ago
  96. 6768458 USB: xhci: fix OS want to own HC by JiSheng Zhang · 13 years ago
  97. 7bd89b4 xhci: Don't submit commands or URBs to halted hosts. by Sarah Sharp · 13 years ago
  98. 5f66d2b Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  99. 4a2d732 Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  100. 965e32b Merge branch 'for-3.1-rc1' of git://gitorious.org/linux-omap-dss2/linux by Linus Torvalds · 13 years ago