summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* brcmsmac: Move each system tracepoints to their own headerSteven Rostedt (Red Hat)2015-04-084-220/+305
* iwlwifi: Move each system tracepoints to their own headerSteven Rostedt (Red Hat)2015-04-086-432/+618
* tracing: Add TRACE_SYSTEM_VAR to xhci-hcdSteven Rostedt (Red Hat)2015-04-071-0/+7
* tracing/drm: Remove unused TRACE_SYSTEM_STRING defineSteven Rostedt2015-04-073-3/+0
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-03-151-1/+1
|\
| * [PATCH] drm/mm: Fix support 4 GiB and larger rangesKrzysztof Kolasa2015-03-161-1/+1
* | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-03-156-24/+59
|\ \ | |/ |/|
| * clk: introduce clk_is_matchMichael Turquette2015-03-111-0/+26
| * clk: don't export static symbolJulia Lawall2015-03-111-1/+0
| * clk: divider: fix calculation of initial best divider when rounding to closestUwe Kleine-König2015-03-091-6/+7
| * clk: divider: fix selection of divider when rounding to closestUwe Kleine-König2015-03-091-1/+5
| * clk: divider: fix calculation of maximal parent rate for a given dividerUwe Kleine-König2015-03-091-7/+1
| * clk: divider: return real rate instead of divider valueHeiko Stübner2015-03-061-1/+1
| * clk: qcom: fix platform_no_drv_owner.cocci warningskbuild test robot2015-02-251-1/+0
| * clk: qcom: fix platform_no_drv_owner.cocci warningskbuild test robot2015-02-251-1/+0
| * clk: qcom: Add PLL4 vote clockStephen Boyd2015-02-251-0/+13
| * clk: qcom: lcc-msm8960: Fix PLL rate detectionStephen Boyd2015-02-251-1/+1
| * clk: qcom: Fix slimbus n and m val offsetsStephen Boyd2015-02-251-2/+2
| * clk: ti: Fix FAPLL parent enable bit handlingTony Lindgren2015-02-251-3/+3
* | Merge tag 'irqchip-fixes-4.0' of git://git.infradead.org/users/jcooper/linuxLinus Torvalds2015-03-154-39/+161
|\ \
| * \ Merge branch 'irqchip/urgent-gic' into irqchip/urgentJason Cooper2015-03-153-38/+141
| |\ \
| | * | irqchip: gicv3-its: Support safe initializationYun Wu2015-03-081-0/+35
| | * | irqchip: gicv3-its: Define macros for GITS_CTLR fieldsYun Wu2015-03-081-1/+1
| | * | irqchip: gicv3-its: Add limitation to page orderYun Wu2015-03-081-0/+5
| | * | irqchip: gicv3-its: Use 64KB page as default granuleYun Wu2015-03-081-2/+2
| | * | irqchip: gicv3-its: Zero itt before handling to hardwareYun Wu2015-03-081-1/+1
| | * | irqchip: gic-v3: Fix out of bounds access to cpu_logical_mapVladimir Murzin2015-03-081-1/+1
| | * | irqchip: gic: Fix unsafe locking reported by lockdepMarc Zyngier2015-03-081-8/+12
| | * | irqchip: gicv3-its: Fix unsafe locking reported by lockdepMarc Zyngier2015-03-081-9/+14
| | * | irqchip: gicv3-its: Iterate over PCI aliases to generate ITS configurationMarc Zyngier2015-03-081-8/+46
| | * | irqchip: gicv3-its: Allocate enough memory for the full range of DeviceIDMarc Zyngier2015-03-081-4/+21
| | * | irqchip: gicv3-its: Fix ITS CPU initVladimir Murzin2015-03-081-5/+4
| | |/
| * / irqchip: armada-370-xp: Fix chained per-cpu interruptsMaxime Ripard2015-03-081-1/+20
| |/
* | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-03-1410-110/+155
|\ \
| * \ Merge branch 'drm-fixes-4.0' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2015-03-132-27/+47
| |\ \
| | * | drm/radeon: drop setting UPLL to sleep modeChristian König2015-03-111-4/+2
| | * | drm/radeon: fix wait to actually occur after the signaling callbackMaarten Lankhorst2015-03-111-23/+45
| * | | Merge branch 'vmwgfx-fixes-4.0' of git://people.freedesktop.org/~thomash/linu...Dave Airlie2015-03-133-57/+53
| |\ \ \
| | * | | drm/vmwgfx: Fix an issue with the device losing its irq line on module unloadThomas Hellstrom2015-03-111-0/+1
| | * | | drm/vmwgfx: Correctly NULLify dma buffer pointer on failureColin Ian King2015-03-111-4/+6
| | * | | drm/vmwgfx: Reorder device takedown somewhatThomas Hellstrom2015-03-111-37/+40
| | * | | drm/vmwgfx: Fix a couple of lock dependency violationsThomas Hellstrom2015-03-112-16/+6
| | |/ /
| * | | Merge tag 'drm-intel-fixes-2015-03-12' of git://anongit.freedesktop.org/drm-i...Dave Airlie2015-03-133-7/+28
| |\ \ \ | | |/ / | |/| |
| | * | drm/i915: Prevent TLB error on first execution on SNBChris Wilson2015-03-101-2/+16
| | * | drm/i915: Do both mt and gen6 style forcewake reset on ivb probeMika Kuoppala2015-03-101-1/+7
| | * | drm/i915: Make WAIT_IOCTL negative timeouts be indefinite againChris Wilson2015-03-101-3/+4
| | * | drm/i915: use in_interrupt() not in_irq() to check contextDave Gordon2015-03-101-1/+1
| * | | drm/mst: fix recursive sleep warning on qlockDaniel Vetter2015-03-101-3/+8
| * | | drm: Don't assign fbs for universal cursor support to filesChris Wilson2015-03-101-16/+19
| |/ /
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2015-03-141-2/+4
|\ \ \