summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-14kernel/signal.c: annotate implicit fall throughMathieu Malaterre
2019-05-14fs/fat/file.c: issue flush after the writeback of FATHou Tao
2019-05-14reiserfs: add comment to explain endianness issue in xattr_hashBharath Vedartham
2019-05-14autofs: add description of ignore pseudo mount optionIan Kent
2019-05-14autofs: update mount control expire desription with AUTOFS_EXP_FORCEDIan Kent
2019-05-14autofs: update AUTOFS_EXP_LEAVES descriptionIan Kent
2019-05-14autofs: update autofs.txt for strictexpire mount optionIan Kent
2019-05-14autofs: fix some word usage oddities in autofs.txtIan Kent
2019-05-14net: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISCSinan Kaya
2019-05-14xtensa: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISCSinan Kaya
2019-05-14powerpc: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISCSinan Kaya
2019-05-14init: introduce DEBUG_MISC optionSinan Kaya
2019-05-14binfmt_elf: move brk out of mmap when doing direct loader execKees Cook
2019-05-14elf: init pt_regs pointer laterAlexey Dobriyan
2019-05-14fs/binfmt_elf.c: extract PROT_* calculationsAlexey Dobriyan
2019-05-14fs//binfmt_elf.c: move variables initialization closer to their usageAlexey Dobriyan
2019-05-14fs/binfmt_elf.c: save 1 indent levelAlexey Dobriyan
2019-05-14fs/binfmt_elf.c: delete trailing "return;" in functions returning "void"Alexey Dobriyan
2019-05-14fs/binfmt_elf.c: free PT_INTERP filename ASAPAlexey Dobriyan
2019-05-14fs/binfmt_elf.c: make scope of "pos" variable smallerAlexey Dobriyan
2019-05-14fs/binfmt_elf.c: remove unneeded initialization of mm->start_stackAndrew Morton
2019-05-14lib/test_vmalloc.c:test_func(): eliminate local `ret'Andrew Morton
2019-05-14include/linux/bitops.h: sanitize rotate primitivesRasmus Villemoes
2019-05-14lib/test_bitmap: add tests for bitmap_parselist_user()Yury Norov
2019-05-14lib/test_bitmap: add testcases for bitmap_parselist()Yury Norov
2019-05-14lib/test_bitmap: switch test_bitmap_parselist to ktime_get()Yury Norov
2019-05-14lib: rework bitmap_parselistYury Norov
2019-05-14lib: make bitmap_parselist_user() a wrapper on bitmap_parselist()Yury Norov
2019-05-14lib/math: move int_pow() from pwm_bl.c for wider useAndy Shevchenko
2019-05-14lib: Move mathematic helpers to separate folderAndy Shevchenko
2019-05-14lib/list_sort: optimize number of calls to comparison functionGeorge Spelvin
2019-05-14lib/list_sort: simplify and remove MAX_LIST_LENGTH_BITSGeorge Spelvin
2019-05-14lib/sort: avoid indirect calls to built-in swapGeorge Spelvin
2019-05-14lib/sort: use more efficient bottom-up heapsort variantGeorge Spelvin
2019-05-14lib/sort: make swap functions more genericGeorge Spelvin
2019-05-14lib/plist: rename DEBUG_PI_LIST to DEBUG_PLISTDavidlohr Bueso
2019-05-14lib/bitmap.c: guard exotic bitmap functions by CONFIG_NUMARasmus Villemoes
2019-05-14lib/bitmap.c: remove unused EXPORT_SYMBOLsRasmus Villemoes
2019-05-14kernel/user.c: clean up some leftover codeRasmus Villemoes
2019-05-14kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tr...Lin Feng
2019-05-14kernel/latencytop.c: remove unnecessary checks for latencytop_enabledLin Feng
2019-05-14kernel/notifier.c: double register detectionVasily Averin
2019-05-14compiler: allow all arches to enable CONFIG_OPTIMIZE_INLININGMasahiro Yamada
2019-05-14powerpc/mm/radix: mark as __tlbie_pid() and friends as__always_inlineMasahiro Yamada
2019-05-14powerpc/mm/radix: mark __radix__flush_tlb_range_psize() as __always_inlineMasahiro Yamada
2019-05-14powerpc/prom_init: mark prom_getprop() and prom_getproplen() as __initMasahiro Yamada
2019-05-14ARM: mark setup_machine_tags() stub as __init __noreturnMasahiro Yamada
2019-05-14MIPS: mark __fls() and __ffs() as __always_inlineMasahiro Yamada
2019-05-14mtd: rawnand: vf610_nfc: add initializer to avoid -Wmaybe-uninitializedMasahiro Yamada
2019-05-14s390/cpacf: mark scpacf_query() as __always_inlineMasahiro Yamada