summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-31ipc: IPCMNI limit check for msgmni and shmmniWaiman Long
2018-10-31kernel/panic.c: filter out a potential trailing newlineBorislav Petkov
2018-10-31kernel/panic.c: do not append newline to the stack protector panic stringBorislav Petkov
2018-10-31include/linux/signal.h: mark expected switch fall-throughsGustavo A. R. Silva
2018-10-31kernel/signal.c: fix a comment errorWeikang Shi
2018-10-31fat: truncate inode timestamp updates in setattrFrank Sorenson
2018-10-31fat: change timestamp updates to use fat_truncate_timeFrank Sorenson
2018-10-31fat: add functions to update and truncate timestamps appropriatelyFrank Sorenson
2018-10-31fat: create a function to calculate the timezone offestFrank Sorenson
2018-10-31fat: expand a slightly out-of-date commentMihir Mehta
2018-10-31reiserfs: remove workaround code for GCC 3.xMasahiro Yamada
2018-10-31reiserfs: propagate errors from fill_with_dentries() properlyJann Horn
2018-10-31fs/hfs/extent.c: fix array out of bounds read of array extentColin Ian King
2018-10-31hfs: update timestamp on truncate()Ernesto A. Fernández
2018-10-31hfsplus: update timestamps on truncate()Ernesto A. Fernández
2018-10-31hfs: fix return value of hfs_get_block()Ernesto A. Fernández
2018-10-31hfsplus: fix return value of hfsplus_get_block()Ernesto A. Fernández
2018-10-31hfs: prevent btree data loss on ENOSPCErnesto A. Fernández
2018-10-31hfsplus: prevent btree data loss on ENOSPCErnesto A. Fernández
2018-10-31hfs: fix BUG on bnode parent updateErnesto A. Fernández
2018-10-31hfs: prevent btree data loss on root splitErnesto A. Fernández
2018-10-31hfsplus: fix BUG on bnode parent updateErnesto A. Fernández
2018-10-31hfsplus: prevent btree data loss on root splitErnesto A. Fernández
2018-10-31init/do_mounts.c: add root=PARTLABEL=<name> supportNikolaus Voss
2018-10-31checkpatch: remove GCC_BINARY_CONSTANT warningChristophe Leroy
2018-10-31include/linux/compat.h: mark expected switch fall-throughsGustavo A. R. Silva
2018-10-31lib/kstrtox.c: delete unnecessary castsAlexey Dobriyan
2018-10-31lib/rbtree.c: fix typo in comment of rb_insert_augmented()Wei Yang
2018-10-31lib/sg_pool.c: remove unnecessary null check when freeing objectzhong jiang
2018-10-31lib/zlib_inflate/inflate.c: remove fall through warningsCorentin Labbe
2018-10-31lib/parser.c: switch match_number() over to use match_strdup()Eric Biggers
2018-10-31lib/parser.c: switch match_u64int() over to use match_strdup()Eric Biggers
2018-10-31lib/parser.c: switch match_strdup() over to use kmemdup_nul()Eric Biggers
2018-10-31lib/bitmap.c: simplify bitmap_print_to_pagebuf()Rasmus Villemoes
2018-10-31lib/bitmap.c: fix remaining space computation in bitmap_print_to_pagebufRasmus Villemoes
2018-10-31linux/bitmap.h: relax comment on compile-time constant nbitsRasmus Villemoes
2018-10-31linux/bitmap.h: fix type of nbits in bitmap_shift_right()Rasmus Villemoes
2018-10-31linux/bitmap.h: remove redundant uses of small_const_nbits()Rasmus Villemoes
2018-10-31linux/bitmap.h: handle constant zero-size bitmaps correctlyRasmus Villemoes
2018-10-31lib/bitmap.c: remove wrong documentationRasmus Villemoes
2018-10-31kernel/fail_function.c: remove meaningless null pointer check before debugfs_...zhong jiang
2018-10-31treewide: remove current_text_addrNick Desaulniers
2018-10-31.mailmap: add Oleksij RempelOleksij Rempel
2018-10-31fs/proc/vmcore.c: Convert to use vmf_error()Souptick Joarder
2018-10-31mm/gup_benchmark.c: prevent integer overflow in ioctlDan Carpenter
2018-10-31mm/hmm: invalidate device page table at start of invalidationJérôme Glisse
2018-10-31mm/hmm: use a structure for update callback parametersJérôme Glisse
2018-10-31mm/hmm: properly handle migration pmdJérôme Glisse
2018-10-31mm/hmm: fix race between hmm_mirror_unregister() and mmu_notifier callbackRalph Campbell
2018-10-31mm/rmap: map_pte() was not handling private ZONE_DEVICE page properlyRalph Campbell