1. 1f594b6 USB: ehci: tegra: fix USB1 port reset issue by Jim Lin · 13 years ago
  2. 3c86c07 USB: ohci-s3c2410: use resource_size() by Jingoo Han · 13 years ago
  3. e7f8433 USB: ohci-s3c2410: use __devinit and __devexit macros for probe and remove by Jingoo Han · 13 years ago
  4. fd4477b usb: gadget: storage_common: use kstrto*() [bug fix] by Michal Nazarewicz · 13 years ago
  5. 865835f usb/dummy_hcd: don't probe for udc if hcd failed by Sebastian Andrzej Siewior · 13 years ago
  6. 1d15ee4 usb/hcd: don't return 0 on error in usb_add_hcd() by Sebastian Andrzej Siewior · 13 years ago
  7. b002ff6 usb: renesas_usbhs: add autonomy mode by Kuninori Morimoto · 13 years ago
  8. bc57381 usb: renesas_usbhs: use delayed_work instead of work_struct by Kuninori Morimoto · 13 years ago
  9. 5ea68d5 usb: renesas_usbhs: prevent NULL pointer crash by Kuninori Morimoto · 13 years ago
  10. 6e267da usb: renesas_usbhs: add power control function by Kuninori Morimoto · 13 years ago
  11. 206dcc2 usb: renesas_usbhs: move pdev_to_priv to global by Kuninori Morimoto · 13 years ago
  12. f429ea3 usb: renesas_usbhs: add error reason for usbhs_pipe_malloc by Kuninori Morimoto · 13 years ago
  13. af32fe5 usb: renesas_usbhs: remove callback when module removed. by Kuninori Morimoto · 13 years ago
  14. 9a28b7b usb: renesas_usbhs: return error if wrong recip request by Kuninori Morimoto · 13 years ago
  15. cb96632 usb: renesas_usbhs: modify spinlock method by Kuninori Morimoto · 13 years ago
  16. 409ba9e usb: renesas_usbhs: don't re-allocation pipe buffer by Kuninori Morimoto · 13 years ago
  17. 45e13e6 usb: renesas_usbhs: modify fifo clear timing by Kuninori Morimoto · 13 years ago
  18. a0c25c2 USB: g_printer required set interface request by Jonas Andersson · 13 years ago
  19. a8779ee USB: dbpg gadget: dont mask out direction bit by Sven Schnelle · 13 years ago
  20. 83b7201 USB: dbgp gadget: set MaxpacketSize0 by Sven Schnelle · 13 years ago
  21. 1744020 USB: dbgp gadget: fix return value of dbgp_setup by Sven Schnelle · 13 years ago
  22. 25a73c6 usb: renesas_usbhs: Driver is depend on SuperH by Kuninori Morimoto · 13 years ago
  23. c89d261 usb: renesas_usbhs: fixup cast warning by Kuninori Morimoto · 13 years ago
  24. 6498d9d USB: documentation update for the pre_reset method by Alan Stern · 13 years ago
  25. 15b2f32 Bind only modem AT command endpoint to option module. by Marius B. Kotsbak · 13 years ago
  26. d771d8a USB: cdc-wdm: reset handling according to new requirements by Oliver Neukum · 13 years ago
  27. b4026c4 USB: gamin_gps: Fix for data transfer problems in native mode by Hermann Kneissel · 13 years ago
  28. 7701846 USB: gadget: g_multi: fixed vendor and product ID in inf files by Michal Nazarewicz · 13 years ago
  29. 37909fe USB: serial: ftdi_sio: adding support for TavIR STK500 by Benedek László · 13 years ago
  30. 3938a0b USB: moto_modem: Add USB identifier for the Motorola VE240. by Elizabeth Jennifer Myers · 13 years ago
  31. 4eff0b4 USB: CP210x Add 4 Device IDs for AC-Services Devices by Craig Shelley · 13 years ago
  32. 50ee933 Merge 2.6.39-rc4 into usb-next by Greg Kroah-Hartman · 13 years ago
  33. f0e615c Linux 2.6.39-rc4 by Linus Torvalds · 13 years ago
  34. e024f69 Merge branch 'for-39-rc4' of git://codeaurora.org/quic/kernel/davidb/linux-msm by Linus Torvalds · 13 years ago
  35. 96fd2d5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 13 years ago
  36. 8a83f33 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  37. 5d5b1b9 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  38. adff377 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  39. d8bdc59 proc: do proper range check on readdir offset by Linus Torvalds · 13 years ago
  40. c78193e next_pidmap: fix overflow condition by Linus Torvalds · 13 years ago
  41. c36b58e Input: xen-kbdfront - fix mouse getting stuck after save/restore by Igor Mammedov · 13 years ago
  42. 80b4895 Input: estimate number of events per packet by Jeff Brown · 13 years ago
  43. f65647c Btrfs: fix free space cache leak by Chris Mason · 13 years ago
  44. 24ecfbe block: add blk_run_queue_async by Christoph Hellwig · 13 years ago
  45. 4521cc4 block: blk_delay_queue() should use kblockd workqueue by Jens Axboe · 13 years ago
  46. c3b328a md: fix up raid1/raid10 unplugging. by NeilBrown · 13 years ago
  47. 7c13edc md: incorporate new plugging into raid5. by NeilBrown · 13 years ago
  48. 97658cd md: provide generic support for handling unplug callbacks. by NeilBrown · 13 years ago
  49. 482c083 md - remove old plugging code. by NeilBrown · 13 years ago
  50. af1db72 md/dm - remove remains of plug_fn callback. by NeilBrown · 13 years ago
  51. e1dfa0a md: use new plugging interface for RAID IO. by NeilBrown · 13 years ago
  52. 99e2259 block: drop queue lock before calling __blk_run_queue() for kblockd punt by Jens Axboe · 13 years ago
  53. b4cb290 Revert "block: add callback function for unplug notification" by Jens Axboe · 13 years ago
  54. 048c937 block: Enhance new plugging support to support general callbacks by NeilBrown · 13 years ago
  55. 7b84b29 powerpc/powermac: Build fix with SMP and CPU hotplug by Benjamin Herrenschmidt · 13 years ago
  56. 86c74ab powerpc/perf_event: Skip updating kernel counters if register value shrinks by Eric B Munson · 13 years ago
  57. 09597cf powerpc: Don't write protect kernel text with CONFIG_DYNAMIC_FTRACE enabled by Stefan Roese · 13 years ago
  58. 84ffae5 powerpc: Fix oops if scan_dispatch_log is called too early by Anton Blanchard · 13 years ago
  59. 127493d powerpc/pseries: Use a kmem cache for DTL buffers by Nishanth Aravamudan · 13 years ago
  60. 7c7a81b powerpc/kexec: Fix regression causing compile failure on UP by Paul Gortmaker · 13 years ago
  61. 8f3dda7 Merge remote branch 'kumar/merge' into merge by Benjamin Herrenschmidt · 13 years ago
  62. a1b49cb Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 13 years ago
  63. 59c87de Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung by Linus Torvalds · 13 years ago
  64. a78eda5 alpha: Fix uninitialized value in read_persistent_clock. by Richard Henderson · 13 years ago
  65. 6181318 alpha: Fix RTC interrupt setup. by Richard Henderson · 13 years ago
  66. 280da4e alpha: Remove set but unused variables. by Richard Henderson · 13 years ago
  67. 90fd30c alpha: Don't force -Werror. by Richard Henderson · 13 years ago
  68. fff3e5a fs: synchronize_rcu when unregister_filesystem success not failure by Milton Miller · 13 years ago
  69. d3b3e15 i2c-algo-bit: Call pre/post_xfer for bit_test by Alex Deucher · 13 years ago
  70. a920ff4 i2c: Improve deprecation warnings by Jean Delvare · 13 years ago
  71. d733ed6 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  72. 08150c5 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 13 years ago
  73. fdfc552 Merge branches 'core-fixes-for-linus', 'perf-fixes-for-linus', 'sched-fixes-for-linus', 'timer-fixes-for-linus' and 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  74. 49cac01 block: make unplug timer trace event correspond to the schedule() unplug by Jens Axboe · 13 years ago
  75. a237c1c block: let io_schedule() flush the plug inline by Jens Axboe · 13 years ago
  76. 6d74119 Btrfs: avoid taking the chunk_mutex in do_chunk_alloc by Josef Bacik · 13 years ago
  77. 0d39920 Btrfs end_bio_extent_readpage should look for locked bits by Chris Mason · 13 years ago
  78. 0ebc115 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 13 years ago
  79. e82e6f1 Merge branch 'for-linus' of git://android.git.kernel.org/kernel/tegra by Linus Torvalds · 13 years ago
  80. c98ece6 Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 13 years ago
  81. 5bbc097 x86, amd: Disable GartTlbWlkErr when BIOS forgets it by Joerg Roedel · 13 years ago
  82. c153001 vfs: Fix absolute RCU path walk failures due to uninitialized seq number by Tim Chen · 13 years ago
  83. b76225e net/9p: nwname should be an unsigned int by Harsh Prateek Bora · 13 years ago
  84. bd8c8ad 9p: Fix sparse error by Aneesh Kumar K.V · 13 years ago
  85. 936bb2d fs/9p: Fix error reported by coccicheck by Aneesh Kumar K.V · 13 years ago
  86. df5d8c8 9p: revert tsyncfs related changes by Aneesh Kumar K.V · 13 years ago
  87. c2ed388 fs/9p: Use write_inode for data sync on server by Aneesh Kumar K.V · 13 years ago
  88. f2eda2c fs/9p: Fix revalidate to return correct value by Aneesh Kumar K.V · 13 years ago
  89. 0e4f8f8 Btrfs: don't force chunk allocation in find_free_extent by Chris Mason · 13 years ago
  90. 7d6b467 x86, NUMA: Fix fakenuma boot failure by KOSAKI Motohiro · 13 years ago
  91. 5853b4f Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  92. a970f5d Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 13 years ago
  93. 0cd9c64 futex: Set FLAGS_HAS_TIMEOUT during futex_wait restart setup by Darren Hart · 13 years ago
  94. 7ebfa57 vfs: fix incorrect dentry_update_name_case() BUG_ON() test by Linus Torvalds · 13 years ago
  95. f660378 block: only force kblockd unplugging from the schedule() path by Jens Axboe · 13 years ago
  96. 88b996c block: cleanup the block plug helper functions by Christoph Hellwig · 13 years ago
  97. e38f5b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin by Linus Torvalds · 13 years ago
  98. e6d2831 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  99. e27e615 mm/thp: use conventional format for boolean attributes by Ben Hutchings · 13 years ago
  100. b836aec ramfs: fix memleak on no-mmu arch by Bob Liu · 13 years ago