Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | bpf: verifier: avoid fall-through warnings | Gustavo A. R. Silva | 2019-07-12 | 1 | -0/+2 | |
| | * | | | | | | | | bpf: fix precision bit propagation for BPF_ST instructions | Andrii Nakryiko | 2019-07-12 | 1 | -7/+4 | |
* | | | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2019-07-19 | 5 | -157/+155 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | proc/sysctl: add shared variables for range check | Matteo Croce | 2019-07-19 | 3 | -106/+100 | |
| * | | | | | | | | | | mm/devm_memremap_pages: enable sub-section remap | Dan Williams | 2019-07-19 | 1 | -34/+23 | |
| * | | | | | | | | | | resource: avoid unnecessary lookups in find_next_iomem_res() | Nadav Amit | 2019-07-19 | 1 | -7/+22 | |
| * | | | | | | | | | | resource: fix locking in find_next_iomem_res() | Nadav Amit | 2019-07-19 | 1 | -10/+10 | |
| | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'modules-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-07-18 | 1 | -19/+41 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | modules: fix compile error if don't have strict module rwx | Yang Yingliang | 2019-06-26 | 1 | -4/+9 | |
| * | | | | | | | | | | module: allow arch overrides for .exit section names | Matthias Schiffer | 2019-06-24 | 1 | -1/+6 | |
| * | | | | | | | | | | modules: fix BUG when load module with rodata=n | Yang Yingliang | 2019-06-24 | 1 | -4/+7 | |
| * | | | | | | | | | | kernel/module: Fix mem leak in module_add_modinfo_attrs | YueHaibing | 2019-06-14 | 1 | -5/+17 | |
| * | | | | | | | | | | kernel: module: Use struct_size() helper | Gustavo A. R. Silva | 2019-06-07 | 1 | -2/+1 | |
| * | | | | | | | | | | kernel/module.c: Only return -EEXIST for modules that have finished loading | Prarit Bhargava | 2019-06-05 | 1 | -4/+2 | |
* | | | | | | | | | | | Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2019-07-18 | 14 | -359/+550 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | tracing: Make trace_get_fields() global | Cong Wang | 2019-07-16 | 1 | -8/+0 | |
| * | | | | | | | | | | tracing: Let filter_assign_type() detect FILTER_PTR_STRING | Cong Wang | 2019-07-16 | 1 | -0/+3 | |
| * | | | | | | | | | | tracing: Pass type into tracing_generic_entry_update() | Cong Wang | 2019-07-16 | 2 | -6/+5 | |
| * | | | | | | | | | | tracing/kprobe: Check registered state using kprobe | Masami Hiramatsu | 2019-07-16 | 2 | -14/+15 | |
| * | | | | | | | | | | tracing/probe: Add trace_event_call accesses APIs | Masami Hiramatsu | 2019-07-16 | 4 | -28/+40 | |
| * | | | | | | | | | | tracing/probe: Add probe event name and group name accesses APIs | Masami Hiramatsu | 2019-07-16 | 3 | -23/+33 | |
| * | | | | | | | | | | tracing/probe: Add trace flag access APIs for trace_probe | Masami Hiramatsu | 2019-07-16 | 4 | -23/+41 | |
| * | | | | | | | | | | tracing/probe: Add trace_event_file access APIs for trace_probe | Masami Hiramatsu | 2019-07-16 | 4 | -101/+109 | |
| * | | | | | | | | | | tracing/probe: Add trace_event_call register API for trace_probe | Masami Hiramatsu | 2019-07-16 | 4 | -36/+28 | |
| * | | | | | | | | | | tracing/probe: Add trace_probe init and free functions | Masami Hiramatsu | 2019-07-16 | 4 | -58/+58 | |
| * | | | | | | | | | | tracing/uprobe: Set print format when parsing command | Masami Hiramatsu | 2019-07-16 | 1 | -18/+7 | |
| * | | | | | | | | | | tracing/kprobe: Set print format right after parsed command | Masami Hiramatsu | 2019-07-16 | 1 | -16/+9 | |
| * | | | | | | | | | | kprobes: Fix to init kprobes in subsys_initcall | Masami Hiramatsu | 2019-07-16 | 1 | -1/+1 | |
| * | | | | | | | | | | tracepoint: Use struct_size() in kmalloc() | Gustavo A. R. Silva | 2019-06-18 | 1 | -2/+2 | |
| * | | | | | | | | | | ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS | Steven Rostedt (VMware) | 2019-05-28 | 1 | -13/+4 | |
| * | | | | | | | | | | ftrace: Enable trampoline when rec count returns back to one | Cheng Jian | 2019-05-26 | 1 | -13/+15 | |
| * | | | | | | | | | | tracing/kprobe: Do not run kprobe boot tests if kprobe_event is on cmdline | Steven Rostedt (VMware) | 2019-05-26 | 1 | -0/+8 | |
| * | | | | | | | | | | tracing: Make a separate config for trace event self tests | Steven Rostedt (VMware) | 2019-05-26 | 2 | -2/+12 | |
| * | | | | | | | | | | tracing/kprobe: Add kprobe_event= boot parameter | Masami Hiramatsu | 2019-05-26 | 1 | -0/+54 | |
| * | | | | | | | | | | kprobes: Initialize kprobes at postcore_initcall | Masami Hiramatsu | 2019-05-26 | 1 | -2/+1 | |
| * | | | | | | | | | | tracing/kprobe: Cast user-space address correctly | Masami Hiramatsu | 2019-05-26 | 1 | -1/+3 | |
| * | | | | | | | | | | tracing: Use correct function name in trace_filter_add_remove_task() comment | Matthias Kaehlcke | 2019-05-26 | 1 | -1/+1 | |
| * | | | | | | | | | | tracing/probe: Support user-space dereference | Masami Hiramatsu | 2019-05-26 | 6 | -14/+53 | |
| * | | | | | | | | | | tracing/probe: Add ustring type for user-space string | Masami Hiramatsu | 2019-05-26 | 6 | -8/+77 | |
| * | | | | | | | | | | ftrace: Make enable and update parameters bool when applicable | Steven Rostedt (VMware) | 2019-05-26 | 1 | -10/+10 | |
* | | | | | | | | | | | Merge branch 'for-linus-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-07-18 | 1 | -14/+16 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'stable/for-linus-5.2' into devel/for-linus-5.2 | Konrad Rzeszutek Wilk | 2019-06-19 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | swiotlb: fix phys_addr_t overflow warning | Arnd Bergmann | 2019-06-19 | 1 | -2/+2 | |
| * | | | | | | | | | | | swiotlb: Return consistent SWIOTLB segments/nr_tbl | Florian Fainelli | 2019-06-11 | 1 | -4/+4 | |
| * | | | | | | | | | | | swiotlb: Group identical cleanup in swiotlb_cleanup() | Florian Fainelli | 2019-06-11 | 1 | -8/+10 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2019-07-17 | 4 | -65/+132 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | kernel/pid.c: convert struct pid count to refcount_t | Joel Fernandes (Google) | 2019-07-17 | 1 | -5/+4 | |
| * | | | | | | | | | | | signal: simplify set_user_sigmask/restore_user_sigmask | Oleg Nesterov | 2019-07-17 | 1 | -50/+19 | |
| * | | | | | | | | | | | ptrace: add PTRACE_GET_SYSCALL_INFO request | Elvira Khabirova | 2019-07-17 | 1 | -1/+100 | |
| * | | | | | | | | | | | kernel: fix typos and some coding style in comments | Weitao Hou | 2019-07-17 | 1 | -9/+9 | |
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |