summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds2009-01-0931-173/+191
|\
| * parisc: export length of os_hpmc vectorKyle McMartin2009-01-052-4/+9
| * parisc: fix kernel crash (protection id trap) when compiling ruby1.9Kyle McMartin2009-01-053-27/+37
| * parisc: Use DEFINE_SPINLOCKJulia Lawall2009-01-051-1/+1
| * parisc: add uevent helper for parisc busHelge Deller2009-01-051-6/+34
| * parisc: fix ipv6 checksumKyle McMartin2009-01-051-1/+1
| * parisc: quiet palo not-found message from "which"Kyle McMartin2009-01-051-1/+1
| * parisc: Replace NR_CPUS in parisc codeHelge Deller2009-01-058-59/+64
| * parisc: trivial fixesHelge Deller2009-01-052-7/+3
| * parisc: fix braino in commit adding __space_to_protKyle McMartin2009-01-051-1/+1
| * parisc: factor out sid to protid conversionKyle McMartin2009-01-051-4/+9
| * parisc: use leX_to_cpu in place of __fswabXKyle McMartin2009-01-051-3/+3
| * parisc: fix GFP_KERNEL use while atomic in unwinderHelge Deller2009-01-051-1/+1
| * parisc: remove dead BIO_VMERGE_BOUNDARY and BIO_VMERGE_MAX_SIZE definitionsFUJITA Tomonori2009-01-054-15/+0
| * parisc: set_time() catch errorsRoel Kluin2009-01-051-1/+2
| * parisc: use the new byteorder headersHarvey Harrison2009-01-051-25/+12
| * parisc: drivers/parisc/: make code staticAdrian Bunk2009-01-058-16/+12
| * parisc: lib/: make code staticAdrian Bunk2009-01-052-2/+2
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2009-01-0926-1260/+900
|\ \
| * | ioat: fix self test for multi-channel caseDan Williams2009-01-061-6/+7
| * | dmaengine: bump initcall level to arch_initcallDan Williams2009-01-062-3/+3
| * | dmaengine: advertise all channels on a device to dma_filter_fnDan Williams2009-01-061-20/+13
| * | dmaengine: use idr for registering dma device numbersDan Williams2009-01-062-2/+29
| * | dmaengine: add a release for dma class devices and dependent infrastructureDan Williams2009-01-065-75/+157
| * | ioat: do not perform removal actions at shutdownDan Williams2009-01-061-58/+34
| * | iop-adma: enable module removalDan Williams2009-01-061-4/+0
| * | iop-adma: kill debug BUG_ONDan Williams2009-01-061-2/+0
| * | iop-adma: let devm do its job, don't duplicate freeDan Williams2009-01-061-13/+0
| * | dmaengine: kill enum dma_state_clientDan Williams2009-01-064-31/+14
| * | dmaengine: remove 'bigref' infrastructureDan Williams2009-01-064-87/+9
| * | dmaengine: kill struct dma_client and supporting infrastructureDan Williams2009-01-069-232/+17
| * | dmaengine: replace dma_async_client_register with dmaengine_getDan Williams2009-01-064-133/+11
| * | atmel-mci: convert to dma_request_channel and down-level dma_slaveDan Williams2009-01-067-159/+62
| * | dmatest: convert to dma_request_channelDan Williams2009-01-062-72/+49
| * | dmaengine: introduce dma_request_channel and private channelsDan Williams2009-01-062-16/+155
| * | net_dma: convert to dma_find_channelDan Williams2009-01-067-59/+5
| * | dmaengine: provide a common 'issue_pending_all' implementationDan Williams2009-01-065-24/+27
| * | dmaengine: centralize channel allocation, introduce dma_find_channelDan Williams2009-01-063-143/+174
| * | dmaengine: up-level reference counting to the module levelDan Williams2009-01-068-111/+132
| * | dmaengine: remove dependency on async_txDan Williams2009-01-057-96/+95
| * | async_tx, dmaengine: document channel allocation and api reworkDan Williams2009-01-052-52/+45
| |/
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-01-0839-1301/+2271
|\ \
| * | jbd2: Fix oops in jbd2_journal_init_inode() on corrupted fsJan Kara2009-01-061-13/+27
| * | ext4: Remove "extents" mount optionTheodore Ts'o2009-01-067-64/+14
| * | block: Add Kconfig help which notes that ext4 needs CONFIG_LBDTheodore Ts'o2009-01-061-0/+6
| * | ext4: Make printk's consistently prefixed with "EXT4-fs: "Theodore Ts'o2009-01-062-6/+6
| * | ext4: Add sanity checks for the superblock before mounting the filesystemTheodore Ts'o2009-01-061-10/+20
| * | ext4: Add mount option to set kjournald's I/O priorityTheodore Ts'o2009-01-054-5/+36
| * | jbd2: Submit writes to the journal using WRITE_SYNCTheodore Ts'o2009-01-041-2/+2
| * | jbd2: Add pid and journal device name to the "kjournald2 starting" messageTheodore Ts'o2009-01-031-2/+3