summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge branch 'fixes-for-3.6' of git://git.linaro.org/people/mszyprowski/linux...Linus Torvalds2012-09-141-1/+1
|\ \ \ \ \ \ \
| * | | | | | | arm: mm: fix DMA pool affiliation checkThomas Petazzoni2012-09-101-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-09-142-25/+14
|\ \ \ \ \ \ \
| * | | | | | | hwmon: (ina2xx) Fix word size register read and write operationsGuenter Roeck2012-09-121-21/+9
| * | | | | | | hwmon: (twl4030-madc-hwmon) Initialize uninitialized structure elementsGuenter Roeck2012-09-111-4/+5
| |/ / / / / /
* | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-09-1426-138/+298
|\ \ \ \ \ \ \
| * | | | | | | drm/nouveau: fix booting with plymouth + dumb supportDave Airlie2012-09-141-1/+1
| * | | | | | | Merge branch 'drm-fixes-3.6' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2012-09-142-37/+134
| |\ \ \ \ \ \ \
| | * | | | | | | drm/radeon: make 64bit fences more robust v3Christian König2012-09-131-3/+5
| | * | | | | | | drm/radeon: rework pll selection (v3)Alex Deucher2012-09-131-34/+129
| |/ / / / / / /
| * | | | | | | Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux...Dave Airlie2012-09-1312-73/+30
| |\ \ \ \ \ \ \
| | * | | | | | | drm: Drop the NV12M and YUV420M formatsVille Syrjälä2012-09-131-5/+1
| | * | | | | | | drm/exynos: remove DRM_FORMAT_NV12M from plane moduleInki Dae2012-09-131-1/+0
| | * | | | | | | drm/exynos: fix double call of drm_prime_(init/destroy)_file_privateMandeep Singh Baines2012-09-131-2/+0
| | * | | | | | | drm/exynos: add dummy support for dmabuf-mmapTomasz Stanislawski2012-09-131-0/+7
| | * | | | | | | drm/exynos: Add missing braces around sizeof in exynos_mixer.cSachin Kamat2012-09-131-3/+3
| | * | | | | | | drm/exynos: Add missing braces around sizeof in exynos_hdmi.cSachin Kamat2012-09-131-3/+3
| | * | | | | | | drm/exynos: Make g2d_pm_ops staticSachin Kamat2012-09-131-1/+1
| | * | | | | | | drm/exynos: Add dependency for G2D in KconfigSachin Kamat2012-09-131-1/+1
| | * | | | | | | drm/exynos: fixed page align bug.Inki Dae2012-09-131-1/+1
| | * | | | | | | drm/exynos: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(.. [1]Thomas Meyer2012-09-131-1/+1
| | * | | | | | | drm/exynos: Use devm_* functions in exynos_drm_g2d.c fileSachin Kamat2012-09-131-40/+10
| | * | | | | | | drm/exynos: Use devm_kzalloc in exynos_drm_hdmi.c fileSachin Kamat2012-09-131-2/+1
| | * | | | | | | drm/exynos: Use devm_kzalloc in exynos_drm_vidi.c fileSachin Kamat2012-09-131-3/+1
| | * | | | | | | drm/exynos: Remove redundant check in exynos_drm_fimd.c fileSachin Kamat2012-09-131-5/+0
| | * | | | | | | drm/exynos: Remove redundant check in exynos_hdmi.c fileSachin Kamat2012-09-131-5/+0
| * | | | | | | | vmwgfx: add dumb ioctl supportDave Airlie2012-09-133-0/+88
| |/ / / / / / /
| * | | | | | | gma500: Fix regression on Oaktrail devicesAlan Cox2012-09-131-0/+2
| * | | | | | | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-09-137-27/+43
| |\ \ \ \ \ \ \
| | * | | | | | | drm/i915: fix up the IBX transcoder B checkDaniel Vetter2012-09-111-2/+4
| | * | | | | | | drm/i915: set the right gen3 flip_done mode also at resumeDaniel Vetter2012-09-102-3/+3
| | * | | | | | | drm/i915: initialize dpio_lock spin lockAlexander Shishkin2012-09-081-0/+1
| | * | | | | | | drm/i915: do not expose a dysfunctional backlight interface to userspaceJani Nikula2012-09-031-9/+22
| | * | | | | | | drm/i915: only enable sdvo hotplug irq if neededJani Nikula2012-09-031-9/+6
| | * | | | | | | drm/i915/edp: get the panel delay before powering upDave Airlie2012-09-031-4/+7
* | | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-09-145-29/+17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sched: Fix kernel-doc warnings in kernel/sched/fair.cRandy Dunlap2012-09-041-2/+0
| * | | | | | | | | sched: Unthrottle rt runqueues in __disable_runtime()Peter Boonstoppel2012-09-044-6/+6
| * | | | | | | | | sched: Add missing call to calc_load_exit_idle()Charles Wang2012-09-041-0/+1
| * | | | | | | | | sched: Fix load avg vs cpu-hotplugPeter Zijlstra2012-09-041-21/+10
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-09-147-38/+58
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o...Ingo Molnar2012-09-051-5/+5
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | oprofile, s390: Fix uninitialized memory access when writing to oprofilefsRobert Richter2012-08-271-5/+5
| * | | | | | | | | | perf/hwpb: Invoke __perf_event_disable() if interrupts are already disabledK.Prasad2012-09-043-2/+13
| * | | | | | | | | | perf/x86: Enable Intel Cedarview Atom suppportStephane Eranian2012-09-042-1/+3
| * | | | | | | | | | perf_event: Switch to internal refcount, fix race with close()Al Viro2012-09-042-30/+34
| * | | | | | | | | | perf/x86: Fix microcode revision check for SNB-PEBSStephane Eranian2012-08-271-0/+3
* | | | | | | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-09-141-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | mm/memblock: Use NULL instead of 0 for pointersSachin Kamat2012-09-051-1/+1
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-09-1485-342/+808
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
OpenPOWER on IntegriCloud