summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cpumask: make cpumask_size() return "unsigned int"Alexey Dobriyan2018-02-063-3/+3
* kernel/fork.c: add comment about usage of CLONE_FS flags and namespacesMarcos Paulo de Souza2018-02-061-0/+4
* kernel/fork.c: check error and return earlyMarcos Paulo de Souza2018-02-061-26/+25
* <asm-generic/siginfo.h>: fix language in commentsRandy Dunlap2018-02-061-2/+2
* hfsplus: honor setgid flag on directoriesErnesto A. Fernandez2018-02-064-8/+8
* nilfs2: use time64_t internallyArnd Bergmann2018-02-069-24/+23
* kallsyms: let print_ip_sym() print raw addressesHuacai Chen2018-02-061-1/+1
* elf: fix NT_FILE integer overflowAlexey Dobriyan2018-02-061-0/+2
* checkpatch: improve OPEN_BRACE testJoe Perches2018-02-061-3/+5
* checkpatch: avoid some false positives for TABSTOP declaration testJoe Perches2018-02-061-1/+1
* checkpatch: exclude drivers/staging from if with unnecessary parentheses testJoe Perches2018-02-061-1/+3
* checkpatch: improve the TABSTOP test to include declarationsJoe Perches2018-02-061-1/+1
* checkpatch: add a few DEVICE_ATTR style testsJoe Perches2018-02-061-21/+93
* checkpatch: improve quoted string and line continuation testJoe Perches2018-02-061-1/+1
* checkpatch: ignore some octal permissions of 0Joe Perches2018-02-061-2/+7
* checkpatch: allow long lines containing URLAndreas Brauchli2018-02-061-0/+5
* lib/test_sort.c: add module unload supportPravin Shedge2018-02-061-0/+6
* lib/: make RUNTIME_TESTS a menuconfig to ease disabling it allVincent Legoll2018-02-061-2/+5
* lib: optimize cpumask_next_and()Clement Courbet2018-02-0610-33/+147
* lib/find_bit_benchmark.c: improvementsYury Norov2018-02-061-26/+21
* lib/test_find_bit.c: rename to find_bit_benchmark.cYury Norov2018-02-063-2/+2
* lib/stackdepot.c: use a non-instrumented version of memcmp()Alexander Potapenko2018-02-061-3/+16
* include/linux/bitmap.h: make bitmap_fill() and bitmap_zero() consistentAndy Shevchenko2018-02-061-5/+10
* lib/test_bitmap.c: clean up test_zero_fill_copy() test case and renameAndy Shevchenko2018-02-061-24/+5
* lib/test_bitmap.c: add bitmap_fill()/bitmap_set() test casesAndy Shevchenko2018-02-061-0/+30
* lib/test_bitmap.c: add bitmap_zero()/bitmap_clear() test casesAndy Shevchenko2018-02-061-0/+30
* bitmap: replace bitmap_{from,to}_u32arrayYury Norov2018-02-066-311/+57
* bitmap: new bitmap_copy_safe and bitmap_{from,to}_arr32Yury Norov2018-02-062-0/+87
* MAINTAINERS: update sboyd's email addressStephen Boyd2018-02-061-4/+4
* kernel/async.c: revert "async: simplify lowest_in_progress()"Rasmus Villemoes2018-02-061-8/+12
* tools/lib/subcmd/pager.c: do not alias select() paramsSergey Senozhatsky2018-02-061-1/+4
* uuid: cleanup <uapi/linux/uuid.h>Alexey Dobriyan2018-02-062-1/+1
* Makefile: introduce CONFIG_CC_STACKPROTECTOR_AUTOKees Cook2018-02-063-4/+45
* Makefile: move stack-protector availability out of KconfigKees Cook2018-02-063-10/+6
* Makefile: move stack-protector compiler breakage test earlierKees Cook2018-02-061-3/+7
* fs/proc/consoles.c: use seq_putc() in show_console_dev()Markus Elfring2018-02-061-2/+1
* proc: rearrange argsAlexey Dobriyan2018-02-063-14/+13
* proc: spread likely/unlikely a bitAlexey Dobriyan2018-02-061-4/+4
* fs/proc: use __ro_after_initAlexey Dobriyan2018-02-064-5/+9
* fs/proc/internal.h: fix up commentAlexey Dobriyan2018-02-061-1/+2
* fs/proc/internal.h: rearrange struct proc_dir_entryAlexey Dobriyan2018-02-061-10/+13
* fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()Heiko Carstens2018-02-061-13/+5
* fs/proc/array.c: delete children_seq_release()Alexey Dobriyan2018-02-061-7/+1
* proc: less memory for /proc/*/map_files readdirAlexey Dobriyan2018-02-061-6/+9
* fs/proc/vmcore.c: simpler /proc/vmcore cleanupAlexey Dobriyan2018-02-061-4/+2
* proc: fix /proc/*/map_files lookupAlexey Dobriyan2018-02-061-1/+28
* proc: don't use READ_ONCE/WRITE_ONCE for /proc/*/fail-nthAlexey Dobriyan2018-02-061-3/+2
* proc: use %u for pid printing and slightly less stackAlexey Dobriyan2018-02-064-15/+14
* kasan: remove redundant initialization of variable 'real_size'Colin Ian King2018-02-061-1/+1
* kasan: clean up KASAN_SHADOW_SCALE_SHIFT usageAndrey Konovalov2018-02-065-15/+22