Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | convert to use generic dma_map_ops struct, cleanup | FUJITA Tomonori | 2009-01-07 | 2 | -5/+5 | |
| * | | | | | | | | ia64: fix section mismatch swiotlb_dma_init -> swiotlb_init | Luck, Tony | 2009-01-06 | 1 | -1/+1 | |
| * | | | | | | | | x86, ia64: remove duplicated swiotlb code | FUJITA Tomonori | 2009-01-06 | 4 | -77/+25 | |
| * | | | | | | | | x86, ia64: convert to use generic dma_map_ops struct | FUJITA Tomonori | 2009-01-06 | 24 | -378/+278 | |
| * | | | | | | | | generic: add common struct for dma map operations | FUJITA Tomonori | 2009-01-06 | 1 | -0/+48 | |
| * | | | | | | | | x86: remove map_single and unmap_single in struct dma_mapping_ops | FUJITA Tomonori | 2009-01-06 | 7 | -76/+8 | |
| * | | | | | | | | x86, pci-nommu: add map_page | FUJITA Tomonori | 2009-01-06 | 1 | -6/+14 | |
| * | | | | | | | | intel-iommu: add map_page and unmap_page | FUJITA Tomonori | 2009-01-06 | 1 | -2/+22 | |
| * | | | | | | | | x86, AMD IOMMU: add map_page and unmap_page | FUJITA Tomonori | 2009-01-06 | 1 | -4/+23 | |
| * | | | | | | | | x86, calgary: add map_page and unmap_page | FUJITA Tomonori | 2009-01-06 | 1 | -8/+27 | |
| * | | | | | | | | x86, gart: add map_page and unmap_page | FUJITA Tomonori | 2009-01-06 | 1 | -4/+23 | |
| * | | | | | | | | x86, swiotlb: add map_page and unmap_page | FUJITA Tomonori | 2009-01-06 | 1 | -0/+19 | |
| * | | | | | | | | x86: add map_page and unmap_page to struct dma_mapping_ops | FUJITA Tomonori | 2009-01-06 | 1 | -0/+8 | |
| * | | | | | | | | make sba DMA mapping functions static | FUJITA Tomonori | 2009-01-06 | 1 | -22/+12 | |
| * | | | | | | | | remove hwsw_dma_ops | FUJITA Tomonori | 2009-01-06 | 2 | -171/+14 | |
| * | | | | | | | | add dma_get_ops to struct ia64_machine_vector | FUJITA Tomonori | 2009-01-06 | 4 | -18/+39 | |
| * | | | | | | | | make sn DMA mapping functions static | FUJITA Tomonori | 2009-01-06 | 1 | -38/+26 | |
| * | | | | | | | | remove dma operations in struct ia64_machine_vector | FUJITA Tomonori | 2009-01-06 | 6 | -186/+12 | |
| * | | | | | | | | convert the DMA API to use dma_ops | FUJITA Tomonori | 2009-01-06 | 1 | -36/+77 | |
| * | | | | | | | | set up dma_ops appropriately | FUJITA Tomonori | 2009-01-06 | 10 | -7/+38 | |
| * | | | | | | | | add dma_mapping_ops for SWIOTLB | FUJITA Tomonori | 2009-01-06 | 3 | -6/+8 | |
| * | | | | | | | | add dma_mapping_ops for SGI Altix | FUJITA Tomonori | 2009-01-06 | 1 | -0/+16 | |
| * | | | | | | | | add dma_mapping_ops for intel-iommu | FUJITA Tomonori | 2009-01-06 | 1 | -0/+18 | |
| * | | | | | | | | add dma_mapping_ops for SWIOTLB and SBA IOMMU | FUJITA Tomonori | 2009-01-06 | 1 | -1/+16 | |
| * | | | | | | | | add dma_mapping_ops for SBA IOMMU | FUJITA Tomonori | 2009-01-06 | 1 | -0/+16 | |
| * | | | | | | | | add map/unmap_single_attr and map/unmap_sg_attr to struct dma_mapping_ops | FUJITA Tomonori | 2009-01-06 | 1 | -0/+14 | |
* | | | | | | | | | Merge branch 'reiserfs-updates' from Jeff Mahoney | Linus Torvalds | 2009-03-30 | 32 | -3626/+3362 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | reiserfs: rename [cn]_* variables | Jeff Mahoney | 2009-03-30 | 4 | -442/+438 | |
| * | | | | | | | | | reiserfs: rename p_._ variables | Jeff Mahoney | 2009-03-30 | 5 | -356/+365 | |
| * | | | | | | | | | reiserfs: rename p_s_tb to tb | Jeff Mahoney | 2009-03-30 | 3 | -251/+254 | |
| * | | | | | | | | | reiserfs: rename p_s_inode to inode | Jeff Mahoney | 2009-03-30 | 5 | -89/+95 | |
| * | | | | | | | | | reiserfs: rename p_s_bh to bh | Jeff Mahoney | 2009-03-30 | 3 | -99/+93 | |
| * | | | | | | | | | reiserfs: rename p_s_sb to sb | Jeff Mahoney | 2009-03-30 | 5 | -469/+468 | |
| * | | | | | | | | | reiserfs: strip trailing whitespace | Jeff Mahoney | 2009-03-30 | 19 | -184/+184 | |
| * | | | | | | | | | reiserfs: cleanup path functions | Jeff Mahoney | 2009-03-30 | 2 | -74/+43 | |
| * | | | | | | | | | reiserfs: factor out buffer_info initialization | Jeff Mahoney | 2009-03-30 | 1 | -115/+60 | |
| * | | | | | | | | | reiserfs: add atomic addition of selinux attributes during inode creation | Jeff Mahoney | 2009-03-30 | 5 | -6/+137 | |
| * | | | | | | | | | reiserfs: use generic readdir for operations across all xattrs | Jeff Mahoney | 2009-03-30 | 3 | -300/+131 | |
| * | | | | | | | | | reiserfs: journaled xattrs | Jeff Mahoney | 2009-03-30 | 7 | -49/+159 | |
| * | | | | | | | | | reiserfs: use generic xattr handlers | Jeff Mahoney | 2009-03-30 | 9 | -441/+258 | |
| * | | | | | | | | | reiserfs: remove i_has_xattr_dir | Jeff Mahoney | 2009-03-30 | 1 | -8/+1 | |
| * | | | | | | | | | reiserfs: make per-inode xattr locking more fine grained | Jeff Mahoney | 2009-03-30 | 4 | -90/+55 | |
| * | | | | | | | | | reiserfs: eliminate per-super xattr lock | Jeff Mahoney | 2009-03-30 | 8 | -151/+74 | |
| * | | | | | | | | | reiserfs: simplify xattr internal file lookups/opens | Jeff Mahoney | 2009-03-30 | 1 | -127/+135 | |
| * | | | | | | | | | reiserfs: Clean up xattrs when REISERFS_FS_XATTR is unset | Jeff Mahoney | 2009-03-30 | 4 | -357/+367 | |
| * | | | | | | | | | reiserfs: remove IS_PRIVATE helpers | Jeff Mahoney | 2009-03-30 | 7 | -33/+23 | |
| * | | | | | | | | | reiserfs: remove link detection code | Jeff Mahoney | 2009-03-30 | 1 | -13/+0 | |
| * | | | | | | | | | reiserfs: xattr reiserfs_get_page takes offset instead of index | Jeff Mahoney | 2009-03-30 | 1 | -6/+4 | |
| * | | | | | | | | | reiserfs: small variable cleanup | Jeff Mahoney | 2009-03-30 | 1 | -12/+8 | |
| * | | | | | | | | | reiserfs: use reiserfs_error() | Jeff Mahoney | 2009-03-30 | 9 | -110/+107 |