summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * drivers/crypto/qat: use seq_hex_dump() to dump buffersAndy Shevchenko2015-08-251-14/+2
| * seq_file: provide an analogue of print_hex_dump()Andy Shevchenko2015-08-252-0/+46
| * fs: Don't dump core if the corefile would become world-readable.Jann Horn2015-08-251-2/+6
| * fs: if a coredump already exists, unlink and recreate with O_EXCLJann Horn2015-08-251-6/+32
| * kmod: handle UMH_WAIT_PROC from system unbound workqueueFrederic Weisbecker2015-08-251-24/+20
| * kmod: use system_unbound_wq instead of khelperFrederic Weisbecker2015-08-253-26/+17
| * kmod: add up-to-date explanations on the purpose of each asynchronous levelsFrederic Weisbecker2015-08-251-8/+24
| * kmod: remove unecessary explicit wide CPU affinity settingFrederic Weisbecker2015-08-251-3/+0
| * kmod: bunch of internal functions renamesFrederic Weisbecker2015-08-251-13/+17
| * kmod: correct documentation of return status of request_moduleNeilBrown2015-08-251-4/+5
| * Documentation/filesystems/vfat.txt: update the limitation for fat fallocateNamjae Jeon2015-08-251-0/+10
| * fat: permit to return phy block number by fibmap in fallocated regionNamjae Jeon2015-08-254-30/+87
| * fat: skip cluster allocation on fallocated regionNamjae Jeon2015-08-251-2/+8
| * fat: add fat_fallocate operationNamjae Jeon2015-08-253-2/+94
| * hfs: fix B-tree corruption after insertion at position 0Hin-Tak Leung2015-08-251-9/+11
| * hfs,hfsplus: cache pages correctly between bnode_create and bnode_freeHin-Tak Leung2015-08-252-8/+4
| * fs-coda-fix-readlink-buffer-overflow-checkpatch-fixesAndrew Morton2015-08-251-1/+1
| * fs/coda: fix readlink buffer overflowJan Harkes2015-08-251-3/+3
| * checkpatch: add __pmem to $Sparse annotationsJoe Perches2015-08-251-0/+1
| * checkpatch: fix left brace warningEddie Kovsky2015-08-251-4/+4
| * checkpatch: avoid some commit message long line warningsJoe Perches2015-08-251-3/+27
| * checkpatch: emit an error on formats with 0x%<decimal>Joe Perches2015-08-251-2/+6
| * checkpatch: make --strict the default for drivers/staging files and patchesJoe Perches2015-08-251-1/+1
| * checkpatch: always check block comment stylesJoe Perches2015-08-251-8/+11
| * checkpatch: report the right line # when using --emacs and --fileJoe Perches2015-08-251-1/+5
| * checkpatch: add some <foo>_destroy functions to NEEDLESS_IF testsJoe Perches2015-08-251-4/+28
| * checkpatch: Allow longer declaration macrosJoe Perches2015-08-251-1/+1
| * checkpatch: improve SUSPECT_CODE_INDENT testJoe Perches2015-08-251-6/+15
| * checkpatch: add warning on BUG/BUG_ON useJoe Perches2015-08-251-6/+8
| * checkpatch: warn on bare SHA-1 commit IDs in commit logsJoe Perches2015-08-251-3/+12
| * lib: Add CRC64 ECMA moduleMarian Chereji2015-08-254-0/+405
| * mm/util.c: add kstrimdup()Sebastian Capella2015-08-252-0/+31
| * lib/test_kasan.c: make kmalloc_oob_krealloc_less more correctlyWang Long2015-08-251-1/+1
| * lib/test_kasan.c: fix a typoWang Long2015-08-251-2/+2
| * lib/string_helpers: rename "esc" arg to "only"Kees Cook2015-08-252-14/+14
| * lib/string_helpers: clarify esc arg in string_escape_memKees Cook2015-08-251-4/+6
| * hexdump: do not print debug dumps for !CONFIG_DEBUGLinus Walleij2015-08-251-2/+8
| * lib/bitmap.c: bitmap_parselist can accept string with whitespaces on head or ...Pan Xinhui2015-08-251-14/+18
| * lib/bitmap.c: fix a special string handling bug in __bitmap_parselistPan Xinhui2015-08-251-0/+4
| * lib/bitmap.c: correct a code style and do some, optimizationPan Xinhui2015-08-251-3/+4
| * sound: convert to parse_integer()Alexey Dobriyan2015-08-256-15/+47
| * proc: convert to kstrto*()/kstrto*_from_user()Alexey Dobriyan2015-08-251-49/+21
| * parse_integer: convert fs/exofs/Alexey Dobriyan2015-08-251-3/+5
| * parse_integer: convert fs/9p/Alexey Dobriyan2015-08-251-3/+5
| * parse_integer: convert fs/ocfs2/Alexey Dobriyan2015-08-253-84/+70
| * parse_integer: convert ext2, ext3, ext4Alexey Dobriyan2015-08-253-13/+15
| * parse_integer: convert fs/cachefiles/Alexey Dobriyan2015-08-251-39/+45
| * parse_integer: convert fs/Alexey Dobriyan2015-08-255-23/+23
| * parse_integer: fixup mm/memcontrol.c conversionAlexey Dobriyan2015-08-251-1/+1
| * parse_integer: convert mm/Alexey Dobriyan2015-08-254-19/+22