index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-10
usb: gadget: f_mass_storage: convert to new function interface with backward ...
Andrzej Pietrasiewicz
7
-22
/
+179
2013-10-10
usb: gadget: f_mass_storage: create fsg_common_run_thread for use in fsg_comm...
Andrzej Pietrasiewicz
2
-11
/
+23
2013-10-10
usb: gadget: f_mass_storage: create fsg_common_set_inquiry_string for use in ...
Andrzej Pietrasiewicz
2
-10
/
+22
2013-10-10
usb: gadget: f_mass_storage: create lun creation helpers for use in fsg_commo...
Andrzej Pietrasiewicz
2
-91
/
+153
2013-10-10
usb: gadget: f_mass_storage: create fsg_common_set_cdev for use in fsg_common...
Andrzej Pietrasiewicz
2
-21
/
+32
2013-10-10
usb: gadget: f_mass_storage: create lun handling helpers for use in fsg_commo...
Andrzej Pietrasiewicz
2
-17
/
+71
2013-10-10
usb: gadget: f_mass_storage: create fsg_common_set_num_buffers for use in fsg...
Andrzej Pietrasiewicz
2
-26
/
+48
2013-10-10
usb: gadget: f_mass_storage: create fsg_common_setup for use in fsg_common_init
Andrzej Pietrasiewicz
1
-16
/
+24
2013-10-10
usb: gadget: f_mass_storage: make sysfs interface optional
Andrzej Pietrasiewicz
3
-14
/
+59
2013-10-10
usb: gadget: f_mass_storage: create _fsg_common_free_buffers
Andrzej Pietrasiewicz
1
-9
/
+13
2013-10-10
usb: gadget: s3c-hsotg: fix set_ep_maxpacket function
Robert Baldyga
1
-6
/
+5
2013-10-10
usb: gadget: mv_u3d_core: remove deprecated IRQF_DISABLED
Michael Opdenacker
1
-1
/
+1
2013-10-10
usb: g_ffs: fix compilation warning
David Cohen
1
-0
/
+2
2013-10-04
usb: gadget: s3c-hsotg: fix maxpacket size
Robert Baldyga
1
-1
/
+1
2013-10-04
usb: phy: Reordering of OTG FSM variables
Anton Tikhomirov
1
-22
/
+24
2013-10-04
usb: phy: Add and use missed OTG FSM inputs/outputs
Anton Tikhomirov
2
-4
/
+50
2013-10-04
usb: phy: Rename "B-device session end SRP" OTG FSM input
Anton Tikhomirov
3
-4
/
+4
2013-10-04
usb: phy: Rename OTG FSM informative variables
Anton Tikhomirov
3
-9
/
+13
2013-10-04
usb: phy: Add and use missed OTG FSM timers
Anton Tikhomirov
2
-3
/
+17
2013-10-04
usb: phy: Fix OTG FSM timer handling
Anton Tikhomirov
3
-25
/
+87
2013-10-04
usb: phy: Add and use missed helper functions
Anton Tikhomirov
2
-4
/
+18
2013-10-04
usb: phy: Check OTG FSM callback existance in helper functions
Anton Tikhomirov
1
-7
/
+28
2013-10-04
usb: phy: Pass OTG FSM pointer to callback functions
Anton Tikhomirov
3
-31
/
+31
2013-10-04
usb: gadget: udc-core: Do not report -EISNAM error from gadgetfs
Fabio Estevam
1
-1
/
+2
2013-10-04
ARM: OMAP2+: usb-host: Adapt to USB phy-nop RESET line changes
Roger Quadros
1
-10
/
+1
2013-10-04
ARM: OMAP2+: omap-usb-host: Get rid of platform_data from struct usbhs_phy_data
Roger Quadros
3
-8
/
+10
2013-10-04
usb: phy: generic: Don't use regulator framework for RESET line
Roger Quadros
4
-36
/
+63
2013-10-04
usb: phy: generic: Add gpio_reset to platform data
Roger Quadros
1
-1
/
+2
2013-10-04
usb: musb_am335x: Remove redundant of_match_ptr
Sachin Kamat
1
-1
/
+1
2013-10-02
usb: gadget: s3c-hsotg: fix CodingStyle issues
Pavel Machek
1
-8
/
+10
2013-10-02
usb: musb: ux500: use SIMPLE_DEV_PM_OPS
Daniel Mack
1
-10
/
+3
2013-10-02
usb: musb: blackfin: use SIMPLE_DEV_PM_OPS
Daniel Mack
1
-10
/
+3
2013-10-02
usb: musb: am35x: use SIMPLE_DEV_PM_OPS
Daniel Mack
1
-10
/
+3
2013-10-01
usb: phy: tegra-usb: Remove redundant of_match_ptr
Sachin Kamat
1
-1
/
+1
2013-10-01
usb: phy: am335x: Remove redundant of_match_ptr
Sachin Kamat
1
-1
/
+1
2013-10-01
usb: phy: am335x-control: Remove redundant of_match_ptr
Sachin Kamat
1
-1
/
+1
2013-10-01
usb: musb_dsps: Remove redundant of_match_ptr
Sachin Kamat
1
-1
/
+1
2013-10-01
usb: gadget: f_mass_storage: use usb_gstrings_attach
Andrzej Pietrasiewicz
1
-13
/
+12
2013-10-01
usb: gadget: f_mass_storage: add a level of indirection for luns storage
Andrzej Pietrasiewicz
1
-19
/
+41
2013-10-01
usb: gadget: f_mass_storage: factor out a header file
Andrzej Pietrasiewicz
2
-110
/
+133
2013-10-01
usb: gadget: create a utility module for mass_storage
Andrzej Pietrasiewicz
8
-291
/
+423
2013-10-01
usb: gadget: configfs: add a method to unregister the gadget
Andrzej Pietrasiewicz
2
-0
/
+14
2013-10-01
usb: gadget: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))
Duan Jiong
1
-1
/
+1
2013-10-01
usb: musb: davinci: fix resources passed to MUSB driver for DM6467
Sergei Shtylyov
1
-1
/
+10
2013-10-01
usb: usbtest: bmAttributes would better be masked
Huang Rui
1
-1
/
+1
2013-10-01
usb: dwc3: Remove additional delay of 100ms when resuming
Vivek Gautam
1
-1
/
+0
2013-10-01
usb: gadget: mv_u3d_core: fix memory leaks
Valentin Ilie
1
-0
/
+2
2013-10-01
usb: dwc3: Remove redundant pci_set_drvdata
Sachin Kamat
1
-2
/
+0
2013-10-01
usb: musb: use platform_device_register_full() to avoid directly messing with...
Russell King
4
-128
/
+68
2013-10-01
usb: gadget: net2280: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-1
/
+0
[next]