aboutsummaryrefslogtreecommitdiffstats
path: root/.mailmap (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-06xhci: fix reporting of 0-sized URBs in control endpointAleksander Morgado2-2/+11
2015-03-03usb: ftdi_sio: Add jtag quirk support for Cyber Cortex AV boardsMax Mansfield2-0/+5
2015-03-02USB: ch341: set tty baud speed according to tty structNicolas PLANEL1-9/+6
2015-02-27USB: serial: cp210x: Adding Seletek device id'sMichiel vd Garde1-0/+2
2015-02-26USB: pl2303: disable break on shutdownJohan Hovold1-5/+13
2015-02-26USB: mxuport: fix null deref when used as a consoleJohan Hovold1-1/+2
2015-02-26USB: serial: clean up bus probe error handlingJohan Hovold1-11/+14
2015-02-26USB: serial: fix port attribute-creation raceJohan Hovold2-19/+16
2015-02-26USB: serial: fix tty-device error handling at probeJohan Hovold1-1/+10
2015-02-26USB: serial: fix potential use-after-free after failed probeJohan Hovold1-1/+1
2015-02-26USB: console: add dummy __module_getJohan Hovold1-0/+2
2015-02-26USB: ftdi_sio: add PIDs for Actisense USB devicesMark Glover2-0/+37
2015-02-26Revert "USB: serial: make bulk_out_size a lower limit"Johan Hovold2-4/+4
2015-02-24cdc-acm: Add support for Denso cradle CU-321Björn Gerhart1-0/+2
2015-02-24usb-storage: support for more than 8 LUNsOliver Neukum1-0/+6
2015-02-24uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS539Hans de Goede1-0/+7
2015-02-24USB: usbfs: don't leak kernel data in siginfoAlan Stern1-0/+2
2015-02-24xhci: Clear the host side toggle manually when endpoint is 'soft reset'Mathias Nyman3-10/+94
2015-02-24xhci: Allocate correct amount of scratchpad buffersMathias Nyman1-2/+3
2015-02-24usb: XHCI: platform: Move the Marvell quirks after the enabling the clocksMaxime Ripard1-10/+9
2015-02-23usb: gadget: configfs: don't NUL-terminate (sub)compatible idsAndrzej Pietrasiewicz1-2/+0
2015-02-23usb: dwc3: dwc3-omap: Fix disable IRQGeorge Cherian1-2/+28
2015-02-23usb: gadget: function: uvc_v4l2.c: fix sparse warningsLad, Prabhakar1-0/+1
2015-02-23usb: gadget: gadgetfs: fix sparse warningsLad, Prabhakar1-2/+4
2015-02-23usb: gadget: function: uvc: fix sparse warningsLad, Prabhakar1-0/+1
2015-02-23usb: gadget: function: f_sourcesink: fix sparse warningLad, Prabhakar1-2/+2
2015-02-23usb: gadget: function: f_uac2: fix sparse warningsLad, Prabhakar1-17/+17
2015-02-23usb: gadget: function: f_hid: fix sparse warningLad, Prabhakar1-1/+1
2015-02-23usb: isp1760: use msecs_to_jiffies for time conversionNicholas Mc Guire1-3/+3
2015-02-23usb: musb: Fix getting a generic phy for musb_dspsTony Lindgren1-1/+24
2015-02-23usb: renesas: fix extcon dependencyArnd Bergmann1-0/+1
2015-02-23usb: musb: Fix use for of_property_read_bool for disabled multipointTony Lindgren2-4/+10
2015-02-23usb: musb: core: add pm_runtime_irq_safe()Felipe Balbi1-4/+6
2015-02-23usb: gadget: function: phonet: balance usb_ep_disable callsFelipe Balbi1-1/+4
2015-02-23usb: musb: musb_host: Enable HCD_BH flag to handle urb return in bottom halfGeorge Cherian1-1/+1
2015-02-22Linux 4.0-rc1Linus Torvalds1-4/+4
2015-02-22autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationAl Viro1-2/+6
2015-02-22procfs: fix race between symlink removals and traversalsAl Viro3-12/+22
2015-02-22debugfs: leave freeing a symlink body until inode evictionAl Viro1-17/+17
2015-02-22Documentation/filesystems/Locking: ->get_sb() is long goneAl Viro1-2/+0
2015-02-22trylock_super(): replacement for grab_super_passive()Konstantin Khlebnikov3-26/+22
2015-02-22fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells1-1/+1
2015-02-22Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells4-9/+9
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells34-71/+71
2015-02-22SELinux: Use d_is_positive() rather than testing dentry->d_inodeDavid Howells1-2/+2
2015-02-22Smack: Use d_is_positive() rather than testing dentry->d_inodeDavid Howells1-2/+2
2015-02-22TOMOYO: Use d_is_dir() rather than d_inode and S_ISDIR()David Howells1-3/+1
2015-02-22Apparmor: Use d_is_positive/negative() rather than testing dentry->d_inodeDavid Howells1-1/+1
2015-02-22Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sbDavid Howells2-12/+12
2015-02-22VFS: Split DCACHE_FILE_TYPE into regular and special typesDavid Howells2-8/+27