aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-06hrtimer: remove unneeded kallsyms includeSergey Senozhatsky1-1/+0
2018-02-06mm: remove unneeded kallsyms includeSergey Senozhatsky1-4/+0
2018-02-06mm/userfaultfd.c: remove duplicate includePravin Shedge1-1/+0
2018-02-06vfs: remove might_sleep() from clear_inode()Shakeel Butt1-1/+0
2018-02-06arch/score/kernel/setup.c: combine two seq_printf() calls into one call in show_cpuinfo()Markus Elfring1-3/+1
2018-02-06ipc/mqueue.c: have RT tasks queue in by priority in wq_add()Jonathan Haws1-1/+1
2018-02-06ipc: fix ipc data structures inconsistencyPhilippe Mikoyan4-12/+43
2018-02-06lib/ubsan: remove returns-nonnull-attribute checksAndrey Ryabinin3-30/+0
2018-02-06lib/ubsan: add type mismatch handler for new GCC/ClangAndrey Ryabinin2-10/+52
2018-02-06lib/ubsan.c: s/missaligned/misaligned/Andrew Morton1-2/+2
2018-02-06build_bug.h: remove BUILD_BUG_ON_NULL()Masahiro Yamada2-6/+4
2018-02-06include/linux/genl_magic_func.h: remove own BUILD_BUG_ON*() definesMasahiro Yamada1-11/+1
2018-02-06kcov: detect double association with a single taskDmitry Vyukov1-2/+2
2018-02-06kernel/relay.c: revert "kernel/relay.c: fix potential memory leak"Eric Biggers1-1/+0
2018-02-06pps: parport: use timespec64 instead of timespecArnd Bergmann1-20/+20
2018-02-06pids: introduce find_get_task_by_vpid() helperMike Rapoport8-68/+33
2018-02-06drivers/rapidio/devices/tsi721_dma.c: adjust six checks for null pointersMarkus Elfring1-7/+5
2018-02-06drivers/rapidio/devices/tsi721_dma.c: delete an unnecessary variable initialisation in tsi721_alloc_chan_resources()Markus Elfring1-1/+1
2018-02-06drivers/rapidio/devices/tsi721_dma.c: delete an error message for a failed memory allocation in tsi721_alloc_chan_resources()Markus Elfring1-3/+0
2018-02-06rapidio: move 12 EXPORT_SYMBOL_GPL() calls to function implementationsMarkus Elfring1-13/+12
2018-02-06rapidio: return an error code only as a constant in two functionsMarkus Elfring1-15/+6
2018-02-06rapidio: delete an unnecessary variable initialisation in three functionsMarkus Elfring1-3/+3
2018-02-06rapidio: improve a size determination in five functionsMarkus Elfring1-10/+5
2018-02-06rapidio: adjust five function calls together with a variable assignmentMarkus Elfring1-12/+14
2018-02-06rapidio: adjust 12 checks for null pointersMarkus Elfring1-9/+9
2018-02-06rapidio: delete an error message for a failed memory allocation in rio_init_mports()Markus Elfring1-1/+0
2018-02-06cpumask: make cpumask_size() return "unsigned int"Alexey Dobriyan3-3/+3
2018-02-06kernel/fork.c: add comment about usage of CLONE_FS flags and namespacesMarcos Paulo de Souza1-0/+4
2018-02-06kernel/fork.c: check error and return earlyMarcos Paulo de Souza1-26/+25
2018-02-06<asm-generic/siginfo.h>: fix language in commentsRandy Dunlap1-2/+2
2018-02-06hfsplus: honor setgid flag on directoriesErnesto A. Fernandez4-8/+8
2018-02-06nilfs2: use time64_t internallyArnd Bergmann9-24/+23
2018-02-06kallsyms: let print_ip_sym() print raw addressesHuacai Chen1-1/+1
2018-02-06elf: fix NT_FILE integer overflowAlexey Dobriyan1-0/+2
2018-02-06checkpatch: improve OPEN_BRACE testJoe Perches1-3/+5
2018-02-06checkpatch: avoid some false positives for TABSTOP declaration testJoe Perches1-1/+1
2018-02-06checkpatch: exclude drivers/staging from if with unnecessary parentheses testJoe Perches1-1/+3
2018-02-06checkpatch: improve the TABSTOP test to include declarationsJoe Perches1-1/+1
2018-02-06checkpatch: add a few DEVICE_ATTR style testsJoe Perches1-21/+93
2018-02-06checkpatch: improve quoted string and line continuation testJoe Perches1-1/+1
2018-02-06checkpatch: ignore some octal permissions of 0Joe Perches1-2/+7
2018-02-06checkpatch: allow long lines containing URLAndreas Brauchli1-0/+5
2018-02-06lib/test_sort.c: add module unload supportPravin Shedge1-0/+6
2018-02-06lib/: make RUNTIME_TESTS a menuconfig to ease disabling it allVincent Legoll1-2/+5
2018-02-06lib: optimize cpumask_next_and()Clement Courbet10-33/+147
2018-02-06lib/find_bit_benchmark.c: improvementsYury Norov1-26/+21
2018-02-06lib/test_find_bit.c: rename to find_bit_benchmark.cYury Norov3-2/+2
2018-02-06lib/stackdepot.c: use a non-instrumented version of memcmp()Alexander Potapenko1-3/+16
2018-02-06include/linux/bitmap.h: make bitmap_fill() and bitmap_zero() consistentAndy Shevchenko1-5/+10
2018-02-06lib/test_bitmap.c: clean up test_zero_fill_copy() test case and renameAndy Shevchenko1-24/+5