aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kexec_core.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young32-1527/+1560
2015-09-10kexec: split kexec_file syscall code to kexec_file.cDave Young5-1045/+1090
2015-09-10drivers/net/wireless/ath/wil6210: use seq_hex_dump() to dump buffersAndy Shevchenko1-28/+7
2015-09-10kmemleak: use seq_hex_dump() to dump buffersAndy Shevchenko1-15/+6
2015-09-10drivers/s390/crypto/zcrypt_api.c: use seq_hex_dump() to dump buffersAndy Shevchenko1-9/+1
2015-09-10parisc: use seq_hex_dump() to dump buffersAndy Shevchenko2-17/+5
2015-09-10drivers/crypto/qat: use seq_hex_dump() to dump buffersAndy Shevchenko1-14/+2
2015-09-10seq_file: provide an analogue of print_hex_dump()Andy Shevchenko2-0/+46
2015-09-10fs: Don't dump core if the corefile would become world-readable.Jann Horn1-2/+6
2015-09-10fs: if a coredump already exists, unlink and recreate with O_EXCLJann Horn1-6/+32
2015-09-10kmod: handle UMH_WAIT_PROC from system unbound workqueueFrederic Weisbecker1-24/+20
2015-09-10kmod: use system_unbound_wq instead of khelperFrederic Weisbecker3-26/+17
2015-09-10kmod: add up-to-date explanations on the purpose of each asynchronous levelsFrederic Weisbecker1-8/+24
2015-09-10kmod: remove unecessary explicit wide CPU affinity settingFrederic Weisbecker1-3/+0
2015-09-10kmod: bunch of internal functions renamesFrederic Weisbecker1-13/+17
2015-09-10kmod: correct documentation of return status of request_moduleNeilBrown1-4/+5
2015-09-10hfs: fix B-tree corruption after insertion at position 0Hin-Tak Leung1-9/+11
2015-09-10hfs,hfsplus: cache pages correctly between bnode_create and bnode_freeHin-Tak Leung2-8/+4
2015-09-10fs/coda: fix readlink buffer overflowJan Harkes1-3/+3
2015-09-10checkpatch: add constant comparison on left side testJoe Perches1-0/+29
2015-09-10checkpatch: add __pmem to $Sparse annotationsJoe Perches1-0/+1
2015-09-10checkpatch: fix left brace warningEddie Kovsky1-4/+4
2015-09-10checkpatch: avoid some commit message long line warningsJoe Perches1-3/+27
2015-09-10checkpatch: emit an error on formats with 0x%<decimal>Joe Perches1-2/+6
2015-09-10checkpatch: make --strict the default for drivers/staging files and patchesJoe Perches1-1/+1
2015-09-10checkpatch: always check block comment stylesJoe Perches1-8/+11
2015-09-10checkpatch: report the right line # when using --emacs and --fileJoe Perches1-1/+5
2015-09-10checkpatch: add some <foo>_destroy functions to NEEDLESS_IF testsJoe Perches1-4/+28
2015-09-10checkpatch: Allow longer declaration macrosJoe Perches1-1/+1
2015-09-10checkpatch: improve SUSPECT_CODE_INDENT testJoe Perches1-6/+15
2015-09-10checkpatch: add warning on BUG/BUG_ON useJoe Perches1-6/+8
2015-09-10checkpatch: warn on bare SHA-1 commit IDs in commit logsJoe Perches1-3/+12
2015-09-10lib/test_kasan.c: make kmalloc_oob_krealloc_less more correctlyWang Long1-1/+1
2015-09-10lib/test_kasan.c: fix a typoWang Long1-2/+2
2015-09-10lib/string_helpers: rename "esc" arg to "only"Kees Cook2-14/+14
2015-09-10lib/string_helpers: clarify esc arg in string_escape_memKees Cook1-4/+6
2015-09-10hexdump: do not print debug dumps for !CONFIG_DEBUGLinus Walleij1-2/+8
2015-09-10lib/bitmap.c: bitmap_parselist can accept string with whitespaces on head or tailPan Xinhui1-14/+18
2015-09-10lib/bitmap.c: fix a special string handling bug in __bitmap_parselistPan Xinhui1-0/+4
2015-09-10lib/bitmap.c: correct a code style and do some, optimizationPan Xinhui1-3/+4
2015-09-10proc: convert to kstrto*()/kstrto*_from_user()Alexey Dobriyan1-49/+21
2015-09-10kstrto*: accept "-0" for signed conversionAlexey Dobriyan2-6/+2
2015-09-10MAINTAINERS/CREDITS: mark MaxRAID as Orphan, move Anil Ravindranath to CREDITSJoe Perches2-2/+5
2015-09-10include/linux/printk.h: include pr_fmt in pr_debug_ratelimitedJason A. Donenfeld1-2/+2
2015-09-10kernel/cred.c: remove unnecessary kdebug atomic readsJoe Perches1-4/+9
2015-09-10kernel/extable.c: remove duplicated includeWei Yongjun1-1/+0
2015-09-10include/linux/poison.h: remove not-used poison pointer macrosVasily Kulikov1-7/+0
2015-09-10include/linux/poison.h: fix LIST_POISON{1,2} offsetVasily Kulikov1-2/+2
2015-09-10proc: change proc_subdir_lock to a rwlockWaiman Long1-22/+22
2015-09-10procfs: always expose /proc/<pid>/map_files/ and make it readableCalvin Owens1-19/+24