summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-03-124-306/+416
|\
| * vfs: Add some logging to the core users of the fs_context logDavid Howells2019-02-281-1/+1
| * cpuset: Use fs_contextDavid Howells2019-02-281-14/+42
| * kernfs, sysfs, cgroup, intel_rdt: Support fs_contextDavid Howells2019-02-282-18/+18
| * cgroup: store a reference to cgroup_ns into cgroup_fs_contextAl Viro2019-02-283-12/+17
| * cgroup1_get_tree(): separate "get cgroup_root to use" into a separate helperAl Viro2019-02-281-41/+46
| * cgroup_do_mount(): massage calling conventionsAl Viro2019-02-283-36/+29
| * cgroup: stash cgroup_root reference into cgroup_fs_contextAl Viro2019-02-283-4/+10
| * cgroup2: switch to option-by-option parsingAl Viro2019-02-281-29/+33
| * cgroup1: switch to option-by-option parsingAl Viro2019-02-283-98/+117
| * cgroup: take options parsing into ->parse_monolithic()Al Viro2019-02-283-116/+104
| * cgroup: fold cgroup1_mount() into cgroup1_get_tree()Al Viro2019-02-283-31/+18
| * cgroup: start switching to fs_contextAl Viro2019-02-283-41/+116
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-03-122-3/+0
|\ \
| * | pipe: stop using ->can_mergeJann Horn2019-02-012-3/+0
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-124-39/+44
|\ \ \
| * | | memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport2019-03-122-9/+2
| * | | treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-122-2/+5
| * | | swiotlb: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-6/+13
| * | | kernel/sysctl.c: define minmax conv functions in terms of non-minmax versionsZev Weiss2019-03-121-33/+26
| * | | kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_convZev Weiss2019-03-121-1/+10
* | | | Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-03-1113-360/+1148
|\ \ \ \ | |/ / / |/| | |
| * | | tracing: Use strncpy instead of memcpy when copying comm in trace.cTom Zanussi2019-03-051-2/+2
| * | | tracing: Use strncpy instead of memcpy when copying comm for hist triggersTom Zanussi2019-03-051-2/+2
| * | | tracing: Use strncpy instead of memcpy for string keys in hist triggersTom Zanussi2019-03-051-2/+3
| * | | tracing: Use str_has_prefix() in synth_event_create()Tom Zanussi2019-03-051-2/+2
| * | | tracing/perf: Use strndup_user() instead of buggy open-coded versionJann Horn2019-02-211-9/+7
| * | | tracing: Fix spelling mistake: "analagous" -> "analogous"Colin Ian King2019-02-201-1/+1
| * | | tracing: Comment why cond_snapshot is checked outside of max_lock protectionSteven Rostedt (VMware)2019-02-201-0/+8
| * | | tracing: Add alternative synthetic event trace action syntaxTom Zanussi2019-02-202-5/+39
| * | | tracing: Add hist trigger onchange() handlerTom Zanussi2019-02-202-9/+52
| * | | tracing: Add hist trigger snapshot() actionTom Zanussi2019-02-202-10/+259
| * | | tracing: Add conditional snapshotTom Zanussi2019-02-203-6/+244
| * | | tracing: Generalize hist trigger onmax and save actionTom Zanussi2019-02-201-76/+160
| * | | tracing: Split up onmatch action dataTom Zanussi2019-02-202-52/+63
| * | | tracing: Refactor hist trigger action codeTom Zanussi2019-02-201-169/+238
| * | | tracing: Do not free iter->trace in fail path of tracing_open_pipe()zhangyi (F)2019-02-201-1/+0
| * | | uprobes: convert uprobe.ref to refcount_tElena Reshetova2019-02-151-4/+4
| * | | ftrace: Allow enabling of filters via index of available_filter_functionsSteven Rostedt (VMware)2019-02-153-0/+36
| * | | tracing: Change the function format to display function names by perfChangbin Du2019-02-111-22/+19
| * | | ring-buffer: Remove unused function ring_buffer_page_len()Miroslav Benes2019-02-061-14/+0
| * | | tracing: Show stacktrace for wakeup tracersChangbin Du2019-02-061-0/+2
| * | | tracing: Put a margin between flags and duration for wakeup tracersChangbin Du2019-02-061-2/+3
| * | | tracing: Show more info for funcgraph wakeup tracersChangbin Du2019-02-061-1/+4
| * | | tracing: Add comment to predicate_parse() about "&&" or "||"Steven Rostedt (VMware)2019-02-061-0/+1
| * | | tracing: Annotate implicit fall through in predicate_parse()Mathieu Malaterre2019-02-061-0/+1
| * | | tracing: Annotate implicit fall through in parse_probe_arg()Mathieu Malaterre2019-02-061-0/+1
| * | | function_graph: Support displaying relative timestampChangbin Du2019-02-064-6/+32
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-112-6/+6
|\ \ \ \
| * | | | bpf: fix replace_map_fd_with_map_ptr's ldimm64 second imm fieldDaniel Borkmann2019-03-071-5/+5