aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-05-12kprobes: Support NOKPROBE_SYMBOL() in modulesMasami Hiramatsu2-0/+20
2020-05-12kprobes: Support __kprobes blacklist in modulesMasami Hiramatsu2-0/+46
2020-05-12kprobes: Lock kprobe_mutex while showing kprobe_blacklistMasami Hiramatsu1-1/+7
2020-05-12sched: Make scheduler_ipi inlineThomas Gleixner1-10/+0
2020-05-12sched: Clean up scheduler_ipi()Peter Zijlstra (Intel)3-39/+36
2020-05-11tracing: Wait for preempt irq delay thread to executeSteven Rostedt (VMware)1-2/+10
2020-05-11bpf, libbpf: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-11workqueue: Fix an use after free in init_rescuer()Dan Carpenter1-1/+3
2020-05-11livepatch: Make klp_apply_object_relocs staticSamuel Zou1-1/+2
2020-05-10parisc: add sysctl file interface panic_on_stackoverflowXiaoming Ni1-9/+11
2020-05-09bpf: Support variable length array in tracing programsYonghong Song1-0/+37
2020-05-09bpf: Handle spilled PTR_TO_BTF_ID properly when checking stack_boundaryYonghong Song1-0/+5
2020-05-09bpf: Add bpf_seq_printf and bpf_seq_write helpersYonghong Song1-0/+214
2020-05-09bpf: Add PTR_TO_BTF_ID_OR_NULL supportYonghong Song2-5/+16
2020-05-09bpf: Add task and task/file iterator targetsYonghong Song2-1/+334
2020-05-09bpf: Add bpf_map iteratorYonghong Song3-1/+117
2020-05-09bpf: Implement common macros/helpers for target iteratorsYonghong Song1-5/+80
2020-05-09bpf: Create file bpf iteratorYonghong Song2-2/+20
2020-05-09bpf: Create anonymous bpf iteratorYonghong Song2-0/+155
2020-05-09bpf: Implement bpf_seq_read() for bpf iteratorYonghong Song1-0/+123
2020-05-09bpf: Support bpf tracing/iter programs for BPF_LINK_UPDATEYonghong Song1-0/+31
2020-05-09bpf: Support bpf tracing/iter programs for BPF_LINK_CREATEYonghong Song2-0/+76
2020-05-09bpf: Allow loading of a bpf_iter programYonghong Song2-0/+57
2020-05-09bpf: Implement an interface to register bpf_iter targetsYonghong Song2-1/+60
2020-05-09Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds1-1/+0
2020-05-09nsproxy: add struct nssetChristian Brauner6-25/+93
2020-05-08umh: fix memory leak on execve failureVincent Minet1-0/+6
2020-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-1/+3
2020-05-08kthread: save thread functionJ. Bruce Fields1-0/+17
2020-05-08Merge tag 'driver-core-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+5
2020-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2020-05-08fork: prevent accidental access to clone3 featuresChristian Brauner1-6/+7
2020-05-08Merge branch 'kcsan-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner5-249/+465
2020-05-08crypto: lib/sha1 - rename "sha" to "sha1"Eric Biggers1-9/+9
2020-05-07kernel/kcov.c: fix typos in kcov_remote_start documentationMaciej Grochowski1-2/+2
2020-05-07Merge tag 'trace-v5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds4-20/+54
2020-05-08module: Make module_enable_ro() static againJosh Poimboeuf1-1/+2
2020-05-08x86/module: Use text_mutex in apply_relocate_add()Josh Poimboeuf1-6/+0
2020-05-08module: Remove module_disable_ro()Josh Poimboeuf1-13/+0
2020-05-08livepatch: Remove module_disable_ro() usageJosh Poimboeuf1-2/+0
2020-05-08livepatch: Prevent module-specific KLP rela sections from referencing vmlinux...Josh Poimboeuf1-11/+27
2020-05-08livepatch: Remove .klp.archPeter Zijlstra1-18/+9
2020-05-08livepatch: Apply vmlinux-specific KLP relocations earlyJosh Poimboeuf2-55/+92
2020-05-08livepatch: Disallow vmlinux.koJosh Poimboeuf1-0/+5
2020-05-07exec: Merge install_exec_creds into setup_new_execEric W. Biederman1-1/+1
2020-05-07tracing: Make tracing_snapshot_instance_cond() staticZou Wei1-1/+2
2020-05-07tracing: Add a vmalloc_sync_mappings() for safe measureSteven Rostedt (VMware)1-0/+13
2020-05-07tracing: Wait for preempt irq delay thread to finishSteven Rostedt (VMware)1-6/+24
2020-05-07Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020....Paul E. McKenney16-479/+1726
2020-05-07rcutorture: Convert ULONG_CMP_LT() to time_before()Paul E. McKenney1-3/+3