summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm-current/current'Stephen Rothwell2019-06-059-135/+284
|\
| * ptrace: add PTRACE_GET_SYSCALL_INFO requestElvira Khabirova2019-06-051-1/+100
| * lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addrHuang Shijie2019-06-051-1/+1
| * kernel: fix typos and some coding style in commentsWeitao Hou2019-06-051-9/+9
| * proc-sysctl-add-shared-variables-for-range-check-fixAndrew Morton2019-06-051-2/+2
| * proc/sysctl: add shared variables for range checkMatteo Croce2019-06-053-104/+98
| * kernel/hung_task.c: Monitor killed tasks.Tetsuo Handa2019-06-051-0/+44
| * mm/devm_memremap_pages: fix final page put raceDan Williams2019-06-051-5/+12
| * mm/devm_memremap_pages: introduce devm_memunmap_pagesDan Williams2019-06-051-0/+6
| * mm/memremap: rename and consolidate SECTION_SIZERobin Murphy2019-06-051-6/+4
| * signal: remove the wrong signal_pending() check in restore_user_sigmask()Oleg Nesterov2019-06-051-2/+3
| * kernel/pid.c: convert struct pid:count to refcount_tJoel Fernandes (Google)2019-06-051-5/+5
* | Merge remote-tracking branch 'pidfd/for-next'Stephen Rothwell2019-06-053-1/+83
|\ \
| * | pid: add pidfd_open()Christian Brauner2019-05-242-1/+44
| * | pidfd: add polling supportJoel Fernandes (Google)2019-05-203-0/+39
* | | Merge remote-tracking branch 'userns/for-next'Stephen Rothwell2019-06-055-81/+180
|\ \ \
| * | | signal: Remove the signal number and task parameters from force_sig_infoEric W. Biederman2019-05-292-8/+8
| * | | signal: Factor force_sig_info_to_task out of force_sig_infoEric W. Biederman2019-05-291-3/+9
| * | | signal: Generate the siginfo in force_sigEric W. Biederman2019-05-291-1/+9
| * | | signal: Move the computation of force into send_signal and correct it.Eric W. Biederman2019-05-291-13/+22
| * | | signal: Properly set TRACE_SIGNAL_LOSE_INFO in __send_signalEric W. Biederman2019-05-291-17/+16
| * | | signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-3/+2
| * | | signal: Use force_sig_fault_to_task for the two calls that don't deliver to c...Eric W. Biederman2019-05-291-1/+11
| * | | signal: Remove task parameter from force_sig_mceerrEric W. Biederman2019-05-271-2/+2
| * | | signal: Remove task parameter from force_sigEric W. Biederman2019-05-273-6/+6
| * | | signal: Remove task parameter from force_sigsegvEric W. Biederman2019-05-272-3/+5
| * | | signal/pid_namespace: Fix reboot_pid_ns to use send_sig not force_sigEric W. Biederman2019-05-271-1/+1
| * | | signal: Correct namespace fixups of si_pid and si_uidEric W. Biederman2019-05-221-27/+40
| * | | signal/usb: Replace kill_pid_info_as_cred with kill_pid_usb_asyncioEric W. Biederman2019-05-221-8/+61
| |/ /
* | | Merge remote-tracking branch 'cgroup/for-next'Stephen Rothwell2019-06-052-31/+116
|\ \ \
| * | | cgroup: add cgroup_parse_float()Tejun Heo2019-05-311-0/+43
| * | | cgroup: Include dying leaders with live threads in PROCS iterationsTejun Heo2019-05-311-7/+37
| * | | cgroup: Implement css_task_iter_skip()Tejun Heo2019-05-311-24/+36
| * | | cgroup: Call cgroup_release() before __exit_signal()Tejun Heo2019-05-311-1/+1
* | | | Merge remote-tracking branch 'driver-core/driver-core-next'Stephen Rothwell2019-06-055-69/+13
|\ \ \ \
| * | | | gcov: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-22/+2
| * | | | kprobes: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-19/+6
| * | | | fail_function: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-18/+5
| * | | | blktrace: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-6/+0
| * | | | trace: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-4/+0
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'ftrace/for-next'Stephen Rothwell2019-06-0510-49/+232
|\ \ \ \
| * | | | ftrace: Enable trampoline when rec count returns back to oneCheng Jian2019-05-251-13/+15
| * | | | tracing/kprobe: Do not run kprobe boot tests if kprobe_event is on cmdlineSteven Rostedt (VMware)2019-05-251-0/+8
| * | | | tracing: Make a separate config for trace event self testsSteven Rostedt (VMware)2019-05-252-2/+12
| * | | | tracing/kprobe: Add kprobe_event= boot parameterMasami Hiramatsu2019-05-251-0/+54
| * | | | kprobes: Initialize kprobes at postcore_initcallMasami Hiramatsu2019-05-251-2/+1
| * | | | tracing/kprobe: Cast user-space address correctlyMasami Hiramatsu2019-05-251-1/+3
| * | | | tracing: Use correct function name in trace_filter_add_remove_task() commentMatthias Kaehlcke2019-05-251-1/+1
| * | | | tracing/probe: Support user-space dereferenceMasami Hiramatsu2019-05-256-14/+53
| * | | | tracing/probe: Add ustring type for user-space stringMasami Hiramatsu2019-05-256-8/+77