aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* USB: gadget: f_fs: functionfs_add() renamed to functionfs_bind_config()Michal Nazarewicz2010-08-10
* USB: gadget: f_mass_storage: fsg_add() renamed to fsg_bind_config()Michal Nazarewicz2010-08-10
* USB: gadget: g_mass_storage: static data instead of dynamic allocationMichal Nazarewicz2010-08-10
* USB: mon: kill BKL usageArnd Bergmann2010-08-10
* usb: gadget: Do not take BKL for gadget->ops->ioctlArnd Bergmann2010-08-10
* USB-BKL: Remove BKL use in uhci-debugAndi Kleen2010-08-10
* USB-BKL: Remove BKL use for usb serial driver probingAndi Kleen2010-08-10
* USB-BKL: Convert usb_driver ioctl to unlocked_ioctlAndi Kleen2010-08-10
* USB-BKL: Remove lock_kernel in usbfs update_sb()Andi Kleen2010-08-10
* usb: atm: fixed spacing and indentation coding style issuesNicolas Kaiser2010-08-10
* USB: Add a serial number parameter to g_file_storage moduleYann Cantin2010-08-10
* usb: conexant: fixed spacing and brace coding style issuesNicolas Kaiser2010-08-10
* USB: gadget: langwell_udc.c: printk needs a (unsigned long long) cast for a d...Joe Perches2010-08-10
* Revert "USB: Adding support for HTC Smartphones to ipaq"Leann Ogasawara2010-08-10
* USB: option: Remove duplicate AMOI_VENDOR_IDLeann Ogasawara2010-08-10
* USB: EHCI: EHCI 1.1 addendum: Enable Per-port change detect bitsAlek Du2010-08-10
* USB: EHCI: EHCI 1.1 addendum: Basic LPM feature supportAlek Du2010-08-10
* USB: EHCI: EHCI 1.1 addendum: preparationAlek Du2010-08-10
* usb: throw away custom hex digit methodsAndy Shevchenko2010-08-10
* USB: isd200.c: Remove unnecessary kmalloc castJoe Perches2010-08-10
* USB: host: Eliminate NULL dereferenceJulia Lawall2010-08-10
* USB: otg.h: Fix the mixup in parameters order.Igor Grinberg2010-08-10
* USB: core endpoint: Fix Coding Stylescsanchez@neurowork.net2010-08-10
* USB: core driver: Fix Coding Stylescsanchez@neurowork.net2010-08-10
* USB: Documentation/usb/linux.inf: Checkpatch cleanupAndrea Gelmini2010-08-10
* USB: Documentation/usb/hotplug.txt: Checkpatch cleanupAndrea Gelmini2010-08-10
* USB: Documentation/usb/ehci.txt: Checkpatch cleanupAndrea Gelmini2010-08-10
* USB: gadget: Use memdup_userJulia Lawall2010-08-10
* USB: EHCI: make CONFIG_USB_EHCI_TT_NEWSCHED default to YAlan Stern2010-08-10
* USB: iuu_phoenix: Add support for different baud rates.James Courtier-Dutton2010-08-10
* USB: xhci: Remove obsolete debugging printk.Sarah Sharp2010-08-10
* USB: speedtouch: fixed more brace and spacing coding style issuesNicolas Kaiser2010-08-10
* USB: speedtouch: fixed brace and spacing coding style issuesNicolas Kaiser2010-08-10
* USB: UHCI: acquire spinlock before calling start_rh()Alan Stern2010-08-10
* USB: add check to detect host controller hardware removalAlan Stern2010-08-10
* USB: don't stop root-hub status polls too soonAlan Stern2010-08-10
* USB: fix failure path in usb_add_hcd()Alan Stern2010-08-10
* Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linuxLinus Torvalds2010-08-10
|\
| * unistd: add __NR_prlimit64 syscall numbersJiri Slaby2010-07-16
| * rlimits: implement prlimit64 syscallJiri Slaby2010-07-16
| * rlimits: switch more rlimit syscalls to do_prlimitJiri Slaby2010-07-16
| * rlimits: redo do_setrlimit to more generic do_prlimitJiri Slaby2010-07-16
| * rlimits: add rlimit64 structureJiri Slaby2010-07-16
| * rlimits: do security check under task_lockJiri Slaby2010-07-16
| * rlimits: allow setrlimit to non-current tasksJiri Slaby2010-07-16
| * rlimits: split sys_setrlimitJiri Slaby2010-07-16
| * rlimits: selinux, do rlimits changes under task_lockOleg Nesterov2010-07-16
| * rlimits: make sure ->rlim_max never grows in sys_setrlimitOleg Nesterov2010-07-16
| * rlimits: add task_struct to update_rlimit_cpuJiri Slaby2010-07-16
| * rlimits: security, add task_struct to setrlimitJiri Slaby2010-07-16