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