summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | 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/+138Star
| * | | | | | | 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/+3Star
| * | | | | | | 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 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds2008-06-201-22/+18Star
|\ \ \ \ \ \ \ \
| * | | | | | | | Blackfin Serial Driver: Use timer to poll CTS PIN instead of workqueue.Sonic Zhang2008-06-191-22/+18Star
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | 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-191-3/+12
| * | | | | | | | ata_piix: add TECRA M4 to broken suspend listTejun Heo2008-06-191-0/+7
| * | | | | | | | LIBATA: Add HAVE_PATA_PLATFORM to select PATA_PLATFORM driverBen Dooks2008-06-191-1/+9
| * | | | | | | | sata_mv: warn on PIO with multiple DRQsMark Lord2008-06-191-0/+18
| * | | | | | | | sata_mv: enable async_notify for 60x1 Rev.C0 and higherMark Lord2008-06-191-0/+3
| * | | | | | | | libata: don't check whether to use DMA or not for no data commandsTejun Heo2008-06-193-12/+10Star
| * | | | | | | | ahci: jmb361 has only one portTejun Heo2008-06-191-0/+8
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | [watchdog] hpwdt: fix use of inline assemblyLinus Torvalds2008-06-201-75/+80
| |/ / / / / / |/| | | | | |
* | | | | | | agp: brown paper bag patch - put back two lines that got lostDave Airlie2008-06-191-0/+2
* | | | | | | Merge branch 'agp-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2008-06-1919-154/+229
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / /
| * | | | | agp/intel: cleanup some serious whitespace badnessDave Airlie2008-06-191-68/+66Star
| * | | | | [AGP] intel_agp: Add support for Intel 4 series chipsetsZhenyu Wang2008-06-191-10/+73
| * | | | | [AGP] intel_agp: extra stolen mem size available for IGD_GM chipsetZhenyu Wang2008-06-191-2/+2
| * | | | | agp: more boolean conversions.Dave Airlie2008-06-194-12/+12
| * | | | | drivers/char/agp - use boolJoe Perches2008-06-1915-52/+52
| * | | | | agp: two-stage page destruction issueJan Beulich2008-06-193-12/+17
| * | | | | agp/via: fixup pci idsGreg KH2008-06-191-2/+11
| | |_|/ / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2008-06-192-4/+2Star
|\ \ \ \ \
| * | | | | IB/uverbs: Fix check of is_closed flag check in ib_uverbs_async_handler()Jack Morgenstein2008-06-191-1/+1
| * | | | | RDMA/nes: Fix off-by-one in nes_reg_user_mr() error pathRoland Dreier2008-06-101-3/+1Star
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2008-06-182-16/+20
|\ \ \ \ \ \
| * | | | | | Revert "[WATCHDOG] hpwdt: Fix NMI handling."Wim Van Sebroeck2008-06-181-12/+15
| * | | | | | [WATCHDOG] hpwdt: Add CFLAGS to get driver workingThomas Mingarelli2008-06-171-0/+1
| * | | | | | Revert "[WATCHDOG] make watchdog/hpwdt.c:asminline_call() static"Thomas Mingarelli2008-06-171-4/+4
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2008-06-183-3/+12
|\ \ \ \ \ \ \
| * | | | | | | [SCSI] dpt_i2o: Add PROC_IA64 defineJeff Mahoney2008-06-151-1/+2
| * | | | | | | [SCSI] scsi_host regression: fix scsi host leakMike Christie2008-06-151-2/+7
| * | | | | | | [SCSI] sr: fix corrupt CD data after media change and delayJames Bottomley2008-06-101-0/+3
| | |/ / / / / | |/| | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-06-1823-321/+299Star
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | Merge branch 'davem-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jga...David S. Miller2008-06-1811-242/+189Star
| |\ \ \ \ \
| | * | | | | atl1: relax eeprom mac address error checkRadu Cristescu2008-06-181-1/+0Star