summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-03-0473-1080/+773Star
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'for-fsnotify' into for-linusAl Viro2010-03-037-76/+23Star
| |\ \ \ \ \ \
| | * | | | | | switch inotify_user to anon_inodeAl Viro2010-02-192-54/+6Star
| | * | | | | | Lose the first argument of audit_inode_child()Al Viro2010-02-084-16/+12Star
| | * | | | | | Lose the new_name argument of fsnotify_move()Al Viro2010-02-083-6/+5Star
| * | | | | | | init: Open /dev/console from rootfsEric W. Biederman2010-03-032-9/+6Star
| * | | | | | | mqueue: fix typo "failues" -> "failures"André Goddard Rosa2010-03-031-1/+1
| * | | | | | | mqueue: only set error codes if they are really necessaryAndré Goddard Rosa2010-03-031-27/+50
| * | | | | | | mqueue: simplify do_open() error handlingAndré Goddard Rosa2010-03-031-6/+10
| * | | | | | | mqueue: apply mathematics distributivity on mq_bytes calculationAndré Goddard Rosa2010-03-031-4/+5
| * | | | | | | mqueue: remove unneeded info->messages initializationAndré Goddard Rosa2010-03-031-8/+5Star
| * | | | | | | mqueue: fix mq_open() file descriptor leak on user-space processesAndré Goddard Rosa2010-03-031-2/+1Star
| * | | | | | | fix race in d_splice_alias()Al Viro2010-03-031-1/+0Star
| * | | | | | | set S_DEAD on unlink() and non-directory rename() victimsAl Viro2010-03-031-1/+6
| * | | | | | | vfs: add NOFOLLOW flag to umount(2)Miklos Szeredi2010-03-032-1/+10
| * | | | | | | get rid of ->mnt_parent in tomoyo/realpathAl Viro2010-03-031-1/+1
| * | | | | | | hppfs can use existing proc_mnt, no need for do_kern_mount() in thereAl Viro2010-03-031-1/+1
| * | | | | | | Mirror MS_KERNMOUNT in ->mnt_flagsAl Viro2010-03-033-1/+6
| * | | | | | | get rid of useless vfsmount_lock use in put_mnt_ns()Al Viro2010-03-031-6/+2Star
| * | | | | | | Take vfsmount_lock to fs/internal.hAl Viro2010-03-032-1/+2
| * | | | | | | get rid of insanity with namespace roots in tomoyoAl Viro2010-03-031-19/+4Star
| * | | | | | | take check for new events in namespace (guts of mounts_poll()) to namespace.cAl Viro2010-03-033-8/+18
| * | | | | | | Don't mess with generic_permission() under ->d_lock in hpfsAl Viro2010-03-031-6/+9
| * | | | | | | sanitize const/signedness for udfAl Viro2010-03-035-19/+19
| * | | | | | | nilfs: sanitize const/signedness in dealing with ->d_name.nameAl Viro2010-03-031-2/+2
| * | | | | | | nilfs really shouldn't slap struct dentry on stack...Al Viro2010-03-033-15/+12Star
| * | | | | | | sanitize const/signedness of ufs a bitAl Viro2010-03-032-7/+7
| * | | | | | | sanitize signedness/const for pointers to char in hpfs a bitAl Viro2010-03-0310-82/+97
| * | | | | | | new helper: iterate_mounts()Al Viro2010-03-033-34/+33Star
| * | | | | | | fix NFS4 handling of mountpoint statAl Viro2010-03-031-3/+9
| * | | | | | | Clean follow_dotdot() up a bitAl Viro2010-03-031-16/+3Star