summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * tracing: probeevent: Unify fetch type tablesMasami Hiramatsu2018-10-104-75/+39
| * tracing: probeevent: Introduce new argument fetching codeMasami Hiramatsu2018-10-105-678/+491
| * tracing: probeevent: Remove NOKPROBE_SYMBOL from print functionsMasami Hiramatsu2018-10-101-3/+1
| * tracing: probeevent: Cleanup argument field definitionMasami Hiramatsu2018-10-104-41/+29
| * tracing: probeevent: Cleanup print argument functionsMasami Hiramatsu2018-10-104-31/+29
| * trace_uprobe: support reference counter in fd-based uprobeSong Liu2018-10-105-16/+50
| * perf probe: Support SDT markers having reference counter (semaphore)Ravi Bangoria2018-09-246-22/+106
| * trace_uprobe/sdt: Prevent multiple reference counter for same uprobeRavi Bangoria2018-09-241-2/+35
| * uprobes/sdt: Prevent multiple reference counter for same uprobeRavi Bangoria2018-09-241-0/+19
| * uprobes: Support SDT markers having reference count (semaphore)Ravi Bangoria2018-09-244-11/+293
| * tracing/kprobe: Remove unneeded extra strchr() from create_trace_kprobe()Steven Rostedt (VMware)2018-09-241-3/+6
* | Merge tag 'trace-v4.19-rc8-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-302-7/+9
|\ \
| * | selftests/ftrace: Fix synthetic event test to delete event correctlyMasami Hiramatsu2018-10-281-6/+6
| * | tracing: Return -ENOENT if there is no target synthetic eventMasami Hiramatsu2018-10-281-1/+3
* | | Merge tag 'for-linus-4.20a-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-10-307-42/+30
|\ \ \
| * | | xen: drop writing error messages to xenstoreJuergen Gross2018-10-261-4/+2