Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | synclink: add mutex_unlock() on error path | Dan Carpenter | 2010-08-24 | 1 | -1/+3 | |
| * | | | | | | | | | rocket: add a mutex_unlock() | Dan Carpenter | 2010-08-24 | 1 | -0/+1 | |
| * | | | | | | | | | ip2: return -EFAULT on copy_to_user errors | Dan Carpenter | 2010-08-24 | 1 | -0/+2 | |
| * | | | | | | | | | ip2: remove unneeded NULL check | Dan Carpenter | 2010-08-24 | 1 | -1/+1 | |
| * | | | | | | | | | serial: print early console device address in hex | Luck, Tony | 2010-08-24 | 1 | -2/+2 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2010-08-24 | 5 | -37/+61 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | kobject_uevent: fix typo in comments | Xiaotian Feng | 2010-08-24 | 1 | -2/+2 | |
| * | | | | | | | | | firmware_class: fix typo in error path | Johannes Berg | 2010-08-24 | 1 | -1/+1 | |
| * | | | | | | | | | kobject: Break the kobject namespace defs into their own header | David Howells | 2010-08-24 | 3 | -34/+58 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2010-08-24 | 25 | -126/+228 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | ARM: imx: fix build failure concerning otg/ulpi | Uwe Kleine-König | 2010-08-24 | 4 | -6/+6 | |
| * | | | | | | | | USB: ftdi_sio: add product ID for Lenz LI-USB | Galen Seitz | 2010-08-24 | 2 | -0/+4 | |
| * | | | | | | | | USB: adutux: fix misuse of return value of copy_to_user() | Kulikov Vasiliy | 2010-08-24 | 1 | -1/+1 | |
| * | | | | | | | | USB: iowarrior: fix misuse of return value of copy_to_user() | Kulikov Vasiliy | 2010-08-24 | 1 | -2/+2 | |
| * | | | | | | | | USB: xHCI: update ring dequeue pointer when process missed tds | Andiry Xu | 2010-08-24 | 1 | -0/+4 | |
| * | | | | | | | | USB: xhci: Remove buggy assignment in next_trb() | John Youn | 2010-08-24 | 1 | -1/+1 | |
| * | | | | | | | | USB: ftdi_sio: Add ID for Ionics PlugComputer | Martin Michlmayr | 2010-08-24 | 2 | -0/+8 | |
| * | | | | | | | | USB: serial: io_ti.c: don't return 0 if writing the download record failed | Roel Kluin | 2010-08-24 | 1 | -1/+1 | |
| * | | | | | | | | USB: otg: twl4030: fix wrong assumption of starting state | Felipe Balbi | 2010-08-24 | 1 | -1/+5 | |
| * | | | | | | | | USB: gadget: Return -ENOMEM on memory allocation failure | Julia Lawall | 2010-08-24 | 1 | -0/+1 | |
| * | | | | | | | | USB: gadget: fix composite kernel-doc warnings | Randy Dunlap | 2010-08-24 | 2 | -2/+3 | |
| * | | | | | | | | USB: ssu100: set tty_flags in ssu100_process_packet | Bill Pemberton | 2010-08-24 | 1 | -9/+29 | |
| * | | | | | | | | USB: ssu100: add disconnect function for ssu100 | Bill Pemberton | 2010-08-24 | 1 | -1/+1 | |
| * | | | | | | | | USB: serial: export symbol usb_serial_generic_disconnect | Bill Pemberton | 2010-08-24 | 1 | -0/+1 | |
| * | | | | | | | | USB: ssu100: rework logic for TIOCMIWAIT | Bill Pemberton | 2010-08-24 | 1 | -35/+111 | |
| * | | | | | | | | USB: ssu100: add register parameter to ssu100_setregister | Bill Pemberton | 2010-08-24 | 1 | -3/+4 | |
| * | | | | | | | | USB: ssu100: remove duplicate #defines in ssu100 | Bill Pemberton | 2010-08-24 | 1 | -55/+31 | |
| * | | | | | | | | USB: ssu100: refine process_packet in ssu100 | Bill Pemberton | 2010-08-24 | 1 | -6/+2 | |
| * | | | | | | | | USB: ssu100: add locking for port private data in ssu100 | Bill Pemberton | 2010-08-24 | 1 | -1/+8 | |
| * | | | | | | | | USB: r8a66597-udc: return -ENOMEM if kzalloc() fails | Axel Lin | 2010-08-24 | 1 | -0/+1 | |
| * | | | | | | | | USB: io_ti: check firmware version before updating | Greg Kroah-Hartman | 2010-08-24 | 1 | -1/+1 | |
| * | | | | | | | | USB: ftdi_sio: fix endianess of max packet size | Michael Wileczka | 2010-08-24 | 1 | -1/+1 | |
| * | | | | | | | | USB: CP210x Fix Break On/Off | Craig Shelley | 2010-08-24 | 1 | -2/+2 | |
| * | | | | | | | | USB: pl2303: New vendor and product id | Jef Driesen | 2010-08-24 | 2 | -0/+5 | |
| * | | | | | | | | USB: serial: fix leak of usb serial module refrence count | Ming Lei | 2010-08-24 | 1 | -16/+7 | |
| * | | | | | | | | USB: add device IDs for igotu to navman | Ross Burton | 2010-08-24 | 1 | -0/+1 | |
| * | | | | | | | | USB: isp1760: use a write barrier to ensure proper ndelay timing | Michael Hennerich | 2010-08-24 | 1 | -0/+2 | |
| * | | | | | | | | USB: option: add Celot CT-650 | Michael Tokarev | 2010-08-24 | 1 | -2/+5 | |
| * | | | | | | | | USB: uvc_v4l2: cleanup test for end of loop | Dan Carpenter | 2010-08-24 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-08-24 | 61 | -246/+2064 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | netfilter: fix CONFIG_COMPAT support | Florian Westphal | 2010-08-23 | 3 | -0/+9 | |
| * | | | | | | | | isdn/avm: fix build when PCMCIA is not enabled | Randy Dunlap | 2010-08-23 | 1 | -1/+2 | |
| * | | | | | | | | header: fix broken headers for user space | Changli Gao | 2010-08-23 | 10 | -26/+26 | |
| * | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2010-08-20 | 24 | -137/+174 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | iwlwifi: use long monitor timer for 5300 series | Wey-Yi Guy | 2010-08-18 | 1 | -2/+2 | |
| | * | | | | | | | | drivers/net/wireless: Restore upper case words in wiphy_<level> messages | Joe Perches | 2010-08-18 | 13 | -50/+50 | |
| | * | | | | | | | | iwlwifi: fix 3945 filter flags | Johannes Berg | 2010-08-17 | 4 | -50/+94 | |
| | * | | | | | | | | ipw2100: don't sync status queue entries | John W. Linville | 2010-08-17 | 1 | -8/+0 | |
| | * | | | | | | | | iwlwifi: use long monitor timer to avoid un-necessary reload | Wey-Yi Guy | 2010-08-14 | 2 | -11/+11 | |
| | * | | | | | | | | iwlwifi: long monitor timer | Wey-Yi Guy | 2010-08-14 | 6 | -29/+30 |