index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-03
USB: pl2303: add quirk for legacy devices
Johan Hovold
1
-3
/
+6
2014-01-03
USB: pl2303: clean up type handling
Johan Hovold
1
-16
/
+15
2014-01-03
USB: pl2303: use speed_t for baud rates
Johan Hovold
1
-5
/
+5
2014-01-03
USB: pl2303: add line-status quirk for Siemens phones
Johan Hovold
1
-19
/
+28
2014-01-03
USB: pl2303: remove redundant line-request call
Johan Hovold
1
-3
/
+0
2014-01-03
USB: pl2303: add error handling to line requests
Johan Hovold
1
-17
/
+51
2014-01-03
USB: pl2303: add error handling to set_control_lines
Johan Hovold
1
-3
/
+4
2014-01-03
USB: pl2303: add error handling to vendor read and write functions
Johan Hovold
1
-31
/
+42
2014-01-03
USB: pl2303: clean up driver somewhat
Johan Hovold
1
-27
/
+34
2014-01-03
USB: pl2303: remove bogus delta_msr_wait wake up
Johan Hovold
1
-1
/
+0
2014-01-03
USB: f81232: switch to generic tiocmiwait
Johan Hovold
1
-42
/
+2
2014-01-03
USB: f81232: remove bogus call to wake up MSR queue
Johan Hovold
1
-1
/
+7
2014-01-03
USB: serial: remove redundant OOM messages
Johan Hovold
21
-217
/
+74
2014-01-03
USB: serial: clean up ioctl debugging
Johan Hovold
12
-33
/
+2
2014-01-03
USB: serial: constify device-id tables
Johan Hovold
7
-12
/
+12
2014-01-03
USB: pl2303: fix data corruption on termios updates
Johan Hovold
1
-9
/
+25
2014-01-03
Merge tag 'usb-for-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
116
-1272
/
+6435
2013-12-26
usb: phy: keystone: remove redundant return value check of platform_get_resou...
Wei Yongjun
1
-5
/
+0
2013-12-26
usb: musb: Remove usb_disable() check in module_init()
Ezequiel Garcia
1
-16
/
+1
2013-12-24
Merge 3.13-rc5 into usb-next
Greg Kroah-Hartman
217
-1111
/
+2083
2013-12-23
usb: gadget: at91_udc: fix build warning
Felipe Balbi
1
-7
/
+7
2013-12-23
usb: gadget: Add UDC driver for Aeroflex Gaisler GRUSBDC
Andreas Larsson
5
-0
/
+2498
2013-12-23
phy: add Broadcom Kona USB2 PHY driver
Matt Porter
3
-0
/
+165
2013-12-23
phy: add Broadcom Kona USB2 PHY DT binding
Matt Porter
1
-0
/
+15
2013-12-23
usb: gadget: s3c-hsotg: get phy bus width from phy subsystem
Matt Porter
2
-1
/
+14
2013-12-23
usb: gadget: s3c-hsotg: enable generic phy support
Matt Porter
1
-16
/
+39
2013-12-23
usb: gadget: s3c-hsotg: add snps,dwc2 compatible string
Matt Porter
1
-0
/
+1
2013-12-23
usb: gadget: s3c-hsotg: enable build for other platforms
Matt Porter
2
-6
/
+4
2013-12-23
staging: dwc2: update DT binding to add generic clock/phy properties
Matt Porter
1
-0
/
+12
2013-12-23
phy: add phy_get_bus_width()/phy_set_bus_width() calls
Matt Porter
1
-0
/
+28
2013-12-23
Merge tag 'v3.13-rc5' into next
Felipe Balbi
218
-1111
/
+2084
2013-12-23
usb: musb: Rework USB and USB_GADGET dependency
Ezequiel Garcia
2
-6
/
+6
2013-12-23
usb: phy: fix some Kconfig descriptions
Aaro Koskinen
1
-3
/
+3
2013-12-23
usb: phy: isp1301-omap: fix smatch warnings
Aaro Koskinen
1
-5
/
+4
2013-12-23
usb: phy: tahvo: fix smatch warnings
Aaro Koskinen
1
-6
/
+0
2013-12-23
usb: phy-twl6030: Add missing braces
Sachin Kamat
1
-1
/
+1
2013-12-23
usb: phy-fsm: Staticize local symbols
Sachin Kamat
1
-2
/
+2
2013-12-23
usb: phy-keystone: Remove redundant of_match_ptr helper
Sachin Kamat
1
-1
/
+1
2013-12-22
Linux 3.13-rc5
v3.13-rc5
Linus Torvalds
1
-1
/
+1
2013-12-22
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
6
-26
/
+61
2013-12-22
Merge tag 'firewire-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...
Linus Torvalds
1
-1
/
+0
2013-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Linus Torvalds
10
-49
/
+52
2013-12-22
Merge git://git.kvack.org/~bcrl/aio-next
Linus Torvalds
3
-16
/
+55
2013-12-22
aio: clean up and fix aio_setup_ring page mapping
Linus Torvalds
1
-35
/
+23
2013-12-21
USB: core: remove CONFIG_USB_DEBUG usage
Greg Kroah-Hartman
3
-18
/
+7
2013-12-21
USB: gadget: fix up some comments about CONFIG_USB_DEBUG
Greg Kroah-Hartman
2
-2
/
+2
2013-12-21
Merge tag 'for-usb-next-2013-12-20' of git://git.kernel.org/pub/scm/linux/ker...
Greg Kroah-Hartman
3
-7
/
+10
2013-12-21
aio/migratepages: make aio migrate pages sane
Benjamin LaHaise
3
-15
/
+53
2013-12-21
aio: fix kioctx leak introduced by "aio: Fix a trinity splat"
Benjamin LaHaise
1
-1
/
+2
2013-12-20
Don't set the INITRD_COMPRESS environment variable automatically
Linus Torvalds
1
-1
/
+3
[prev]
[next]