aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-04-17x86: switch to using asm-generic for seccomp.hKees Cook3-31/+18
2015-04-17sparc: switch to using asm-generic for seccomp.hKees Cook1-8/+3
2015-04-17powerpc: switch to using asm-generic for seccomp.hKees Cook3-17/+10
2015-04-17parisc: switch to using asm-generic for seccomp.hKees Cook2-16/+1
2015-04-17mips: switch to using asm-generic for seccomp.hKees Cook1-5/+2
2015-04-17microblaze: use asm-generic for seccomp.hKees Cook1-7/+1
2015-04-17arm: use asm-generic for seccomp.hKees Cook2-11/+1
2015-04-17seccomp: allow COMPAT sigreturn overridesKees Cook1-0/+2
2015-04-17arc: do not export symbols in troubleshoot.cDavidlohr Bueso1-2/+1
2015-04-17include/linux/kconfig.h: ese macros which are already definedMichal Simek1-8/+7
2015-04-17memstick: mspro_block: add missing curly bracesDan Carpenter1-1/+2
2015-04-17bfs: correct return valuesSanidhya Kashyap1-2/+2
2015-04-17bfs: bfad_worker cleanupJiri Slaby1-13/+9
2015-04-17affs: kstrdup() memory handlingSanidhya Kashyap1-1/+5
2015-04-17fs/affs: use affs_test_opt()Fabian Frederick5-21/+22
2015-04-17fs/affs/super.c: use affs_set_opt()Fabian Frederick1-15/+16
2015-04-17fs/affs/affs.h: add mount option manipulation macrosFabian Frederick1-0/+4
2015-04-17fs/affs: use AFFS_MOUNT prefix for mount optionsFabian Frederick6-48/+54
2015-04-17adfs: return correct return valuesSanidhya Kashyap2-5/+16
2015-04-17gcov: fix softlockupsAndrey Ryabinin1-1/+4
2015-04-17kernel/sysctl.c: detect overflows when converting to intHeinrich Schuchardt1-1/+9
2015-04-17cpumask: don't perform while loop in cpumask_next_and()Sergey Senozhatsky1-4/+5
2015-04-17fs/exec.c:de_thread: move notify_count write under lockKirill Tkhai1-1/+5
2015-04-17prctl: avoid using mmap_sem for exe_file serializationDavidlohr Bueso3-25/+47
2015-04-17mm: rcu-protected get_mm_exe_file()Konstantin Khlebnikov4-22/+40
2015-04-17Doc/sysctl/kernel.txt: document threads-maxHeinrich Schuchardt1-0/+21
2015-04-17kernel/sysctl.c: threads-max observe limitsHeinrich Schuchardt3-6/+34
2015-04-17kernel/fork.c: avoid division by zeroHeinrich Schuchardt1-9/+20
2015-04-17kernel/fork.c: new function for max_threadsHeinrich Schuchardt2-15/+23
2015-04-17fork_init: update max_threads commentJean Delvare1-2/+2
2015-04-17fork: report pid reservation failure properlyMichal Hocko2-9/+11
2015-04-17signal: remove warning about using SI_TKILL in rt_[tg]sigqueueinfoVladimir Davydov1-9/+5
2015-04-17ptrace: ptrace_detach() can no longer race with SIGKILLOleg Nesterov1-10/+9
2015-04-17ptrace: fix race between ptrace_resume() and wait_task_stopped()Oleg Nesterov1-0/+20
2015-04-17fs/fat: comment fix, fat_bits can be also 32Alexander Kuleshov1-1/+1
2015-04-17fs/fat: remove unnecessary includesAlexander Kuleshov9-33/+1
2015-04-17fs/fat: remove unnecessary defintionAlexander Kuleshov1-2/+1
2015-04-17hfsplus: don't store special "osx" xattr prefix on-diskThomas Hebb1-5/+14
2015-04-17hfsplus: fix expand when not enough available spaceSergei Antonov1-0/+6
2015-04-17hfsplus: incorrect return valueChengyu Song1-2/+2
2015-04-17fs/hfsplus: replace if/BUG by BUG_ONFabian Frederick1-3/+1
2015-04-17fs/hfsplus: use bool instead of int for is_known_namespace() return valueFabian Frederick1-1/+1
2015-04-17fs/hfsplus: atomically set inode->i_flagsFabian Frederick1-7/+5
2015-04-17fs/hfsplus: move xattr_name allocation in hfsplus_setxattr()Fabian Frederick5-65/+35
2015-04-17fs/hfsplus: move xattr_name allocation in hfsplus_getxattr()Fabian Frederick5-67/+38
2015-04-17hfsplus: add missing curly braces in hfsplus_delete_cat()Dan Carpenter1-1/+2
2015-04-17hfs: incorrect return valuesChengyu Song1-2/+2
2015-04-17nilfs2: use inode_set_flags() in nilfs_set_inode_flags()Ryusuke Konishi1-7/+8
2015-04-17nilfs2: put out gfp mask manipulation from nilfs_set_inode_flags()Ryusuke Konishi1-2/+2
2015-04-17nilfs2: fix gcc warning at nilfs_checkpoint_is_mounted()Ryusuke Konishi1-1/+1