summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-06kernel/mutex: mutex_is_locked can be booleanYaowei Bai
2018-02-06kernel/module: module_is_live can be booleanYaowei Bai
2018-02-06kernel/resource: iomem_is_exclusive can be booleanYaowei Bai
2018-02-06kernel/cpuset: current_cpuset_is_being_rebound can be booleanYaowei Bai
2018-02-06lib/lockref: __lockref_is_dead can be booleanYaowei Bai
2018-02-06mm/memblock: memblock_is_map/region_memory can be booleanYaowei Bai
2018-02-06genirq: remove unneeded kallsyms includeSergey Senozhatsky
2018-02-06hrtimer: remove unneeded kallsyms includeSergey Senozhatsky
2018-02-06mm: remove unneeded kallsyms includeSergey Senozhatsky
2018-02-06mm/userfaultfd.c: remove duplicate includePravin Shedge
2018-02-06vfs: remove might_sleep() from clear_inode()Shakeel Butt
2018-02-06arch/score/kernel/setup.c: combine two seq_printf() calls into one call in sh...Markus Elfring
2018-02-06ipc/mqueue.c: have RT tasks queue in by priority in wq_add()Jonathan Haws
2018-02-06ipc: fix ipc data structures inconsistencyPhilippe Mikoyan
2018-02-06lib/ubsan: remove returns-nonnull-attribute checksAndrey Ryabinin
2018-02-06lib/ubsan: add type mismatch handler for new GCC/ClangAndrey Ryabinin
2018-02-06lib/ubsan.c: s/missaligned/misaligned/Andrew Morton
2018-02-06build_bug.h: remove BUILD_BUG_ON_NULL()Masahiro Yamada
2018-02-06include/linux/genl_magic_func.h: remove own BUILD_BUG_ON*() definesMasahiro Yamada
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