summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-18nilfs2: fix race condition that causes file system corruptionAndreas Rohner1-2/+4
2017-11-18fs/nilfs2: convert timers to use timer_setup()Kees Cook2-6/+6
2017-11-18sysctl: check for UINT_MAX before unsigned int min/maxJoe Lawrence1-6/+8
2017-11-18pipe: add proc_dopipe_max_size() to safely assign pipe_max_sizeJoe Lawrence4-15/+56
2017-11-18pipe: avoid round_pipe_size() nr_pages overflow on 32-bitJoe Lawrence1-2/+15
2017-11-18pipe: match pipe_max_size data type with procfsJoe Lawrence2-2/+2
2017-11-18autofs: don't fail mount for transient errorNeilBrown1-1/+14
2017-11-18init/version.c: include <linux/export.h> instead of <linux/module.h>Masahiro Yamada1-1/+1
2017-11-18epoll: remove ep_call_nested() from ep_eventpoll_poll()Jason Baron1-45/+35
2017-11-18epoll: avoid calling ep_call_nested() from ep_poll_safewake()Jason Baron1-29/+18
2017-11-18epoll: account epitem and eppoll_entry to kmemcgShakeel Butt1-2/+2
2017-11-18checkpatch: do not check missing blank line before builtin_*_driverMasahiro Yamada1-0/+1
2017-11-18checkpatch: add --strict test for lines ending in [ or (Joe Perches1-0/+6
2017-11-18checkpatch: add TP_printk to list of logging functionsJoe Perches1-0/+1
2017-11-18checkpatch: allow DEFINE_PER_CPU definitions to exceed line lengthJoe Perches1-2/+3
2017-11-18checkpatch: printks always need a KERN_<LEVEL>Joe Perches1-22/+4
2017-11-18scripts/checkpatch.pl: avoid false warning missing breakHeinrich Schuchardt1-1/+1
2017-11-18checkpatch: support function pointers for unnamed function definition argumentsMiles Chen1-1/+1
2017-11-18lib: test module for find_*_bit() functionsYury Norov3-0/+154
2017-11-18lib/rbtree-test: lower default paramsDavidlohr Bueso2-3/+3
2017-11-18tools/lib/traceevent/parse-filter.c: clean up clang build warningCheng Jian1-3/+3
2017-11-18lib/nmi_backtrace.c: fix kernel text address leakLiu, Changcheng1-2/+2
2017-11-18lib/genalloc.c: make the avail variable an atomic_long_tStephen Bates2-6/+7
2017-11-18lib/int_sqrt: adjust commentsPeter Zijlstra1-2/+2
2017-11-18lib/int_sqrt: optimize initial value computePeter Zijlstra1-4/+2
2017-11-18lib/int_sqrt: optimize small argumentPeter Zijlstra1-0/+3
2017-11-18lib/test: delete five error messages for failed memory allocationsMarkus Elfring3-15/+7
2017-11-18lib: add module support to string testsGeert Uytterhoeven4-142/+143
2017-11-18include/linux/radix-tree.h: remove unneeded #include <linux/bug.h>Masahiro Yamada1-1/+0
2017-11-18include/linux/bitfield.h: include <linux/build_bug.h> instead of <linux/bug.h>Masahiro Yamada1-1/+1
2017-11-18get_maintainer: add more --self-test optionsJoe Perches1-17/+132
2017-11-18get_maintainer: add --self-test for internal consistency testsTom Saeger1-17/+77
2017-11-18dynamic_debug documentation: minor fixesRandy Dunlap1-3/+3
2017-11-18dynamic-debug-howto: fix optional/omitted ending line number to be LARGE inst...Randy Dunlap1-0/+4
2017-11-18kernel/umh.c: optimize 'proc_cap_handler()'Christophe JAILLET1-2/+2
2017-11-18include/linux/compiler-clang.h: handle randomizable anonymous structsSandipan Das1-0/+3
2017-11-18bug: fix "cut here" location for __WARN_TAINT architecturesKees Cook2-3/+18
2017-11-18bug: define the "cut here" string in a single placeKees Cook4-3/+5
2017-11-18lkdtm: include WARN format stringKees Cook1-1/+3
2017-11-18iopoll: avoid -Wint-in-bool-context warningArnd Bergmann1-9/+15
2017-11-18parse-maintainers: add ability to specify filenamesJoe Perches1-5/+47
2017-11-18kernel debug: support resetting WARN_ONCE for all architecturesAndi Kleen3-1/+30
2017-11-18kernel debug: support resetting WARN*_ONCEAndi Kleen5-3/+42
2017-11-18sh/boot: add static stack-protector to pre-kernelKees Cook1-0/+14
2017-11-18spelling.txt: add "unnecessary" typo variantsJoe Perches1-0/+4
2017-11-18proc: use do-while in name_to_int()Alexey Dobriyan1-2/+2
2017-11-18proc: : uninline name_to_int()Alexey Dobriyan3-22/+25
2017-11-18proc, coredump: add CoreDumping flag to /proc/pid/statusRoman Gushchin2-0/+9
2017-11-18mm, compaction: remove unneeded pageblock_skip_persistent() checksVlastimil Babka1-15/+3
2017-11-18mm, compaction: split off flag for not updating skip hintsVlastimil Babka3-1/+3