aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds20-213/+1090
2015-07-29Merge branches 'pm-cpufreq' and 'acpi-pm'Rafael J. Wysocki1-1/+1
2015-07-29drm/i915: Replace WARN inside I915_READ64_2x32 with retry loopChris Wilson1-9/+8
2015-07-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds14-230/+415
2015-07-28Revert "Input: zforce - don't overwrite the stack"Dmitry Torokhov1-1/+1
2015-07-28Merge tag 'devicetree-fixes-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds2-4/+1
2015-07-28cpufreq: Avoid attempts to create duplicate symbolic linksRafael J. Wysocki1-53/+55
2015-07-28ACPI / PM: Use target_state to set the device power stateMika Westerberg1-1/+1
2015-07-28drm/nouveau/nouveau/ttm: fix tiled system memory with MaxwellAlexandre Courbot1-0/+9
2015-07-28drm/nouveau/kms/nv50-: guard against enabling cursor on disabled headsBen Skeggs1-1/+1
2015-07-28hwrng: core - correct error check of kthread_run callMartin Schwidefsky1-1/+1
2015-07-27Input: bcm5974 - add support for the 2015 Macbook ProJohn Horan1-2/+31
2015-07-27HID: apple: Add support for the 2015 Macbook ProHenrik Rydberg3-0/+15
2015-07-27Input: bcm5974 - prepare for a new trackpad generationHenrik Rydberg1-51/+81
2015-07-27Input: synaptics - dump ext10 capabilities as wellJiri Kosina1-2/+2
2015-07-27macvtap: fix network header pointer for VLAN tagged pktsIvan Vecera1-0/+7
2015-07-27macb: Fix build with macro'ized readl/writel.David S. Miller2-15/+15
2015-07-27vhost: fix error handling for memory region allocIgor Mammedov1-4/+1
2015-07-27vhost: actually track log eventfd fileMarc-André Lureau1-0/+1
2015-07-27of: Drop owner assignment from platform and i2c driverKrzysztof Kozlowski1-3/+0
2015-07-27of: add HAS_IOMEM depends to OF_ADDRESSRob Herring1-1/+1
2015-07-27dm crypt: update wiki page URLBaruch Siach1-1/+1
2015-07-27dm cache policy smq: fix alloc_bitset check that always evaluates as falseColin Ian King1-1/+1
2015-07-27drm/nouveau/fbcon/g80: reduce PUSH_SPACE alloc, fire ring on accel initIlia Mirkin1-1/+2
2015-07-27drm/nouveau/fbcon/gf100-: reduce RING_SPACE allocationIlia Mirkin1-1/+1
2015-07-27drm/nouveau/fbcon/nv11-: correctly account for ring space usageIlia Mirkin1-1/+1
2015-07-27drm/nouveau/bios: add proper support for opcode 0x59Ilia Mirkin1-4/+20
2015-07-27drm/nouveau/bios: add 0x59 and 0x5a opcodesIlia Mirkin1-0/+24
2015-07-27drm/nouveau/disp: Use NULL for pointersThierry Reding1-1/+1
2015-07-27drm/nouveau/pm: fix a potential race condition when creating an engine contextSamuel Pitoiset1-4/+3
2015-07-27drm/nouveau/pm: prevent freeing the wrong engine contextSamuel Pitoiset1-2/+5
2015-07-27drm/nouveau/gr/gf100: wait for GR idle after GO_IDLE bundleAlexandre Courbot2-0/+38
2015-07-27drm/nouveau/gr/gf100: wait on bottom half of FE's pipelineAlexandre Courbot1-1/+1
2015-07-27drm/nouveau/fifo/gk104: kick channels when deactivating themAlexandre Courbot1-8/+21
2015-07-27drm/nouveau/ibus/gk20a: increase SM wait timeoutAlexandre Courbot1-0/+8
2015-07-27drm/nouveau/platform: fix compile error if !CONFIG_IOMMUAlexandre Courbot1-0/+16
2015-07-27drm/nouveau: Do not leak client objectsThierry Reding1-0/+1
2015-07-27drm/nouveau/clk/gt215: u32->s32 for difference in req. and set clockRoy Spliet1-1/+2
2015-07-27drm/nouveau/drm/nv04-nv40/instmem: protect access to priv->heap by mutexKamil Dudka1-0/+8
2015-07-27drm/nouveau: hold mutex when calling nouveau_abi16_fini()Kamil Dudka1-0/+2
2015-07-27net: fec: Ensure clocks are enabled while using mdio busAndrew Lunn1-13/+76
2015-07-27net: netcp: Fixes SGMII reset on network interface shutdownWingMan Kwok3-2/+47
2015-07-27net/macb: replace macb_count_tx_descriptors() by DIV_ROUND_UP()Andy Shevchenko1-8/+2
2015-07-27net/macb: suppress compiler warningsAndy Shevchenko2-6/+5
2015-07-27net/macb: use dev_*() when netdev is not yet registeredAndy Shevchenko1-2/+2
2015-07-27net/macb: check if macb_config presentAndy Shevchenko1-2/+1
2015-07-27net/macb: improve big endian CPU supportAndy Shevchenko2-44/+87
2015-07-27r8152: don't enable napi before rx readyhayeswang1-2/+4
2015-07-27r8152: fix wakeup settingshayeswang1-6/+22
2015-07-27r8152: fix the issue about U1/U2hayeswang1-40/+54