summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [S390] ftrace: add dynamic ftrace supportHeiko Carstens2009-06-1210-29/+276
* [S390] kprobes: use probe_kernel_writeHeiko Carstens2009-06-121-29/+2Star
* [S390] maccess: arch specific probe_kernel_write() implementationHeiko Carstens2009-06-122-1/+62
* [S390] maccess: add weak attribute to probe_kernel_writeHeiko Carstens2009-06-121-1/+1
* [S390] profile_tick called twiceMartin Schwidefsky2009-06-121-7/+0Star
* [S390] dasd: forward internal errors to dasd_sleep_on callerStefan Weinhuber2009-06-124-9/+31
* [S390] dasd: sync after async probeSebastian Ott2009-06-122-2/+14
* [S390] dasd: check_characteristics cleanupSebastian Ott2009-06-124-19/+18Star
* [S390] dasd: no High Performance FICON in 31-bit modeStefan Weinhuber2009-06-121-3/+8
* [S390] dcssblk: revert devt conversionGerald Schaefer2009-06-121-2/+2
* [S390] qdio: fix access beyond ARRAY_SIZE of irq_ptr->{in,out}put_qsRoel Kluin2009-06-121-1/+1
* [S390] vmalloc: add vmalloc kernel parameter supportHeiko Carstens2009-06-122-5/+18
* [S390] uaccess: use might_fault() instead of might_sleep()Heiko Carstens2009-06-122-9/+9
* [S390] 3270: lock dependency fixesMartin Schwidefsky2009-06-122-48/+32Star
* [S390] 3270: do not register with tty_register_deviceMartin Schwidefsky2009-06-121-15/+0Star
* [S390] qdio: inline qdio_perf_stat_incJan Glauber2009-06-122-16/+6Star
* [S390] qdio: simplify error handling in irq handlerJan Glauber2009-06-121-32/+12Star
* [S390] cio: fix sanity checks in device_ops.Sebastian Ott2009-06-121-16/+8Star
* [S390] secure computing arch backendHeiko Carstens2009-06-126-9/+51
* [S390] implement is_compat_taskHeiko Carstens2009-06-127-19/+36
* [S390] add mini sclp driverHeiko Carstens2009-06-123-5/+342
* [S390] use facility list for cpu type safety checkMartin Schwidefsky2009-06-122-15/+35
* [S390] implement interrupt-enabling rwlocksHeiko Carstens2009-06-122-3/+56
* [S390] merge cpu.h into cputime.hMartin Schwidefsky2009-06-127-37/+24Star
* [S390] vdso: kernel parameter syntaxMartin Schwidefsky2009-06-121-2/+13
* block: fix kernel-doc in recent block/ changesRandy Dunlap2009-06-122-13/+14
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-06-12147-1834/+1707Star
|\
| * nilfs2: get rid of bd_mount_sem use from nilfsRyusuke Konishi2009-06-124-9/+12
| * nilfs2: correct exclusion control in nilfs_remount functionRyusuke Konishi2009-06-123-31/+33
| * nilfs2: simplify remaining sget() useRyusuke Konishi2009-06-124-25/+75
| * nilfs2: get rid of sget use for checking if current mount is presentRyusuke Konishi2009-06-122-60/+35Star
| * nilfs2: get rid of sget use for acquiring nilfs objectRyusuke Konishi2009-06-123-65/+76
| * nilfs2: remove meaningless EBUSY case from nilfs_get_sb functionRyusuke Konishi2009-06-121-2/+0Star
| * remove the call to ->write_super in __sync_filesystemChristoph Hellwig2009-06-121-2/+0Star
| * nilfs2: call nilfs2_write_super from nilfs2_sync_fsChristoph Hellwig2009-06-121-0/+2
| * jffs2: call jffs2_write_super from jffs2_sync_fsChristoph Hellwig2009-06-121-0/+2
| * ufs: add ->sync_fsChristoph Hellwig2009-06-121-10/+22
| * sysv: add ->sync_fsChristoph Hellwig2009-06-121-6/+13
| * hfsplus: add ->sync_fsChristoph Hellwig2009-06-121-5/+11
| * hfs: add ->sync_fsChristoph Hellwig2009-06-121-0/+11
| * fat: add ->sync_fsChristoph Hellwig2009-06-121-0/+11
| * ext2: add ->sync_fsChristoph Hellwig2009-06-121-14/+27
| * exofs: add ->sync_fsChristoph Hellwig2009-06-121-3/+13
| * bfs: add ->sync_fsChristoph Hellwig2009-06-121-11/+21
| * affs: add ->sync_fsChristoph Hellwig2009-06-121-13/+27
| * sanitize ->fsync() for affsAl Viro2009-06-123-2/+15
| * repair bfs_write_inode(), switch bfs to simple_fsync()Al Viro2009-06-122-7/+13
| * Fix adfs GET_FRAG_ID() on big-endianAl Viro2009-06-121-1/+1
| * repair adfs ->write_inode(), switch to simple_fsync()Al Viro2009-06-126-6/+48
| * switch omfs to simple_fsync()Al Viro2009-06-121-16/+1Star