summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* radeon: Use request_firmware()Ben Hutchings2009-08-3138-25371/+13388
* drm: dereference of tmp in drm_proc_create_files()Roel Kluin2009-08-311-0/+4
* drm/crtc_helper: NULL encoder->crtc when switching encodersMaarten Maathuis2009-08-311-0/+4
* drm/crtc_helper: place drm_helper_encoder_in_use() in the header fileMaarten Maathuis2009-08-311-0/+1
* drm/crtc_helper: replace modeset fail path with something simplerMaarten Maathuis2009-08-311-32/+54
* drm/radeon: cleanup mkregtable.cDave Airlie2009-08-313-165/+159
* drm: GEM handles are u32, not intPekka Paalanen2009-08-273-9/+9
* drm/rs600/690: use autogenerated safe register tables.Dave Airlie2009-08-275-68/+745
* drm/r128: Use request_firmware() to load CCE microcodeBen Hutchings2009-08-275-50/+210
* drm/mga: Use request_firmware() to load microcodeBen Hutchings2009-08-279-11750/+186
* drm/ttm: consolidate cache flushing code in one place.Dave Airlie2009-08-273-74/+82
* drm/radeon/kms: generate the safe register tables.Dave Airlie2009-08-216-104/+1960
* drm/ttm: Fixes for "Memory accounting rework."Thomas Hellstrom2009-08-201-8/+28
* drm/ttm: Fixes for "Make parts of a struct ttm_bo_device global"Thomas Hellstrom2009-08-202-4/+1
* Merge Linus master to drm-nextDave Airlie2009-08-201343-18375/+36421
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2009-08-192-1/+3
| |\
| | * nilfs2: fix oopses with doubly mounted snapshotsRyusuke Konishi2009-08-191-1/+1
| | * nilfs2: missing a read lock for segment writer in nilfs_attach_checkpoint()Zhang Qiang2009-08-181-0/+2
| * | AFS: Documentation updatesAnton Blanchard2009-08-191-14/+12
| * | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-08-1921-254/+456
| |\ \
| | * | drm/kms: teardown crtc correctly when fb is destroyed.Dave Airlie2009-08-191-28/+12
| | * | drm/kms/radeon: cleanup combios TV table like DDX.Dave Airlie2009-08-191-29/+19
| | * | drm/radeon/kms: memset the allocated framebuffer before using it.Dave Airlie2009-08-191-0/+2
| | * | drm/radeon/kms: although LVDS might be possible on crtc 1 don't do it.Dave Airlie2009-08-191-0/+1
| | * | drm/radeon/kms: implement bo busy check + current domainDave Airlie2009-08-174-2/+42
| | * | drm/radeon/kms: cut down indirects in register accesses.Dave Airlie2009-08-165-79/+47
| | * | drm/radeon/kms: Fix up vertical blank interrupt support.Michel Dänzer2009-08-169-77/+217
| | * | drm/radeon/kms: add rv530 R300_SU_REG_DEST + reloc for ZPASS_ADDRDave Airlie2009-08-161-0/+15
| | * | drm/edid: fixup detailed timings like the X server.Dave Airlie2009-08-151-38/+34
| | * | drm/radeon/kms: Add specific rs690 authorized register tableJerome Glisse2009-08-152-1/+67
| | |/
| * | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2009-08-198-85/+99
| |\ \
| | * | microblaze: Update Microblaze defconfigsMichal Simek2009-08-182-70/+91
| | * | microblaze: Use klimit instead of _end for memory initMichal Simek2009-08-181-3/+3
| | * | microblaze: Enable ppoll syscallMichal Simek2009-08-181-1/+1
| | * | microblaze: Sane handling of missing timer/intc in device treeJohn Williams2009-08-182-0/+4
| | * | microblaze: use the generic ack_bad_irq implementationChristoph Hellwig2009-08-182-11/+0
| * | | Merge branch 'perfcounters-fixes-for-linus-2' of git://git.kernel.org/pub/scm...Linus Torvalds2009-08-195-2/+24
| |\ \ \
| | * | | perf tools: Make 'make html' workKyle McMartin2009-08-181-1/+1
| | * | | perf annotate: Fix segmentation faultIngo Molnar2009-08-181-0/+7
| | * | | perf_counter: Fix the PARISC buildIngo Molnar2009-08-181-0/+4
| | * | | perf_counter: Check task on counter read IPIPaul Mackerras2009-08-171-0/+11
| | * | | perf: Rename perf-examples.txt to examples.txtCarlos R. Mafra2009-08-171-0/+0
| | * | | perf record: Fix typo in pid_synthesize_comm_eventArnaldo Carvalho de Melo2009-08-151-1/+1
| | | |/ | | |/|
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-08-181-2/+2
| |\ \ \
| | * | | security: Fix prompt for LSM_MMAP_MIN_ADDRAndreas Schwab2009-08-191-1/+1
| | * | | security: Make LSM_MMAP_MIN_ADDR default match its help text.Dave Jones2009-08-191-1/+1
| | | |/ | | |/|
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-08-184-26/+29
| |\ \ \
| | * | | percpu: use the right flag for get_vm_area()Amerigo Wang2009-08-141-1/+1
| | * | | percpu, sparc64: fix sparse possible cpu map handlingTejun Heo2009-08-143-24/+27
| | * | | init: set nr_cpu_ids before setup_per_cpu_areas()Tejun Heo2009-08-141-1/+1
| | | |/ | | |/|
OpenPOWER on IntegriCloud