summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-03-162-6/+128
|\
| * signal: add pidfd_send_signal() syscallChristian Brauner2019-03-052-6/+128
* | Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds2019-03-161-3/+15
|\ \
| * | mm/resource: Let walk_system_ram_range() search child resourcesDave Hansen2019-02-281-1/+4
| * | mm/resource: Move HMM pr_debug() deeper into resource codeDave Hansen2019-02-281-0/+9
| * | mm/resource: Return real error codes from walk failuresDave Hansen2019-02-281-2/+2
* | | Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-161-0/+1
|\ \ \
| * | | blkcg: annotate implicit fall throughMathieu Malaterre2019-03-131-0/+1
* | | | Merge tag 'trace-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2019-03-157-25/+44
|\ \ \ \
| * | | | tracing/probe: Verify alloc_trace_*probe() resultMasami Hiramatsu2019-03-142-3/+4
| * | | | tracing/probe: Check event/group naming rule at parsingMasami Hiramatsu2019-03-143-10/+10
| * | | | tracing/probe: Check the size of argument name and bodyMasami Hiramatsu2019-03-142-0/+3
| * | | | tracing/probe: Check event name length correctlyMasami Hiramatsu2019-03-141-1/+7
| * | | | tracing/probe: Check maxactive error casesMasami Hiramatsu2019-03-141-3/+7
| * | | | tracing: kdb: Fix ftdump to not sleepDouglas Anderson2019-03-133-6/+11
| * | | | trace/probes: Remove kernel doc style from non kernel doc commentValdis Klētnieks2019-03-121-1/+1
| * | | | tracing/probes: Make reserved_field_names staticValdis Klētnieks2019-03-121-1/+1
* | | | | Merge tag 'fbdev-v5.1' of git://github.com/bzolnier/linuxLinus Torvalds2019-03-151-0/+1
|\ \ \ \ \
| * | | | | printk: Export console_printkPrarit Bhargava2019-02-081-0/+1
* | | | | | 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