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