Age | Commit message (Expand) | Author | Files | Lines |
2006-12-07 | [PATCH] Add include/linux/freezer.h and move definitions from sched.h | Nigel Cunningham | 1 | -0/+1 |
2006-12-07 | [PATCH] slab: remove SLAB_DMA | Christoph Lameter | 1 | -1/+1 |
2006-12-07 | [PATCH] slab: remove SLAB_KERNEL | Christoph Lameter | 1 | -2/+2 |
2006-12-07 | [PATCH] slab: remove SLAB_ATOMIC | Christoph Lameter | 2 | -2/+2 |
2006-12-05 | WorkQueue: Fix up arch-specific work items where possible | David Howells | 1 | -1/+1 |
2006-12-05 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 11 | -397/+489 |
2006-12-02 | usbcore: remove unused argument in autosuspend | Alan Stern | 5 | -62/+71 |
2006-12-02 | USB: keep count of unsuspended children | Alan Stern | 2 | -11/+37 |
2006-12-02 | USB hub: simplify remote-wakeup handling | Alan Stern | 1 | -23/+20 |
2006-12-02 | USB: struct usb_device: change flag to bitflag | Alan Stern | 1 | -1/+1 |
2006-12-02 | USB: Add autosuspend support to the hub driver | Alan Stern | 1 | -19/+26 |
2006-12-02 | USB: create a new thread for every USB device found during the probe sequence | Greg Kroah-Hartman | 2 | -22/+74 |
2006-12-02 | USB: added dynamic major number for USB endpoints | Sarah Bailey | 1 | -13/+85 |
2006-12-02 | USB: make drivers/usb/core/driver.c:usb_device_match() static | Adrian Bunk | 1 | -1/+1 |
2006-12-02 | USB core: fix compiler warning about usb_autosuspend_work | Alan Stern | 1 | -8/+8 |
2006-12-02 | USB: resume_device symbol conflict | Stephen Hemminger | 1 | -10/+10 |
2006-12-02 | USB: Move private hub declarations out of public header file | Alan Stern | 2 | -41/+42 |
2006-12-02 | USB: expand autosuspend/autoresume API | Alan Stern | 1 | -0/+22 |
2006-12-02 | USB: autosuspend code consolidation | Alan Stern | 1 | -45/+67 |
2006-12-02 | USB: makes usb_endpoint_* functions inline. | Luiz Fernando N. Capitulino | 1 | -144/+0 |
2006-12-02 | USB: devices: Use usb_endpoint_* functions | Luiz Fernando N. Capitulino | 1 | -4/+5 |
2006-12-02 | USB core: don't match interface descriptors for vendor-specific devices | Alan Stern | 1 | -1/+21 |
2006-12-02 | usb hub: fix root hub code so it takes more than 15 devices per root hub | inaky@linux.intel.com | 2 | -2/+9 |
2006-12-02 | usb/hub: allow hubs up to 31 children | inaky@linux.intel.com | 1 | -1/+1 |
2006-11-22 | WorkStruct: make allyesconfig | David Howells | 4 | -16/+20 |
2006-11-17 | USB: Fixed outdated usb_get_device_descriptor() documentation | Laurent Pinchart | 1 | -4/+1 |
2006-11-03 | USB: fix compiler issues with newer gcc versions | David Brownell | 1 | -2/+1 |
2006-10-18 | usb devio: handle class_device_create() error | Akinobu Mita | 1 | -2/+6 |
2006-10-18 | usbcore: fix endpoint device creation | Alan Stern | 1 | -10/+8 |
2006-10-18 | usbcore: fix refcount bug in endpoint removal | Alan Stern | 1 | -3/+1 |
2006-10-11 | [PATCH] devio __user annotations | Al Viro | 1 | -3/+3 |
2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 5 | -18/+14 |
2006-10-04 | Remove all inclusions of <linux/config.h> | Dave Jones | 1 | -1/+0 |
2006-10-04 | fix file specification in comments | Uwe Zeisberger | 2 | -2/+2 |
2006-10-02 | [PATCH] namespaces: utsname: use init_utsname when appropriate | Serge E. Hallyn | 1 | -2/+2 |
2006-10-02 | [PATCH] usb: fixup usb so it uses struct pid | Eric W. Biederman | 3 | -6/+8 |
2006-10-01 | [PATCH] r/o bind mount prepwork: inc_nlink() helper | Dave Hansen | 1 | -2/+2 |
2006-10-01 | [PATCH] r/o bind mounts: unlink: monitor i_nlink | Dave Hansen | 1 | -3/+4 |
2006-09-29 | USB: fix autosuspend when CONFIG_PM isn't set | Alan Stern | 4 | -26/+42 |
2006-09-29 | USB: allow both root-hub interrupts and polling | Alan Stern | 1 | -2/+1 |
2006-09-29 | USB: create new workqueue thread for USB autosuspend | Alan Stern | 3 | -8/+46 |
2006-09-29 | USB: fixes kerneldoc errors in usbcore-auto(susp/res)-patch | Henrik Kretzschmar | 1 | -6/+6 |
2006-09-29 | USB: Fix alignment of buffer passed down to ->hub_control() | Mikael Pettersson | 1 | -1/+2 |
2006-09-27 | USB: remove OTG build warning | David Brownell | 1 | -2/+1 |
2006-09-27 | USB: force root hub resume after power loss | Alan Stern | 1 | -0/+6 |
2006-09-27 | USB: Remove unneeded void * casts in core files | Tobias Klauser | 5 | -12/+12 |
2006-09-27 | USB: fix __must_check warnings in drivers/usb/core/ | Greg Kroah-Hartman | 6 | -29/+80 |
2006-09-27 | USB: fix root-hub resume when CONFIG_USB_SUSPEND is not set | Alan Stern | 1 | -1/+6 |
2006-09-27 | usbcore: remove usb_suspend_root_hub | Alan Stern | 4 | -68/+1 |
2006-09-27 | usbcore: non-hub-specific uses of autosuspend | Alan Stern | 3 | -11/+17 |