summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/radeon/kms: add ARGB2101010 colorbuffer support for r500Marek Olšák2010-12-222-1/+8
* Merge remote branch 'intel/drm-intel-next' of /ssd/git/drm-next into drm-core...Dave Airlie2010-12-22688-11807/+21876
|\
| * drm/i915: Undo "Uncouple render/power ctx before suspending"Chris Wilson2010-12-201-0/+2
| * drm/i915: Allow the application to choose the constant addressing modeChris Wilson2010-12-205-1/+52
| * drm/i915: dynamic render p-state support for Sandy BridgeJesse Barnes2010-12-187-20/+137
| * drm/i915: Enable EI mode for RCx decision making on SandybridgeChris Wilson2010-12-171-0/+1
| * drm/i915/sdvo: Border and stall select became test bits in gen5Chris Wilson2010-12-161-2/+5
| * drm/i915: Add Guess-o-matic for pageflip timestamping.Mario Kleiner2010-12-161-14/+20
| * drm/i915: Add support for precise vblank timestamping (v2)Mario Kleiner2010-12-165-6/+119
| * Merge remote branch 'airlied/drm-core-next' into drm-intel-nextChris Wilson2010-12-16114-5145/+10988
| |\
| * | drm/i915: Add frame buffer compression on SandybridgeYuanhan Liu2010-12-154-3/+20
| * | drm/i915: Add self-refresh support on SandybridgeYuanhan Liu2010-12-153-18/+334
| * | drm/i915: Wait for vblank before unpinning old fbChris Wilson2010-12-151-1/+3
| * | Revert "drm/i915: Avoid using PIPE_CONTROL on Ironlake"Chris Wilson2010-12-152-3/+162
| * | drm/i915: Pass clock limits down to PLL matcherChris Wilson2010-12-141-18/+16
| * | drm/i915: Poll for seqno completion if IRQ is disabledChris Wilson2010-12-141-2/+4
| * | Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-12-141-2/+9
| |\ \
| | * | agp/intel: Fix missed cached memory flags setting in i965_write_entry()Chris Wilson2010-12-141-2/+9
| * | | drm/i915/ringbuffer: Make IRQ refcnting atomicChris Wilson2010-12-144-46/+56
| * | | Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-12-09168-905/+1873
| |\ \ \ | | |/ /
| | * | drm/i915/sdvo: Only use the SDVO pin if it is in the valid rangeChris Wilson2010-12-091-3/+6
| | * | drm/i915/ringbuffer: Handle wrapping of the autoreported HEADChris Wilson2010-12-092-13/+11
| | * | drm/i915/dp: Fix I2C/EDID handling with active DisplayPort to DVI converterDavid Flynn2010-12-081-7/+30
| | | |
| | | \
| | | \
| | | \
| | *---. \ Merge branches 'x86-fixes-for-linus', 'perf-fixes-for-linus' and 'sched-fixes...Linus Torvalds2010-12-087-12/+76
| | |\ \ \ \
| | | | | * | nohz: Fix printk_needs_cpu() return value on offline cpusHeiko Carstens2010-11-261-0/+2
| | | | | * | printk: Fix wake_up_klogd() vs cpu hotplugHeiko Carstens2010-11-261-1/+1
| | | | * | | perf record: Fix eternal wait for stillborn childArnaldo Carvalho de Melo2010-12-061-2/+4
| | | | * | | perf header: Don't assume there's no attr info if no sample ids is providedFranck Bui-Huu2010-11-301-3/+8
| | | | * | | perf symbols: Figure out start address of kernel map from kallsymsMing Lei2010-11-301-1/+42
| | | | * | | perf symbols: Fix kallsyms kernel/module map splittingArnaldo Carvalho de Melo2010-11-301-5/+11
| | | * | | | x86/pvclock: Zero last_value on resumeJeremy Fitzhardinge2010-11-283-0/+8
| | * | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-12-0815-121/+210
| | |\ \ \ \ \
| | | * | | | | drm/i915: i915 cannot provide switcher services.Dave Airlie2010-12-081-34/+0
| | | * | | | | drm/radeon/kms: fix vram base calculation on rs780/rs880Alex Deucher2010-12-081-2/+4
| | | * | | | | drm/radeon/kms: fix formatting of vram and gtt infoAlex Deucher2010-12-081-2/+2
| | | * | | | | drm/radeon/kms: forbid big bo allocation (fdo 31708) v3Jerome Glisse2010-12-081-2/+11
| | | * | | | | drm: Don't try and disable an encoder that was never enabledChris Wilson2010-12-081-1/+1
| | | * | | | | drm: Add missing drm_vblank_put() along queue vblank error pathChris Wilson2010-12-081-5/+14
| | | * | | | | Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie2010-12-089-75/+178
| | | |\ \ \ \ \
| | * | \ \ \ \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-12-089-2/+317
| | |\ \ \ \ \ \ \
| | | * | | | | | | Input: wacom - add new Bamboo PT (0xdb)David Foley2010-12-071-0/+3
| | | * | | | | | | Input: add input driver for polled GPIO buttonsGabor Juhos2010-12-064-0/+280
| | | * | | | | | | Input: turbografx - fix reference countingNamhyung Kim2010-12-011-0/+1
| | | * | | | | | | Input: synaptics - fix handling of 2-button ClickPadsYan Li2010-11-301-1/+2
| | | * | | | | | | Input: wacom - add IDs for two new Bamboo PTsDavid Foley2010-11-301-0/+6
| | | * | | | | | | Input: document struct input_absinfoDmitry Torokhov2010-11-301-1/+20
| | | * | | | | | | Input: add keycodes for touchpad on/off keysBastien Nocera2010-11-301-0/+4
| | | * | | | | | | Input: usbtouchscreen - add support for LG Flatron T1710BGlenn Sommer2010-11-221-0/+1
| | * | | | | | | | Merge branch 'fixes/2637-rc5/s3c24xx' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2010-12-0711-21/+89
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | ARM: S3C24XX: Fix mess with gpio {set,get}_pull callbacksVasily Khoruzhick2010-12-088-20/+81
OpenPOWER on IntegriCloud