aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-05-11usb: host: xhci-plat: Add otg device to platform dataotg-frameworkRoger Quadros2-7/+31
2016-05-11usb: gadget: udc: adapt to OTG coreRoger Quadros2-9/+156
2016-05-11usb: hcd: Adapt to OTG coreRoger Quadros2-0/+59
2016-05-11usb: otg: use dev_dbg() instead of VDBG()Roger Quadros1-12/+7
2016-05-11usb: otg: add hcd companion supportYoshihiro Shimoda3-10/+32
2016-05-11usb: of: add an API to get OTG device from USB controller nodeRoger Quadros3-0/+39
2016-05-11usb: otg: add OTG/dual-role coreRoger Quadros8-5/+1274
2016-05-11usb: otg: get rid of CONFIG_USB_OTG_FSM in favour of CONFIG_USB_OTGRoger Quadros7-14/+7
2016-05-11usb: gadget.h: Add OTG to gadget interfaceRoger Quadros1-0/+14
2016-05-11usb: otg-fsm: move host controller operations into usb_otg->hcd_opsRoger Quadros4-4/+27
2016-05-11usb: otg-fsm: use usb_otg wherever possibleRoger Quadros10-383/+383
2016-05-11usb: hcd.h: Add OTG to HCD interfaceRoger Quadros1-0/+24
2016-05-11usb: otg-fsm: Prevent build warning "VDBG" redefinedRoger Quadros3-15/+14
2016-05-11usb: hcd: Initialize hcd->flags to 0Roger Quadros1-0/+1
2016-05-11usb: chipidea: enable fully otg for imxPeter Chen2-0/+4
2016-05-09usb: Remove unnecessary space before operator ','.Sandhya Bankar1-5/+5
2016-05-09usb: Remove unnecessary space before open square bracket.Sandhya Bankar1-1/+1
2016-05-09USB: FHCI: avoid redundant conditionHeinrich Schuchardt1-1/+1
2016-05-09usb: host: xhci-rcar: Avoid long wait in xhci_reset()Yoshihiro Shimoda1-1/+2
2016-05-09usb/host/fotg210: remove dead code in create_sysfs_filesColin Ian King1-7/+1
2016-05-09usb: wusbcore: Do not initialise statics to 0.Sandhya Bankar1-1/+1
2016-05-09usb: wusbcore: Remove space before ',' and '(' .Sandhya Bankar1-2/+2
2016-05-09Merge 4.6-rc7 into usb-nextGreg Kroah-Hartman208-923/+1863
2016-05-09Merge tag 'usb-serial-4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman214-1223/+2540
2016-05-08Linux 4.6-rc7Linus Torvalds1-1/+1
2016-05-07Merge tag 'char-misc-4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-8/+27
2016-05-07Merge tag 'staging-4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-7/+34
2016-05-07Merge tag 'usb-4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds6-19/+11
2016-05-07Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds3-8/+20
2016-05-07Merge tag 'media/v4.6-5' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds3-24/+9
2016-05-07Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-1/+229
2016-05-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-4/+10
2016-05-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+4
2016-05-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-4/+2
2016-05-06Merge tag 'pm+acpi-4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-27/+45
2016-05-06Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-13/+16
2016-05-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-0/+3
2016-05-06Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-13/+23
2016-05-06Merge branch 'parisc-4.6-5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2016-05-06Merge tag 'arc-4.6-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-35/+130
2016-05-06Merge tag 'powerpc-4.6-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+1
2016-05-06Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds11-16/+84
2016-05-06parisc: fix a bug when syscall number of tracee is __NR_Linux_syscallsDmitry V. Levin1-1/+1
2016-05-06Merge branches 'pm-opp-fixes', 'pm-cpufreq-fixes' and 'pm-cpuidle-fixes'Rafael J. Wysocki5-23/+38
2016-05-06Merge branches 'acpica-fixes' and 'device-properties-fixes'Rafael J. Wysocki3-4/+4
2016-05-06x86/tsc: Read all ratio bits from MSR_PLATFORM_INFOChen Yu1-1/+1
2016-05-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds16-182/+252
2016-05-05mailmap: add John Paul Adrian GlaubitzLinus Torvalds1-0/+1
2016-05-05Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-4/+14
2016-05-05byteswap: try to avoid __builtin_constant_p gcc bugArnd Bergmann1-9/+15
2016-05-05lib/stackdepot: avoid to return 0 handleJoonsoo Kim1-1/+5
2016-05-05mm: fix kcompactd hang during memory offliningVlastimil Babka1-1/+3
2016-05-05modpost: fix module autoloading for OF devices with generic compatible propertyPhilipp Zabel1-24/+45
2016-05-05proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause1-1/+2
2016-05-05mm/zswap: provide unique zpool nameDan Streetman1-1/+7
2016-05-05mm: thp: kvm: fix memory corruption in KVM with THP enabledAndrea Arcangeli3-3/+25
2016-05-05MAINTAINERS: fix Rajendra Nayak's addressEric Engestrom1-1/+1
2016-05-05mm, cma: prevent nr_isolated_* counters from going negativeHugh Dickins1-9/+1
2016-05-05mm: update min_free_kbytes from khugepaged after core initializationJason Baron1-1/+1
2016-05-05huge pagecache: mmap_sem is unlocked when truncation splits pmdHugh Dickins1-9/+2
2016-05-05rapidio/mport_cdev: fix uapi type definitionsAlexandre Bounine2-120/+139
2016-05-05mm: memcontrol: let v2 cgroups follow changes in system swappinessJohannes Weiner1-0/+4
2016-05-05mm: thp: correct split_huge_pages file permissionYang Shi1-2/+2
2016-05-05Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2016-05-05Merge tag 'iio-fixes-for-4.6d' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2-4/+29
2016-05-05Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-10/+27
2016-05-05maintainers: update rmk's email address(es)Russell King1-24/+24
2016-05-05writeback: Fix performance regression in wb_over_bg_thresh()Howard Cochran1-2/+4
2016-05-05ARM: 8573/1: domain: move {set,get}_domain under config guardVladimir Murzin1-0/+11
2016-05-05ARM: 8572/1: nommu: change memory reserve for the vectorsJean-Philippe Brucker2-2/+2
2016-05-05ARM: 8571/1: nommu: fix PMSAv7 setupJean-Philippe Brucker1-6/+7
2016-05-05IB/iser: Fix max_sectors calculationChristoph Hellwig1-4/+10
2016-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-11/+14
2016-05-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-2/+2
2016-05-05propogate_mnt: Handle the first propogated copy being a slaveEric W. Biederman1-11/+14
2016-05-05x86/sysfb_efi: Fix valid BAR address range checkWang YanQing1-2/+12
2016-05-05ARC: support HIGHMEM even without PAE40Vineet Gupta4-18/+98
2016-05-05ARC: Fix PAE40 boot failures due to PTE truncationVineet Gupta2-8/+14
2016-05-05ARC: Add missing io barriers to io{read,write}{16,32}be()Vineet Gupta1-9/+18
2016-05-05[media] media-device: fix builds when USB or PCI is compiled as moduleMauro Carvalho Chehab1-4/+4
2016-05-05perf/x86/amd/iommu: Do not register a task ctx for uncore like PMUsPeter Zijlstra1-0/+1
2016-05-05x86/platform/UV: Bring back the call to map_low_mmrs in uv_system_initAlex Thorlton1-3/+1
2016-05-05perf/x86: Add model numbers for Kabylake CPUsAndi Kleen1-0/+2
2016-05-05Merge tag 'drm-intel-fixes-2016-05-02' of git://anongit.freedesktop.org/drm-i...Dave Airlie7-15/+69
2016-05-05Merge branch 'drm-fixes-4.6' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie3-0/+9
2016-05-05gpu: ipu-v3: Fix imx-ipuv3-crtc module autoloadingPhilipp Zabel1-1/+6
2016-05-05PM / OPP: Remove useless checkViresh Kumar1-3/+0
2016-05-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-24/+24
2016-05-05asm-generic: use compat version for preadv2 and pwritev2Yury Norov1-2/+2
2016-05-04ACPICA: Dispatcher: Update thread ID for recursive method callsPrarit Bhargava1-0/+3
2016-05-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-2/+2
2016-05-04Merge tag 'for-linus-4.6-rc6-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-14/+26
2016-05-04Merge tag 'usb-ci-v4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman4-22/+96
2016-05-04xen/evtchn: fix ring resize when binding new eventsJan Beulich1-12/+8
2016-05-04USB: serial: option: add even more ZTE device idsLei Liu1-0/+54
2016-05-04intel_pstate: Fix intel_pstate_get()Rafael J. Wysocki1-6/+8
2016-05-04ima: fix the string representation of the LSM/IMA hook enumeration orderingMimi Zohar1-2/+2
2016-05-04iio: imu: mpu6050: Fix name/chip_id when using ACPIDaniel Baluta1-3/+26
2016-05-04iio: imu: mpu6050: fix possible NULL dereferencesMatt Ranostay2-2/+4
2016-05-04USB: serial: option: add more ZTE device idslei liu1-1/+74
2016-05-04x86/efi-bgrt: Switch all pr_err() to pr_notice() for invalid BGRTJosh Boyer1-9/+9
2016-05-04MAINTAINERS: Remove asterisk from EFI directory namesMatt Fleming1-2/+2
2016-05-04doc: usb: chipidea: update the doc for OTG FSMusb-ci-v4.7-rc1Peter Chen1-5/+8
2016-05-03Merge tag 'trace-fixes-v4.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+7
2016-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds24-127/+259
2016-05-03Merge tag 'phy-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kish...Greg Kroah-Hartman19-383/+1035
2016-05-03USB: usbfs: fix potential infoleak in devioKangjie Lu1-4/+5
2016-05-03usb: dwc3: gadget: fix mask and shift order in DWC3_DCFG_NUMP()Dan Carpenter1-1/+1
2016-05-03sisusbvga: correct speed testingOliver Neukum1-2/+2
2016-05-03usb: misc: usbtest: fix pattern tests for scatterlists.Mathias Nyman1-1/+3
2016-05-03usb: renesas_usbhs: fix signed-unsigned returnSudip Mukherjee1-12/+15
2016-05-03USB: leave LPM alone if possible when binding/unbinding interface driversAlan Stern2-18/+24
2016-05-03usbip: adding names db to port operationNobuo Iwata1-2/+11
2016-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2-2/+2
2016-05-03ipv6/ila: fix nlsize calculation for lwtunnelNicolas Dichtel1-2/+1
2016-05-03net: macb: Probe MDIO bus before registering netdevFlorian Fainelli1-12/+19
2016-05-03Merge branch 'rds-fixes'David S. Miller4-19/+50
2016-05-03RDS: TCP: Synchronize accept() and connect() paths on t_conn_lock.Sowmini Varadhan4-10/+33
2016-05-03RDS:TCP: Synchronize rds_tcp_accept_one with rds_send_xmit when resetting t_sockSowmini Varadhan2-17/+25
2016-05-03Merge branch 'tunnel-csum-and-sg-offloads'David S. Miller3-2/+9
2016-05-03vxlan: Add checksum check to the features check functionAlexander Duyck2-1/+8
2016-05-03net: Disable segmentation if checksumming is not supportedAlexander Duyck1-1/+1
2016-05-03net: mvneta: Remove superfluous SMP function callAnna-Maria Gleixner1-4/+2
2016-05-03macb: fix mdiobus_scan() error checkSergei Shtylyov1-1/+2
2016-05-03pxa168_eth: fix mdiobus_scan() error checkSergei Shtylyov1-0/+2
2016-05-03drm/amdgpu: make sure vertical front porch is at least 1Alex Deucher1-0/+4
2016-05-03drm/radeon: make sure vertical front porch is at least 1Alex Deucher1-0/+4
2016-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-0/+8
2016-05-03Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2016-05-03Merge branch 'mlx5-fixes'David S. Miller6-29/+74
2016-05-03net/mlx5e: Use workqueue for vxlan opsMatthew Finlay3-16/+49
2016-05-03net/mlx5e: Implement a mlx5e workqueueMatthew Finlay2-11/+20
2016-05-03net/mlx5: Kconfig: Fix MLX5_EN/VXLAN build issueMatthew Finlay1-0/+1
2016-05-03net/mlx5: Unmap only the relevant IO memory mappingGal Pressman1-2/+4
2016-05-03tracing: Don't display trigger file for events that can't be enabledChunyu Hu1-2/+7
2016-05-03drm/amdgpu: set metadata pointer to NULL after freeing.Dave Airlie1-0/+1
2016-05-03HID: wacom: add missed stylus_in_proximity line backPing Cheng1-0/+1
2016-05-03fuse: update mailing list in MAINTAINERSMiklos Szeredi1-1/+1
2016-05-03USB: serial: option: add support for Cinterion PH8 and AHxxSchemmel Hans-Christoph1-6/+20
2016-05-03netem: Segment GSO packets on enqueueNeil Horman1-2/+59
2016-05-03Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller6-56/+41
2016-05-02Minimal fix-up of bad hashing behavior of hash_64()Linus Torvalds1-2/+18
2016-05-02Merge tag 'md/4.6-rc6-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds3-3/+3
2016-05-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds3-5/+17
2016-05-02Merge tag 'gpio-v4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2-60/+7
2016-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds47-194/+384
2016-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds20-68/+119
2016-05-02nfit: fix translation of command status resultsDan Williams1-1/+4
2016-05-02Revert "USB / PM: Allow USB devices to remain runtime-suspended when sleeping"Johan Hovold2-13/+1
2016-05-02nvmem: mxs-ocotp: fix buffer overflow in readStanislav Meduna1-2/+2
2016-05-02[media] media: s3c-camif: fix deadlock on driver probe()Marek Szyprowski1-9/+3
2016-05-02[media] media: exynos4-is: fix deadlock on driver probeMarek Szyprowski1-11/+2
2016-05-02cpufreq: intel_pstate: Fix HWP on boot CPU after system resumeRafael J. Wysocki2-13/+25
2016-05-02gre: do not pull header in ICMP error processingJiri Benc1-3/+8
2016-05-01net: Implement net_dbg_ratelimited() for CONFIG_DYNAMIC_DEBUG caseTim Bingham1-1/+9
2016-05-02powerpc: Fix bad inline asm constraint in create_zero_mask()Anton Blanchard1-1/+1
2016-05-01tipc: only process unicast on intended nodeHamish Martin1-0/+5
2016-05-01cxgb3: fix out of bounds readMichal Schmidt1-1/+2
2016-05-01net/smscx5xx: use the device tree for mac addressArnd Bergmann2-2/+22
2016-05-01soreuseport: Fix TCP listener hash collisionCraig Gallek1-0/+2
2016-05-01net: l2tp: fix reversed udp6 checksum flagsWang Shanker1-2/+2
2016-05-01Linux 4.6-rc6Linus Torvalds1-2/+2
2016-05-01virtio: Silence uninitialized variable warningDan Carpenter1-1/+1
2016-04-30Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2-3/+3
2016-04-30Drivers: hv: vmbus: Fix signaling logic in hv_need_to_signal_on_read()K. Y. Srinivasan1-6/+20
2016-04-30libnvdimm, pfn: fix memmap reservation sizingDan Williams1-3/+10
2016-04-30phy: exynos-mipi-video: Add support for Exynos 5420 and 5433 SoCsMarek Szyprowski3-3/+147
2016-04-30phy: exynos-mipi-video: Rewrite handling of phy registersMarek Szyprowski1-35/+130
2016-04-30phy: exynos-mipi-video: Drop support for direct access to PMUSylwester Nawrocki1-44/+13
2016-04-30phy: bcm-ns-usb2: new driver for USB 2.0 PHY on NorthstarRafał Miłecki6-0/+184
2016-04-30phy: rockhip-usb: Remove CLK_IS_ROOTStephen Boyd1-1/+1
2016-04-30phy: phy-mt65xx-usb3: add support for mt2701 platformChunfeng Yun2-28/+54
2016-04-30dt-bindings: phy-mt65xx-usb: add support for mt2701 platformChunfeng Yun1-1/+3
2016-04-30phy: rcar-gen3-usb2: add extcon supportYoshihiro Shimoda2-0/+27
2016-04-30phy: rcar-gen3-usb2: Add vbus-supply to handle VBUS on/offYoshihiro Shimoda2-0/+30
2016-04-30phy: rcar-gen3-usb2: remove unnecesary struct rcar_gen3_dataYoshihiro Shimoda1-19/+14
2016-04-30dt-bindings: phy: bindings document for common Broadcom SATA3 PHY driverAnup Patel1-6/+9
2016-04-30phy: Add support for NS2 SATA3 PHY in Broadcom SATA3 PHY driverAnup Patel3-48/+211
2016-04-30gpiolib-acpi: Duplicate con_id string when adding it to the crs lookup listVille Syrjälä1-1/+1
2016-04-29Merge tag 'powerpc-4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds7-2/+45
2016-04-29Merge tag 'edac_fix_for_4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+2
2016-04-29Merge tag 'pm+acpi-4.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-6/+7
2016-04-29Merge tag 'mmc-v4.6-rc4' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds3-0/+87
2016-04-29Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds12-48/+277
2016-04-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds23-102/+173
2016-04-29USB: EHCI: make all debugging depend on CONFIG_DYNAMIC_DEBUGAlan Stern1-52/+34
2016-04-29usb: usbip: Avoid NULL pointer dereference in case of errorKrzysztof Opasiak1-1/+1
2016-04-29usbip: vudc: make dev_desc attribute binaryIgor Kotrasinski1-6/+14
2016-04-29usb: Add driver for UCSIHeikki Krogerus4-0/+720
2016-04-29Merge tag 'usb-serial-4.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman1-0/+4
2016-04-29raid5: delete unnecessary warnningShaohua Li1-2/+0
2016-04-29Merge tag 'sunxi-fixes-for-4.6' of https://git.kernel.org/pub/scm/linux/kerne...Kevin Hilman1-2/+0
2016-04-29ARM: davinci: only use NVMEM when availableArnd Bergmann2-0/+10
2016-04-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds18-47/+151
2016-04-29ip_tunnel: fix preempt warning in ip tunnel creation/updatingPaolo Abeni1-2/+2
2016-04-29EDAC: i7core, sb_edac: Don't return NOTIFY_BAD from mce_decoder callbackTony Luck2-2/+2
2016-04-29Merge branch 'pm-cpufreq-fixes'Rafael J. Wysocki2-6/+7
2016-04-29batman-adv: Fix reference counting of hardif_neigh_node object for neigh_nodeSven Eckelmann2-11/+7
2016-04-29batman-adv: Fix reference counting of vlan object for tt_local_entrySven Eckelmann2-38/+6
2016-04-29batman-adv: B.A.T.M.A.N V - make sure iface is reactivated upon NETDEV_UP eventAntonio Quartulli3-0/+18