summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ioat: cleanup ->timer_fn() and ->cleanup_fn() prototypesDan Williams2010-03-045-67/+40Star
* ioat3: interrupt coalescingDan Williams2010-03-042-5/+34
* ioat: close potential BUG_ON race in the descriptor cleanup pathDan Williams2010-03-042-2/+2
* ioat2: kill pending flagDan Williams2010-03-032-24/+12Star
* ioat3: use ioat2_quiesce()Dan Williams2010-03-031-9/+1Star
* ioat3: cleanup, don't enable DCA completion writesDan Williams2010-03-031-2/+1Star
* dma: Add MPC512x DMA driverPiotr Ziecik2010-03-023-0/+808
* Debugging options for the DMA engine subsystemLinus Walleij2010-03-022-0/+23
* iop-adma: redundant/wrong tests in iop_*_count()?Roel Kluin2010-03-011-8/+4Star
* dmatest: fix handling of an even number of xor_sourcesDan Williams2010-03-011-1/+1
* dmatest: correct raid6 PQ testAnatolij Gustschin2010-03-011-3/+3
* fsldma: Fix cookie issuesSteven J. Magnani2010-03-012-1/+6
* fsldma: Fix cookie issuesSteven J. Magnani2010-03-011-1/+1
* dma: cases IPU_PIX_FMT_BGRA32, BGR32 and ABGR32 are the same in ipu_ch_param_...Roel Kluin2010-02-031-14/+1Star
* dma: make Open Firmware device id constantMárton Németh2010-02-032-2/+2
* fsldma: major cleanups and fixesIra Snyder2010-02-022-182/+207
* fsldma: rename fsl_chan to chanIra Snyder2010-02-021-275/+275
* fsldma: simplify IRQ probing and handlingIra Snyder2010-02-022-44/+137
* fsldma: clean up the OF subsystem routinesIra Snyder2010-02-022-129/+134
* fsldma: rename dest to dst for uniformityIra Snyder2010-02-022-17/+17
* fsldma: rename struct fsl_dma_chan to struct fsldma_chanIra Snyder2010-02-022-73/+81
* fsldma: remove unused structure membersIra Snyder2010-02-022-13/+8Star
* fsldma: reduce kernel text sizeIra Snyder2010-02-021-38/+45
* Linux 2.6.33-rc6Linus Torvalds2010-01-291-1/+1
* mfd: Fix asic3 buildDmitry Artamonow2010-01-291-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-01-297-69/+198
|\
| * Input: update multi-touch protocol documentationHenrik Rydberg2010-01-291-8/+40
| * Input: add the ABS_MT_PRESSURE eventHenrik Rydberg2010-01-292-0/+2
| * Input: winbond-cir - remove dmesg spamDavid Härdeman2010-01-291-1/+1
| * Input: lifebook - add another Lifebook DMI signatureJon Dodgson2010-01-281-0/+6
| * Input: ad7879 - support auxiliary GPIOs via gpiolibMichael Hennerich2010-01-192-60/+149
* | mm: fix migratetype bug which slowed swappingHugh Dickins2010-01-291-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-01-297-30/+36
|\ \
| * | Btrfs: check total number of devices when removing missingJosef Bacik2010-01-281-2/+2
| * | Btrfs: check return value of open_bdev_exclusive properlyJosef Bacik2010-01-281-2/+2
| * | Btrfs: do not mark the chunk as readonly if in degraded modeJosef Bacik2010-01-281-0/+5
| * | Btrfs: run orphan cleanup on default fs rootJosef Bacik2010-01-282-6/+6
| * | Btrfs: fix a memory leak in btrfs_init_aclYang Hongyang2010-01-281-0/+1
| * | Btrfs: Use correct values when updating inode i_size on fallocateAneesh Kumar K.V2010-01-281-4/+9
| * | Btrfs: remove tree_search() in extent_map.cMiao Xie2010-01-281-14/+0Star
| * | Btrfs: Add mount -o compress-forceChris Mason2010-01-283-2/+11
* | | sparc: TIF_ABI_PENDING bit removalDavid Miller2010-01-293-21/+4Star
* | | x86: get rid of the insane TIF_ABI_PENDING bitH. Peter Anvin2010-01-295-23/+13Star
* | | Split 'flush_old_exec' into two functionsLinus Torvalds2010-01-2910-41/+33Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-01-2910-58/+62
|\ \ \
| * | | Fix failure exit in ipathfsAl Viro2010-01-271-3/+1Star
| * | | fix oops in fs/9p late mount failureAl Viro2010-01-271-1/+2
| * | | fix leak in romfs_fill_super()Al Viro2010-01-271-0/+1
| * | | get rid of pointless checks after simple_pin_fs()Al Viro2010-01-272-18/+4Star
| * | | Fix failure exits in bfs_fill_super()Al Viro2010-01-271-22/+21Star