summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-07-192-14/+18
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-182-14/+18
| |\
| | * bpf: fix BTF verifier size resolution logicAndrii Nakryiko2019-07-151-7/+12
| | * bpf: verifier: avoid fall-through warningsGustavo A. R. Silva2019-07-121-0/+2
| | * bpf: fix precision bit propagation for BPF_ST instructionsAndrii Nakryiko2019-07-121-7/+4Star
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-195-157/+155Star
|\ \ \
| * | | proc/sysctl: add shared variables for range checkMatteo Croce2019-07-193-106/+100Star
| * | | mm/devm_memremap_pages: enable sub-section remapDan Williams2019-07-191-34/+23Star
| * | | resource: avoid unnecessary lookups in find_next_iomem_res()Nadav Amit2019-07-191-7/+22
| * | | resource: fix locking in find_next_iomem_res()Nadav Amit2019-07-191-10/+10
* | | | Merge tag 'modules-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-181-19/+41
|\ \ \ \
| * | | | modules: fix compile error if don't have strict module rwxYang Yingliang2019-06-261-4/+9
| * | | | module: allow arch overrides for .exit section namesMatthias Schiffer2019-06-241-1/+6
| * | | | modules: fix BUG when load module with rodata=nYang Yingliang2019-06-241-4/+7
| * | | | kernel/module: Fix mem leak in module_add_modinfo_attrsYueHaibing2019-06-141-5/+17
| * | | | kernel: module: Use struct_size() helperGustavo A. R. Silva2019-06-071-2/+1Star
| * | | | kernel/module.c: Only return -EEXIST for modules that have finished loadingPrarit Bhargava2019-06-051-4/+2Star
* | | | | Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-07-1814-359/+550
|\ \ \ \ \
| * | | | | tracing: Make trace_get_fields() globalCong Wang2019-07-161-8/+0Star
| * | | | | tracing: Let filter_assign_type() detect FILTER_PTR_STRINGCong Wang2019-07-161-0/+3
| * | | | | tracing: Pass type into tracing_generic_entry_update()Cong Wang2019-07-162-6/+5Star
| * | | | | tracing/kprobe: Check registered state using kprobeMasami Hiramatsu2019-07-162-14/+15
| * | | | | tracing/probe: Add trace_event_call accesses APIsMasami Hiramatsu2019-07-164-28/+40
| * | | | | tracing/probe: Add probe event name and group name accesses APIsMasami Hiramatsu2019-07-163-23/+33
| * | | | | tracing/probe: Add trace flag access APIs for trace_probeMasami Hiramatsu2019-07-164-23/+41
| * | | | | tracing/probe: Add trace_event_file access APIs for trace_probeMasami Hiramatsu2019-07-164-101/+109
| * | | | | tracing/probe: Add trace_event_call register API for trace_probeMasami Hiramatsu2019-07-164-36/+28Star
| * | | | | tracing/probe: Add trace_probe init and free functionsMasami Hiramatsu2019-07-164-58/+58
| * | | | | tracing/uprobe: Set print format when parsing commandMasami Hiramatsu2019-07-161-18/+7Star
| * | | | | tracing/kprobe: Set print format right after parsed commandMasami Hiramatsu2019-07-161-16/+9Star
| * | | | | kprobes: Fix to init kprobes in subsys_initcallMasami Hiramatsu2019-07-161-1/+1
| * | | | | tracepoint: Use struct_size() in kmalloc()Gustavo A. R. Silva2019-06-181-2/+2
| * | | | | ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESSSteven Rostedt (VMware)2019-05-281-13/+4Star
| * | | | | ftrace: Enable trampoline when rec count returns back to oneCheng Jian2019-05-261-13/+15
| * | | | | tracing/kprobe: Do not run kprobe boot tests if kprobe_event is on cmdlineSteven Rostedt (VMware)2019-05-261-0/+8
| * | | | | tracing: Make a separate config for trace event self testsSteven Rostedt (VMware)2019-05-262-2/+12
| * | | | | tracing/kprobe: Add kprobe_event= boot parameterMasami Hiramatsu2019-05-261-0/+54
| * | | | | kprobes: Initialize kprobes at postcore_initcallMasami Hiramatsu2019-05-261-2/+1Star
| * | | | | tracing/kprobe: Cast user-space address correctlyMasami Hiramatsu2019-05-261-1/+3
| * | | | | tracing: Use correct function name in trace_filter_add_remove_task() commentMatthias Kaehlcke2019-05-261-1/+1
| * | | | | tracing/probe: Support user-space dereferenceMasami Hiramatsu2019-05-266-14/+53
| * | | | | tracing/probe: Add ustring type for user-space stringMasami Hiramatsu2019-05-266-8/+77
| * | | | | ftrace: Make enable and update parameters bool when applicableSteven Rostedt (VMware)2019-05-261-10/+10
* | | | | | Merge branch 'for-linus-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-181-14/+16
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Merge branch 'stable/for-linus-5.2' into devel/for-linus-5.2Konrad Rzeszutek Wilk2019-06-191-2/+2
| |\ \ \ \ \
| | * | | | | swiotlb: fix phys_addr_t overflow warningArnd Bergmann2019-06-191-2/+2
| * | | | | | swiotlb: Return consistent SWIOTLB segments/nr_tblFlorian Fainelli2019-06-111-4/+4
| * | | | | | swiotlb: Group identical cleanup in swiotlb_cleanup()Florian Fainelli2019-06-111-8/+10
| |/ / / / /
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-174-65/+132
|\ \ \ \ \ \
| * | | | | | kernel/pid.c: convert struct pid count to refcount_tJoel Fernandes (Google)2019-07-171-5/+4Star