summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: restore backlight precision when converting from ACPIAaron Lu2014-05-151-4/+4
* drm/i915: Use the first mode if there is no preferred mode in the EDIDChris Wilson2014-05-151-0/+9
* drm/i915/dp: force eDP lane count to max available lanes on BDWJani Nikula2014-05-151-1/+6
* drm/i915/vlv: reset VLV media force wake request registerJani Nikula2014-05-091-0/+2
* drm/i915/SDVO: For sysfs link put directory and target in correct orderEgbert Eich2014-05-071-2/+2
* drm/i915: use lane count and link rate from VBT as minimums for eDPJani Nikula2014-05-071-7/+23
* drm/i915: clean up VBT eDP link param decodingJani Nikula2014-05-071-14/+38
* drm/i915: consider the source max DP lane count tooPaulo Zanoni2014-05-071-2/+18
* Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie2014-05-074-9/+10
|\
| * drm/gm107/gr: bump attrib cb size quite a bitBen Skeggs2014-05-021-1/+3
| * drm/nouveau: fix another lock unbalance in nouveau_crtc_page_flipMaarten Lankhorst2014-05-021-1/+1
| * drm/nouveau/bios: fix shadowing from PROM on big-endian systemsBen Skeggs2014-05-021-4/+6
| * drm/nouveau/acpi: allow non-optimus setups to load vbios from acpiIlia Mirkin2014-05-021-3/+0
* | Merge tag 'topc/core-stuff-2014-05-05' of git://anongit.freedesktop.org/drm-i...Dave Airlie2014-05-075-22/+46
|\ \
| * | drm/i915: don't try DP_LINK_BW_5_4 on HSW ULXPaulo Zanoni2014-04-303-3/+7
| * | drm/i915: Sanitize the enable_ppgtt module option onceDaniel Vetter2014-04-291-7/+25
| * | drm/i915: Break encoder->crtc link separately in intel_sanitize_crtc()Egbert Eich2014-04-251-12/+14
* | | Merge branch 'drm-fixes-3.15' of git://people.freedesktop.org/~deathsimple/li...Dave Airlie2014-05-0716-56/+238
|\ \ \
| * | | drm/radeon: lower the ref * post PLL maximumChristian König2014-05-061-1/+1
| * | | drm/radeon: check that we have a clock before PLL setupChristian König2014-05-061-0/+3
| * | | drm/radeon: drm/radeon: add missing radeon_semaphore_free to error pathMaarten Lankhorst2014-05-067-0/+7
| * | | drm/radeon: Fix num_banks calculation for SIMichel Dänzer2014-05-061-15/+31
| * | | drm/radeon/dp: check for errors in dpcd readsAlex Deucher2014-05-011-19/+25
| * | | drm/radeon: avoid high jitter with small frac divsChristian König2014-05-011-2/+12
| * | | drm/radeon: check buffer relocation offsetLeo Liu2014-05-011-0/+4
| * | | drm/radeon: use pflip irq on R600+ v2Christian König2014-05-017-17/+147
| * | | drm/radeon/uvd: use lower clocks on old UVD to boot v2Christian König2014-05-011-2/+8
* | | | agp: info leak in agpioc_info_wrap()Dan Carpenter2014-05-051-0/+1
* | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-05-037-37/+42
|\ \ \ \
| * \ \ \ Merge tag 'mvebu-irqchip-fixes-3.15' of git://git.infradead.org/linux-mvebu i...Thomas Gleixner2014-04-291-3/+14
| |\ \ \ \
| | * | | | irqchip: armada-370-xp: Fix releasing of MSIsNeil Greatorex2014-04-201-1/+3
| | * | | | irqchip: armada-370-xp: implement the ->check_device() msi_chip operationThomas Petazzoni2014-04-201-0/+10
| | * | | | irqchip: armada-370-xp: fix invalid cast of signed value into unsigned variableThomas Petazzoni2014-04-201-2/+1
| * | | | | irqchip: irq-crossbar: Not allocating enough memoryDan Carpenter2014-04-281-1/+1
| * | | | | irqchip: armanda: Sanitize set_irq_affinity()Thomas Gleixner2014-04-281-31/+6
| * | | | | genirq: x86: Ensure that dynamic irq allocation does not conflictThomas Gleixner2014-04-284-0/+19
| * | | | | linux/interrupt.h: fix new kernel-doc warningsRandy Dunlap2014-04-281-2/+2
* | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-05-035-3/+37
|\ \ \ \ \ \
| * | | | | | timer: Prevent overflow in apply_slackJiri Bohac2014-04-301-1/+1
| * | | | | | hrtimer: Prevent remote enqueue of leftmost timersLeon Ma2014-04-301-0/+5
| * | | | | | hrtimer: Prevent all reprogramming if hang detectedStuart Hayes2014-04-301-0/+17
| * | | | | | Merge branch 'clockevents/3.15-fixes' of git://git.linaro.org/people/daniel.l...Thomas Gleixner2014-04-293-2/+14
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | clocksource: nspire: Fix compiler warningAlexander Shiyan2014-04-291-1/+6
| | * | | | | clocksource: arch_arm_timer: Fix age-old arch timer C3STOP detection issueLorenzo Pieralisi2014-04-292-1/+8
* | | | | | | Merge tag 'trace-fixes-v3.15-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-05-031-1/+1
|\ \ \ \ \ \ \
| * | | | | | | tracing: Use rcu_dereference_sched() for trace event triggersSteven Rostedt (Red Hat)2014-05-021-1/+1
* | | | | | | | Merge tag 'pm+acpi-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-05-028-59/+85
|\ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ Merge branches 'acpi-ec' and 'acpi-processor'Rafael J. Wysocki2014-05-032-12/+16
| |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | ACPI / processor: Fix failure of loading acpi-cpufreq driverLan Tianyu2014-05-011-3/+4
| | | | |/ / / / / / | | | |/| | | | | |
| | * | | | | | | | ACPI / EC: Process rather than discard events in acpi_ec_clearKieran Clancy2014-04-291-9/+12
| | |/ / / / / / /
OpenPOWER on IntegriCloud