summaryrefslogtreecommitdiffstats
path: root/drivers/misc (unfollow)
Commit message (Expand)AuthorFilesLines
2015-05-10usb: phy-ab8500-usb: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-05-10USB: xusbatm.c: move assignment out of if () blockGreg Kroah-Hartman1-2/+4
2015-05-10USB: uss720.c: move assignment out of if () blockGreg Kroah-Hartman1-2/+4
2015-05-10USB: usblp.c: move assignment out of if () blockGreg Kroah-Hartman1-5/+10
2015-05-10USB: usbatm.c: move assignment out of if () blockGreg Kroah-Hartman1-2/+4
2015-05-10USB: speedtch.c: move assignment out of if () blockGreg Kroah-Hartman1-6/+12
2015-05-10USB: sisusb_con.c: move assignment out of if () blockGreg Kroah-Hartman1-18/+36
2015-05-10USB: sisusb.c: move assignment out of if () blockGreg Kroah-Hartman1-13/+26
2015-05-10USB: ohci-q.c: move assignment out of if () blockGreg Kroah-Hartman1-1/+2
2015-05-10USB: ohci-hcd.c: move assignment out of if () blockGreg Kroah-Hartman1-1/+2
2015-05-10USB: ohci-dbg.c: move assignment out of if () blockGreg Kroah-Hartman1-2/+4
2015-05-10USB: mon_stat.c: move assignment out of if () blockGreg Kroah-Hartman1-1/+2
2015-05-10USB: mon_main.c: move assignment out of if () blockGreg Kroah-Hartman1-4/+8
2015-05-10USB: mon_bin.c: move assignment out of if () blockGreg Kroah-Hartman1-3/+4
2015-05-10USB: isp116x-hcd.c: move assignment out of if () blockGreg Kroah-Hartman1-1/+2
2015-05-10USB: inode.c: move assignment out of if () blockGreg Kroah-Hartman1-3/+6
2015-05-10USB: hub.c: move assignment out of if () blockGreg Kroah-Hartman1-1/+2
2015-05-10USB: hcd.c: move assignment out of if () blockGreg Kroah-Hartman1-1/+2
2015-05-10USB: fusbh200-hcd.c: move assignment out of if () blockGreg Kroah-Hartman1-1/+2
2015-05-10USB: ehci-dbg.c: move assignment out of if () blockGreg Kroah-Hartman1-1/+2
2015-05-10Usb: core: buffer: fixed the checkpatch warningNizam Haider1-1/+2
2015-05-10usb: phy: Remove the phy-rcar-gen2-usb driverGeert Uytterhoeven4-282/+0
2015-05-08USB: ehci-tegra: fix inefficient copy of unaligned buffersJohan Hovold1-3/+9
2015-05-08USB: musb: fix inefficient copy of unaligned buffersJohan Hovold1-2/+7
2015-05-08usb: Enable LPM for USB 2.01+ full-speed devicesRupesh Tatiya1-1/+1
2015-05-08usb: storage: scsiglue: Remove SPRINTF macro useJoe Perches1-11/+7
2015-05-08USB: don't build PCI quirks if USB support isn't configuredAlan Stern1-1/+3
2015-05-08usb: Set unused ports to "fixed" rather than "unknown"Matthew Garrett1-0/+3
2015-05-08usb: Prefer firmware values when determining whether a port is removableMatthew Garrett1-15/+17
2015-05-04Linux 4.1-rc2v4.1-rc2Linus Torvalds1-1/+1
2015-05-03ext4: fix growing of tiny filesystemsJan Kara1-2/+5
2015-05-03ext4: move check under lock scope to close a race.Davide Italiano1-7/+8
2015-05-03ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner2-0/+10
2015-05-02ext4 crypto: remove duplicated encryption mode definitionsChanho Park1-6/+0
2015-05-02ext4 crypto: do not select from EXT4_FS_ENCRYPTIONHerbert Xu1-2/+7
2015-05-02virtio: fix typo in vring_need_event() doc commentStefan Hajnoczi1-1/+1
2015-05-02virtio: pass baton to Michael TsirkinRusty Russell1-1/+0
2015-05-02ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller1-0/+1
2015-05-02rbd: end I/O the entire obj_request on errorIlya Dryomov1-0/+5
2015-05-01ext4 crypto: add padding to filenames before encryptingTheodore Ts'o5-8/+31
2015-05-01ext4 crypto: simplify and speed up filename encryptionTheodore Ts'o5-204/+149
2015-05-01powerpc/powernv: Restore non-volatile CRs after napSam Bobroff1-0/+2
2015-05-01powerpc/eeh: Delay probing EEH device during hotplugGavin Shan1-0/+6
2015-05-01powerpc/eeh: Fix race condition in pcibios_set_pcie_reset_state()Gavin Shan1-1/+4
2015-05-01powerpc/pseries: Correct cpu affinity for dlpar added cpusNathan Fontenot1-6/+4
2015-05-01selftests/powerpc: Fix the pmu install ruleMichael Ellerman1-1/+1
2015-04-30net: fec: Fix RGMII-ID modeMarkus Pargmann1-1/+4
2015-04-30net/mlx4_en: Schedule napi when RX buffers allocation failsIdo Shamay3-2/+26
2015-04-30netxen_nic: use spin_[un]lock_bh around tx_clean_lockTony Camuso1-2/+2
2015-04-30net/mlx4_core: Fix unaligned accessesDavid Ahern1-4/+14