summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* random: remove unused randomize_range()Jason Cooper2016-10-122-20/+0Star
* unicore32: use simpler API for random address requestsJason Cooper2016-10-121-2/+1Star
* tile: use simpler API for random address requestsJason Cooper2016-10-121-2/+1Star
* arm64: use simpler API for random address requestsJason Cooper2016-10-121-6/+2Star
* ARM: use simpler API for random address requestsJason Cooper2016-10-121-2/+1Star
* x86: use simpler API for random address requestsJason Cooper2016-10-122-6/+2Star
* random: simplify API for random address requestsJason Cooper2016-10-122-0/+34
* rapidio/rio_cm: use memdup_user() instead of duplicating codeAlexandre Bounine2016-10-121-10/+5Star
* ptrace: clear TIF_SYSCALL_TRACE on ptrace detachAles Novak2016-10-121-1/+2
* pipe: cap initial pipe capacity according to pipe-max-size limitMichael Kerrisk (man-pages)2016-10-121-0/+3
* pipe: make account_pipe_buffers() return a value, and use itMichael Kerrisk (man-pages)2016-10-121-18/+18
* pipe: fix limit checking in alloc_pipe_info()Michael Kerrisk (man-pages)2016-10-121-7/+13
* pipe: simplify logic in alloc_pipe_info()Michael Kerrisk (man-pages)2016-10-121-22/+23
* pipe: fix limit checking in pipe_set_size()Michael Kerrisk (man-pages)2016-10-121-10/+31
* pipe: refactor argument for account_pipe_buffers()Michael Kerrisk (man-pages)2016-10-121-5/+5
* pipe: move limit checking logic into pipe_set_size()Michael Kerrisk (man-pages)2016-10-121-23/+18Star
* pipe: relocate round_pipe_size() above pipe_set_size()Michael Kerrisk (man-pages)2016-10-121-12/+12
* autofs: refactor ioctl fn vector in iookup_dev_ioctl()Tomohiro Kusumi2016-10-121-33/+16Star
* autofs: remove possibly misleading /* #define DEBUG */Tomohiro Kusumi2016-10-121-2/+0Star
* autofs4: move linux/auto_dev-ioctl.h to uapi/linuxIan Kent2016-10-122-208/+222
* autofs: move inclusion of linux/limits.h to uapiTomohiro Kusumi2016-10-122-1/+1
* autofs: fix print format for ioctl warning messageTomohiro Kusumi2016-10-121-1/+1
* autofs: add autofs_dev_ioctl_version() for AUTOFS_DEV_IOCTL_VERSION_CMDIan Kent2016-10-121-8/+17
* autofs: fix dev ioctl number range checkIan Kent2016-10-122-2/+3
* autofs: fix pr_debug() messageTomohiro Kusumi2016-10-121-1/+1
* autofs: update struct autofs_dev_ioctl in DocumentationTomohiro Kusumi2016-10-121-28/+42
* autofs: fix Documentation regarding devid on ioctlTomohiro Kusumi2016-10-121-3/+2Star
* autofs: remove AUTOFS_DEVID_LENTomohiro Kusumi2016-10-121-2/+0Star
* autofs: don't fail to free_dev_ioctl(param)Tomohiro Kusumi2016-10-121-1/+2
* autofs: remove obsolete sb fieldsTomohiro Kusumi2016-10-121-2/+0Star
* autofs: use autofs4_free_ino() to kfree dentry dataTomohiro Kusumi2016-10-121-1/+1
* autofs: remove ino free in autofs4_dir_symlink()Ian Kent2016-10-121-2/+0Star
* autofs: add WARN_ON(1) for non dir/link inode caseTomohiro Kusumi2016-10-121-1/+2
* autofs: fix autofs4_fill_super() error exit handlingIan Kent2016-10-121-3/+3
* autofs: test autofs versions first on sb initializationTomohiro Kusumi2016-10-121-17/+17
* autofs: drop unnecessary extern in autofs_i.hTomohiro Kusumi2016-10-121-1/+1
* autofs: fix typos in Documentation/filesystems/autofs4.txtTomohiro Kusumi2016-10-121-4/+4
* kprobes: include <asm/sections.h> instead of <asm-generic/sections.h>Christoph Hellwig2016-10-121-1/+1
* checkpatch: improve the octal permissions testsJoe Perches2016-10-121-16/+44
* checkpatch: add warning for unnamed function definition argumentsJoe Perches2016-10-121-0/+13
* checkpatch: improve MACRO_ARG_PRECEDENCE testJoe Perches2016-10-121-1/+19
* checkpatch: add --strict test for precedence challenged macro argumentsJoe Perches2016-10-121-1/+8
* checkpatch: add --strict test for macro argument reuseJoe Perches2016-10-121-8/+35
* checkpatch: improve the block comment * alignment testJoe Perches2016-10-121-7/+12
* checkpatch: speed up checking for filenames in sections marked obsoleteJoe Perches2016-10-121-1/+1
* const_structs.checkpatch: add frequently used from Julia Lawall's listJoe Perches2016-10-121-0/+25
* checkpatch: externalize the structs that should be constJoe Perches2016-10-122-40/+63
* checkpatch: don't test for prefer ether_addr_<foo>Joe Perches2016-10-121-35/+35
* checkpatch: test multiple line block comment alignmentJoe Perches2016-10-121-0/+19
* checkpatch: look for symbolic permissions and suggest octal insteadJoe Perches2016-10-121-6/+43