summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* init/version.c: include <linux/export.h> instead of <linux/module.h>Masahiro Yamada2017-11-171-1/+1
* epoll: remove ep_call_nested() from ep_eventpoll_poll()Jason Baron2017-11-171-45/+35
* epoll: avoid calling ep_call_nested() from ep_poll_safewake()Jason Baron2017-11-171-29/+18
* epoll: account epitem and eppoll_entry to kmemcgShakeel Butt2017-11-171-2/+2
* checkpatch: do not check missing blank line before builtin_*_driverMasahiro Yamada2017-11-171-0/+1
* checkpatch: add --strict test for lines ending in [ or (Joe Perches2017-11-171-0/+6
* checkpatch: add TP_printk to list of logging functionsJoe Perches2017-11-171-0/+1
* checkpatch: allow DEFINE_PER_CPU definitions to exceed line lengthJoe Perches2017-11-171-2/+3
* checkpatch: printks always need a KERN_<LEVEL>Joe Perches2017-11-171-22/+4
* scripts/checkpatch.pl: avoid false warning missing breakHeinrich Schuchardt2017-11-171-1/+1
* checkpatch: support function pointers for unnamed function definition argumentsMiles Chen2017-11-171-1/+1
* lib: test module for find_*_bit() functionsYury Norov2017-11-173-0/+154
* lib/rbtree-test: lower default paramsDavidlohr Bueso2017-11-172-3/+3
* tools/lib/traceevent/parse-filter.c: clean up clang build warningCheng Jian2017-11-171-3/+3
* lib/nmi_backtrace.c: fix kernel text address leakLiu, Changcheng2017-11-171-2/+2
* lib/genalloc.c: make the avail variable an atomic_long_tStephen Bates2017-11-172-6/+7
* lib/int_sqrt: adjust commentsPeter Zijlstra2017-11-171-2/+2
* lib/int_sqrt: optimize initial value computePeter Zijlstra2017-11-171-4/+2
* lib/int_sqrt: optimize small argumentPeter Zijlstra2017-11-171-0/+3
* lib/test: delete five error messages for failed memory allocationsMarkus Elfring2017-11-173-15/+7
* lib: add module support to string testsGeert Uytterhoeven2017-11-174-142/+143
* include/linux/radix-tree.h: remove unneeded #include <linux/bug.h>Masahiro Yamada2017-11-171-1/+0
* include/linux/bitfield.h: include <linux/build_bug.h> instead of <linux/bug.h>Masahiro Yamada2017-11-171-1/+1
* get_maintainer: add more --self-test optionsJoe Perches2017-11-171-17/+132
* get_maintainer: add --self-test for internal consistency testsTom Saeger2017-11-171-17/+77
* dynamic_debug documentation: minor fixesRandy Dunlap2017-11-171-3/+3
* dynamic-debug-howto: fix optional/omitted ending line number to be LARGE inst...Randy Dunlap2017-11-171-0/+4
* kernel/umh.c: optimize 'proc_cap_handler()'Christophe JAILLET2017-11-171-2/+2
* include/linux/compiler-clang.h: handle randomizable anonymous structsSandipan Das2017-11-171-0/+3
* bug: fix "cut here" location for __WARN_TAINT architecturesKees Cook2017-11-172-3/+18
* bug: define the "cut here" string in a single placeKees Cook2017-11-174-3/+5
* lkdtm: include WARN format stringKees Cook2017-11-171-1/+3
* iopoll: avoid -Wint-in-bool-context warningArnd Bergmann2017-11-171-9/+15
* parse-maintainers: add ability to specify filenamesJoe Perches2017-11-171-5/+47
* kernel debug: support resetting WARN_ONCE for all architecturesAndi Kleen2017-11-173-1/+30
* kernel debug: support resetting WARN*_ONCEAndi Kleen2017-11-175-3/+42
* sh/boot: add static stack-protector to pre-kernelKees Cook2017-11-171-0/+14
* spelling.txt: add "unnecessary" typo variantsJoe Perches2017-11-171-0/+4
* proc: use do-while in name_to_int()Alexey Dobriyan2017-11-171-2/+2
* proc: : uninline name_to_int()Alexey Dobriyan2017-11-173-22/+25
* proc, coredump: add CoreDumping flag to /proc/pid/statusRoman Gushchin2017-11-172-0/+9
* mm, compaction: remove unneeded pageblock_skip_persistent() checksVlastimil Babka2017-11-171-15/+3
* mm, compaction: split off flag for not updating skip hintsVlastimil Babka2017-11-173-1/+3
* mm, compaction: extend pageblock_skip_persistent() to all compound pagesVlastimil Babka2017-11-171-11/+14
* mm, compaction: persistently skip hugetlbfs pageblocksDavid Rientjes2017-11-172-12/+55
* mm, compaction: kcompactd should not ignore pageblock skipDavid Rientjes2017-11-171-2/+1
* mm: shmem: remove unused info variableCorentin Labbe2017-11-171-2/+0
* lib/dma-debug.c: fix incorrect pfn calculationMiles Chen2017-11-171-2/+18
* mm/z3fold.c: use kref to prevent page free/compact raceVitaly Wool2017-11-171-2/+8
* mm: fix nodemask printingArnd Bergmann2017-11-171-3/+10