| Commit message (Expand) | Author | Age | Files | Lines |
* | USB Elan FTDI: check for workqueue creation | Cyrill Gorcunov | 2007-03-09 | 1 | -2/+16 |
* | USB: add driver for iowarrior devices. | Greg Kroah-Hartman | 2007-02-23 | 3 | -0/+940 |
* | backlight: Separate backlight properties from backlight ops pointers | Richard Purdie | 2007-02-20 | 1 | -5/+6 |
* | backlight: Fix external uses of backlight internal semaphore | Richard Purdie | 2007-02-20 | 1 | -6/+0 |
* | backlight: Remove unneeded owner field | Richard Purdie | 2007-02-20 | 1 | -1/+0 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2007-02-19 | 3 | -0/+152 |
|\ |
|
| * | USB: Driver to charge USB blackberry devices | Greg Kroah-Hartman | 2007-02-16 | 3 | -0/+152 |
* | | Pull misc-for-upstream into release branch | Len Brown | 2007-02-16 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | ACPI: video: Fix null pointer in appledisplay driver | Michael Hanselmann | 2007-02-10 | 1 | -1/+1 |
* | | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 2007-02-14 | 2 | -2/+0 |
* | | [PATCH] mark struct file_operations const 6 | Arjan van de Ven | 2007-02-12 | 2 | -2/+2 |
* | | [PATCH] null pointer dereference in appledisplay driver | Michael Hanselmann | 2007-02-12 | 1 | -2/+2 |
|/ |
|
* | USB: mutexification of rio500 | Oliver Neukum | 2007-02-07 | 1 | -24/+30 |
* | USB: Remove unneeded void * casts in idmouse.c | Tobias Klauser | 2007-02-07 | 1 | -6/+4 |
* | sisusb_con warning fixes | Andrew Morton | 2007-01-05 | 1 | -6/+6 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2006-12-22 | 1 | -1/+1 |
|\ |
|
| * | Pull platform-drivers into test branch | Len Brown | 2006-12-20 | 1 | -1/+1 |
| |\ |
|
| | * | ACPI: video: Add dev argument for backlight_device_register | Yu Luming | 2006-12-20 | 1 | -1/+1 |
* | | | USB: u132-hcd/ftdi-elan: add support for Option GT 3G Quad card | Tony Olech | 2006-12-20 | 1 | -199/+393 |
* | | | USB AUERSWALD: replace kmalloc+memset with kzalloc | Burman Yan | 2006-12-20 | 1 | -4/+2 |
* | | | USB: fix transvibrator disconnect race | Oliver Neukum | 2006-12-20 | 1 | -1/+1 |
* | | | USB: Fix oops in PhidgetServo | Sean Young | 2006-12-20 | 1 | -0/+1 |
|/ / |
|
* | | [PATCH] getting rid of all casts of k[cmz]alloc() calls | Robert P. J. Day | 2006-12-13 | 1 | -2/+2 |
* | | [PATCH] Fix numerous kcalloc() calls, convert to kzalloc() | Robert P. J. Day | 2006-12-13 | 1 | -1/+1 |
* | | [PATCH] struct path: convert usb | Josef Sipek | 2006-12-08 | 1 | -1/+1 |
* | | [PATCH] slab: remove SLAB_KERNEL | Christoph Lameter | 2006-12-07 | 1 | -14/+14 |
* | | [PATCH] slab: remove SLAB_ATOMIC | Christoph Lameter | 2006-12-07 | 3 | -8/+8 |
* | | WorkQueue: Fix up arch-specific work items where possible | David Howells | 2006-12-05 | 1 | -5/+6 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 2006-12-05 | 12 | -73/+39 |
|\ \ |
|
| * \ | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2006-12-01 | 12 | -72/+38 |
| |\ \ |
|
| | * | | USB: build the appledisplay driver | Adrian Bunk | 2006-12-01 | 1 | -0/+1 |
| | * | | USB: idmouse cleanup | Mariusz Kozlowski | 2006-12-01 | 1 | -8/+8 |
| | * | | USB: ftdi-elan.c: fixes and cleanups | Adrian Bunk | 2006-12-01 | 2 | -9/+5 |
| | * | | usb: phidgetmotorcontrol free urb cleanup | Mariusz Kozlowski | 2006-12-01 | 1 | -2/+1 |
| | * | | usb: phidgetkit free urb cleanup | Mariusz Kozlowski | 2006-12-01 | 1 | -2/+1 |
| | * | | usb: legousbtower free kill urb cleanup | Mariusz Kozlowski | 2006-12-01 | 1 | -13/+5 |
| | * | | usb: auerswald free kill urb cleanup | Mariusz Kozlowski | 2006-12-01 | 1 | -5/+2 |
| | * | | USB: usbtest: Use usb_endpoint_* functions | Luiz Fernando N. Capitulino | 2006-12-01 | 1 | -2/+2 |
| | * | | USB: phidgetmotorcontrol: Use usb_endpoint_* functions | Luiz Fernando N. Capitulino | 2006-12-01 | 1 | -1/+1 |
| | * | | USB: phidgetkit: Use usb_endpoint_* functions | Luiz Fernando N. Capitulino | 2006-12-01 | 1 | -1/+1 |
| | * | | USB: legousbtower: Use usb_endpoint_* functions | Luiz Fernando N. Capitulino | 2006-12-01 | 1 | -8/+5 |
| | * | | USB: idmouse: Use usb_endpoint_* functions | Luiz Fernando N. Capitulino | 2006-12-01 | 1 | -5/+1 |
| | * | | USB: ftdi-elan: Use usb_endpoint_* functions | Luiz Fernando N. Capitulino | 2006-12-01 | 1 | -8/+2 |
| | * | | USB: appledisplay: Use usb_endpoint_* functions | Luiz Fernando N. Capitulino | 2006-12-01 | 1 | -4/+1 |
| | * | | USB: kmemdup() cleanup in drivers/usb/ | Eric Sesterhenn | 2006-12-01 | 2 | -4/+2 |
| * | | | Fix misc .c/.h comment typos | Matt LaPlante | 2006-11-30 | 1 | -1/+1 |
| |/ / |
|
* | | | WorkStruct: make allyesconfig | David Howells | 2006-11-22 | 3 | -72/+46 |
|/ / |
|
* | | USB: auerswald possible memleak fix | Mariusz Kozlowski | 2006-11-16 | 1 | -1/+1 |
|/ |
|
* | USB: ftdi-elan.c: remove dead code | Adrian Bunk | 2006-10-17 | 1 | -2/+0 |
* | USB: fix dereference in drivers/usb/misc/adutux.c | Eric Sesterhenn | 2006-10-17 | 1 | -1/+2 |