aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport30-51/+50
2018-10-31mm: nobootmem: remove dead codeMike Rapoport2-61/+0
2018-10-31mm: remove bootmem allocator implementation.Mike Rapoport2-827/+0
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport40-199/+11
2018-10-31mm: remove CONFIG_NO_BOOTMEMMike Rapoport29-76/+4
2018-10-31percpu: remove PER_CPU_DEF_ATTRIBUTES macroAlexander Pateenok2-8/+2
2018-10-31kbuild: fix kernel/bounds.c 'W=1' warningArnd Bergmann1-1/+3
2018-10-31lib/lz4: update LZ4 decompressor moduleGao Xiang2-141/+349
2018-10-31ipc: IPCMNI limit check for semmniWaiman Long2-1/+31
2018-10-31ipc: IPCMNI limit check for msgmni and shmmniWaiman Long1-2/+5
2018-10-31kernel/panic.c: filter out a potential trailing newlineBorislav Petkov1-2/+6
2018-10-31kernel/panic.c: do not append newline to the stack protector panic stringBorislav Petkov1-1/+1
2018-10-31include/linux/signal.h: mark expected switch fall-throughsGustavo A. R. Silva1-0/+6
2018-10-31kernel/signal.c: fix a comment errorWeikang Shi2-3/+3
2018-10-31fat: truncate inode timestamp updates in setattrFrank Sorenson1-0/+12
2018-10-31fat: change timestamp updates to use fat_truncate_timeFrank Sorenson5-20/+20
2018-10-31fat: add functions to update and truncate timestamps appropriatelyFrank Sorenson6-0/+87
2018-10-31fat: create a function to calculate the timezone offestFrank Sorenson1-7/+9
2018-10-31fat: expand a slightly out-of-date commentMihir Mehta1-1/+3
2018-10-31reiserfs: remove workaround code for GCC 3.xMasahiro Yamada1-9/+0
2018-10-31reiserfs: propagate errors from fill_with_dentries() properlyJann Horn1-0/+7
2018-10-31fs/hfs/extent.c: fix array out of bounds read of array extentColin Ian King1-1/+1
2018-10-31hfs: update timestamp on truncate()Ernesto A. Fernández1-0/+2
2018-10-31hfsplus: update timestamps on truncate()Ernesto A. Fernández1-0/+1
2018-10-31hfs: fix return value of hfs_get_block()Ernesto A. Fernández1-1/+3
2018-10-31hfsplus: fix return value of hfsplus_get_block()Ernesto A. Fernández1-1/+3
2018-10-31hfs: prevent btree data loss on ENOSPCErnesto A. Fernández4-16/+46
2018-10-31hfsplus: prevent btree data loss on ENOSPCErnesto A. Fernández5-16/+68
2018-10-31hfs: fix BUG on bnode parent updateErnesto A. Fernández1-0/+1
2018-10-31hfs: prevent btree data loss on root splitErnesto A. Fernández1-0/+4
2018-10-31hfsplus: fix BUG on bnode parent updateErnesto A. Fernández1-0/+1
2018-10-31hfsplus: prevent btree data loss on root splitErnesto A. Fernández1-0/+4
2018-10-31init/do_mounts.c: add root=PARTLABEL=<name> supportNikolaus Voss1-0/+31
2018-10-31checkpatch: remove GCC_BINARY_CONSTANT warningChristophe Leroy1-11/+0
2018-10-31include/linux/compat.h: mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2018-10-31lib/kstrtox.c: delete unnecessary castsAlexey Dobriyan1-8/+8
2018-10-31lib/rbtree.c: fix typo in comment of rb_insert_augmented()Wei Yang1-2/+2
2018-10-31lib/sg_pool.c: remove unnecessary null check when freeing objectzhong jiang1-4/+3
2018-10-31lib/zlib_inflate/inflate.c: remove fall through warningsCorentin Labbe1-0/+12
2018-10-31lib/parser.c: switch match_number() over to use match_strdup()Eric Biggers1-4/+1
2018-10-31lib/parser.c: switch match_u64int() over to use match_strdup()Eric Biggers1-4/+1
2018-10-31lib/parser.c: switch match_strdup() over to use kmemdup_nul()Eric Biggers1-5/+1
2018-10-31lib/bitmap.c: simplify bitmap_print_to_pagebuf()Rasmus Villemoes1-5/+2
2018-10-31lib/bitmap.c: fix remaining space computation in bitmap_print_to_pagebufRasmus Villemoes1-4/+6
2018-10-31linux/bitmap.h: relax comment on compile-time constant nbitsRasmus Villemoes1-2/+2
2018-10-31linux/bitmap.h: fix type of nbits in bitmap_shift_right()Rasmus Villemoes1-1/+1
2018-10-31linux/bitmap.h: remove redundant uses of small_const_nbits()Rasmus Villemoes1-18/+6
2018-10-31linux/bitmap.h: handle constant zero-size bitmaps correctlyRasmus Villemoes1-1/+6
2018-10-31lib/bitmap.c: remove wrong documentationRasmus Villemoes1-5/+0
2018-10-31kernel/fail_function.c: remove meaningless null pointer check before debugfs_remove_recursivezhong jiang1-2/+1