summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-06-20drm/i915: add support for Intel series 4 chipsets.Zhenyu Wang2-2/+12
2008-06-19drm/radeon: add hier-z registers for r300 and r500 chipsetsDave Airlie2-59/+189
2008-06-19drm/radeon: use DSTCACHE_CTLSTAT rather than RB2D_DSTCACHE_CTLSTATAlex Deucher2-8/+9
2008-06-19drm/radeon: switch IGP gart to use radeon_write_agp_base()Alex Deucher1-8/+4
2008-06-19drm/radeon: Restore sw interrupt on resumeDennis Kasprzyk3-1/+3
2008-06-19drm/r500: add support for AGP based cards.Dave Airlie2-3/+27
2008-06-19drm/radeon: fix texture uploads with large 3d textures (bug 13980)Roland Scheidegger1-3/+11
2008-06-19drm/radeon: add initial r500 support.Dave Airlie4-12/+135
2008-06-19drm/radeon: init pipe setup in kernel code.Alex Deucher4-0/+75
2008-06-19drm/radeon: fixup radeon_do_engine_resetAlex Deucher1-23/+26
2008-06-19drm/radeon: fix pixcache and purge/cache flushing registersAlex Deucher3-18/+65
2008-06-19drm/radeon: write AGP_BASE_2 on chips that support it.Alex Deucher1-0/+2
2008-06-19drm/radeon: merge IGP chip setup and fixup RS400 vs RS480 supportAlex Deucher3-165/+138
2008-06-19drm/radeon: IGP clean up register and magic numbers.Alex Deucher2-82/+110
2008-06-19drm/rs690: set base 2 to 0.Dave Airlie2-0/+3
2008-06-19drm/rs690: set all of gart base address.Dave Airlie1-2/+3
2008-06-19radeon: add production microcode from AMDAlex Deucher2-784/+1893
2008-06-19drm: pcigart use proper pci map interfaces.Dave Airlie1-5/+3
2008-06-13drm: the sg alloc ioctl should write back the handle to userspaceDave Airlie1-1/+1
2008-06-13drm: use drms ioctl cmd not what we get passed from userspace.Johannes Weiner1-0/+2
2008-06-13Linux 2.6.26-rc6v2.6.26-rc6Linus Torvalds1-2/+2
2008-06-12Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-20/+15
2008-06-12Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-8/+27
2008-06-12x86: fix pointer type warning in arch/x86/mm/init_64.c:early_memtestKevin Winchester1-2/+2
2008-06-12x86, lockdep: fix "WARNING: at kernel/lockdep.c:2658 check_flags+0x4c/0x128()"Vegard Nossum1-0/+1
2008-06-12x86: fix an incompatible pointer type warning on 64-bit compilationsDavid Howells1-2/+2
2008-06-12x86: fix lockdep warning during suspend-to-ramPeter Zijlstra1-0/+1
2008-06-12x86: fix unused variable 'loops' warning in arch/x86/boot/a20.cManish Katiyar1-2/+1
2008-06-12Revert "x86: fix ioapic bug again"Ingo Molnar2-17/+4
2008-06-12x86: fix asm warning in head_32.SJoe Korty1-1/+1
2008-06-12x86: fix endless page faults in mount_block_root for Linux 2.6Henry Nestler1-0/+5
2008-06-12geode: fix modular buildIngo Molnar1-0/+2
2008-06-12block: disable IRQs until data is written to relay channelCarl Henrik Lunde1-6/+4
2008-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds1-5/+20
2008-06-12nommu: Correct kobjsize() page validity checks.Paul Mundt1-18/+3
2008-06-12fsl-diu-db: compile fixJeff Mahoney1-2/+2
2008-06-12Merge branch 'core/iter-div' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-20/+40
2008-06-12kbuild: ignore powerpc specific symbols in modpostSam Ravnborg1-5/+20
2008-06-12sched: 64-bit: fix arithmetics overflowLai Jiangshan1-2/+7
2008-06-12sched: fair group: fix overflow(was: fix divide by zero)Lai Jiangshan1-2/+5
2008-06-12always_inline timespec_add_nsJeremy Fitzhardinge1-2/+5
2008-06-12add an inlined version of iter_div_u64_remJeremy Fitzhardinge2-14/+20
2008-06-12common implementation of iterative div/modJeremy Fitzhardinge4-19/+30
2008-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds4-13/+65
2008-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2-1/+2
2008-06-12Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds27-360/+435
2008-06-12USB: don't use reset-resume if drivers don't support itLinus Torvalds1-2/+44
2008-06-12USB: isp1760: Assign resource fields before adding hcdNate Case1-4/+4
2008-06-12isight_firmware: Avoid crash on loading invalid firmwareMatthew Garrett1-7/+16
2008-06-12USB: fix build bug in USB_ISIGHTFWIngo Molnar1-0/+1