summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | usb: dwc3: fix memory leak of dwc->regsetDu, Changbin2016-04-181-5/+8
| | * | | | | | | usb: dwc3: core: fix PHY handling during suspendFelipe Balbi2016-04-181-1/+22
| | * | | | | | | usb: dwc3: omap: fix up error path on probe()Felipe Balbi2016-04-181-8/+4
| | * | | | | | | usb: gadget: composite: Clear reserved fields of SSP Dev CapJohn Youn2016-04-181-0/+2
| |/ / / / / / /
* | | | | | | | Merge tag 'tty-4.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-04-233-6/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | Revert "serial: 8250: Add hardware dependency to RT288X option"Greg Kroah-Hartman2016-04-191-1/+0
| * | | | | | | | tty/serial/8250: fix RS485 half-duplex RXYegor Yefremov2016-04-191-1/+10
| * | | | | | | | Revert "serial-uartlite: Constify uartlite_be/uartlite_le"Sudip Mukherjee2016-04-191-4/+4
| |/ / / / / / /
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-04-237-13/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | Input: twl4030-vibra - do not reparent to grandparentDmitry Torokhov2016-04-201-1/+0
| * | | | | | | | Input: twl6040-vibra - do not reparent to grandparentDmitry Torokhov2016-04-201-1/+0
| * | | | | | | | Input: twl6040-vibra - ignore return value of schedule_workH. Nikolaus Schaller2016-04-191-5/+1
| * | | | | | | | Input: twl6040-vibra - fix NULL pointer dereference by removing workqueueH. Nikolaus Schaller2016-04-191-2/+1
| * | | | | | | | Input: pmic8xxx-pwrkey - fix algorithm for converting trigger delayStephen Boyd2016-04-171-3/+4
| * | | | | | | | Input: arizona-haptic - don't assign input_dev parentCharles Keepax2016-04-171-1/+0
| * | | | | | | | Input: clarify we want BTN_TOOL_<name> on proximityPeter Hutterer2016-04-061-0/+4
| * | | | | | | | Input: xpad - add Mad Catz FightStick TE 2 VID/PIDSilvan Jegen2016-04-051-0/+2
| * | | | | | | | Input: gtco - fix crash on detecting device without endpointsVladis Dronov2016-03-311-1/+9
* | | | | | | | | Merge tag 'pinctrl-v4.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2016-04-223-7/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | pinctrl: single: Fix pcs_parse_bits_in_pinctrl_entry to use __ffs than ffsKeerthy2016-04-151-3/+3
| * | | | | | | | | pinctrl: mediatek: correct debounce time unit in mtk_gpio_set_debounceYingjoe Chen2016-04-151-4/+5
| * | | | | | | | | pinctrl: imx: Kconfig: PINCTRL_IMX select REGMAPAlexander Kurz2016-04-141-0/+1
* | | | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2016-04-223-8/+31
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | arm64: Fix EL1/EL2 early init inconsistencies with VHEDave Martin2016-04-211-0/+10
| * | | | | | | | | | drivers/perf: arm-pmu: fix RCU usage on pmu resume from low-powerLorenzo Pieralisi2016-04-211-2/+13
| * | | | | | | | | | arm64: spin-table: add missing of_node_put()Masahiro Yamada2016-04-201-5/+6
| * | | | | | | | | | arm64: fix invalidation of wrong __early_cpu_boot_status cachelineArd Biesheuvel2016-04-181-1/+2
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'powerpc-4.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-04-222-11/+16
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | powerpc: Update TM user feature bits in scan_features()Anton Blanchard2016-04-181-4/+5
| * | | | | | | | | | powerpc: Update cpu_user_features2 in scan_features()Anton Blanchard2016-04-181-8/+11
| * | | | | | | | | | powerpc: scan_features() updates incorrect bits for REAL_LEAnton Blanchard2016-04-182-1/+2
* | | | | | | | | | | Merge tag 'iommu-fixes-v4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-04-222-18/+91
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | iommu/arm-smmu: Don't allocate resources for bypass domainsRobin Murphy2016-04-211-1/+7
| * | | | | | | | | | | iommu/arm-smmu: Fix stream-match conflict with IOMMU_DOMAIN_DMAWill Deacon2016-04-211-6/+8
| * | | | | | | | | | | iommu/amd: Fix checking of pci dma aliasesJoerg Roedel2016-04-111-11/+76
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-04-2222-63/+126
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'drm-fixes-4.6' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2016-04-2212-19/+37
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | amdgpu/uvd: add uvd fw version for amdgpuSonny Jiang2016-04-213-1/+5
| | * | | | | | | | | | | drm/amdgpu: forbid mapping of userptr bo through radeon device fileJérôme Glisse2016-04-211-0/+2
| | * | | | | | | | | | | drm/radeon: forbid mapping of userptr bo through radeon device fileJérôme Glisse2016-04-211-0/+2
| | * | | | | | | | | | | drm/amdgpu: bump the afmt limit for CZ, ST, PolarisAlex Deucher2016-04-211-1/+1
| | * | | | | | | | | | | drm/amdgpu: use defines for CRTCs and AMFT blocksAlex Deucher2016-04-211-2/+2
| | * | | | | | | | | | | drm/radeon: print a message if ATPX dGPU power control is missingAlex Deucher2016-04-181-1/+4
| | * | | | | | | | | | | Revert "drm/radeon: disable runtime pm on PX laptops without dGPU power control"Alex Deucher2016-04-182-11/+5
| | * | | | | | | | | | | drm/amdgpu/acp: fix resume on CZ systems with AZ audioAlex Deucher2016-04-181-0/+4
| | * | | | | | | | | | | drm/radeon: add a quirk for a XFX R9 270XAlex Deucher2016-04-181-0/+1
| | * | | | | | | | | | | drm/radeon: print pci revision as well as pci ids on driver loadAlex Deucher2016-04-181-3/+3
| | * | | | | | | | | | | drm/amdgpu: when suspending, if uvd/vce was running. need to cancel delay work.Rex Zhu2016-04-142-0/+3
| | * | | | | | | | | | | drm/radeon: fix initial connector audio valueAlex Deucher2016-04-141-1/+6
| * | | | | | | | | | | | drm: Loongson-3 doesn't fully support wc memoryHuacai Chen2016-04-221-0/+2