summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | ARM: OMAP2+: board-generic: Remove stale of_irq macrosNishanth Menon2015-09-141-7/+0Star
| | | * | | | | | | ARM: OMAP4+: PM: erratum is used by OMAP5 and DRA7 as wellNishanth Menon2015-09-141-1/+2
| | | * | | | | | | ARM: dts: omap3-igep: Move eth IRQ pinmux to IGEPv2 common dtsiJavier Martinez Canillas2015-09-142-6/+6
| | | * | | | | | | ARM: dts: am57xx-beagle-x15: Add wakeup irq for mcp79410Nishanth Menon2015-09-141-1/+2
| | | * | | | | | | ARM: dts: am335x-phycore-som: Fix mpu voltageTeresa Remmet2015-09-141-2/+2
| | | * | | | | | | ARM: dts: am57xx-beagle-x15: Fix regulator populated in MMC1 dt nodeKishon Vijay Abraham I2015-09-141-1/+0Star
| | | * | | | | | | ARM: dts: Fix dm814x control base to properly initialize Ethernet PHYTony Lindgren2015-09-143-8/+8
| | | * | | | | | | ARM: dts: omap3-beagle: make i2c3, ddc and tfp410 gpio work againCarl Frederik Werner2015-09-141-1/+1
| | |/ / / / / / /
| * | | | | | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2015-09-273-19/+126
| |\ \ \ \ \ \ \ \
| | * | | | | | | | fix encryption error checks on mountSteve French2015-09-241-0/+8
| | * | | | | | | | [SMB3] Fix sec=krb5 on smb3 mountsSteve French2015-09-241-15/+61
| | * | | | | | | | cifs: use server timestamp for ntlmv2 authenticationPeter Seiderer2015-09-221-2/+51
| | * | | | | | | | disabling oplocks/leases via module parm enable_oplocks broken for SMB3Steve French2015-09-221-2/+6
| | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-09-275-12/+40
| |\ \ \ \ \ \ \ \
| | * | | | | | | | hwrng: xgene - fix handling platform_get_irqAndrzej Hajda2015-09-211-3/+4
| | * | | | | | | | crypto: qat - VF should never trigger SBR on PHConor McLoughlin2015-09-211-0/+3
| | * | | | | | | | crypto: marvell - properly handle CRYPTO_TFM_REQ_MAY_BACKLOG-flagged requestsThomas Petazzoni2015-09-213-9/+33
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2015-09-279-166/+299
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | iscsi-target: Avoid OFMarker + IFMarker negotiationNicholas Bellinger2015-09-251-2/+3
| | * | | | | | | | | target: Make TCM_WRITE_PROTECT failure honor D_SENSE bitNicholas Bellinger2015-09-251-17/+23
| | * | | | | | | | | target: Fix target_sense_desc_format NULL pointer dereferenceNicholas Bellinger2015-09-251-1/+1
| | * | | | | | | | | target: Propigate backend read-only to core_tpg_add_lunNicholas Bellinger2015-09-253-1/+7
| | * | | | | | | | | target: Fix PR registration + APTPL RCU conversion regressionNicholas Bellinger2015-09-252-26/+70
| | * | | | | | | | | iser-target: Skip data copy if all the command data comes as immediateJenny Derzhavetz2015-09-162-8/+19
| | * | | | | | | | | iser-target: Change the recv buffers posting logicJenny Derzhavetz2015-09-162-48/+67
| | * | | | | | | | | iser-target: Fix pending connections handling in target stack shutdown sequnceJenny Derzhavetz2015-09-162-31/+40
| | * | | | | | | | | iser-target: Remove np_ prefix from isert_np membersJenny Derzhavetz2015-09-162-33/+33
| | * | | | | | | | | iser-target: Remove unused variablesJenny Derzhavetz2015-09-162-6/+0Star
| | * | | | | | | | | iser-target: Put the reference on commands waiting for unsol dataJenny Derzhavetz2015-09-161-1/+37
| | * | | | | | | | | iser-target: remove command with state ISTATE_REMOVEJenny Derzhavetz2015-09-161-1/+8
| | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge tag 'usb-4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-09-2729-177/+288
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | MAINTAINERS: remove amd5536udc USB gadget driver maintainerGreg Kroah-Hartman2015-09-261-2/+1Star
| | * | | | | | | | | USB: whiteheat: fix potential null-deref at probeJohan Hovold2015-09-231-0/+31
| | * | | | | | | | | xhci: init command timeout timer earlier to avoid deleting it uninitializedMathias Nyman2015-09-221-6/+5Star
| | * | | | | | | | | xhci: change xhci 1.0 only restrictions to support xhci 1.1Mathias Nyman2015-09-222-5/+5
| | * | | | | | | | | usb: xhci: exit early in xhci_setup_device() if we're halted or dyingRoger Quadros2015-09-221-0/+3
| | * | | | | | | | | usb: xhci: stop everything on the first call to xhci_stopRoger Quadros2015-09-221-15/+5Star
| | * | | | | | | | | usb: xhci: Clear XHCI_STATE_DYING on startRoger Quadros2015-09-221-1/+2
| | * | | | | | | | | usb: xhci: lock mutex on xhci_stopRoger Quadros2015-09-221-0/+4
| | * | | | | | | | | xhci: Move xhci_pme_quirk() behind #ifdef CONFIG_PMTomer Barletz2015-09-221-45/+45
| | * | | | | | | | | xhci: give command abortion one more chance before killing xhciMathias Nyman2015-09-221-0/+9
| | * | | | | | | | | usb: Use the USB_SS_MULT() macro to get the burst multiplier.Mathias Nyman2015-09-221-2/+3
| | * | | | | | | | | Merge tag 'fixes-for-v4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-09-2210-30/+54
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | usb: dwc3: gadget: Fix BUG in RT configRoger Quadros2015-09-211-4/+0Star
| | | * | | | | | | | | usb: musb: fix cppi channel teardown for isoch transferBin Liu2015-09-211-0/+3
| | | * | | | | | | | | usb: phy: isp1301: Export I2C module alias informationJavier Martinez Canillas2015-09-211-0/+1
| | | * | | | | | | | | usb: gadget: drop null test before destroy functionsJulia Lawall2015-09-214-8/+4Star
| | | * | | | | | | | | usb: gadget: dummy_hcd: in transfer(), return data sent, not limitIgor Kotrasinski2015-09-211-2/+4
| | | * | | | | | | | | usb: gadget: dummy_hcd: fix rescan logic for transferIgor Kotrasinski2015-09-211-5/+8
| | | * | | | | | | | | usb: gadget: dummy_hcd: fix unneeded else-if conditionIgor Kotrasinski2015-09-211-1/+1