summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hfs: fix return value of hfs_get_block()Ernesto A. Fernández2018-10-311-1/+3
* hfsplus: fix return value of hfsplus_get_block()Ernesto A. Fernández2018-10-311-1/+3
* hfs: prevent btree data loss on ENOSPCErnesto A. Fernández2018-10-314-16/+46
* hfsplus: prevent btree data loss on ENOSPCErnesto A. Fernández2018-10-315-16/+68
* hfs: fix BUG on bnode parent updateErnesto A. Fernández2018-10-311-0/+1
* hfs: prevent btree data loss on root splitErnesto A. Fernández2018-10-311-0/+4
* hfsplus: fix BUG on bnode parent updateErnesto A. Fernández2018-10-311-0/+1
* hfsplus: prevent btree data loss on root splitErnesto A. Fernández2018-10-311-0/+4
* init/do_mounts.c: add root=PARTLABEL=<name> supportNikolaus Voss2018-10-311-0/+31
* checkpatch: remove GCC_BINARY_CONSTANT warningChristophe Leroy2018-10-311-11/+0
* include/linux/compat.h: mark expected switch fall-throughsGustavo A. R. Silva2018-10-311-0/+3
* lib/kstrtox.c: delete unnecessary castsAlexey Dobriyan2018-10-311-8/+8
* lib/rbtree.c: fix typo in comment of rb_insert_augmented()Wei Yang2018-10-311-2/+2
* lib/sg_pool.c: remove unnecessary null check when freeing objectzhong jiang2018-10-311-4/+3
* lib/zlib_inflate/inflate.c: remove fall through warningsCorentin Labbe2018-10-311-0/+12
* lib/parser.c: switch match_number() over to use match_strdup()Eric Biggers2018-10-311-4/+1
* lib/parser.c: switch match_u64int() over to use match_strdup()Eric Biggers2018-10-311-4/+1
* lib/parser.c: switch match_strdup() over to use kmemdup_nul()Eric Biggers2018-10-311-5/+1
* lib/bitmap.c: simplify bitmap_print_to_pagebuf()Rasmus Villemoes2018-10-311-5/+2
* lib/bitmap.c: fix remaining space computation in bitmap_print_to_pagebufRasmus Villemoes2018-10-311-4/+6
* linux/bitmap.h: relax comment on compile-time constant nbitsRasmus Villemoes2018-10-311-2/+2
* linux/bitmap.h: fix type of nbits in bitmap_shift_right()Rasmus Villemoes2018-10-311-1/+1
* linux/bitmap.h: remove redundant uses of small_const_nbits()Rasmus Villemoes2018-10-311-18/+6
* linux/bitmap.h: handle constant zero-size bitmaps correctlyRasmus Villemoes2018-10-311-1/+6
* lib/bitmap.c: remove wrong documentationRasmus Villemoes2018-10-311-5/+0
* kernel/fail_function.c: remove meaningless null pointer check before debugfs_...zhong jiang2018-10-311-2/+1
* treewide: remove current_text_addrNick Desaulniers2018-10-3129-199/+2
* .mailmap: add Oleksij RempelOleksij Rempel2018-10-311-0/+5
* fs/proc/vmcore.c: Convert to use vmf_error()Souptick Joarder2018-10-311-1/+1
* mm/gup_benchmark.c: prevent integer overflow in ioctlDan Carpenter2018-10-311-0/+3
* mm/hmm: invalidate device page table at start of invalidationJérôme Glisse2018-10-311-12/+15
* mm/hmm: use a structure for update callback parametersJérôme Glisse2018-10-312-20/+44
* mm/hmm: properly handle migration pmdJérôme Glisse2018-10-311-6/+34
* mm/hmm: fix race between hmm_mirror_unregister() and mmu_notifier callbackRalph Campbell2018-10-311-15/+21
* mm/rmap: map_pte() was not handling private ZONE_DEVICE page properlyRalph Campbell2018-10-311-1/+23
* mm/hmm: fix utf8 ...Jérôme Glisse2018-10-312-2/+2
* Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-10-3022-958/+1439
|\
| * tracing: Have stack tracer trace full stackSteven Rostedt (VMware)2018-10-271-1/+1
| * tracing: Export trace_dump_stack to modulesNikolay Borisov2018-10-271-0/+1
| * tracing: probeevent: Fix uninitialized used of offset in parse argsSteven Rostedt (VMware)2018-10-121-1/+1
| * tracing/kprobes: Allow kprobe-events to record module symbolMasami Hiramatsu2018-10-103-10/+68
| * tracing/kprobes: Check the probe on unloaded module correctlyMasami Hiramatsu2018-10-101-13/+26
| * tracing/uprobes: Fix to return -EFAULT if copy_from_user failedMasami Hiramatsu2018-10-101-1/+1
| * tracing: probeevent: Add $argN for accessing function argsMasami Hiramatsu2018-10-106-24/+55
| * x86: ptrace: Add function argument access APIMasami Hiramatsu2018-10-103-0/+46
| * tracing: probeevent: Add array type supportMasami Hiramatsu2018-10-105-40/+181
| * tracing: probeevent: Add symbol typeMasami Hiramatsu2018-10-104-4/+20
| * tracing: probeevent: Unify fetch_insn processing common partMasami Hiramatsu2018-10-103-82/+63
| * tracing: probeevent: Append traceprobe_ for exported functionMasami Hiramatsu2018-10-104-6/+6
| * tracing: probeevent: Return consumed bytes of dynamic areaMasami Hiramatsu2018-10-104-110/+88