summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-06kcov: detect double association with a single taskDmitry Vyukov
2018-02-06kernel/relay.c: revert "kernel/relay.c: fix potential memory leak"Eric Biggers
2018-02-06pps: parport: use timespec64 instead of timespecArnd Bergmann
2018-02-06pids: introduce find_get_task_by_vpid() helperMike Rapoport
2018-02-06drivers/rapidio/devices/tsi721_dma.c: adjust six checks for null pointersMarkus Elfring
2018-02-06drivers/rapidio/devices/tsi721_dma.c: delete an unnecessary variable initiali...Markus Elfring
2018-02-06drivers/rapidio/devices/tsi721_dma.c: delete an error message for a failed me...Markus Elfring
2018-02-06rapidio: move 12 EXPORT_SYMBOL_GPL() calls to function implementationsMarkus Elfring
2018-02-06rapidio: return an error code only as a constant in two functionsMarkus Elfring
2018-02-06rapidio: delete an unnecessary variable initialisation in three functionsMarkus Elfring
2018-02-06rapidio: improve a size determination in five functionsMarkus Elfring
2018-02-06rapidio: adjust five function calls together with a variable assignmentMarkus Elfring
2018-02-06rapidio: adjust 12 checks for null pointersMarkus Elfring
2018-02-06rapidio: delete an error message for a failed memory allocation in rio_init_m...Markus Elfring
2018-02-06cpumask: make cpumask_size() return "unsigned int"Alexey Dobriyan
2018-02-06kernel/fork.c: add comment about usage of CLONE_FS flags and namespacesMarcos Paulo de Souza
2018-02-06kernel/fork.c: check error and return earlyMarcos Paulo de Souza
2018-02-06<asm-generic/siginfo.h>: fix language in commentsRandy Dunlap
2018-02-06hfsplus: honor setgid flag on directoriesErnesto A. Fernandez
2018-02-06nilfs2: use time64_t internallyArnd Bergmann
2018-02-06kallsyms: let print_ip_sym() print raw addressesHuacai Chen
2018-02-06elf: fix NT_FILE integer overflowAlexey Dobriyan
2018-02-06checkpatch: improve OPEN_BRACE testJoe Perches
2018-02-06checkpatch: avoid some false positives for TABSTOP declaration testJoe Perches
2018-02-06checkpatch: exclude drivers/staging from if with unnecessary parentheses testJoe Perches
2018-02-06checkpatch: improve the TABSTOP test to include declarationsJoe Perches
2018-02-06checkpatch: add a few DEVICE_ATTR style testsJoe Perches
2018-02-06checkpatch: improve quoted string and line continuation testJoe Perches
2018-02-06checkpatch: ignore some octal permissions of 0Joe Perches
2018-02-06checkpatch: allow long lines containing URLAndreas Brauchli
2018-02-06lib/test_sort.c: add module unload supportPravin Shedge
2018-02-06lib/: make RUNTIME_TESTS a menuconfig to ease disabling it allVincent Legoll
2018-02-06lib: optimize cpumask_next_and()Clement Courbet
2018-02-06lib/find_bit_benchmark.c: improvementsYury Norov
2018-02-06lib/test_find_bit.c: rename to find_bit_benchmark.cYury Norov
2018-02-06lib/stackdepot.c: use a non-instrumented version of memcmp()Alexander Potapenko
2018-02-06include/linux/bitmap.h: make bitmap_fill() and bitmap_zero() consistentAndy Shevchenko
2018-02-06lib/test_bitmap.c: clean up test_zero_fill_copy() test case and renameAndy Shevchenko
2018-02-06lib/test_bitmap.c: add bitmap_fill()/bitmap_set() test casesAndy Shevchenko
2018-02-06lib/test_bitmap.c: add bitmap_zero()/bitmap_clear() test casesAndy Shevchenko
2018-02-06bitmap: replace bitmap_{from,to}_u32arrayYury Norov
2018-02-06bitmap: new bitmap_copy_safe and bitmap_{from,to}_arr32Yury Norov
2018-02-06MAINTAINERS: update sboyd's email addressStephen Boyd
2018-02-06kernel/async.c: revert "async: simplify lowest_in_progress()"Rasmus Villemoes
2018-02-06tools/lib/subcmd/pager.c: do not alias select() paramsSergey Senozhatsky
2018-02-06uuid: cleanup <uapi/linux/uuid.h>Alexey Dobriyan
2018-02-06Makefile: introduce CONFIG_CC_STACKPROTECTOR_AUTOKees Cook
2018-02-06Makefile: move stack-protector availability out of KconfigKees Cook
2018-02-06Makefile: move stack-protector compiler breakage test earlierKees Cook
2018-02-06fs/proc/consoles.c: use seq_putc() in show_console_dev()Markus Elfring