aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | x86: Don't put iommu_shutdown_noop() in init sectionHiroshi Shimamoto2009-11-161-1/+1
| | * | | x86: Make calgary_iommu_init() staticFUJITA Tomonori2009-11-151-20/+18
| | * | | swiotlb: Remove duplicate swiotlb_force extern declarationsFUJITA Tomonori2009-11-153-6/+2
| | * | | x86: Move iommu_shutdown_noop to x86_init.cFUJITA Tomonori2009-11-152-1/+1
| | * | | x86: Set dma_ops to nommu_dma_ops by defaultFUJITA Tomonori2009-11-152-5/+2
| | * | | swiotlb: Remove the swiotlb variable usageFUJITA Tomonori2009-11-114-10/+18
| | * | | x86: Add iommu_init to x86_init_ops, fix buildIngo Molnar2009-11-101-0/+1
| | * | | x86, 32-bit: Fix swiotlb boot crashFUJITA Tomonori2009-11-101-0/+2
| | * | | x86: Handle HW IOMMU initialization failure gracefullyFUJITA Tomonori2009-11-1012-39/+29
| | * | | swiotlb: Defer swiotlb init printing, export swiotlb_print_info()FUJITA Tomonori2009-11-106-15/+15
| | * | | swiotlb: Add swiotlb_free() functionFUJITA Tomonori2009-11-102-0/+36
| | * | | bootmem: Add free_bootmem_late()FUJITA Tomonori2009-11-102-0/+25
| | * | | x86: intel-iommu: Convert detect_intel_iommu to use iommu_init hookFUJITA Tomonori2009-11-103-13/+8
| | * | | x86: amd_iommu: Convert amd_iommu_detect() to use iommu_init hookFUJITA Tomonori2009-11-103-18/+3
| | * | | x86: GART: Convert gart_iommu_hole_init() to use iommu_init hookFUJITA Tomonori2009-11-104-16/+8
| | * | | x86: Calgary: Convert detect_calgary() to use iommu_init hookFUJITA Tomonori2009-11-103-10/+5
| | * | | x86: Add iommu_init to x86_init_opsFUJITA Tomonori2009-11-103-0/+16
| | * | | x86: GART: pci-gart_64.c: Use correct length in strncmpJoe Perches2009-11-101-1/+1
| | * | | x86: Fix iommu=nodac parameter handlingTejun Heo2009-11-081-1/+1
| | * | | x86: Use x86_platform for iommu_shutdownFUJITA Tomonori2009-11-0810-26/+13
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds2009-12-0529-505/+991
| |\ \ \ \
| | * | | | GFS2: Fix glock refcount issuesSteven Whitehouse2009-12-031-13/+8
| | * | | | writeback: remove unused nonblocking and congestion checks (gfs2)Wu Fengguang2009-12-031-12/+0
| | * | | | GFS2: drop rindex glock to refresh rindex listBenjamin Marzinski2009-12-031-2/+6
| | * | | | GFS2: Tag all metadata with jidSteven Whitehouse2009-12-035-3/+13
| | * | | | GFS2: Locking order fix in gfs2_check_blk_stateSteven Whitehouse2009-12-031-4/+10
| | * | | | GFS2: Remove dirent_first() functionSteven Whitehouse2009-12-031-33/+1
| | * | | | GFS2: Display nobarrier option in /proc/mountsSteven Whitehouse2009-12-031-0/+3
| | * | | | GFS2: add barrier/nobarrier mount optionsChristoph Hellwig2009-12-033-0/+17
| | * | | | GFS2: remove division from new statfs codeBenjamin Marzinski2009-12-031-8/+9
| | * | | | GFS2: Improve statfs and quota usabilityBenjamin Marzinski2009-12-035-10/+100
| | * | | | GFS2: Use dquot_send_warning()Steven Whitehouse2009-12-031-1/+9
| | * | | | VFS: Export dquot_send_warningSteven Whitehouse2009-12-034-85/+114
| | * | | | GFS2: Add set_xquota supportSteven Whitehouse2009-12-031-26/+172
| | * | | | GFS2: Add get_xquota supportSteven Whitehouse2009-12-031-0/+43
| | * | | | GFS2: Clean up gfs2_adjust_quota() and do_glock()Steven Whitehouse2009-12-031-56/+26
| | * | | | GFS2: Remove constant argument from qd_get()Steven Whitehouse2009-12-031-4/+4
| | * | | | GFS2: Remove constant argument from qdsb_get()Steven Whitehouse2009-12-031-6/+6
| | * | | | GFS2: Add proper error reporting to quota sync via sysfsSteven Whitehouse2009-12-031-4/+6
| | * | | | GFS2: Add get_xstate quota functionSteven Whitehouse2009-12-031-0/+23
| | * | | | GFS2: Remove obsolete code in quota.cSteven Whitehouse2009-12-032-17/+5
| | * | | | GFS2: Hook gfs2_quota_sync into VFS via gfs2_quotactl_opsSteven Whitehouse2009-12-034-0/+10
| | * | | | GFS2: Alter arguments of gfs2_quota/statfs_syncSteven Whitehouse2009-12-035-10/+12
| | * | | | VFS: Use GFP_NOFS in posix_acl_from_xattr()Steven Whitehouse2009-12-031-1/+1
| | * | | | GFS2: Add cached ACLs supportSteven Whitehouse2009-12-031-2/+25
| | * | | | GFS2: Clean up ACLsSteven Whitehouse2009-12-035-100/+132
| | * | | | GFS2: Use gfs2_set_mode() instead of munge_mode()Steven Whitehouse2009-12-031-35/+11
| | * | | | GFS2: Use forget_all_cached_acls()Steven Whitehouse2009-12-031-1/+4
| | * | | | VFS: Add forget_all_cached_acls()Steven Whitehouse2009-12-031-0/+14
| | * | | | GFS2: Fix up system xattrsSteven Whitehouse2009-12-033-92/+120