summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* drm: fourcc: Use __u32 instead of u32Ville Syrjälä2011-12-201-2/+2
* drm: Install drm_fourcc.hVille Syrjälä2011-12-201-0/+1
* drm: Add a missing ')'Ville Syrjälä2011-12-201-1/+1
* drm/ttm: simplify memory accounting for ttm user v2Jerome Glisse2011-12-062-6/+18
* drm/ttm: isolate dma data from ttm_tt V4Jerome Glisse2011-12-062-34/+31
* drm/ttm: provide dma aware ttm page pool code V9Konrad Rzeszutek Wilk2011-12-062-0/+38
* drm/ttm: introduce callback for ttm_tt populate & unpopulate V4Jerome Glisse2011-12-062-18/+41
* drm/ttm: merge ttm_backend and ttm_tt V5Jerome Glisse2011-12-061-63/+41
* drm/ttm: page allocation use page array instead of listJerome Glisse2011-12-061-4/+4
* drm/ttm: remove unused backend flags fieldJerome Glisse2011-12-061-2/+0
* drm/ttm: remove split btw highmen and lowmem pageJerome Glisse2011-12-061-7/+0
* drm/ttm: remove userspace backed ttm object supportJerome Glisse2011-12-062-29/+0
* swiotlb: Expose swiotlb_nr_tlb function to modulesKonrad Rzeszutek Wilk2011-12-061-1/+1
* drm: document the drm_mode_config structureJesse Barnes2011-12-061-0/+23
* drm: document the drm_mode_group structureJesse Barnes2011-12-061-0/+13
* drm: document and cleanup drm_mode_config_funcsJesse Barnes2011-12-061-2/+9
* drm: document drm_mode_set structureJesse Barnes2011-12-061-1/+9
* drm: remove unused fields in drm_connector and document the restJesse Barnes2011-12-061-7/+28
* drm: add drm_encoder commentsJesse Barnes2011-12-061-0/+12
* drm: add comments for drm_encoder_funcsJesse Barnes2011-12-061-0/+7
* drm: fix comments for drm_crtc structJesse Barnes2011-12-061-0/+11
* drm: remove unused connector_count field from drm_display_modeJesse Barnes2011-12-061-1/+0
* gma500: Move the APIAlan Cox2011-12-061-0/+91
* drm: Redefine pixel formatsVille Syrjälä2011-12-011-27/+94
* drm: move the fb bpp/depth helper into the core.Dave Airlie2011-11-292-2/+3
* drm: add an fb creation ioctl that takes a pixel format v5Jesse Barnes2011-11-155-3/+101
* drm: add plane support v3Jesse Barnes2011-11-153-6/+119
* drm: Make the per-driver file_operations struct constArjan van de Ven2011-11-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-11-074-3/+14
|\
| * bonding: comparing a u8 with -1 is always falseDan Carpenter2011-11-041-0/+2
| * netlink: clarify attribute length check documentationJohannes Berg2011-11-041-2/+9
| * Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-11-042-1/+3
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-042-1/+3
| | |\
| | | * mac80211: warn only once about not finding a rateJohannes Berg2011-11-041-1/+2
| | | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-11-021-0/+1
| | | |\
| | | | * Bluetooth: rfcomm: Fix sleep in invalid context in rfcomm_security_cfmSzymon Janc2011-10-141-0/+1
* | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-11-074-24/+32
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge branches 'acpi', 'idle', 'mrst-pmu' and 'pm-tools' into nextLen Brown2011-11-062-22/+31
| |\ \ \ \ \ \ \
| | * | | | | | | cpuidle: Single/Global registration of idle statesDeepthi Dharwar2011-11-062-6/+14
| | * | | | | | | cpuidle: Split cpuidle_state structure and move per-cpu statistics fieldsDeepthi Dharwar2011-11-061-10/+15
| | * | | | | | | cpuidle: Remove CPUIDLE_FLAG_IGNORE and dev->prepare()Deepthi Dharwar2011-11-061-3/+0
| | * | | | | | | cpuidle: Move dev->last_residency update to driver enter routine; remove dev-...Deepthi Dharwar2011-11-061-4/+3
| | |/ / / / / /
| * | | | | | | ACPI: Fix CONFIG_ACPI_DOCK=n compiler warningBart Van Assche2011-11-061-1/+1
| * | | | | | | ACPI: Drop ACPI_NO_HARDWARE_INITRafael J. Wysocki2011-11-061-1/+0
| |/ / / / / /
* | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2011-11-073-31/+35
|\ \ \ \ \ \ \
| * | | | | | | vmwgfx: Reinstate the update_layout ioctlThomas Hellstrom2011-11-021-26/+25
| * | | | | | | drm/radeon/kms: properly set panel mode for eDPAlex Deucher2011-11-011-0/+3
| * | | | | | | drm: Introduce "Virtual" connectors and encodersThomas Hellstrom2011-11-011-5/+7
* | | | | | | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2011-11-077-173/+229
|\ \ \ \ \ \ \ \
| * | | | | | | | mtd: define `mtd_is_*()' functionsBrian Norris2011-09-211-0/+12