Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | x86: Don't put iommu_shutdown_noop() in init section | Hiroshi Shimamoto | 2009-11-16 | 1 | -1/+1 | |
| | * | | | x86: Make calgary_iommu_init() static | FUJITA Tomonori | 2009-11-15 | 1 | -20/+18 | |
| | * | | | swiotlb: Remove duplicate swiotlb_force extern declarations | FUJITA Tomonori | 2009-11-15 | 3 | -6/+2 | |
| | * | | | x86: Move iommu_shutdown_noop to x86_init.c | FUJITA Tomonori | 2009-11-15 | 2 | -1/+1 | |
| | * | | | x86: Set dma_ops to nommu_dma_ops by default | FUJITA Tomonori | 2009-11-15 | 2 | -5/+2 | |
| | * | | | swiotlb: Remove the swiotlb variable usage | FUJITA Tomonori | 2009-11-11 | 4 | -10/+18 | |
| | * | | | x86: Add iommu_init to x86_init_ops, fix build | Ingo Molnar | 2009-11-10 | 1 | -0/+1 | |
| | * | | | x86, 32-bit: Fix swiotlb boot crash | FUJITA Tomonori | 2009-11-10 | 1 | -0/+2 | |
| | * | | | x86: Handle HW IOMMU initialization failure gracefully | FUJITA Tomonori | 2009-11-10 | 12 | -39/+29 | |
| | * | | | swiotlb: Defer swiotlb init printing, export swiotlb_print_info() | FUJITA Tomonori | 2009-11-10 | 6 | -15/+15 | |
| | * | | | swiotlb: Add swiotlb_free() function | FUJITA Tomonori | 2009-11-10 | 2 | -0/+36 | |
| | * | | | bootmem: Add free_bootmem_late() | FUJITA Tomonori | 2009-11-10 | 2 | -0/+25 | |
| | * | | | x86: intel-iommu: Convert detect_intel_iommu to use iommu_init hook | FUJITA Tomonori | 2009-11-10 | 3 | -13/+8 | |
| | * | | | x86: amd_iommu: Convert amd_iommu_detect() to use iommu_init hook | FUJITA Tomonori | 2009-11-10 | 3 | -18/+3 | |
| | * | | | x86: GART: Convert gart_iommu_hole_init() to use iommu_init hook | FUJITA Tomonori | 2009-11-10 | 4 | -16/+8 | |
| | * | | | x86: Calgary: Convert detect_calgary() to use iommu_init hook | FUJITA Tomonori | 2009-11-10 | 3 | -10/+5 | |
| | * | | | x86: Add iommu_init to x86_init_ops | FUJITA Tomonori | 2009-11-10 | 3 | -0/+16 | |
| | * | | | x86: GART: pci-gart_64.c: Use correct length in strncmp | Joe Perches | 2009-11-10 | 1 | -1/+1 | |
| | * | | | x86: Fix iommu=nodac parameter handling | Tejun Heo | 2009-11-08 | 1 | -1/+1 | |
| | * | | | x86: Use x86_platform for iommu_shutdown | FUJITA Tomonori | 2009-11-08 | 10 | -26/+13 | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw | Linus Torvalds | 2009-12-05 | 29 | -505/+991 | |
| |\ \ \ \ | ||||||
| | * | | | | GFS2: Fix glock refcount issues | Steven Whitehouse | 2009-12-03 | 1 | -13/+8 | |
| | * | | | | writeback: remove unused nonblocking and congestion checks (gfs2) | Wu Fengguang | 2009-12-03 | 1 | -12/+0 | |
| | * | | | | GFS2: drop rindex glock to refresh rindex list | Benjamin Marzinski | 2009-12-03 | 1 | -2/+6 | |
| | * | | | | GFS2: Tag all metadata with jid | Steven Whitehouse | 2009-12-03 | 5 | -3/+13 | |
| | * | | | | GFS2: Locking order fix in gfs2_check_blk_state | Steven Whitehouse | 2009-12-03 | 1 | -4/+10 | |
| | * | | | | GFS2: Remove dirent_first() function | Steven Whitehouse | 2009-12-03 | 1 | -33/+1 | |
| | * | | | | GFS2: Display nobarrier option in /proc/mounts | Steven Whitehouse | 2009-12-03 | 1 | -0/+3 | |
| | * | | | | GFS2: add barrier/nobarrier mount options | Christoph Hellwig | 2009-12-03 | 3 | -0/+17 | |
| | * | | | | GFS2: remove division from new statfs code | Benjamin Marzinski | 2009-12-03 | 1 | -8/+9 | |
| | * | | | | GFS2: Improve statfs and quota usability | Benjamin Marzinski | 2009-12-03 | 5 | -10/+100 | |
| | * | | | | GFS2: Use dquot_send_warning() | Steven Whitehouse | 2009-12-03 | 1 | -1/+9 | |
| | * | | | | VFS: Export dquot_send_warning | Steven Whitehouse | 2009-12-03 | 4 | -85/+114 | |
| | * | | | | GFS2: Add set_xquota support | Steven Whitehouse | 2009-12-03 | 1 | -26/+172 | |
| | * | | | | GFS2: Add get_xquota support | Steven Whitehouse | 2009-12-03 | 1 | -0/+43 | |
| | * | | | | GFS2: Clean up gfs2_adjust_quota() and do_glock() | Steven Whitehouse | 2009-12-03 | 1 | -56/+26 | |
| | * | | | | GFS2: Remove constant argument from qd_get() | Steven Whitehouse | 2009-12-03 | 1 | -4/+4 | |
| | * | | | | GFS2: Remove constant argument from qdsb_get() | Steven Whitehouse | 2009-12-03 | 1 | -6/+6 | |
| | * | | | | GFS2: Add proper error reporting to quota sync via sysfs | Steven Whitehouse | 2009-12-03 | 1 | -4/+6 | |
| | * | | | | GFS2: Add get_xstate quota function | Steven Whitehouse | 2009-12-03 | 1 | -0/+23 | |
| | * | | | | GFS2: Remove obsolete code in quota.c | Steven Whitehouse | 2009-12-03 | 2 | -17/+5 | |
| | * | | | | GFS2: Hook gfs2_quota_sync into VFS via gfs2_quotactl_ops | Steven Whitehouse | 2009-12-03 | 4 | -0/+10 | |
| | * | | | | GFS2: Alter arguments of gfs2_quota/statfs_sync | Steven Whitehouse | 2009-12-03 | 5 | -10/+12 | |
| | * | | | | VFS: Use GFP_NOFS in posix_acl_from_xattr() | Steven Whitehouse | 2009-12-03 | 1 | -1/+1 | |
| | * | | | | GFS2: Add cached ACLs support | Steven Whitehouse | 2009-12-03 | 1 | -2/+25 | |
| | * | | | | GFS2: Clean up ACLs | Steven Whitehouse | 2009-12-03 | 5 | -100/+132 | |
| | * | | | | GFS2: Use gfs2_set_mode() instead of munge_mode() | Steven Whitehouse | 2009-12-03 | 1 | -35/+11 | |
| | * | | | | GFS2: Use forget_all_cached_acls() | Steven Whitehouse | 2009-12-03 | 1 | -1/+4 | |
| | * | | | | VFS: Add forget_all_cached_acls() | Steven Whitehouse | 2009-12-03 | 1 | -0/+14 | |
| | * | | | | GFS2: Fix up system xattrs | Steven Whitehouse | 2009-12-03 | 3 | -92/+120 |