summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* radeon: fix PCI bus mastering support enables.Alex Deucher2008-10-181-22/+22
* radeon: add RS400 family support.Alex Deucher2008-10-181-2/+4
* drm/radeon: add support for RS740 IGP chipsets.Alex Deucher2008-10-181-0/+4
* i915: Map status page cached for chips with GTT-based HWS location.Keith Packard2008-10-181-1/+2
* drm: kill drm_device->irqJesse Barnes2008-10-181-1/+5
* i915 gem: install and uninstall irq handler in entervt and leavevt ioctls.Kristian Høgsberg2008-10-181-0/+1
* i915: Add chip set ID param.Kristian Høgsberg2008-10-181-0/+1
* drm: Add GEM ("graphics execution manager") to i915 driver.Eric Anholt2008-10-183-0/+514
* drm: Rework vblank-wait handling to allow interrupt reduction.Jesse Barnes2008-10-182-11/+94
* drm: remove #define's for non-linux systemsCarlos R. Mafra2008-10-181-17/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2008-10-171-0/+1
|\
| * Staging: add TAINT_CRAP for all drivers/staging codeGreg Kroah-Hartman2008-10-101-0/+1
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-10-175-2/+63
|\ \
| * | block: remove __generic_unplug_device() from exportsJens Axboe2008-10-171-1/+0
| * | blktrace: add support for driver dataStefan Raspl2008-10-171-0/+32
| * | block: fix nr_phys_segments miscalculation bugFUJITA Tomonori2008-10-171-0/+7
| * | softirq: Add support for triggering softirq work on softirqs.David S. Miller2008-10-172-1/+24
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-10-178-17/+70
|\ \ \ | |/ / |/| |
| * | [SCSI] iscsi_tcp: return a descriptive error value during connection errorsMike Christie2008-10-131-0/+1
| * | [SCSI] libiscsi: rename host reset to target resetMike Christie2008-10-131-1/+1
| * | [SCSI] iscsi class: fix endpoint id handlingMike Christie2008-10-131-1/+1
| * | [SCSI] libiscsi: Support drivers initiating session removalMike Christie2008-10-133-1/+16
| * | [SCSI] block: separate failfast into multiple bits.Mike Christie2008-10-132-12/+29
| * | [SCSI] fc class: Add support for new transport errorsMike Christie2008-10-131-3/+3
| * | [SCSI] scsi: add transport host byte errors (v3)Mike Christie2008-10-131-0/+5
| * | [SCSI] fc class: unblock target after calling terminate callback (take 2)Mike Christie2008-10-131-1/+5
| * | [SCSI] Add helper code so transport classes/driver can control queueing (v3)Mike Christie2008-10-132-0/+11
* | | Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2008-10-165-21/+18
|\ \ \
| * \ \ Merge branch 'next'Trond Myklebust2008-10-155-21/+18
| |\ \ \
| | * | | NFS: Fix the resolution problem with nfs_inode_attrs_need_update()Trond Myklebust2008-10-142-7/+4
| | * | | RPC/RDMA: harden connection logic against missing/late rdma_cm upcalls.Tom Talpey2008-10-101-3/+0
| | * | | RPC/RDMA: add data types and new FRMR memory registration enum.Tom Talpey2008-10-101-0/+1
| | * | | NFS: Save padding bytes in struct nfs4_setclientidTrond Myklebust2008-10-081-1/+1
| | * | | NFS: SETCLIENTID truncates client ID and netidChuck Lever2008-10-071-4/+4
| | * | | NFS: remove 8 bytes of padding from struct nfs_fattr on 64 bit buildsRichard Kennedy2008-10-071-1/+1
| | * | | NFS: Allow concurrent inode revalidationTrond Myklebust2008-10-071-5/+4
| | * | | NFS: Add options for finer control of the lookup cacheTrond Myklebust2008-10-071-0/+4
| | * | | NFS: Clean up nfs_sb_active/nfs_sb_deactiveTrond Myklebust2008-10-061-1/+0
* | | | | Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-10-169-62/+736
|\ \ \ \ \
| * | | | | KVM: ia64: Add intel iommu support for guests.Xiantao Zhang2008-10-151-1/+1
| * | | | | KVM: Separate irq ack notification out of arch/x86/kvm/irq.cXiantao Zhang2008-10-152-0/+8
| * | | | | KVM: Change is_mmio_pfn to kvm_is_mmio_pfn, and make it common for all archsXiantao Zhang2008-10-151-0/+2
| * | | | | KVM: Move device assignment logic to common codeXiantao Zhang2008-10-152-0/+3
| * | | | | KVM: Device Assignment: Map mmio pages into VT-d page tableWeidong Han2008-10-151-2/+0
| * | | | | KVM: MMU: speed up mmu_unsync_walkMarcelo Tosatti2008-10-151-0/+1
| * | | | | KVM: MMU: out of sync shadow coreMarcelo Tosatti2008-10-152-0/+4
| * | | | | KVM: x86: trap invlpgMarcelo Tosatti2008-10-151-0/+2
| * | | | | KVM: MMU: sync roots on mmu reloadMarcelo Tosatti2008-10-151-0/+1
| * | | | | KVM: MMU: mode specific sync_pageMarcelo Tosatti2008-10-151-0/+2
| * | | | | KVM: Device Assignment with VT-dBen-Ami Yassour2008-10-153-20/+58