summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fbcon: fix race condition between console lock and cursor timer (v1.1)Dave Airlie2012-08-221-1/+8
* drm: Add missing static storage class specifiers in drm_proc.c fileSachin Kamat2012-08-221-2/+2
* drm/udl: dpms off the crtc when disabled.Dave Airlie2012-08-221-2/+1
* drm: Remove two unused fields from struct drm_display_modeDamien Lespiau2012-08-222-5/+0
* drm: stop vmgfx driver explosionAlan Cox2012-08-221-1/+5
* Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-08-2210-64/+141
|\
| * drm/i915: use hsw rps tuning values everywhere on gen6+Daniel Vetter2012-08-201-11/+4
| * drm/i915: fall back to bit-banging if GMBUS fails in CRT EDID readsJani Nikula2012-08-171-3/+33
| * drm/i915: extract connector update from intel_ddc_get_modes() for reuseJani Nikula2012-08-172-9/+24
| * drm/i915: fix hsw uncached pteDaniel Vetter2012-08-174-37/+75
| * drm/i915/contexts: fix list corruptionBen Widawsky2012-08-171-4/+4
| * drm/i915: fix EDID memory leak in SDVOJani Nikula2012-08-171-0/+1
* | Merge branch 'drm-fixes-3.6' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2012-08-2212-107/+267
|\ \ | |/ |/|
| * drm/radeon/ss: use num_crtc rather than hardcoded 6Alex Deucher2012-08-211-1/+1
| * Revert "drm/radeon: fix bo creation retry path"Alex Deucher2012-08-211-2/+1
| * drm/radeon: split ATRM support out from the ATPX handler (v3)Alex Deucher2012-08-203-74/+77
| * drm/radeon: convert radeon vfct code to use acpi_get_table_with_sizeAlex Deucher2012-08-201-4/+2
| * ACPI: export symbol acpi_get_table_with_sizeAlex Deucher2012-08-201-0/+1
| * drm/radeon: implement ACPI VFCT vbios fetch (v3)David Lamparter2012-08-201-0/+60
| * drm/radeon/kms: extend the Fujitsu D3003-S2 board connector quirk to cover la...Tvrtko Ursulin2012-08-201-1/+1
| * drm/radeon: fix checking of MSAA renderbuffers on r600-r700Marek Olšák2012-08-201-5/+6
| * drm/radeon: allow CMASK and FMASK in the CS checker on r600-r700Marek Olšák2012-08-204-21/+101
| * drm/radeon: init lockup timeout on ring initChristian König2012-08-201-0/+1
| * drm/radeon: avoid turning off spread spectrum for used pllJerome Glisse2012-08-201-4/+21
* | Linux 3.6-rc2v3.6-rc2Linus Torvalds2012-08-161-1/+1
* | autofs4 - fix get_next_positive_subdir()Ian Kent2012-08-161-18/+13
* | Merge tag 'vfio-for-v3.6-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2012-08-161-0/+1
|\ \
| * | vfio: Include vfio.h in installed headersAlex Williamson2012-08-071-0/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2012-08-164-11/+58
|\ \ \
| * | | fuse: verify all ioctl retry iov elementsZach Brown2012-08-061-1/+1
| * | | fuse: add missing INIT flag descriptionsMiklos Szeredi2012-07-181-0/+4
| * | | fuse: add missing INIT flagsMiklos Szeredi2012-07-182-1/+10
| * | | fuse: update attributes on aio_readBrian Foster2012-07-181-5/+8
| * | | fuse: invalidate inode mapping if mtime changesBrian Foster2012-07-181-3/+24
| * | | fuse: add FUSE_AUTO_INVAL_DATA init flagBrian Foster2012-07-183-2/+12
* | | | Merge tag 'stable/for-linus-3.6-rc1-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-08-161-0/+5
|\ \ \ \
| * | | | xen/p2m: Reserve 8MB of _brk space for P2M leafs when populating back.Konrad Rzeszutek Wilk2012-08-021-0/+5
* | | | | Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2012-08-164-95/+165
|\ \ \ \ \
| * \ \ \ \ Merge branches 'sh/urgent' and 'sh/gpiolib' into sh-latestPaul Mundt2012-08-092-90/+141
| |\ \ \ \ \
| | * | | | | sh: sh7269: Fix LCD pinmuxPhil Edworthy2012-08-092-90/+141
| * | | | | | sh: intc: Handle domain association for sparseirq pre-allocated vectors.Paul Mundt2012-08-091-4/+23
| * | | | | | sh: dma: fix request_irq usageMike Frysinger2012-08-091-1/+1
| |/ / / / /
* | | | | | MAINTAINERS: update address for Dan WilliamsDan Williams2012-08-161-13/+12
* | | | | | scripts/decodecode: Fixup trapping instruction markerBorislav Petkov2012-08-161-1/+1
* | | | | | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-08-162-12/+42
|\ \ \ \ \ \
| * | | | | | dma: tegra: enable/disable dma clockLaxman Dewangan2012-08-131-1/+17
| * | | | | | Merge branch 'fixes_for-3.6' into fixesVinod Koul2012-08-061-11/+25
| |\ \ \ \ \ \
| | * | | | | | dma: imx-dma: Fix kernel crash due to missing clock conversionFabio Estevam2012-07-271-11/+25
* | | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-08-1611-51/+88
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Merge branch 'drm-nouveau-fixes' of git://git.freedesktop.org/git/nouveau/lin...Dave Airlie2012-08-156-8/+45
| |\ \ \ \ \ \ \
OpenPOWER on IntegriCloud