summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-095-11/+7Star
* kcov: simplify interrupt checkDmitry Vyukov2017-05-091-8/+1Star
* taskstats: add e/u/stime for TGID commandZhang Xiao2017-05-091-0/+14
* pidns: expose task pid_ns_for_children to userspaceKirill Tkhai2017-05-091-0/+34
* pidns: disable pid allocation if pid_ns_prepare_proc() is failed in alloc_pid()Kirill Tkhai2017-05-091-1/+3
* ia64: reuse append_elf_note() and final_note() functionsHari Bathini2017-05-092-48/+14Star
* crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_COREHari Bathini2017-05-095-407/+456
* fork: free vmapped stacks in cache when cpus are offlineHoeun Ryu2017-05-091-0/+23
* kernel/hung_task.c: defer showing held locksTetsuo Handa2017-05-091-1/+7
* proc/sysctl: fix the int overflow for jiffies conversionGao Feng2017-05-091-1/+1
* Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-051-14/+18
|\
| * powerpc/kprobes: Fix handling of function offsets on ABIv2Naveen N. Rao2017-04-201-3/+4
| * kprobes: Convert kprobe_lookup_name() to a functionNaveen N. Rao2017-04-201-12/+8Star
| * kprobes: Skip preparing optprobe if the probe is ftrace-basedMasami Hiramatsu2017-04-201-2/+9
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-05-053-4/+3Star
|\ \
| * | signal: Make kill_proc_info staticEric W. Biederman2017-04-221-1/+1
| * | rlimit: Properly call security_task_setrlimitEric W. Biederman2017-04-211-2/+1Star
| * | posix-timers: Correct sanity check in posix_cpu_nsleepEric W. Biederman2017-04-171-1/+1
* | | Merge tag 'modules-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-041-1/+1
|\ \ \
| * | | kallsyms: Use bounded strnchr() when parsing stringNaveen N. Rao2017-04-241-1/+1
* | | | Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-05-0412-585/+1303
|\ \ \ \
| * | | | ring-buffer: Return reader page back into existing ring bufferSteven Rostedt (VMware)2017-05-013-9/+50
| * | | | tracing/ftrace: Allow for instances to trigger their own stacktrace probesSteven Rostedt (VMware)2017-04-211-3/+14
| * | | | tracing/ftrace: Allow for the traceonoff probe be unique to instancesSteven Rostedt (VMware)2017-04-213-12/+15
| * | | | tracing/ftrace: Enable snapshot function trigger to work with instancesSteven Rostedt (VMware)2017-04-211-19/+25
| * | | | tracing/ftrace: Allow instances to have their own function probesSteven Rostedt (VMware)2017-04-211-2/+2
| * | | | tracing/ftrace: Add a better way to pass data via the probe functionsSteven Rostedt (VMware)2017-04-215-107/+153
| * | | | ftrace: Dynamically create the probe ftrace_ops for the trace_arraySteven Rostedt (VMware)2017-04-215-57/+146
| * | | | tracing: Pass the trace_array into ftrace_probe_ops functionsSteven Rostedt (VMware)2017-04-215-30/+51
| * | | | tracing: Have the trace_array hold the list of registered func probesSteven Rostedt (VMware)2017-04-215-30/+56
| * | | | ftrace: If the hash for a probe fails to update then free what was initializedSteven Rostedt (VMware)2017-04-211-1/+15
| * | | | ftrace: Have the function probes call their own functionSteven Rostedt (VMware)2017-04-212-127/+99Star
| * | | | ftrace: Have each function probe use its own ftrace_opsSteven Rostedt (VMware)2017-04-212-148/+99Star
| * | | | ftrace: Have unregister_ftrace_function_probe_func() return a valueSteven Rostedt (VMware)2017-04-215-14/+17
| * | | | ftrace: Add helper function ftrace_hash_move_and_update_ops()Steven Rostedt (VMware)2017-04-211-52/+53
| * | | | ftrace: Remove data field from ftrace_func_probe structureSteven Rostedt (VMware)2017-04-215-15/+11Star
| * | | | ftrace: Remove printing of data in showing of a function probeSteven Rostedt (VMware)2017-04-211-5/+1Star
| * | | | ftrace: Remove unused unregister_ftrace_function_probe_all() functionSteven Rostedt (VMware)2017-04-212-20/+3Star
| * | | | ftrace: Remove unused unregister_ftrace_function_probe() functionSteven Rostedt (VMware)2017-04-212-18/+3Star
| * | | | ftrace: Convert the rest of the function trigger over to the mapping functionsSteven Rostedt (VMware)2017-04-211-38/+85
| * | | | tracing: Have the snapshot trigger use the mapping helper functionsSteven Rostedt (VMware)2017-04-211-8/+44
| * | | | ftrace: Added ftrace_func_mapper for function probe triggersSteven Rostedt (VMware)2017-04-213-15/+210
| * | | | ftrace: Pass probe ops to probe functionSteven Rostedt (VMware)2017-04-215-14/+27
| * | | | ftrace: Remove unused "flags" field from struct ftrace_func_probeSteven Rostedt (VMware)2017-04-211-1/+0Star
| * | | | ftrace: Move the function commands into the tracing directorySteven Rostedt (VMware)2017-04-211-0/+20
| * | | | ftrace: Move the probe function into the tracing directorySteven Rostedt (VMware)2017-04-181-0/+25
| * | | | ftrace: Add 'function-fork' trace optionNamhyung Kim2017-04-173-2/+46
| * | | | tracing: Have the trace_event benchmark thread call cond_resched_rcu_qs()Steven Rostedt (VMware)2017-04-171-3/+11
| * | | | ftrace: Fix indexing of t_hash_start() from t_next()Steven Rostedt (VMware)2017-04-171-2/+3
| * | | | ftrace: Fix removing of second function probeSteven Rostedt (VMware)2017-04-151-4/+16