summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable/ttm.pci-api.v5' of git://git.kernel.org/pub/scm/linux/ke...Dave Airlie2011-02-2312-36/+119
|\
| * ttm: Include the 'struct dev' when using the DMA API.Konrad Rzeszutek Wilk2011-02-227-10/+18
| * nouveau/ttm/PCIe: Use dma_addr if TTM has set it.Konrad Rzeszutek Wilk2011-02-181-7/+21
| * radeon/ttm/PCIe: Use dma_addr if TTM has set it.Konrad Rzeszutek Wilk2011-02-183-12/+33
| * ttm: Expand (*populate) to support an array of DMA addresses.Konrad Rzeszutek Wilk2011-01-276-6/+12
| * ttm: Utilize the DMA API for pages that have TTM_PAGE_FLAG_DMA32 set.Konrad Rzeszutek Wilk2011-01-271-3/+23
| * ttm: Introduce a placeholder for DMA (bus) addresses.Konrad Rzeszutek Wilk2011-01-274-7/+21
* | drm: Remove unused members from struct drm_open_hashChris Wilson2011-02-232-24/+9
* | drm: Trim the GEM mmap offset hashtabChris Wilson2011-02-231-1/+1
* | drm: Mark constant arrays of drm_display_mode constChris Wilson2011-02-239-23/+27
* | drm/radeon: overhaul texture checking. (v3)Dave Airlie2011-02-232-114/+246
* | drm/ttm: call driver move_notify() when doing system->tt bo movesBen Skeggs2011-02-231-1/+2
* | drm: psuedocolor support for ARGB modesRob Clark2011-02-231-0/+5
* | drm: add usb frameworkDave Airlie2011-02-075-1/+136
* | drm: rework PCI/platform driver interface.Dave Airlie2011-02-0724-359/+456
* | drm: dumb scanout create/mmap for intel/radeon (v3)Dave Airlie2011-02-0715-38/+246
* | drm/i810: remove the BKLArnd Bergmann2011-02-073-20/+8
* | drm: remove i830 driverArnd Bergmann2011-02-079-2526/+17
* | Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/...Linus Torvalds2011-02-064-13/+11
|\ \
| * | arm/ixp4xx: Rename FREQ macro to avoid collisionsBen Hutchings2011-02-063-9/+6
| * | IXP4xx: Fix qmgr_release_queue() flushing unexpected queue entries.Krzysztof HaƂasa2011-02-061-4/+5
* | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-02-063-1/+9
|\ \ \
| * \ \ Merge branch 'timers/locking'Ingo Molnar2011-02-062-3/+8
| |\ \ \
| | * | | lockdep, timer: Fix del_timer_sync() annotationPeter Zijlstra2011-02-041-1/+5
| * | | | RTC: Prevents a division by zero in kernel code.Marcelo Roberto Jimenez2011-02-032-0/+4
* | | | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-02-062-2/+3
|\ \ \ \ \
| * | | | | m32r: Fixup last __do_IRQ leftoverThomas Gleixner2011-02-051-1/+1
| * | | | | genirq: Add missing status flags to modification maskThomas Gleixner2011-02-051-1/+2
* | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-02-0611-95/+106
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2011-02-0410-94/+105
| |\ \ \ \ \ \
| | * | | | | | tracing: Replace syscall_meta_data struct array with pointer arraySteven Rostedt2011-02-033-23/+23
| | * | | | | | tracepoints: Fix section alignment using pointer arrayMathieu Desnoyers2011-02-035-42/+50
| | * | | | | | tracing: Replace trace_event struct array with pointer arraySteven Rostedt2011-02-026-29/+32
| * | | | | | | Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Ingo Molnar2011-02-031-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | perf stat: Fix aggreate counter reading accountingArnaldo Carvalho de Melo2011-02-031-1/+1
* | | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-02-066-33/+26
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86-32: Make sure the stack is set up before we use itH. Peter Anvin2011-02-044-24/+17
| * | | | | | | | | x86, mtrr: Avoid MTRR reprogramming on BP during boot on UP platformsSuresh Siddha2011-02-031-1/+9
| * | | | | | | | | x86, nx: Don't force pages RW when setting NX bitsMatthieu CASTET2011-02-021-8/+0
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2011-02-0614-79/+138
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | Merge branch 'fix/asoc' into for-linusTakashi Iwai2011-02-045-9/+7
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | ASoC: CX20442: fix NULL pointer dereferenceJanusz Krzysztofik2011-02-011-0/+3
| | * | | | | | | | | ASoC: Amstrad Delta: fix const related build errorJanusz Krzysztofik2011-02-011-2/+0
| | * | | | | | | | | ASoC: Fix mask/val_mask confusion snd_soc_dapm_put_volsw()Stephen Warren2011-01-281-3/+3
| | * | | | | | | | | ASoC: DaVinci: fix kernel panic due to uninitialized platform_dataManjunathappa, Prakash2011-01-281-1/+1
| | * | | | | | | | | ASoC: Fix module refcount for auxiliary devicesJarkko Nikula2011-01-261-3/+0
| * | | | | | | | | | ALSA: use linux/io.h to fix compile warningsTakashi Iwai2011-02-023-4/+3
| * | | | | | | | | | ALSA: hda - Fix memory leaks in conexant jack arraysTakashi Iwai2011-02-021-1/+7
| * | | | | | | | | | Merge branch 'topic/hda' into fix/hdaTakashi Iwai2011-01-312-63/+79
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | ALSA: HDA: Fix microphone(s) on Lenovo Edge 13David Henningsson2011-01-281-0/+1
OpenPOWER on IntegriCloud