1. aeb2c12 usb: chipidea: Reallocate regmap only if lpm is detected by Chris Ruehl · 11 years ago
  2. 9058bdc Usb: atm: usbatm: fixed a pointer variable format issue by Seth Archer Brown · 11 years ago
  3. e10e6f4 usb: Use dev_is_pci() to check whether it is pci device by Yijing Wang · 11 years ago
  4. 0d4e5be uwb: Use dev_is_pci() to check whether it is pci device by Yijing Wang · 11 years ago
  5. 1ae5799 usb: hcd: Initialize USB phy if needed by Valentine Barshak · 11 years ago
  6. 103e127 usb: hcd: Remove USB phy if needed by Valentine Barshak · 11 years ago
  7. e5fc70d USB: storage: use sg_miter_* APIs to access scsi buffer by Ming Lei · 11 years ago
  8. 0d6077f lib/scatterlist: export sg_miter_skip() by Ming Lei · 11 years ago
  9. e05a1fd usb: wusbcore: return -ENOENT for unlinked URBs. by Thomas Pugliese · 11 years ago
  10. bbfc3420 usb: wusbcore: add more info to debug prints in urb_unlink path by Thomas Pugliese · 11 years ago
  11. b374487 usb: wusbcore: add calls to usb_hcd_link_urb_to_ep, usb_hcd_unlink_urb_from_ep, and by Thomas Pugliese · 11 years ago
  12. d2e3d2b USB: OHCI: Properly handle ohci-spear suspend by Majunath Goudar · 11 years ago
  13. 14982e3 USB: OHCI: Properly handle ohci-exynos suspend by Majunath Goudar · 11 years ago
  14. 933bb1f USB: OHCI: Properly handle ohci-da8xx suspend by Majunath Goudar · 11 years ago
  15. 0ded36d USB: OHCI: Properly handle ohci-s3c2410 suspend by Majunath Goudar · 11 years ago
  16. a9d3840 USB: OHCI: Properly handle ohci-at91 suspend by Majunath Goudar · 11 years ago
  17. e1bffbf USB: OHCI: Properly handle OHCI controller suspend by Majunath Goudar · 11 years ago
  18. f625099 usb: usbtest: update bos test coverage to usb 2.1 device by Huang Rui · 11 years ago
  19. 875bc23 usb: usbtest: fix the bit mask of usb 2.0 extension descriptor by Huang Rui · 11 years ago
  20. c952a8b usb: usbtest: add a test case to support bos for queue control by Huang Rui · 11 years ago
  21. 2e30d14 USB: fix coccinelle warnings by Fengguang Wu · 11 years ago
  22. 2fd3f65 USB: remove DEFINE_PCI_DEVICE_TABLE macro by Jingoo Han · 11 years ago
  23. a458677 usb: host: Remove superfluous name casts by Geert Uytterhoeven · 11 years ago
  24. bde5ae9 usb: gadget: Remove superfluous name casts by Geert Uytterhoeven · 11 years ago
  25. 9f9af82 usb: core: Remove superfluous name casts by Geert Uytterhoeven · 11 years ago
  26. c793d08 USB: kill #undef VERBOSE_DEBUG by Oliver Neukum · 11 years ago
  27. 1c20163 usb: kill DEBUG compile option by Oliver Neukum · 11 years ago
  28. 0b5fa3b fusbh200: kill fusbh200_vdbg by Oliver Neukum · 11 years ago
  29. c9472a2 fusb200h: always compile in debugfs support by Oliver Neukum · 11 years ago
  30. 514fbbf fusbh200: always compile debugfs support by Oliver Neukum · 11 years ago
  31. cb0bada fusb200h: don't log on every interrupt by Oliver Neukum · 11 years ago
  32. 8f3fd9d fusbh200: unconditionally compile debugging helpers by Oliver Neukum · 11 years ago
  33. 9bab24a uhci: compile debugfs conditional on CONFIG_DYNAMIC_DEBUG || DEBUG by Oliver Neukum · 11 years ago
  34. cadb375 uhci: change dependency for debug parameter by Oliver Neukum · 11 years ago
  35. 0ada24a fusbh200: always build debugfs support by Oliver Neukum · 11 years ago
  36. be5ac4c fotg210: kill fotg210_vdbg() by Oliver Neukum · 11 years ago
  37. 3b707ec fotg210: remove conditional compilation by Oliver Neukum · 11 years ago
  38. f848a88 fotg210: change dbg_port() to evaluate parameters only if needed by Oliver Neukum · 11 years ago
  39. 063635e fotg210: always compile the support for debugfs by Oliver Neukum · 11 years ago
  40. a90b8fc fotg210: remove conditional compilation by Oliver Neukum · 11 years ago
  41. 991fb3d ehci: Remove debugging at every interrupt by Oliver Neukum · 11 years ago
  42. bbcd5ca ehci: no conditional compilation for interestingness by Oliver Neukum · 11 years ago
  43. 00b033b ohci: no conditional debugging in root hub hadling by Oliver Neukum · 11 years ago
  44. 1714ba0 ohci:always register debug files by Oliver Neukum · 11 years ago
  45. d2c4254 ohci: kill ohci_vdbg by Oliver Neukum · 11 years ago
  46. 5c2a180 ohci: remove conditional compilation by Oliver Neukum · 11 years ago
  47. 8fdbeb2 cdc-acm: fix power management in ioctl by Oliver Neukum · 11 years ago
  48. 797ef13 cdc-acm: add TIOCGICOUNT by Oliver Neukum · 11 years ago
  49. 5a6a62b cdc-acm: add TIOCMIWAIT by Oliver Neukum · 11 years ago
  50. 4e065b8 usb: chipidea: remove DEFINE_PCI_DEVICE_TABLE macro by Jingoo Han · 11 years ago
  51. 46adcf3 usb: chipidea: host: Only disable the vbus regulator if it is not NULL by Fabio Estevam · 11 years ago
  52. b8c8fc6 Merge tag 'for-usb-next-2013-12-02' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-next by Greg Kroah-Hartman · 11 years ago
  53. 7dd09a1 xhci: replace xhci_write_64() with writeq() by Xenia Ragiadakou · 11 years ago
  54. e8b3733 xhci: replace xhci_read_64() with readq() by Xenia Ragiadakou · 11 years ago
  55. 204b779 xhci: replace xhci_writel() with writel() by Xenia Ragiadakou · 11 years ago
  56. b0ba972 xhci: replace xhci_readl() with readl() by Xenia Ragiadakou · 11 years ago
  57. 2a10004 xhci: remove conversion from generic to pci device in xhci_mem.c by Xenia Ragiadakou · 11 years ago
  58. 78d1ff0 xhci: fix incorrect type in assignment in xhci_count_num_dropped_endpoints() by Xenia Ragiadakou · 11 years ago
  59. ef73400 xhci: fix incorrect type in assignment in xhci_count_num_new_endpoints() by Xenia Ragiadakou · 11 years ago
  60. 0d3703b xhci: remove unnecessary check in xhci_free_stream_info() by Xenia Ragiadakou · 11 years ago
  61. 63a67a7 xhci: fix SCT_FOR_CTX(p) macro by Xenia Ragiadakou · 11 years ago
  62. 64ba419 xhci: replace USB_MAXINTERFACES with config->desc.bNumInterface by Xenia Ragiadakou · 11 years ago
  63. 0c052aa xhci: fix incorrect type in assignment in xhci_address_device() by Xenia Ragiadakou · 11 years ago
  64. d20c722 xhci: fix sparse warning in xhci-trace.h by Xenia Ragiadakou · 11 years ago
  65. f004669 xhci: fix derivation of TRB's DMA address in xhci_log_event Trace Event Class by Xenia Ragiadakou · 11 years ago
  66. 7e76ad4 xhci: fix incorrect type in assignment in handle_device_notification() by Xenia Ragiadakou · 11 years ago
  67. 5871948 xhci: convert TRB_CYCLE to le32 before using it to set Link TRB's cycle bit by Xenia Ragiadakou · 11 years ago
  68. 6ce4eac1 Linux 3.13-rc1 by Linus Torvalds · 11 years ago
  69. 57498f9 Merge tag 'ecryptfs-3.13-rc1-quiet-checkers' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 11 years ago
  70. e48f88a Merge tag 'sound-fix2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 11 years ago
  71. aecde27 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  72. e341478 Merge tag 'pci-v3.13-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  73. b0e3636 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  74. 0032cde Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 11 years ago
  75. d2c2ad5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  76. 7fa850a Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  77. c874e6f Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  78. d0f278c Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 11 years ago
  79. 533db9b Merge branch 'for-3.13' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  80. c85e072 Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes by Linus Torvalds · 11 years ago
  81. fb0d1eb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  82. 6ea9786 Merge tag 'xfs-for-linus-v3.13-rc1-2' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  83. 24f971a Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 11 years ago
  84. 3bab0bf Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  85. 5db4d34 ALSA: hda - Set current_headset_type to ALC_HEADSET_TYPE_ENUM (janitorial) by David Henningsson · 11 years ago
  86. d08c5ef ALSA: hda - Provide missing pin configs for VAIO with ALC260 by Takashi Iwai · 11 years ago
  87. a5d6e63 Merge branch 'akpm' (fixes from Andrew) by Linus Torvalds · 11 years ago
  88. 78dc53c Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 11 years ago
  89. 3eaded86 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 11 years ago
  90. 7aa555b mm: place page->pmd_huge_pte to right union by Kirill A. Shutemov · 11 years ago
  91. f92ca80 MAINTAINERS: add keyboard driver to Hyper-V file list by Haiyang Zhang · 11 years ago
  92. c283610 x86, mm: do not leak page->ptl for pmd page tables by Kirill A. Shutemov · 11 years ago
  93. 3a72660 ipc,shm: correct error return value in shmctl (SHM_UNLOCK) by Jesper Nilsson · 11 years ago
  94. b7a9f42 mm, mempolicy: silence gcc warning by David Rientjes · 11 years ago
  95. 49204c1 block/partitions/efi.c: fix bound check by Antti P Miettinen · 11 years ago
  96. 51a0d03 ARM: drivers/rtc/rtc-at91rm9200.c: disable interrupts at shutdown by Johan Hovold · 11 years ago
  97. 27c73ae mm: hugetlbfs: fix hugetlbfs optimization by Andrea Arcangeli · 11 years ago
  98. 044c8d4 kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS cleanly by Yuanhan Liu · 11 years ago
  99. a399b29 ipc,shm: fix shm_file deletion races by Greg Thelen · 11 years ago
  100. 30b0a10 mm: thp: give transparent hugepage code a separate copy_page by Dave Hansen · 11 years ago