summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scripts/gdb: provide exception catching parserKieran Bingham2016-05-241-0/+7
* scripts/gdb: convert modules usage to lists functionsKieran Bingham2016-05-241-11/+6
* scripts/gdb: provide kernel list item generatorsKieran Bingham2016-05-241-0/+21
* scripts/gdb: provide linux constantsKieran Bingham2016-05-244-1/+54
* scripts/gdb: Adjust module reference counter reported by lx-lsmodJan Kiszka2016-05-241-1/+1
* arch/defconfig: remove CONFIG_RESOURCE_COUNTERSKonstantin Khlebnikov2016-05-2418-18/+0
* drivers/memstick/core/mspro_block: use kmemdupMuhammad Falak R Wani2016-05-241-2/+1
* rtsx_usb_ms: use schedule_timeout_idle() in polling loopOleksandr Natalenko2016-05-241-1/+1
* kdump: fix gdb macros work work with newer and 64-bit kernelsCorey Minyard2016-05-241-52/+44
* s390/kexec: consolidate crash_map/unmap_reserved_pages() and arch_kexec_prote...Xunlei Pang2016-05-244-33/+20
* kexec: do a cleanup for function kexec_loadMinfei Huang2016-05-241-56/+69
* kexec: make a pair of map/unmap reserved pages in error pathMinfei Huang2016-05-241-3/+6
* kexec: provide arch_kexec_protect(unprotect)_crashkres()Xunlei Pang2016-05-241-0/+45
* kexec: introduce a protection mechanism for the crashkernel reserved memoryXunlei Pang2016-05-244-2/+23
* exec: remove the no longer needed remove_arg_zero()->free_arg_page()Oleg Nesterov2016-05-241-7/+0
* kernek/fork.c: allocate idle task for a CPU always on its local nodeAndi Kleen2016-05-241-6/+9
* signal: move the "sig < SIGRTMIN" check into siginmask(sig)Oleg Nesterov2016-05-241-9/+7
* kernel/signal.c: convert printk(KERN_<LEVEL> ...) to pr_<level>(...)Wang Xiaoqiang2016-05-241-5/+5
* signal: make oom_flags a boolTetsuo Handa2016-05-243-8/+8
* wait: allow sys_waitid() to accept __WNOTHREAD/__WCLONE/__WALLOleg Nesterov2016-05-241-1/+2
* wait/ptrace: assume __WALL if the child is tracedOleg Nesterov2016-05-241-9/+20
* nilfs2: fix block commentsRyusuke Konishi2016-05-2411-107/+202
* nilfs2: remove loops of single statement macrosRyusuke Konishi2016-05-241-5/+4
* nilfs2: remove unnecessary else after return or breakRyusuke Konishi2016-05-243-23/+21
* nilfs2: avoid bare use of 'unsigned'Ryusuke Konishi2016-05-2427-90/+97
* nilfs2: fix code indent coding style issueRyusuke Konishi2016-05-241-1/+1
* nilfs2: remove space before semicolonRyusuke Konishi2016-05-241-1/+1
* nilfs2: do not emit extra newline on nilfs_warning() and nilfs_error()Ryusuke Konishi2016-05-246-16/+16
* nilfs2: clean trailing semicolons in macrosRyusuke Konishi2016-05-242-5/+5
* nilfs2: add missing line spacingRyusuke Konishi2016-05-2410-0/+14
* nilfs2: replace __attribute__((packed)) with __packedRyusuke Konishi2016-05-241-1/+1
* nilfs2: move cleanup code of metadata file from inode routinesRyusuke Konishi2016-05-244-8/+38
* nilfs2: get rid of nilfs_mdt_mark_block_dirty()Ryusuke Konishi2016-05-243-32/+8
* nilfs2: clarify permission to replicate the designRyusuke Konishi2016-05-241-0/+5
* MAINTAINERS: add web link for nilfs projectRyusuke Konishi2016-05-241-0/+1
* nilfs2: clean up old e-mail addressesRyusuke Konishi2016-05-2438-56/+46
* nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi2016-05-2438-152/+0
* nilfs2: remove space before commaRyusuke Konishi2016-05-242-4/+4
* nilfs2: fix white space issue in nilfs_mount()Ryusuke Konishi2016-05-241-1/+1
* nilfs2: constify nilfs_sc_operations structuresJulia Lawall2016-05-241-5/+5
* fs/befs/io.c:befs_bread(): remove unneeded initialization to NULLSalah Triki2016-05-241-1/+1
* fs/befs/io.c:befs_bread_iaddr(): remove unneeded initialization to NULLSalah Triki2016-05-241-1/+1
* fs/befs/linuxvfs.c:befs_iget(): remove unneeded befs_nio initialization to NULLSalah Triki2016-05-241-1/+1
* fs/befs/linuxvfs.c:befs_iget(): remove unneeded raw_inode initialization to NULLSalah Triki2016-05-241-1/+1
* fs/befs/linuxvfs.c:befs_iget(): remove unneeded initialization to NULLSalah Triki2016-05-241-1/+1
* fs/befs/linuxvfs.c:befs_get_block(): remove unneeded initialization to NULLSalah Triki2016-05-241-1/+1
* fs/befs/datastream.c:befs_find_brun_dblindirect(): remove unneeded initializa...Salah Triki2016-05-241-3/+1
* fs/befs/datastream.c:befs_read_lsymlink(): remove unneeded initialization to ...Salah Triki2016-05-241-1/+1
* fs/befs/datastream.c:befs_read_datastream(): remove unneeded initialization t...Salah Triki2016-05-241-1/+1
* mm: memcontrol: fix possible css ref leak on oomVladimir Davydov2016-05-241-1/+1