index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-02-07
rapidio: adjust five function calls together with a variable assignment
Markus Elfring
1
-12
/
+14
2018-02-07
rapidio: adjust 12 checks for null pointers
Markus Elfring
1
-9
/
+9
2018-02-07
rapidio: delete an error message for a failed memory allocation in rio_init_m...
Markus Elfring
1
-1
/
+0
2018-02-07
cpumask: make cpumask_size() return "unsigned int"
Alexey Dobriyan
3
-3
/
+3
2018-02-07
kernel/fork.c: add comment about usage of CLONE_FS flags and namespaces
Marcos Paulo de Souza
1
-0
/
+4
2018-02-07
kernel/fork.c: check error and return early
Marcos Paulo de Souza
1
-26
/
+25
2018-02-07
<asm-generic/siginfo.h>: fix language in comments
Randy Dunlap
1
-2
/
+2
2018-02-07
hfsplus: honor setgid flag on directories
Ernesto A. Fernandez
4
-8
/
+8
2018-02-07
nilfs2: use time64_t internally
Arnd Bergmann
9
-24
/
+23
2018-02-07
kallsyms: let print_ip_sym() print raw addresses
Huacai Chen
1
-1
/
+1
2018-02-07
elf: fix NT_FILE integer overflow
Alexey Dobriyan
1
-0
/
+2
2018-02-07
checkpatch: improve OPEN_BRACE test
Joe Perches
1
-3
/
+5
2018-02-07
checkpatch: avoid some false positives for TABSTOP declaration test
Joe Perches
1
-1
/
+1
2018-02-07
checkpatch: exclude drivers/staging from if with unnecessary parentheses test
Joe Perches
1
-1
/
+3
2018-02-07
checkpatch: improve the TABSTOP test to include declarations
Joe Perches
1
-1
/
+1
2018-02-07
checkpatch: add a few DEVICE_ATTR style tests
Joe Perches
1
-21
/
+93
2018-02-07
checkpatch: improve quoted string and line continuation test
Joe Perches
1
-1
/
+1
2018-02-07
checkpatch: ignore some octal permissions of 0
Joe Perches
1
-2
/
+7
2018-02-07
checkpatch: allow long lines containing URL
Andreas Brauchli
1
-0
/
+5
2018-02-07
lib/test_sort.c: add module unload support
Pravin Shedge
1
-0
/
+6
2018-02-07
lib/: make RUNTIME_TESTS a menuconfig to ease disabling it all
Vincent Legoll
1
-2
/
+5
2018-02-07
lib: optimize cpumask_next_and()
Clement Courbet
10
-33
/
+147
2018-02-07
lib/find_bit_benchmark.c: improvements
Yury Norov
1
-26
/
+21
2018-02-07
lib/test_find_bit.c: rename to find_bit_benchmark.c
Yury Norov
3
-2
/
+2
2018-02-07
lib/stackdepot.c: use a non-instrumented version of memcmp()
Alexander Potapenko
1
-3
/
+16
2018-02-07
include/linux/bitmap.h: make bitmap_fill() and bitmap_zero() consistent
Andy Shevchenko
1
-5
/
+10
2018-02-07
lib/test_bitmap.c: clean up test_zero_fill_copy() test case and rename
Andy Shevchenko
1
-24
/
+5
2018-02-07
lib/test_bitmap.c: add bitmap_fill()/bitmap_set() test cases
Andy Shevchenko
1
-0
/
+30
2018-02-07
lib/test_bitmap.c: add bitmap_zero()/bitmap_clear() test cases
Andy Shevchenko
1
-0
/
+30
2018-02-07
bitmap: replace bitmap_{from,to}_u32array
Yury Norov
6
-311
/
+57
2018-02-07
bitmap: new bitmap_copy_safe and bitmap_{from,to}_arr32
Yury Norov
2
-0
/
+87
2018-02-07
MAINTAINERS: update sboyd's email address
Stephen Boyd
1
-4
/
+4
2018-02-07
kernel/async.c: revert "async: simplify lowest_in_progress()"
Rasmus Villemoes
1
-8
/
+12
2018-02-07
tools/lib/subcmd/pager.c: do not alias select() params
Sergey Senozhatsky
1
-1
/
+4
2018-02-07
uuid: cleanup <uapi/linux/uuid.h>
Alexey Dobriyan
2
-1
/
+1
2018-02-07
Makefile: introduce CONFIG_CC_STACKPROTECTOR_AUTO
Kees Cook
3
-4
/
+45
2018-02-07
Makefile: move stack-protector availability out of Kconfig
Kees Cook
3
-10
/
+6
2018-02-07
Makefile: move stack-protector compiler breakage test earlier
Kees Cook
1
-3
/
+7
2018-02-07
fs/proc/consoles.c: use seq_putc() in show_console_dev()
Markus Elfring
1
-2
/
+1
2018-02-07
proc: rearrange args
Alexey Dobriyan
3
-14
/
+13
2018-02-07
proc: spread likely/unlikely a bit
Alexey Dobriyan
1
-4
/
+4
2018-02-07
fs/proc: use __ro_after_init
Alexey Dobriyan
4
-5
/
+9
2018-02-07
fs/proc/internal.h: fix up comment
Alexey Dobriyan
1
-1
/
+2
2018-02-07
fs/proc/internal.h: rearrange struct proc_dir_entry
Alexey Dobriyan
1
-10
/
+13
2018-02-07
fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()
Heiko Carstens
1
-13
/
+5
2018-02-07
fs/proc/array.c: delete children_seq_release()
Alexey Dobriyan
1
-7
/
+1
2018-02-07
proc: less memory for /proc/*/map_files readdir
Alexey Dobriyan
1
-6
/
+9
2018-02-07
fs/proc/vmcore.c: simpler /proc/vmcore cleanup
Alexey Dobriyan
1
-4
/
+2
2018-02-07
proc: fix /proc/*/map_files lookup
Alexey Dobriyan
1
-1
/
+28
2018-02-07
proc: don't use READ_ONCE/WRITE_ONCE for /proc/*/fail-nth
Alexey Dobriyan
1
-3
/
+2
[next]