| Commit message (Expand) | Author | Files | Lines |
2010-05-21 | kobj: Add basic infrastructure for dealing with namespaces. | Eric W. Biederman | 5 | -14/+204 |
2010-05-21 | sysfs: Remove double free sysfs_get_sb | Eric W. Biederman | 1 | -1/+0 |
2010-05-21 | sysfs: Basic support for multiple super blocks | Eric W. Biederman | 2 | -2/+59 |
2010-05-21 | generate "change" uevent for loop device | David Zeuthen | 1 | -1/+9 |
2010-05-21 | Driver core: Protect device shutdown from hot unplug events. | Hugh Daschbach | 1 | -3/+22 |
2010-05-21 | firmware loader: do not allocate firmare id separately | Dmitry Torokhov | 1 | -13/+4 |
2010-05-21 | firmware loader: split out builtin firmware handling | Dmitry Torokhov | 1 | -26/+50 |
2010-05-21 | firmware loader: rely on driver core to create class attribute | Dmitry Torokhov | 1 | -35/+24 |
2010-05-21 | firmware class: export nowait to userspace | Johannes Berg | 1 | -5/+11 |
2010-05-21 | lockdep: Add novalidate class for dev->mutex conversion | Peter Zijlstra | 4 | -0/+25 |
2010-05-21 | drivers/base: Convert dev->sem to mutex | Thomas Gleixner | 5 | -8/+8 |
2010-05-21 | platform_bus: allow custom extensions to system PM methods | Kevin Hilman | 1 | -4/+4 |
2010-05-21 | devtmpfs: support !CONFIG_TMPFS | Peter Korsgaard | 4 | -3/+13 |
2010-05-21 | driver core: module.c: Use kasprintf | Julia Lawall | 1 | -3/+1 |
2010-05-21 | Driver core: don't initialize wakeup flags | Alan Stern | 1 | -1/+0 |
2010-05-21 | driver-core: fix potential race condition in drivers/base/dd.c | Stefani Seibold | 1 | -2/+2 |
2010-05-21 | Driver core: Reduce the level of request_firmware() messages | Rafael J. Wysocki | 1 | -3/+2 |
2010-05-21 | kref: remove kref_set | NeilBrown | 4 | -18/+6 |
2010-05-21 | firmware_class: fix memory leak - free allocated pages | David Woodhouse | 2 | -6/+21 |
2010-05-21 | drivers/base/cpu.c: fix the output from /sys/devices/system/cpu/offline | Jan Beulich | 1 | -1/+1 |
2010-05-21 | sound: fixup for usb_buffer_alloc/free rename | Stephen Rothwell | 1 | -5/+5 |
2010-05-20 | USB: remove unused usb_buffer_alloc and usb_buffer_free macros | Greg Kroah-Hartman | 1 | -12/+0 |
2010-05-20 | usb: musb: update gfp/slab.h includes | Tejun Heo | 1 | -1/+0 |
2010-05-20 | USB: ftdi_sio: fix legacy SIO-device header | Johan Hovold | 1 | -1/+1 |
2010-05-20 | USB: kl5usb105: reimplement using generic framework | Johan Hovold | 1 | -333/+47 |
2010-05-20 | USB: kl5usb105: minor clean ups | Johan Hovold | 1 | -46/+33 |
2010-05-20 | USB: kl5usb105: fix memory leak | Johan Hovold | 1 | -0/+1 |
2010-05-20 | USB: io_ti: use kfifo to implement write buffering | Johan Hovold | 1 | -210/+13 |
2010-05-20 | USB: io_ti: remove unsused private counter | Johan Hovold | 1 | -5/+0 |
2010-05-20 | USB: ti_usb: use kfifo to implement write buffering | Johan Hovold | 1 | -165/+14 |
2010-05-20 | USB: ir-usb: fix incorrect write-buffer length | Johan Hovold | 1 | -1/+3 |
2010-05-20 | USB: aircable: fix incorrect write-buffer length | Johan Hovold | 1 | -1/+1 |
2010-05-20 | USB: safe_serial: straighten out read processing | Johan Hovold | 1 | -22/+21 |
2010-05-20 | USB: safe_serial: reimplement read using generic framework | Johan Hovold | 1 | -39/+8 |
2010-05-20 | USB: safe_serial: reimplement write using generic framework | Johan Hovold | 1 | -111/+32 |
2010-05-20 | usb-storage: always print quirks | Felipe Contreras | 1 | -3/+6 |
2010-05-20 | USB: usb-storage: trivial debug improvements | Felipe Contreras | 1 | -29/+32 |
2010-05-20 | USB: oti6858: use port write fifo | Johan Hovold | 1 | -37/+25 |
2010-05-20 | USB: oti6858: use kfifo to implement write buffering | Johan Hovold | 1 | -201/+17 |
2010-05-20 | USB: cypress_m8: use kfifo to implement write buffering | Johan Hovold | 1 | -222/+17 |
2010-05-20 | USB: cypress_m8: remove unused drain define | Johan Hovold | 1 | -1/+0 |
2010-05-20 | USB: usb_debug: set bulk out size at probe | Johan Hovold | 1 | -7/+1 |
2010-05-20 | USB: gadget: Use kmemdup | Julia Lawall | 1 | -2/+1 |
2010-05-20 | USB: CP210x New Device IDs 11 New device IDs | Craig Shelley | 1 | -0/+11 |
2010-05-20 | USB: visor: increase bulk-out buffer size | Johan Hovold | 1 | -0/+3 |
2010-05-20 | USB: belkin_sa: implement line status handling | Johan Hovold | 1 | -26/+51 |
2010-05-20 | USB: belkin_sa: clean up open | Johan Hovold | 1 | -15/+6 |
2010-05-20 | USB: belkin_sa: minor clean-ups | Johan Hovold | 1 | -21/+7 |
2010-05-20 | USB: cp210x: use generic open to start reading from device | Johan Hovold | 1 | -1/+1 |
2010-05-20 | USB: visor: reimplement using generic framework | Johan Hovold | 1 | -329/+13 |