summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-24s390/kexec: consolidate crash_map/unmap_reserved_pages() and arch_kexec_prote...Xunlei Pang4-33/+20
2016-05-24kexec: do a cleanup for function kexec_loadMinfei Huang1-56/+69
2016-05-24kexec: make a pair of map/unmap reserved pages in error pathMinfei Huang1-3/+6
2016-05-24kexec: provide arch_kexec_protect(unprotect)_crashkres()Xunlei Pang1-0/+45
2016-05-24kexec: introduce a protection mechanism for the crashkernel reserved memoryXunlei Pang4-2/+23
2016-05-24exec: remove the no longer needed remove_arg_zero()->free_arg_page()Oleg Nesterov1-7/+0
2016-05-24kernek/fork.c: allocate idle task for a CPU always on its local nodeAndi Kleen1-6/+9
2016-05-24signal: move the "sig < SIGRTMIN" check into siginmask(sig)Oleg Nesterov1-9/+7
2016-05-24kernel/signal.c: convert printk(KERN_<LEVEL> ...) to pr_<level>(...)Wang Xiaoqiang1-5/+5
2016-05-24signal: make oom_flags a boolTetsuo Handa3-8/+8
2016-05-24wait: allow sys_waitid() to accept __WNOTHREAD/__WCLONE/__WALLOleg Nesterov1-1/+2
2016-05-24wait/ptrace: assume __WALL if the child is tracedOleg Nesterov1-9/+20
2016-05-24nilfs2: fix block commentsRyusuke Konishi11-107/+202
2016-05-24nilfs2: remove loops of single statement macrosRyusuke Konishi1-5/+4
2016-05-24nilfs2: remove unnecessary else after return or breakRyusuke Konishi3-23/+21
2016-05-24nilfs2: avoid bare use of 'unsigned'Ryusuke Konishi27-90/+97
2016-05-24nilfs2: fix code indent coding style issueRyusuke Konishi1-1/+1
2016-05-24nilfs2: remove space before semicolonRyusuke Konishi1-1/+1
2016-05-24nilfs2: do not emit extra newline on nilfs_warning() and nilfs_error()Ryusuke Konishi6-16/+16
2016-05-24nilfs2: clean trailing semicolons in macrosRyusuke Konishi2-5/+5
2016-05-24nilfs2: add missing line spacingRyusuke Konishi10-0/+14
2016-05-24nilfs2: replace __attribute__((packed)) with __packedRyusuke Konishi1-1/+1
2016-05-24nilfs2: move cleanup code of metadata file from inode routinesRyusuke Konishi4-8/+38
2016-05-24nilfs2: get rid of nilfs_mdt_mark_block_dirty()Ryusuke Konishi3-32/+8
2016-05-24nilfs2: clarify permission to replicate the designRyusuke Konishi1-0/+5
2016-05-24MAINTAINERS: add web link for nilfs projectRyusuke Konishi1-0/+1
2016-05-24nilfs2: clean up old e-mail addressesRyusuke Konishi38-56/+46
2016-05-24nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi38-152/+0
2016-05-24nilfs2: remove space before commaRyusuke Konishi2-4/+4
2016-05-24nilfs2: fix white space issue in nilfs_mount()Ryusuke Konishi1-1/+1
2016-05-24nilfs2: constify nilfs_sc_operations structuresJulia Lawall1-5/+5
2016-05-24fs/befs/io.c:befs_bread(): remove unneeded initialization to NULLSalah Triki1-1/+1
2016-05-24fs/befs/io.c:befs_bread_iaddr(): remove unneeded initialization to NULLSalah Triki1-1/+1
2016-05-24fs/befs/linuxvfs.c:befs_iget(): remove unneeded befs_nio initialization to NULLSalah Triki1-1/+1
2016-05-24fs/befs/linuxvfs.c:befs_iget(): remove unneeded raw_inode initialization to NULLSalah Triki1-1/+1
2016-05-24fs/befs/linuxvfs.c:befs_iget(): remove unneeded initialization to NULLSalah Triki1-1/+1
2016-05-24fs/befs/linuxvfs.c:befs_get_block(): remove unneeded initialization to NULLSalah Triki1-1/+1
2016-05-24fs/befs/datastream.c:befs_find_brun_dblindirect(): remove unneeded initializa...Salah Triki1-3/+1
2016-05-24fs/befs/datastream.c:befs_read_lsymlink(): remove unneeded initialization to ...Salah Triki1-1/+1
2016-05-24fs/befs/datastream.c:befs_read_datastream(): remove unneeded initialization t...Salah Triki1-1/+1
2016-05-24mm: memcontrol: fix possible css ref leak on oomVladimir Davydov1-1/+1
2016-05-24ELF/MIPS build fixRalf Baechle3-3/+10
2016-05-24m32r: fix build failureSudip Mukherjee1-0/+1
2016-05-23Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds3-4/+147
2016-05-23Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds1-1/+2
2016-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds19-110/+147
2016-05-23x86: remove more uaccess_32.h complexityLinus Torvalds4-31/+3
2016-05-23x86: remove pointless uaccess_32.h complexityLinus Torvalds2-39/+1
2016-05-22Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds23-615/+1449
2016-05-21Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds30-1794/+2678