summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-10-3010-931/+1261
|\
| * tracing: Have stack tracer trace full stackSteven Rostedt (VMware)2018-10-271-1/+1
| * tracing: Export trace_dump_stack to modulesNikolay Borisov2018-10-271-0/+1
| * tracing: probeevent: Fix uninitialized used of offset in parse argsSteven Rostedt (VMware)2018-10-121-1/+1
| * tracing/kprobes: Allow kprobe-events to record module symbolMasami Hiramatsu2018-10-103-10/+68
| * tracing/kprobes: Check the probe on unloaded module correctlyMasami Hiramatsu2018-10-101-13/+26
| * tracing/uprobes: Fix to return -EFAULT if copy_from_user failedMasami Hiramatsu2018-10-101-1/+1
| * tracing: probeevent: Add $argN for accessing function argsMasami Hiramatsu2018-10-105-20/+49
| * tracing: probeevent: Add array type supportMasami Hiramatsu2018-10-104-40/+170
| * tracing: probeevent: Add symbol typeMasami Hiramatsu2018-10-103-4/+18
| * tracing: probeevent: Unify fetch_insn processing common partMasami Hiramatsu2018-10-103-82/+63
| * tracing: probeevent: Append traceprobe_ for exported functionMasami Hiramatsu2018-10-104-6/+6
| * tracing: probeevent: Return consumed bytes of dynamic areaMasami Hiramatsu2018-10-104-110/+88
| * tracing: probeevent: Unify fetch type tablesMasami Hiramatsu2018-10-104-75/+39
| * tracing: probeevent: Introduce new argument fetching codeMasami Hiramatsu2018-10-105-678/+491
| * tracing: probeevent: Remove NOKPROBE_SYMBOL from print functionsMasami Hiramatsu2018-10-101-3/+1
| * tracing: probeevent: Cleanup argument field definitionMasami Hiramatsu2018-10-104-41/+29
| * tracing: probeevent: Cleanup print argument functionsMasami Hiramatsu2018-10-104-31/+29
| * trace_uprobe: support reference counter in fd-based uprobeSong Liu2018-10-104-15/+48
| * trace_uprobe/sdt: Prevent multiple reference counter for same uprobeRavi Bangoria2018-09-241-2/+35
| * uprobes/sdt: Prevent multiple reference counter for same uprobeRavi Bangoria2018-09-241-0/+19
| * uprobes: Support SDT markers having reference count (semaphore)Ravi Bangoria2018-09-243-11/+288
| * tracing/kprobe: Remove unneeded extra strchr() from create_trace_kprobe()Steven Rostedt (VMware)2018-09-241-3/+6
* | Merge tag 'trace-v4.19-rc8-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-301-1/+3
|\ \
| * | tracing: Return -ENOENT if there is no target synthetic eventMasami Hiramatsu2018-10-281-1/+3
* | | Merge tag 'pm-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2018-10-302-22/+42
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'pm-cpuidle' and 'pm-cpufreq'Rafael J. Wysocki2018-10-301-21/+13
| |\ \ \ \
| | * | | | cpuidle: menu: Remove get_loadavg() from the performance multiplierDaniel Lezcano2018-10-251-7/+0
| | * | | | sched: Factor out nr_iowait and nr_iowait_cpuDaniel Lezcano2018-10-251-21/+20
| | |/ / /
| * / / / kernel: hung_task.c: disable on suspendVitaly Kuznetsov2018-10-251-1/+29
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-10-286-43/+84
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-10-266-43/+84
| |\ \ \ \
| | * | | | bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann2018-10-251-3/+46
| | * | | | bpf: make direct packet write unclone more robustDaniel Borkmann2018-10-251-1/+5
| | * | | | bpf: fix leaking uninitialized memory on pop/peek helpersDaniel Borkmann2018-10-251-0/+2
| | * | | | bpf: fix direct packet write into pop/peek helpersDaniel Borkmann2018-10-251-2/+0
| | * | | | bpf: fix cg_skb types to hint access type in may_access_direct_pkt_dataDaniel Borkmann2018-10-251-0/+1
| | * | | | bpf: fix direct packet access for flow dissector progsDaniel Borkmann2018-10-251-2/+4
| | * | | | bpf, btf: fix a missing check bug in btf_parseMartin Lau2018-10-261-33/+25
| | * | | | bpf: devmap: fix wrong interface selection in notifier_callTaehee Yoo2018-10-261-2/+1
| | |/ / /
* | | | | Merge tag 'kbuild-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-10-281-2/+2
|\ \ \ \ \
| * | | | | kallsyms: reduce size a little on 64-bitJan Beulich2018-09-101-2/+2
* | | | | | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-281-60/+15
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | memremap: Convert to XArrayMatthew Wilcox2018-10-211-60/+16
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-10-2611-193/+1137
|\ \ \ \ \ \
| * | | | | | mm: defer ZONE_DEVICE page initialization to the point where we init pgmapAlexander Duyck2018-10-261-15/+10
| * | | | | | psi: cgroup supportJohannes Weiner2018-10-262-10/+153
| * | | | | | psi: pressure stall information for CPU, memory, and IOJohannes Weiner2018-10-266-2/+760
| * | | | | | sched: introduce this_rq_lock_irq()Johannes Weiner2018-10-262-3/+13
| * | | | | | sched: sched.h: make rq locking and clock functions available in stats.hJohannes Weiner2018-10-261-82/+82