aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2009-04-033-3/+55
|\
| * dw_dmac: add cyclic API to DW DMA driverHans-Christian Egtvedt2009-04-011-0/+19
| * dmaengine: Add privatecnt to revert DMA_PRIVATE propertyAtsushi Nemoto2009-03-261-0/+9
| * dmaengine: allow dma support for async_tx to be toggledDan Williams2009-03-251-0/+18
| * async_tx: provide __async_inline for HAS_DMA=n archsDan Williams2009-03-251-0/+9
| * dmaengine: kill some unused headersDan Williams2009-03-251-3/+0
* | Merge branch 'ext3-latency-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-04-032-0/+6
|\ \
| * | ext3: Add replace-on-truncate hueristics for data=writeback modeTheodore Ts'o2009-04-031-0/+1
| * | ext3: Use WRITE_SYNC for commits which are caused by fsync()Theodore Ts'o2009-03-271-0/+5
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2009-04-037-13/+144
|\ \ \
| * | | regulator: Support disabling of unused regulators by machinesMark Brown2009-03-311-0/+2
| * | | regulator: Allow boot_on regulators to be disabled by clientsMark Brown2009-03-311-1/+3
| * | | MMC: regulator utilitiesDavid Brownell2009-03-311-0/+5
| * | | regulator: twl4030 regulatorsDavid Brownell2009-03-311-0/+47
| * | | regulator: get_status() grows kerneldocDavid Brownell2009-03-311-9/+10
| * | | regulator: enumerate voltages (v2)David Brownell2009-03-312-0/+11
| * | | regulator: Allow regulators to set the initial operating modeMark Brown2009-03-311-0/+4
| * | | regulator: email - update email address and regulator webpage.Liam Girdwood2009-03-313-3/+3
| * | | regulator: fix header file missing kernel-docRandy Dunlap2009-03-311-0/+1
| * | | regulator: Hoist struct regulator_dev out of core to fix notifiersMark Brown2009-03-311-0/+32
| * | | regulator: Allow init_data to be passed to fixed voltage regulatorsMark Brown2009-03-311-0/+3
| * | | regulator: Allow init data to be supplied for bq24022Mark Brown2009-03-311-0/+3
| * | | regulator: Pass regulator init data as explict argument when registeringMark Brown2009-03-311-1/+2
| * | | Regulator: Push lock out of _notifier_call_chain + add voltage change event.Jonathan Cameron2009-03-311-0/+2
| * | | regulator: add get_status()David Brownell2009-03-311-0/+17
* | | | Merge git://git.infradead.org/iommu-2.6Linus Torvalds2009-04-033-1/+15
|\ \ \ \
| * | | | intel-iommu: VT-d page table to support snooping control bitSheng Yang2009-03-242-0/+2
| * | | | iommu: Add domain_has_cap iommu_opsSheng Yang2009-03-241-0/+12
| * | | | intel-iommu: Snooping control supportSheng Yang2009-03-241-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-fscacheLinus Torvalds2009-04-038-6/+1293
|\ \ \ \ \
| * | | | | NFS: nfs_readpage_async() needs to be accessible as a fallback for local cachingDavid Howells2009-04-031-0/+2
| * | | | | NFS: Add some new I/O counters for FS-Cache doing things for NFSDavid Howells2009-04-031-0/+12
| * | | | | NFS: Use local disk inode cacheDavid Howells2009-04-031-0/+10
| * | | | | NFS: Define and create superblock-level objectsDavid Howells2009-04-031-0/+5
| * | | | | NFS: Define and create server-level objectsDavid Howells2009-04-031-0/+4
| * | | | | NFS: Add FS-Cache option bit and debug bitDavid Howells2009-04-032-0/+3
| * | | | | CacheFiles: Permit the page lock state to be monitoredDavid Howells2009-04-031-0/+5
| * | | | | FS-Cache: Implement data I/O part of netfs APIDavid Howells2009-04-031-5/+47
| * | | | | FS-Cache: Implement the cookie management part of the netfs APIDavid Howells2009-04-031-1/+15
| * | | | | FS-Cache: Add netfs registrationDavid Howells2009-04-031-1/+8
| * | | | | FS-Cache: Add cache tag handlingDavid Howells2009-04-031-1/+8
| * | | | | FS-Cache: Add use of /proc and presentation of statisticsDavid Howells2009-04-031-4/+0
| * | | | | FS-Cache: Add the FS-Cache cache backend API and documentationDavid Howells2009-04-031-0/+509
| * | | | | FS-Cache: Add the FS-Cache netfs API and documentationDavid Howells2009-04-031-0/+548
| * | | | | FS-Cache: Recruit a page flags for cache managementDavid Howells2009-04-031-5/+33
| * | | | | FS-Cache: Release page->private after failed readaheadDavid Howells2009-04-031-1/+1
| * | | | | Document the slow work thread poolDavid Howells2009-04-031-0/+2
| * | | | | Make the slow work pool configurableDavid Howells2009-04-031-0/+5
| * | | | | Create a dynamically sized pool of threads for doing very slow work itemsDavid Howells2009-04-031-0/+88
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2009-04-032-0/+16
|\ \ \ \ \ \