Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | usb: gadget zero timer init fix | David Lopo | 2008-05-02 | 1 | -3/+4 | |
| * | | | | usb: gadget zero style fixups (mostly whitespace) | David Brownell | 2008-05-02 | 1 | -193/+172 | |
| * | | | | usb serial gadget: CDC ACM fixes | David Brownell | 2008-05-02 | 1 | -17/+73 | |
| * | | | | usb: pxa27x_udc driver | Robert Jarzmik | 2008-05-02 | 5 | -4/+2916 | |
| * | | | | USB: INTOVA Pixtreme camera mass storage device | Rohan Hart | 2008-05-02 | 1 | -0/+7 | |
| * | | | | USB: mos7840: test and propagate set_uart_reg return value | Roel Kluin | 2008-05-02 | 1 | -3/+2 | |
| * | | | | USB: usbtest displays diagnostics again | David Brownell | 2008-05-02 | 1 | -143/+133 | |
| * | | | | ub: Cosmetics | Pete Zaitcev | 2008-05-02 | 1 | -9/+6 | |
| * | | | | ub: Ignore bad residue | Pete Zaitcev | 2008-05-02 | 1 | -8/+14 | |
| * | | | | ub: Tune retries | Pete Zaitcev | 2008-05-02 | 1 | -5/+4 | |
| * | | | | ub: Fix timeouts | Pete Zaitcev | 2008-05-02 | 1 | -2/+15 | |
| * | | | | usb: libusual kthread_run() called with wrong format. | Rusty Russell | 2008-05-02 | 1 | -1/+1 | |
| * | | | | usb-storage: add unusual_devs entry for Samsung YP-U3 | Alan Stern | 2008-05-02 | 1 | -0/+7 | |
| * | | | | USB: storage/onetouch.c: make a function static | Adrian Bunk | 2008-05-02 | 1 | -2/+2 | |
| * | | | | usb-storage: fix build failure in OneTouch driver | Dmitry Torokhov | 2008-05-02 | 1 | -1/+2 | |
| * | | | | usb: ldusb: ld_usb semaphore to mutex | Daniel Walker | 2008-05-02 | 1 | -14/+14 | |
| * | | | | USB: ISP1760 HCD driver | Sebastian Siewior | 2008-05-02 | 5 | -1/+2764 | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2008-05-02 | 1 | -1/+7 | |
|\ \ \ \ \ | ||||||
| * | | | | | driver-core: add dev_name() to help transition away from using bus_id | Kay Sievers | 2008-05-02 | 1 | -1/+7 | |
| |/ / / / | ||||||
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-genirq | Linus Torvalds | 2008-05-02 | 3 | -19/+35 | |
|\ \ \ \ \ | ||||||
| * | | | | | genirq: reenable a nobody cared disabled irq when a new driver arrives | Thomas Gleixner | 2008-05-02 | 3 | -19/+35 | |
| |/ / / / | ||||||
* | | | | | Merge branch 'for-linus' of git://www.linux-m32r.org/git/takata/linux-2.6_dev | Linus Torvalds | 2008-05-02 | 3 | -866/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | m32r: cleanup: drop .data.idt section in vmlinux.lds script | Cyrill Gorcunov | 2008-04-29 | 1 | -3/+0 | |
| * | | | | | m32r: use KBUILD_DEFCONFIG | Adrian Bunk | 2008-04-29 | 2 | -863/+2 | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 2008-05-02 | 14 | -159/+324 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | lguest: make Launcher see device status updates | Rusty Russell | 2008-05-02 | 2 | -22/+48 | |
| * | | | | | | lguest: remove bogus NULL cpu check | Rusty Russell | 2008-05-02 | 1 | -2/+0 | |
| * | | | | | | lguest: avoid using NR_CPUS as a bounds check. | Rusty Russell | 2008-05-02 | 1 | -1/+1 | |
| * | | | | | | virtio: add virtio disk geometry feature | Ryan Harper | 2008-05-02 | 2 | -4/+27 | |
| * | | | | | | virtio: explicit advertisement of driver features | Rusty Russell | 2008-05-02 | 8 | -53/+142 | |
| * | | | | | | virtio: change config to guest endian. | Rusty Russell | 2008-05-02 | 3 | -36/+21 | |
| * | | | | | | virtio: finer-grained features for virtio_net | Rusty Russell | 2008-05-02 | 2 | -2/+20 | |
| * | | | | | | virtio: wean net driver off NETDEV_TX_BUSY | Rusty Russell | 2008-05-02 | 1 | -20/+43 | |
| * | | | | | | virtio-blk: fix remove oops | Marcelo Tosatti | 2008-05-02 | 1 | -2/+0 | |
| * | | | | | | virtio: fix scatterlist sizing in net driver. | Rusty Russell | 2008-05-02 | 1 | -4/+4 | |
| * | | | | | | virtio: de-structify virtio_block status byte | Rusty Russell | 2008-05-02 | 3 | -15/+10 | |
| * | | | | | | virtio: export more headers to userspace | Christian Borntraeger | 2008-05-02 | 1 | -0/+5 | |
| * | | | | | | virtio: fix sparse return void-valued expression warnings | Harvey Harrison | 2008-05-02 | 1 | -2/+2 | |
| * | | | | | | virtio: fix tx_ stats in virtio_net | Rusty Russell | 2008-05-02 | 1 | -1/+1 | |
| * | | | | | | virtio: ignore corrupted virtqueues rather than spinning. | Rusty Russell | 2008-05-02 | 1 | -0/+5 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2008-05-02 | 11 | -171/+157 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | [IA64] fix file and descriptor handling in perfmon | Al Viro | 2008-05-01 | 1 | -112/+87 | |
| * | | | | | [IA64] TS_RESTORE_SIGMASK | Roland McGrath | 2008-05-01 | 3 | -10/+20 | |
| * | | | | | [IA64] smp.c coding style fix | Hidetoshi Seto | 2008-05-01 | 1 | -33/+35 | |
| * | | | | | [IA64] fix section mismatch in arch/ia64/kernel/topology.c | Hidetoshi Seto | 2008-04-30 | 2 | -7/+11 | |
| * | | | | | [IA64] fix section mismatch in arch/ia64/kernel/palinfo.c | Hidetoshi Seto | 2008-04-30 | 1 | -1/+1 | |
| * | | | | | [IA64] fix section mismatch in arch/ia64/kernel/irq.c | Hidetoshi Seto | 2008-04-30 | 2 | -7/+2 | |
| * | | | | | [IA64] fix section mismatch in arch/ia64/kernel/acpi.c | Hidetoshi Seto | 2008-04-30 | 1 | -1/+1 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee... | Linus Torvalds | 2008-05-01 | 2 | -2/+5 | |
|\ \ \ \ \ | ||||||
| * | | | | | firewire: fw-sbp2: log scsi_target ID at release | Stefan Richter | 2008-05-01 | 1 | -1/+1 |