summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | convert to use generic dma_map_ops struct, cleanupFUJITA Tomonori2009-01-072-5/+5
| * | | | | | | | ia64: fix section mismatch swiotlb_dma_init -> swiotlb_initLuck, Tony2009-01-061-1/+1
| * | | | | | | | x86, ia64: remove duplicated swiotlb codeFUJITA Tomonori2009-01-064-77/+25
| * | | | | | | | x86, ia64: convert to use generic dma_map_ops structFUJITA Tomonori2009-01-0624-378/+278
| * | | | | | | | generic: add common struct for dma map operationsFUJITA Tomonori2009-01-061-0/+48
| * | | | | | | | x86: remove map_single and unmap_single in struct dma_mapping_opsFUJITA Tomonori2009-01-067-76/+8
| * | | | | | | | x86, pci-nommu: add map_pageFUJITA Tomonori2009-01-061-6/+14
| * | | | | | | | intel-iommu: add map_page and unmap_pageFUJITA Tomonori2009-01-061-2/+22
| * | | | | | | | x86, AMD IOMMU: add map_page and unmap_pageFUJITA Tomonori2009-01-061-4/+23
| * | | | | | | | x86, calgary: add map_page and unmap_pageFUJITA Tomonori2009-01-061-8/+27
| * | | | | | | | x86, gart: add map_page and unmap_pageFUJITA Tomonori2009-01-061-4/+23
| * | | | | | | | x86, swiotlb: add map_page and unmap_pageFUJITA Tomonori2009-01-061-0/+19
| * | | | | | | | x86: add map_page and unmap_page to struct dma_mapping_opsFUJITA Tomonori2009-01-061-0/+8
| * | | | | | | | make sba DMA mapping functions staticFUJITA Tomonori2009-01-061-22/+12
| * | | | | | | | remove hwsw_dma_opsFUJITA Tomonori2009-01-062-171/+14
| * | | | | | | | add dma_get_ops to struct ia64_machine_vectorFUJITA Tomonori2009-01-064-18/+39
| * | | | | | | | make sn DMA mapping functions staticFUJITA Tomonori2009-01-061-38/+26
| * | | | | | | | remove dma operations in struct ia64_machine_vectorFUJITA Tomonori2009-01-066-186/+12
| * | | | | | | | convert the DMA API to use dma_opsFUJITA Tomonori2009-01-061-36/+77
| * | | | | | | | set up dma_ops appropriatelyFUJITA Tomonori2009-01-0610-7/+38
| * | | | | | | | add dma_mapping_ops for SWIOTLBFUJITA Tomonori2009-01-063-6/+8
| * | | | | | | | add dma_mapping_ops for SGI AltixFUJITA Tomonori2009-01-061-0/+16
| * | | | | | | | add dma_mapping_ops for intel-iommuFUJITA Tomonori2009-01-061-0/+18
| * | | | | | | | add dma_mapping_ops for SWIOTLB and SBA IOMMUFUJITA Tomonori2009-01-061-1/+16
| * | | | | | | | add dma_mapping_ops for SBA IOMMUFUJITA Tomonori2009-01-061-0/+16
| * | | | | | | | add map/unmap_single_attr and map/unmap_sg_attr to struct dma_mapping_opsFUJITA Tomonori2009-01-061-0/+14
* | | | | | | | | Merge branch 'reiserfs-updates' from Jeff MahoneyLinus Torvalds2009-03-3032-3626/+3362
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | reiserfs: rename [cn]_* variablesJeff Mahoney2009-03-304-442/+438
| * | | | | | | | | reiserfs: rename p_._ variablesJeff Mahoney2009-03-305-356/+365
| * | | | | | | | | reiserfs: rename p_s_tb to tbJeff Mahoney2009-03-303-251/+254
| * | | | | | | | | reiserfs: rename p_s_inode to inodeJeff Mahoney2009-03-305-89/+95
| * | | | | | | | | reiserfs: rename p_s_bh to bhJeff Mahoney2009-03-303-99/+93
| * | | | | | | | | reiserfs: rename p_s_sb to sbJeff Mahoney2009-03-305-469/+468
| * | | | | | | | | reiserfs: strip trailing whitespaceJeff Mahoney2009-03-3019-184/+184
| * | | | | | | | | reiserfs: cleanup path functionsJeff Mahoney2009-03-302-74/+43
| * | | | | | | | | reiserfs: factor out buffer_info initializationJeff Mahoney2009-03-301-115/+60
| * | | | | | | | | reiserfs: add atomic addition of selinux attributes during inode creationJeff Mahoney2009-03-305-6/+137
| * | | | | | | | | reiserfs: use generic readdir for operations across all xattrsJeff Mahoney2009-03-303-300/+131
| * | | | | | | | | reiserfs: journaled xattrsJeff Mahoney2009-03-307-49/+159
| * | | | | | | | | reiserfs: use generic xattr handlersJeff Mahoney2009-03-309-441/+258
| * | | | | | | | | reiserfs: remove i_has_xattr_dirJeff Mahoney2009-03-301-8/+1
| * | | | | | | | | reiserfs: make per-inode xattr locking more fine grainedJeff Mahoney2009-03-304-90/+55
| * | | | | | | | | reiserfs: eliminate per-super xattr lockJeff Mahoney2009-03-308-151/+74
| * | | | | | | | | reiserfs: simplify xattr internal file lookups/opensJeff Mahoney2009-03-301-127/+135
| * | | | | | | | | reiserfs: Clean up xattrs when REISERFS_FS_XATTR is unsetJeff Mahoney2009-03-304-357/+367
| * | | | | | | | | reiserfs: remove IS_PRIVATE helpersJeff Mahoney2009-03-307-33/+23
| * | | | | | | | | reiserfs: remove link detection codeJeff Mahoney2009-03-301-13/+0
| * | | | | | | | | reiserfs: xattr reiserfs_get_page takes offset instead of indexJeff Mahoney2009-03-301-6/+4
| * | | | | | | | | reiserfs: small variable cleanupJeff Mahoney2009-03-301-12/+8
| * | | | | | | | | reiserfs: use reiserfs_error()Jeff Mahoney2009-03-309-110/+107