index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
rapidio/rio_cm: use memdup_user() instead of duplicating code
Alexandre Bounine
2016-10-11
1
-10
/
+5
*
ptrace: clear TIF_SYSCALL_TRACE on ptrace detach
Ales Novak
2016-10-11
1
-1
/
+2
*
pipe: cap initial pipe capacity according to pipe-max-size limit
Michael Kerrisk (man-pages)
2016-10-11
1
-0
/
+3
*
pipe: make account_pipe_buffers() return a value, and use it
Michael Kerrisk (man-pages)
2016-10-11
1
-18
/
+18
*
pipe: fix limit checking in alloc_pipe_info()
Michael Kerrisk (man-pages)
2016-10-11
1
-7
/
+13
*
pipe: simplify logic in alloc_pipe_info()
Michael Kerrisk (man-pages)
2016-10-11
1
-22
/
+23
*
pipe: fix limit checking in pipe_set_size()
Michael Kerrisk (man-pages)
2016-10-11
1
-10
/
+31
*
pipe: refactor argument for account_pipe_buffers()
Michael Kerrisk (man-pages)
2016-10-11
1
-5
/
+5
*
pipe: move limit checking logic into pipe_set_size()
Michael Kerrisk (man-pages)
2016-10-11
1
-23
/
+18
*
pipe: relocate round_pipe_size() above pipe_set_size()
Michael Kerrisk (man-pages)
2016-10-11
1
-12
/
+12
*
autofs: refactor ioctl fn vector in iookup_dev_ioctl()
Tomohiro Kusumi
2016-10-11
1
-33
/
+16
*
autofs: remove possibly misleading /* #define DEBUG */
Tomohiro Kusumi
2016-10-11
1
-2
/
+0
*
autofs4: move linux/auto_dev-ioctl.h to uapi/linux
Ian Kent
2016-10-11
2
-208
/
+222
*
autofs: move inclusion of linux/limits.h to uapi
Tomohiro Kusumi
2016-10-11
2
-1
/
+1
*
autofs: fix print format for ioctl warning message
Tomohiro Kusumi
2016-10-11
1
-1
/
+1
*
autofs: add autofs_dev_ioctl_version() for AUTOFS_DEV_IOCTL_VERSION_CMD
Ian Kent
2016-10-11
1
-8
/
+17
*
autofs: fix dev ioctl number range check
Ian Kent
2016-10-11
2
-2
/
+3
*
autofs: fix pr_debug() message
Tomohiro Kusumi
2016-10-11
1
-1
/
+1
*
autofs: update struct autofs_dev_ioctl in Documentation
Tomohiro Kusumi
2016-10-11
1
-28
/
+42
*
autofs: fix Documentation regarding devid on ioctl
Tomohiro Kusumi
2016-10-11
1
-3
/
+2
*
autofs: remove AUTOFS_DEVID_LEN
Tomohiro Kusumi
2016-10-11
1
-2
/
+0
*
autofs: don't fail to free_dev_ioctl(param)
Tomohiro Kusumi
2016-10-11
1
-1
/
+2
*
autofs: remove obsolete sb fields
Tomohiro Kusumi
2016-10-11
1
-2
/
+0
*
autofs: use autofs4_free_ino() to kfree dentry data
Tomohiro Kusumi
2016-10-11
1
-1
/
+1
*
autofs: remove ino free in autofs4_dir_symlink()
Ian Kent
2016-10-11
1
-2
/
+0
*
autofs: add WARN_ON(1) for non dir/link inode case
Tomohiro Kusumi
2016-10-11
1
-1
/
+2
*
autofs: fix autofs4_fill_super() error exit handling
Ian Kent
2016-10-11
1
-3
/
+3
*
autofs: test autofs versions first on sb initialization
Tomohiro Kusumi
2016-10-11
1
-17
/
+17
*
autofs: drop unnecessary extern in autofs_i.h
Tomohiro Kusumi
2016-10-11
1
-1
/
+1
*
autofs: fix typos in Documentation/filesystems/autofs4.txt
Tomohiro Kusumi
2016-10-11
1
-4
/
+4
*
kprobes: include <asm/sections.h> instead of <asm-generic/sections.h>
Christoph Hellwig
2016-10-11
1
-1
/
+1
*
checkpatch: improve the octal permissions tests
Joe Perches
2016-10-11
1
-16
/
+44
*
checkpatch: add warning for unnamed function definition arguments
Joe Perches
2016-10-11
1
-0
/
+13
*
checkpatch: improve MACRO_ARG_PRECEDENCE test
Joe Perches
2016-10-11
1
-1
/
+19
*
checkpatch: add --strict test for precedence challenged macro arguments
Joe Perches
2016-10-11
1
-1
/
+8
*
checkpatch: add --strict test for macro argument reuse
Joe Perches
2016-10-11
1
-8
/
+35
*
checkpatch: improve the block comment * alignment test
Joe Perches
2016-10-11
1
-7
/
+12
*
checkpatch: speed up checking for filenames in sections marked obsolete
Joe Perches
2016-10-11
1
-1
/
+1
*
const_structs.checkpatch: add frequently used from Julia Lawall's list
Joe Perches
2016-10-11
1
-0
/
+25
*
checkpatch: externalize the structs that should be const
Joe Perches
2016-10-11
2
-40
/
+63
*
checkpatch: don't test for prefer ether_addr_<foo>
Joe Perches
2016-10-11
1
-35
/
+35
*
checkpatch: test multiple line block comment alignment
Joe Perches
2016-10-11
1
-0
/
+19
*
checkpatch: look for symbolic permissions and suggest octal instead
Joe Perches
2016-10-11
1
-6
/
+43
*
checkpatch: see if modified files are marked obsolete in MAINTAINERS
Joe Perches
2016-10-11
1
-0
/
+14
*
lib/bitmap.c: enhance bitmap syntax
Noam Camus
2016-10-11
2
-18
/
+82
*
lib/kstrtox.c: smaller _parse_integer()
Alexey Dobriyan
2016-10-11
1
-5
/
+1
*
include/linux/ctype.h: make isdigit() table lookupless
Alexey Dobriyan
2016-10-11
1
-1
/
+4
*
lib: harden strncpy_from_user
Mark Rutland
2016-10-11
1
-0
/
+2
*
radix-tree tests: properly initialize mutex
Ross Zwisler
2016-10-11
1
-1
/
+1
*
radix-tree tests: add iteration test
Ross Zwisler
2016-10-11
4
-1
/
+184
[next]