summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | drm: only trust core drm ioctls - driver ioctls are a mess.Dave Airlie2008-06-201-4/+3
| | * | | | | | drm/i915: add support for Intel series 4 chipsets.Zhenyu Wang2008-06-202-2/+12
| | * | | | | | drm/radeon: add hier-z registers for r300 and r500 chipsetsDave Airlie2008-06-192-59/+189
| | * | | | | | drm/radeon: use DSTCACHE_CTLSTAT rather than RB2D_DSTCACHE_CTLSTATAlex Deucher2008-06-192-8/+9
| | * | | | | | drm/radeon: switch IGP gart to use radeon_write_agp_base()Alex Deucher2008-06-191-8/+4
| | * | | | | | drm/radeon: Restore sw interrupt on resumeDennis Kasprzyk2008-06-193-1/+3
| | * | | | | | drm/r500: add support for AGP based cards.Dave Airlie2008-06-192-3/+27
| | * | | | | | drm/radeon: fix texture uploads with large 3d textures (bug 13980)Roland Scheidegger2008-06-191-3/+11
| | * | | | | | drm/radeon: add initial r500 support.Dave Airlie2008-06-194-12/+135
| | * | | | | | drm/radeon: init pipe setup in kernel code.Alex Deucher2008-06-194-0/+75
| | * | | | | | drm/radeon: fixup radeon_do_engine_resetAlex Deucher2008-06-191-23/+26
| | * | | | | | drm/radeon: fix pixcache and purge/cache flushing registersAlex Deucher2008-06-193-18/+65
| | * | | | | | drm/radeon: write AGP_BASE_2 on chips that support it.Alex Deucher2008-06-191-0/+2
| | * | | | | | drm/radeon: merge IGP chip setup and fixup RS400 vs RS480 supportAlex Deucher2008-06-193-165/+138
| | * | | | | | drm/radeon: IGP clean up register and magic numbers.Alex Deucher2008-06-192-82/+110
| | * | | | | | drm/rs690: set base 2 to 0.Dave Airlie2008-06-192-0/+3
| | * | | | | | drm/rs690: set all of gart base address.Dave Airlie2008-06-191-2/+3
| | * | | | | | radeon: add production microcode from AMDAlex Deucher2008-06-192-784/+1893
| | * | | | | | drm: pcigart use proper pci map interfaces.Dave Airlie2008-06-191-5/+3
| | * | | | | | drm: the sg alloc ioctl should write back the handle to userspaceDave Airlie2008-06-131-1/+1
| | * | | | | | drm: use drms ioctl cmd not what we get passed from userspace.Johannes Weiner2008-06-131-0/+2
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'agp-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2008-06-201-1/+1
| |\ \ \ \ \ \
| | * | | | | | [agp]: fixup chipset flush for new Intel G4x.Zhenyu Wang2008-06-201-1/+1
| | * | | | | | agp: brown paper bag patch - put back the two lines it took out.Dave Airlie2008-06-191-0/+2
| * | | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-06-205-11/+19
| |\ \ \ \ \ \ \
| | * | | | | | | softlockup: fix NMI hangs due to lock race - 2.6.26-rc regressionJason Wessel2008-06-191-5/+10
| | * | | | | | | rcupreempt: remove export of rcu_batches_completed_bhSteven Rostedt2008-06-191-2/+0
| | * | | | | | | cpuset: limit the input of cpuset.sched_relax_domain_levelLi Zefan2008-06-193-4/+9
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-06-204-29/+73
| |\ \ \ \ \ \ \
| | * | | | | | | sched, delay accounting: fix incorrect delay time when constantly waiting on ...Bharath Ravi2008-06-191-0/+6
| | * | | | | | | Merge branch 'linus' into sched/urgentIngo Molnar2008-06-19197-3866/+6556
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | * | | | | | | sched: CPU hotplug events must not destroy scheduler domains created by the c...Max Krasnyansky2008-06-192-0/+28
| | * | | | | | | sched: rt-group: fix RR bugletPeter Zijlstra2008-06-191-1/+3
| | * | | | | | | sched: rt-group: heirarchy aware throttlePeter Zijlstra2008-06-191-26/+33
| | * | | | | | | sched: rt-group: fix hierarchyPeter Zijlstra2008-06-191-1/+0
| | * | | | | | | sched: NULL pointer dereference while setting sched_rt_period_usDario Faggioli2008-06-191-1/+1
| | * | | | | | | sched: fix defined-but-unused warningRabin Vincent2008-06-171-0/+2
| * | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-06-207-16/+26
| |\ \ \ \ \ \ \ \
| | * | | | | | | | x86, geode: add a VSA2 ID for General SoftwareJordan Crouse2008-06-192-3/+6
| | * | | | | | | | x86: use BOOTMEM_EXCLUSIVE on 32-bitBernhard Walle2008-06-191-2/+8
| | * | | | | | | | x86, 32-bit: fix boot failure on TSC-less processorsMikael Pettersson2008-06-191-10/+8
| | * | | | | | | | x86: fix NULL pointer deref in __switch_toSuresh Siddha2008-06-192-0/+2
| | * | | | | | | | x86: set PAE PHYSICAL_MASK_SHIFT to 44 bits.Jeremy Fitzhardinge2008-06-191-1/+2
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds2008-06-206-29/+25
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Blackfin Serial Driver: Use timer to poll CTS PIN instead of workqueue.Sonic Zhang2008-06-196-27/+23
| | * | | | | | | | Blackfin arch: fix typo error in bf548 serial header fileSonic Zhang2008-06-191-2/+2
| | |/ / / / / / /
| * | | | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-06-207-16/+67
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ahci: sis can't do PMPTejun Heo2008-06-181-3/+12
| | * | | | | | | | ata_piix: add TECRA M4 to broken suspend listTejun Heo2008-06-181-0/+7
| | * | | | | | | | LIBATA: Add HAVE_PATA_PLATFORM to select PATA_PLATFORM driverBen Dooks2008-06-181-1/+9
OpenPOWER on IntegriCloud