Age | Commit message (Expand) | Author |
2009-09-23 | USB: sisusbvga: drop usb_buffer_alloc | Pete Zaitcev |
2009-09-23 | USB: ehci-dbg.c: no need for checking it before call vfree | Figo.zhang |
2009-09-23 | USB: Fix SS endpoint companion descriptor parsing. | Sarah Sharp |
2009-09-23 | USB: xhci: Support interrupt transfers. | Sarah Sharp |
2009-09-23 | USB: xhci: Set -EREMOTEIO when xHC gives bad transfer length. | Sarah Sharp |
2009-09-23 | USB: xhci: Check URB_SHORT_NOT_OK before setting short packet status. | Sarah Sharp |
2009-09-23 | USB: xhci: Check URB's actual transfer buffer size. | Sarah Sharp |
2009-09-23 | USB: xhci: Don't touch xhci_td after it's freed. | Sarah Sharp |
2009-09-23 | USB: xhci: Handle babbling endpoints correctly. | Sarah Sharp |
2009-09-23 | USB: xhci: Make TRB completion code comparison readable. | Sarah Sharp |
2009-09-23 | USB: xhci: Add quirk for Fresco Logic xHCI hardware. | Sarah Sharp |
2009-09-23 | USB: xhci: Handle stalled control endpoints. | Sarah Sharp |
2009-09-23 | USB: xhci: Support full speed devices. | Sarah Sharp |
2009-09-23 | USB: xhci: Set correct max packet size for HS/FS control endpoints. | Sarah Sharp |
2009-09-23 | USB: xhci: Configure endpoint code refactoring. | Sarah Sharp |
2009-09-23 | USB: xhci: Fix slot and endpoint context debugging. | Sarah Sharp |
2009-09-23 | USB: xhci: Work around for chain bit in link TRBs. | Sarah Sharp |
2009-09-23 | USB: serial: ftdi: handle gnICE+ JTAG adaptors | Michael Hennerich |
2009-09-23 | USB: sl811-hcd: Fix device disconnect: | Hennerich, Michael |
2009-09-23 | USB: add PIDs for FTDI based OpenDCC hardware | mail@rainerkeller.de |
2009-09-23 | USB: fix cdc-acm regression in open | Oliver Neukum |
2009-09-23 | USB: CDC WDM driver doesn't support non-blocking reads | Oliver Neukum |
2009-09-23 | USB: option: TELIT UC864G support | Manuel Lauss |
2009-09-23 | USB: option.c Add support for ZTE AC2726 EVDO modem | Huzaifa Sidhpurwala |
2009-09-23 | USB: serial: pl2303: new hardware support - sanwa multimeter | Pawel Ludwikow |
2009-09-23 | USB: serial: ftdi_sio: new hardware support - hameg power supply | Pawel Ludwikow |
2009-09-23 | USB: storage: fix a resume path GFP_NOIO must be used | Oliver Neukum |
2009-09-22 | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2009-09-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/veg... | Linus Torvalds |
2009-09-22 | Merge branch 'for-2.6.32' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2009-09-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2009-09-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2009-09-22 | input: add a driver for the Winbond WPCD376I Consumer IR hardware | David Härdeman |
2009-09-22 | pnp: add a shutdown method to pnp drivers | David Härdeman |
2009-09-22 | hwmon: applesmc: restore accelerometer and keyboard backlight on resume | Henrik Rydberg |
2009-09-22 | hwmon: fix freeing of gpio_data and irq | Roel Kluin |
2009-09-22 | drivers/hwmon/adm1021.c: add low_power support for adm1021 driver | Michael Abbott |
2009-09-22 | drivers/hwmon/adm1021.c: support high precision ADM1023 remote sensor | Michael Abbott |
2009-09-22 | lis3_spi: code cleanups | Daniel Mack |
2009-09-22 | lis3: add power management functions | Daniel Mack |
2009-09-22 | lis3: add free-fall/wakeup function via platform_data | Daniel Mack |
2009-09-22 | lis3: fix typo | Daniel Mack |
2009-09-22 | drivers/hwmon/coretemp.c: enable the Intel Atom | Michael Riepe |
2009-09-22 | checkpatch: add some common Blackfin checks | Mike Frysinger |
2009-09-22 | checkpatch: version 0.29 | Andy Whitcroft |
2009-09-22 | checkpatch: limit sN/uN matches to actual bit sizes | Andy Whitcroft |
2009-09-22 | checkpatch: format strings should not have brackets in macros | Andy Whitcroft |
2009-09-22 | checkpatch: make -f alias --file, add --help, more verbose help message | Hannes Eder |
2009-09-22 | checkpatch: indent checks -- stop when we run out of continuation lines | Andy Whitcroft |
2009-09-22 | checkpatch: handle C99 comments correctly (performance issue) | Daniel Walker |