summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-05Merge tag 'pci-v4.1-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-4/+9
2015-06-05Merge tag 'sound-4.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds5-6/+28
2015-06-05Merge tag 'iommu-fixes-v4.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2015-06-05Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-36/+166
2015-06-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds10-84/+139
2015-06-05Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-3/+3
2015-06-05Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+2
2015-06-05Merge tag 'usb-serial-4.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman3-0/+3
2015-06-05Input: alps - do not reduce trackpoint speed by halfHans de Goede1-3/+2
2015-06-05Input: elantech - add new icbody type洪一竹1-0/+1
2015-06-05of/dynamic: Fix test for PPC_PSERIESGeert Uytterhoeven1-1/+1
2015-06-05compat: cleanup coding in compat_get_bitmap() and compat_put_bitmap()Helge Deller1-2/+4
2015-06-05clk: make several parent names constUwe Kleine-König17-146/+154
2015-06-05USB: cp210x: add ID for HubZ dual ZigBee and Z-Wave dongleJohn D. Blair1-0/+1
2015-06-05clk: mediatek: Fix apmixedsys clock registrationJames Liao2-2/+2
2015-06-04clk: ti: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven1-1/+1
2015-06-04clk: st: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven2-2/+2
2015-06-04clk: at91: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven6-7/+7
2015-06-04clk: pistachio: Add sanity checks on PLL configurationKevin Cernekee1-4/+79
2015-06-04clk: pistachio: Lock the PLL when enabled upon rate changeEzequiel Garcia1-18/+10
2015-06-04clk: pistachio: Add a pll_lock() helper for clarityEzequiel Garcia1-4/+8
2015-06-04clk: mmp: add timer clock for pxa168/mmp2/pxa910Chao Xie6-0/+30
2015-06-04clk: mmp: Fix the wrong factor table for uart PLLChao Xie2-6/+2
2015-06-04clk: mmp: add fixed clock UBS_PLL for pxa910/pxa168Chao Xie4-0/+4
2015-06-04Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-1/+7
2015-06-04perf/x86/intel/pt: Fix a refactoring bugAlexander Shishkin1-1/+1
2015-06-04drm/i915: Move WaBarrierPerformanceFixDisable:skl to skl code from chv codeVille Syrjälä1-7/+7
2015-06-04drm/i915: Include G4X/VLV/CHV in self refresh statusAnder Conselvan de Oliveira1-1/+4
2015-06-04drm/i915: Initialize HWS page address after GPU resetArun Siluvery1-0/+6
2015-06-04Merge tag 'drm-amdkfd-fixes-2015-06-03' of git://people.freedesktop.org/~gabb...Dave Airlie1-2/+2
2015-06-04Merge branch 'drm-fixes-4.1' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-1/+1
2015-06-04Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds5-24/+7
2015-06-04MAINTAINERS - remove OSDL referenceStephen Hemminger1-3/+3
2015-06-04Merge branch 'clk-next-hi6220' into clk-nextMichael Turquette9-15/+680
2015-06-04Add TI CDCE925 I2C controlled clock synthesizer driverMike Looijmans4-0/+809
2015-06-04clk: mvebu: add missing CESA gate clkBoris Brezillon2-0/+2
2015-06-04clk: hi6220: Clock driver support for Hisilicon hi6220 SoCBintian Wang8-4/+496
2015-06-03drm/amdkfd: fix topology bug with capability attr.Alexey Skidanov1-2/+2
2015-06-03dt-bindings: Add header file of hi6220 clock driverBintian Wang1-0/+173
2015-06-03clk: hisilicon: Remove __init for marking function prototypesBintian Wang1-11/+11
2015-06-03lib: Clarify the return value of strnlen_user()Jan Kara1-1/+8
2015-06-03ALSA: usb-audio: fix missing input volume controls in MAYA44 USB(+)Clemens Ladisch1-6/+3
2015-06-03ALSA: usb-audio: add MAYA44 USB+ mixer control namesClemens Ladisch1-0/+5
2015-06-03MIPS: Avoid an FPE exception in FCSR mask probingMaciej W. Rozycki1-2/+1
2015-06-02Merge tag 'please-pull-rusty' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+2
2015-06-02ALSA: hda/realtek - Add a fixup for another Acer Aspire 9420Takashi Iwai1-0/+1
2015-06-02Input: elantech - fix detection of touchpads where the revision matches a kno...Hans de Goede1-3/+4
2015-06-02vfs: read file_handle only once in handle_to_pathSasha Levin1-2/+3
2015-06-02lib: Fix strnlen_user() to not touch memory after specified maximumJan Kara1-1/+2
2015-06-02ia64: make cpu_callin_map non-volatile.Rusty Russell1-1/+2