aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-03-06dual scan thread bug fixfor-usb-next-3.14-streamsJames Bottomley1-7/+16
2014-03-06fix our current target reap infrastructureJames Bottomley3-47/+75
2014-03-06Revert "xhci 1.0: Limit arbitrarily-aligned scatter gather."Sarah Sharp1-11/+3
2014-03-06Revert "USBNET: ax88179_178a: enable tso if usb host supports sg dma"Sarah Sharp1-8/+0
2014-03-06xhci: add the meaningful IRQ description if it is emptyfor-usb-next-2014-03-06Adrian Huang1-0/+4
2014-03-06xhci: Prevent runtime pm from autosuspending during initializationMathias Nyman1-1/+10
2014-03-04storage: accept some UAS devices if streams are unavailableOliver Neukum4-0/+11
2014-03-04xhci: Kill streams URBs when the host dies.Sarah Sharp1-7/+21
2014-03-04xhci: Refactor command watchdog and fix split string.Sarah Sharp1-31/+39
2014-03-04uas: Remove comment about registering a uas scsi controller for each usb busHans de Goede1-6/+0
2014-03-04uas: Add Hans de Goede as uas maintainerHans de Goede2-3/+4
2014-03-04uas: remove BROKENGerd Hoffmann1-1/+1
2014-03-04uas: Make sure sg elements are properly alignedHans de Goede1-0/+18
2014-03-04uas: Add some data in/out ready iu sanity checksHans de Goede1-0/+10
2014-03-04uas: Improve error reportingHans de Goede1-14/+46
2014-03-04uas: Use the right error codes for different kinds of errorsHans de Goede1-9/+10
2014-03-04uas: Clear cmdinfo on command queue-ingHans de Goede1-0/+2
2014-03-04uas: Fix memory managementHans de Goede1-19/+14
2014-03-04uas: Fix command / task mgmt submission racing with disconnectHans de Goede1-1/+14
2014-03-04uas: cmdinfo: use only one list headHans de Goede1-12/+8
2014-03-04uas: add uas_mark_cmd_dead helper functionHans de Goede1-17/+18
2014-03-04uas: Properly complete inflight commands on bus-reset or disconnectHans de Goede1-20/+21
2014-03-04uas: uas_alloc_data_urb: Remove unnecessary use_streams checkHans de Goede1-2/+1
2014-03-04uas: Fix task-management not working when connected over USB-2Hans de Goede1-1/+2
2014-03-04uas: Reset device on rebootHans de Goede1-0/+30
2014-03-04uas: Add suspend/resume supportHans de Goede1-0/+42
2014-03-04uas: Use GFP_NOIO rather then GFP_ATOMIC where possibleHans de Goede1-3/+3
2014-03-04uas: Don't allow more then one task to run at the same timeHans de Goede1-5/+34
2014-03-04uas: task_mgmt: Kill the sense-urb if we fail to submit the cmd urbHans de Goede1-11/+13
2014-03-04uas: Not being able to alloc streams when connected through usb-3 is an errorHans de Goede1-7/+17
2014-03-04uas: Verify endpoint descriptors from uas_use_uas_driver()Hans de Goede1-1/+11
2014-03-04uas: Drop fixed endpoint config handlingHans de Goede1-25/+11
2014-03-04uas: Move uas_find_endpoints to uas-detect.hHans de Goede2-27/+27
2014-03-04uas: Fix bounds check in uas_find_endpointsHans de Goede1-1/+1
2014-03-04uas: Add uas_find_endpoints() helper functionHans de Goede1-11/+23
2014-03-04uas: Honor no-uas quirk set in usb-storage's quirks module parameterHans de Goede2-1/+5
2014-03-04usb-storage: Modify and export adjust_quirks so that it can be used by uasHans de Goede2-6/+13
2014-03-04usb-storage: Don't bind to uas devices if the uas driver is enabledHans de Goede2-0/+15
2014-03-04uas: Add the posibilty to blacklist uas devices from using the uas driverHans de Goede4-6/+80
2014-03-04usb: Reset USB-3 devices on USB-3 link bounceHans de Goede1-2/+20
2014-03-04usb: Clear host_endpoint->streams when implicitly freeing streamsHans de Goede2-3/+9
2014-03-04xhci: Handle MaxPSASize == 0Hans de Goede1-0/+6
2014-03-04xhci: The trb_address_map radix tree expects 1KB segment memory aligmentHans de Goede1-4/+5
2014-03-04xhci: xhci_mem_cleanup: make sure cmd_ring_reserved_trbs really is 0Hans de Goede1-1/+1
2014-03-04uas: Move uas detect code to uas-detect.hHans de Goede2-38/+42
2014-03-04uas: Add a uas_find_uas_alt_setting helper functionHans de Goede1-5/+16
2014-03-04uas: Use all available stream idsHans de Goede1-3/+3
2014-03-04uas: Pack iu struct definitionsHans de Goede1-5/+5
2014-03-04uas: Fix response iu struct definitionHans de Goede1-1/+1
2014-03-04uas: s/response_ui/response_iu/Hans de Goede2-2/+2
2014-03-04uas: Fix reset handling for externally triggered resetHans de Goede1-5/+31
2014-03-04uas: Fix reset lockingHans de Goede1-0/+9
2014-03-04uas: Fix uas not working when plugged into an ehci portHans de Goede1-4/+4
2014-03-04uas: uas_alloc_cmd_urb: drop unused stream_id parameterHans de Goede1-3/+2
2014-03-04uas: Avoid unnecessary unlock / lock calls around unlink_data_urbsHans de Goede1-13/+7
2014-03-04uas: Properly set interface to altsetting 0 on probe failureHans de Goede1-9/+9
2014-03-04uas: Urbs must be anchored before submitting themHans de Goede1-8/+12
2014-03-04uas: replace BUG_ON() + WARN_ON() with WARN_ON_ONCE()Gerd Hoffmann1-9/+10
2014-03-04uas: add dead request listGerd Hoffmann1-8/+42
2014-03-04uas: make work list per-deviceGerd Hoffmann1-62/+44
2014-03-04uas: properly reinitialize in uas_eh_bus_reset_handlerGerd Hoffmann1-0/+5
2014-03-04usbfs: Add support for allocating / freeing streamsHans de Goede2-0/+125
2014-03-04usbfs: Add ep_to_host_endpoint helper functionHans de Goede1-7/+11
2014-03-04usbfs: Add support for bulk stream idsHans de Goede2-1/+8
2014-03-04usbfs: proc_do_submiturb use a local variable for number_of_packetsHans de Goede1-8/+7
2014-03-04usbfs: Kill urbs on interface before doing a set_interfaceHans de Goede1-0/+3
2014-03-04usb-core: Free bulk streams on interface releaseHans de Goede1-1/+22
2014-03-04usb-core: Track if an endpoint has streamsHans de Goede2-8/+28
2014-03-04usb-core: Move USB_MAXENDPOINTS definitions to usb.hHans de Goede2-1/+2
2014-03-04usb-core: Fix usb_free_streams return value documentationHans de Goede1-2/+1
2014-03-04xhci: Remove segments from radix tree on failed insert.Sarah Sharp1-26/+81
2014-03-04xhci: use usb_ss_max_streams in xhci_check_streams_endpointHans de Goede1-1/+1
2014-03-04xhci: For streams the dequeue ptr must be read from the stream ctxHans de Goede2-7/+16
2014-03-04xhci: Set SCT field for Set TR dequeue on streamsHans de Goede2-2/+6
2014-03-04xhci: For streams the css flag most be read from the stream-ctx on ep stopHans de Goede1-3/+11
2014-03-04xhci: Check size rather then number of streams when allocating stream ctxsHans de Goede1-8/+8
2014-03-04xhci: Free streams when they are still allocated on a set_interface callHans de Goede1-1/+20
2014-03-04xhci: fix usb3 streamsGerd Hoffmann2-43/+90
2014-03-04xhci: make warnings greppableOliver Neukum1-13/+8
2014-03-04usb/xhci: Change how we indicate a host supports Link PM.Sarah Sharp3-17/+21
2014-03-03USB: sisusb: Use static const, fix typoJoe Perches1-4/+6
2014-03-03USB: EHCI: tegra: Drop unused definesThierry Reding1-4/+0
2014-03-02Merge 3.14-rc5 into usb-nextGreg Kroah-Hartman169-1142/+1880
2014-03-02Linux 3.14-rc5Linus Torvalds1-1/+1
2014-03-02Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds19-63/+118
2014-03-02Merge tag 'usb-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-3/+18
2014-03-02Merge tag 'driver-core-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-7/+15
2014-03-02Merge tag 'staging-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-39/+38
2014-03-03Merge branch 'drm-fixes-3.14' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie11-35/+72
2014-03-02Merge iio fixes into staging-linusGreg Kroah-Hartman7-39/+36
2014-03-02Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds10-28/+54
2014-03-02Merge tag 'vmwgfx-fixes-3.14-2014-03-02' of git://people.freedesktop.org/~tho...Dave Airlie4-25/+22
2014-03-02drm/vmwgfx: avoid null pointer dereference at failure pathsAlexey Khoroshilov1-16/+19
2014-03-02drm/vmwgfx: Make sure backing mobs are cleared when allocated. Update driver ...Thomas Hellstrom2-3/+2
2014-03-02drm/vmwgfx: Remove some unused surface formatsThomas Hellstrom1-6/+1
2014-03-01Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-4/+7
2014-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds7-62/+171
2014-03-01Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds3-7/+14
2014-03-01Merge tag 'pm+acpi-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-47/+51
2014-03-01Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar3-3/+5
2014-02-28usb: wusbcore: fix compile warningsThomas Pugliese2-7/+3
2014-02-28Merge tag 'fixes-for-3.14d' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-0/+1
2014-02-28usb: hub: usb_ext_cap_descriptor.bmAttributes is le32Bjørn Mork1-1/+1
2014-02-28hub: debug message for failing to enable deviceOliver Neukum1-1/+5
2014-02-28usb: wusbcore: add info to HWA debug printsThomas Pugliese1-9/+16
2014-02-28usb: wusbcore: read actual_length bytes isoc in segmentsThomas Pugliese1-1/+1
2014-02-28usb: wusbcore: adjust iterator correctly when searching for ep comp descriptorThomas Pugliese1-1/+1
2014-02-28usb: wusbcore: add a convenience function for completing a transfer segmentThomas Pugliese1-21/+27
2014-02-28usb: wusbcore: prevent urb dequeue and giveback raceThomas Pugliese1-10/+27
2014-02-28usb: wusbcore: fix stranded URB after HWA unplugThomas Pugliese1-5/+51
2014-02-28usb: wusbcore: fix kernel panic on HWA unplugThomas Pugliese1-4/+44
2014-02-28MAINTAINERS: add maintainer entry for Armada DRM driverRussell King1-0/+5
2014-02-28Merge tag 'dm-3.14-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-40/+89
2014-02-28Merge tag 'sound-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds15-210/+399
2014-02-28Merge tag 'edac_fixes_for_3.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-20/+27
2014-02-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-6/+40
2014-02-28Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds3-6/+18
2014-02-28Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds10-178/+219
2014-02-28arm64: Fix !CONFIG_SMP kernel buildCatalin Marinas1-0/+8
2014-02-28arm64: mm: Add double logical invert to pte accessorsSteve Capper1-5/+5
2014-02-28dm cache: fix truncation bug when mapping I/O to >2TB fast deviceHeinz Mauelshagen1-2/+3
2014-02-28perf tools: Fix strict alias issue for find_first_bitJiri Olsa1-1/+3
2014-02-28powerpc/powernv: Fix indirect XSCOM unmanglingBenjamin Herrenschmidt1-9/+12
2014-02-28powerpc/powernv: Fix opal_xscom_{read,write} prototypeBenjamin Herrenschmidt1-2/+2
2014-02-28powerpc/powernv: Refactor PHB diag-data dumpGavin Shan1-95/+125
2014-02-28powerpc/powernv: Dump PHB diag-data immediatelyGavin Shan1-53/+43
2014-02-28powerpc: Increase stack redzone for 64-bit userspace to 512 bytesPaul Mackerras3-5/+20
2014-02-28powerpc/ftrace: bugfix for test_24bit_addrLiu Ping Fan1-0/+1
2014-02-28powerpc/crashdump : Fix page frame number check in copy_oldmem_pageLaurent Dufour1-3/+5
2014-02-28powerpc/le: Ensure that the 'stop-self' RTAS token is handled correctlyTony Breeds1-11/+11
2014-02-28Merge branches 'pm-cpufreq', 'pm-hibernate' and 'acpi-processor'Rafael J. Wysocki2-37/+33
2014-02-27kvm, vmx: Really fix lazy FPU on nested guestPaolo Bonzini1-1/+1
2014-02-27perf tools: fix BFD detection on opensuseAndi Kleen2-2/+2
2014-02-27drm/radeon: enable speaker allocation setup on dce3.2Alex Deucher1-3/+0
2014-02-27drm/radeon: change audio enable logicAlex Deucher5-27/+44
2014-02-27drm/radeon: fix audio disable on dce6+Alex Deucher1-1/+1
2014-02-27drm/radeon: free uvd ring on unloadJerome Glisse3-2/+4
2014-02-27drm/radeon: disable pll sharing for DP on DCE4.1Alex Deucher1-1/+15
2014-02-27drm/radeon: fix missing bo reservationChristian König1-0/+6
2014-02-27drm/radeon: print the supported atpx function maskAlex Deucher1-1/+2
2014-02-27Merge tag 'metag-fixes-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-3/+7
2014-02-27Merge tag 'pwm/for-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+3
2014-02-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds20-59/+108
2014-02-27Merge tag 'upstream-3.14-rc5' of git://git.infradead.org/linux-ubifsLinus Torvalds1-4/+4
2014-02-27kvm: x86: fix emulator buffer overflow (CVE-2014-0049)Andrew Honig1-1/+1
2014-02-27arm/arm64: KVM: detect CPU reset on CPU_PM_EXITMarc Zyngier3-4/+37
2014-02-27dm thin: allow metadata space larger than supported to go unusedMike Snitzer5-19/+37
2014-02-27Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar5-19/+40
2014-02-27Merge tag 'asoc-v3.14-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Takashi Iwai3-2/+14
2014-02-27perf: Fix hotplug splatPeter Zijlstra1-6/+6
2014-02-27perf/x86: Fix event schedulingPeter Zijlstra1-0/+3
2014-02-27Merge remote-tracking branch 'asoc/fix/wm8958' into asoc-linusMark Brown1-1/+1
2014-02-27Merge remote-tracking branches 'asoc/fix/da732x' and 'asoc/fix/sta32x' into a...Mark Brown2-1/+13
2014-02-27Merge tag 'asoc-v3.14-rc4' into asoc-linusMark Brown11-208/+317
2014-02-27Merge tag 'asoc-v3.14-rc3' into asoc-linusMark Brown15-84/+99
2014-02-27ASoC: sta32x: Fix wrong enum for limiter2 release rateTakashi Iwai1-1/+1
2014-02-27Merge tag 'asoc-v3.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Takashi Iwai11-208/+317
2014-02-27MAINTAINERS: update drm git tree entryAlex Deucher1-1/+1
2014-02-27MAINTAINERS: add entry for drm radeon driverAlex Deucher1-0/+10
2014-02-26usb: ehci: fix deadlock when threadirqs option is usedStanislaw Gruszka1-3/+10
2014-02-26USB: ftdi_sio: add Cressi Leonardo PIDJoerg Dorchain2-0/+8
2014-02-27ACPI / processor: Rework processor throttling with work_on_cpu()Lan Tianyu1-37/+32
2014-02-26KVM: MMU: drop read-only large sptes when creating lower level sptesMarcelo Tosatti1-0/+1
2014-02-26pwm: lp3943: Fix potential memory leak during requestChristian Engelmayer1-1/+3
2014-02-26dm mpath: fix stalls when handling invalid ioctlsHannes Reinecke1-2/+5
2014-02-26ASoC: da732x: Mark DC offset control registers volatileMark Brown1-0/+12
2014-02-26ALSA: hda/realtek - Add more entry for enable HP mute ledKailang Yang1-0/+1
2014-02-25x86, kaslr: add missed "static" declarationsKees Cook1-4/+5
2014-02-25x86, kaslr: export offset in VMCOREINFO ELF notesEugene Surovegin1-0/+2
2014-02-26PM / hibernate: Fix restore hang in freeze_processes()Sebastian Capella1-0/+1
2014-02-26intel_pstate: Change busy calculation to use fixed point math.Dirk Brandewie1-10/+18
2014-02-25Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds10-38/+40
2014-02-25MAINTAINERS: change mailing list address for Altera UART driversTobias Klauser1-1/+1
2014-02-25Makefile: fix build with make 3.80 againJan Beulich1-2/+4
2014-02-25MAINTAINERS: update L: misusesJoe Perches1-3/+3
2014-02-25Makefile: fix extra parenthesis typo when CC_STACKPROTECTOR_REGULAR is enabledFathi Boudra1-1/+1
2014-02-25ipc,mqueue: remove limits for the amount of system-wide queuesDavidlohr Bueso3-11/+15
2014-02-25memcg: change oom_info_lock to mutexMichal Hocko1-3/+3
2014-02-25mm, thp: fix infinite loop on memcg OOMKirill A. Shutemov2-14/+9
2014-02-25drivers/fmc/fmc-write-eeprom.c: fix decimal permissionsJoe Perches1-1/+1
2014-02-25drivers/iommu/omap-iommu-debug.c: fix decimal permissionsJoe Perches1-2/+2
2014-02-25mm, hwpoison: release page on PageHWPoison() in __do_fault()Kirill A. Shutemov1-0/+1
2014-02-25irq-metag*: stop set_affinity vectoring to offline cpusJames Hogan2-2/+2
2014-02-25Merge tag 'dmaengine-fixes-3.14-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-13/+54
2014-02-25Merge tag 'for-linus-20140225' of git://git.infradead.org/linux-mtdLinus Torvalds2-22/+41
2014-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds5-12/+8
2014-02-25Merge tag 'xtensa-next-20140224' of git://github.com/czankel/xtensa-linuxLinus Torvalds15-260/+297
2014-02-25ioat: fix tasklet tear downDan Williams4-13/+54
2014-02-25sysfs: fix namespace refcnt leakLi Zefan3-7/+15
2014-02-25fsnotify: Allocate overflow events with proper typeJan Kara5-4/+35
2014-02-25fanotify: Handle overflow in case of permission eventsJan Kara2-6/+14
2014-02-25fsnotify: Fix detection whether overflow event is queuedJan Kara1-1/+5
2014-02-25i7300_edac: Fix device reference countJean Delvare1-18/+20
2014-02-25i7core_edac: Fix PCI device reference countJean Delvare1-2/+7
2014-02-25ALSA: hda - Add a fixup for HP Folio 13 mute LEDTakashi Iwai1-0/+20
2014-02-25ASoC: wm8958-dsp: Fix firmware block loadingLars-Peter Clausen1-1/+1
2014-02-24USB: complain if userspace resets an active endpointAlan Stern1-0/+16
2014-02-24usb: chipidea: Propagate the real error code on platform_get_irq() failureFabio Estevam1-1/+1
2014-02-24usb: chipidea: udc: add maximum-speed = full-speed optionMichael Grzeschik4-0/+16
2014-02-24usb: chipidea: use dev_get_platdata()Jingoo Han1-2/+2