summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-04-04intel-iommu: Handle PCI domains appropriately.David Woodhouse3-28/+50
2009-04-04intel-iommu: Fix device-to-iommu mapping for PCI-PCI bridges.David Woodhouse1-1/+6
2009-04-04x2apic/intr-remap: decouple interrupt remapping from x2apicHan, Weidong4-8/+35
2009-04-04x86, dmar: check if it's initialized before disable queue invalidationHan, Weidong1-0/+7
2009-04-04intel-iommu: set compatibility format interruptHan, Weidong2-0/+17
2009-04-04Intel IOMMU Suspend/Resume Support - Interrupt RemappingFenghua Yu6-55/+204
2009-04-04Intel IOMMU Suspend/Resume Support - Queued InvalidationFenghua Yu1-15/+55
2009-04-04Intel IOMMU Suspend/Resume Support - DMARFenghua Yu2-0/+157
2009-04-04intel-iommu: Add for_each_iommu() and for_each_active_iommu() macrosDavid Woodhouse1-0/+8
2009-04-03Merge branch 'ext3-latency-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-11/+38
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds22-117/+1220
2009-04-03Merge git://git.infradead.org/iommu-2.6Linus Torvalds7-22/+127
2009-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-fscacheLinus Torvalds82-390/+15414
2009-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds19-620/+893
2009-04-03Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds15-0/+3773
2009-04-03Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds69-1595/+1027
2009-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds34-122/+540
2009-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/rtc-pariscLinus Torvalds16-195/+267
2009-04-03Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds19-868/+930
2009-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/rcu-doc-2.6Linus Torvalds3-6/+6
2009-04-03mm: fix misuse of debug_kmap_atomicAkinobu Mita2-2/+1
2009-04-03Fix highmem PPC build failureKumar Gala1-15/+14
2009-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-124/+102
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds88-2189/+1589
2009-04-03Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds39-860/+2002
2009-04-03Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds21-63/+261
2009-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/linux-hdreg-h-cleanupLinus Torvalds6-255/+117
2009-04-03NFS: Add mount options to enable local caching on NFSDavid Howells3-0/+28
2009-04-03NFS: Display local caching stateDavid Howells2-3/+19
2009-04-03NFS: Store pages from an NFS inode into a local cacheDavid Howells3-0/+49
2009-04-03NFS: Read pages from FS-Cache into an NFS inodeDavid Howells3-0/+177
2009-04-03NFS: nfs_readpage_async() needs to be accessible as a fallback for local cachingDavid Howells2-2/+4
2009-04-03NFS: Add read context retention for FS-Cache to call back withDavid Howells1-0/+26
2009-04-03NFS: FS-Cache page managementDavid Howells3-4/+101
2009-04-03NFS: Add some new I/O counters for FS-Cache doing things for NFSDavid Howells3-0/+41
2009-04-03NFS: Invalidate FsCache page flags when cache removedDavid Howells1-0/+40
2009-04-03NFS: Use local disk inode cacheDavid Howells4-0/+191
2009-04-03NFS: Define and create inode-level cache objectsDavid Howells2-0/+124
2009-04-03NFS: Define and create superblock-level objectsDavid Howells6-2/+214
2009-04-03NFS: Define and create server-level objectsDavid Howells6-1/+137
2009-04-03NFS: Register NFS for caching and retrieve the top-level indexDavid Howells4-0/+93
2009-04-03NFS: Permit local filesystem caching to be enabled for NFSDavid Howells1-0/+8
2009-04-03NFS: Add FS-Cache option bit and debug bitDavid Howells2-0/+3
2009-04-03NFS: Add comment banners to some NFS functionsDavid Howells1-0/+26
2009-04-03FS-Cache: Make kAFS use FS-CacheDavid Howells13-358/+582
2009-04-03CacheFiles: A cache that backs onto a mounted filesystemDavid Howells16-0/+4866
2009-04-03CacheFiles: Export things for CacheFilesDavid Howells2-0/+3
2009-04-03CacheFiles: Permit the page lock state to be monitoredDavid Howells2-0/+23
2009-04-03FS-Cache: Implement data I/O part of netfs APIDavid Howells4-6/+886
2009-04-03FS-Cache: Add and document asynchronous operation handlingDavid Howells5-3/+682