summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | tracing/kprobes: Use dyn_event framework for kprobe eventsMasami Hiramatsu2018-12-084-145/+204
| * | | | | tracing: Add unified dynamic event frameworkMasami Hiramatsu2018-12-085-0/+337
| * | | | | tracing: Integrate similar probe argument parsersMasami Hiramatsu2018-12-084-96/+50
| * | | | | tracing: Simplify creation and deletion of synthetic eventsMasami Hiramatsu2018-12-081-35/+18
| * | | | | tracing: Lock event_mutex before synth_event_mutexMasami Hiramatsu2018-12-082-20/+38
| * | | | | tracing/uprobes: Add busy check when cleanup all uprobesMasami Hiramatsu2018-12-081-0/+7
| * | | | | tracing: Change default buffer_percent to 50Steven Rostedt (VMware)2018-12-081-1/+1
| * | | | | tracing: Add tracefs file buffer_percentageSteven Rostedt (VMware)2018-12-083-17/+77
| * | | | | ring-buffer: Add percentage of ring buffer full to wake up readerSteven Rostedt (VMware)2018-12-082-9/+70
| * | | | | tracing: Have trace_stack nr_entries compare not be so subtleDan Carpenter2018-12-081-1/+1
| * | | | | function_graph: Have profiler use new helper ftrace_graph_get_ret_stack()Steven Rostedt (VMware)2018-12-082-10/+22
| * | | | | function_graph: Move ftrace_graph_ret_addr() to fgraph.cSteven Rostedt (VMware)2018-12-082-55/+55
| * | | | | fgraph: Add new fgraph_ops structure to enable function graph hooksSteven Rostedt (VMware)2018-12-086-35/+47
| * | | | | tracing: Rearrange functions in trace_sched_wakeup.cSteven Rostedt (VMware)2018-12-081-142/+130
| * | | | | fgraph: Move function graph specific code into fgraph.cSteven Rostedt (VMware)2018-12-082-362/+366
| * | | | | function_graph: Do not expose the graph_time option when profiler is not conf...Steven Rostedt (VMware)2018-12-082-0/+9
| * | | | | ftrace: Create new ftrace_internal.h headerSteven Rostedt (VMware)2018-12-082-62/+89
| * | | | | function_graph: Remove the use of FTRACE_NOTRACE_DEPTHSteven Rostedt (VMware)2018-12-082-30/+0
| * | | | | fgraph: Have set_graph_notrace only affect function_graph tracerSteven Rostedt (VMware)2018-11-293-21/+29
| * | | | | fgraph: Create a fgraph.c file to store function graph infrastructureSteven Rostedt (VMware)2018-11-293-220/+233
| * | | | | tracing: Do not line wrap short line in function_graph_enter()Steven Rostedt (VMware)2018-11-291-2/+1
* | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-12-311-34/+9
|\ \ \ \ \ \
| * | | | | | sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f...Linus Torvalds2018-12-301-34/+9
* | | | | | | Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-12-291-1/+1
|\ \ \ \ \ \ \
| * | | | | | | kconfig: warn no new line at end of fileMasahiro Yamada2018-12-151-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2018-12-295-93/+931
|\ \ \ \ \ \ \
| * | | | | | | cgroup: Add named hierarchy disabling to cgroup_no_v1 boot paramTejun Heo2018-12-281-1/+13
| * | | | | | | cgroup: fix parsing empty mount option stringOndrej Mosnacek2018-12-281-1/+1
| * | | | | | | Merge branch 'for-4.20-fixes' into for-4.21Tejun Heo2018-12-2716-126/+180
| |\ \ \ \ \ \ \
| | * | | | | | | cgroup: fix CSS_TASK_ITER_PROCSTejun Heo2018-11-201-12/+17
| * | | | | | | | cpuset: Remove set but not used variable 'cs'YueHaibing2018-12-031-2/+0
| * | | | | | | | cgroup: Add .__DEBUG__. prefix to debug file namesTejun Heo2018-11-131-4/+7
| * | | | | | | | cpuset: Minor cgroup2 interface updatesTejun Heo2018-11-131-4/+4
| * | | | | | | | cpuset: Expose cpuset.cpus.subpartitions with cgroup_debugWaiman Long2018-11-084-4/+27
| * | | | | | | | cpuset: Use descriptive text when reading/writing cpuset.sched.partitionWaiman Long2018-11-081-7/+51
| * | | | | | | | cpuset: Expose cpus.effective and mems.effective on cgroup v2 rootWaiman Long2018-11-081-2/+0
| * | | | | | | | cpuset: Make generate_sched_domains() work with partitionWaiman Long2018-11-081-7/+27
| * | | | | | | | cpuset: Make CPU hotplug work with partitionWaiman Long2018-11-081-15/+116
| * | | | | | | | cpuset: Track cpusets that use parent's effective_cpusWaiman Long2018-11-081-1/+70
| * | | | | | | | cpuset: Add an error state to cpuset.sched.partitionWaiman Long2018-11-081-24/+129
| * | | | | | | | cpuset: Add new v2 cpuset.sched.partition flagWaiman Long2018-11-081-13/+352
| * | | | | | | | cpuset: Simply allocation and freeing of cpumasksWaiman Long2018-11-081-33/+77
| * | | | | | | | cpuset: Define data structures to support scheduling partitionWaiman Long2018-11-081-0/+37
| * | | | | | | | cpuset: Enable cpuset controller in default hierarchyWaiman Long2018-11-081-3/+45
| * | | | | | | | cgroup: remove unnecessary unlikely()Yangtao Li2018-11-051-3/+1
* | | | | | | | | Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-281-2/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | kobject: return error code if writing /sys/.../uevent failsPeter Rajnoha2018-12-061-2/+4
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-288-49/+105
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | kernel/fork.c: mark 'stack_vm_area' with __maybe_unusedYueHaibing2018-12-281-1/+1
| * | | | | | | | | mm/hmm: fix memremap.h, move dev_page_fault_t callback to hmmDan Williams2018-12-281-1/+5