aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-16bpf: Fix check_return_code to only allow [0,1] in trace_iter progsDaniel Borkmann1-1/+2
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller14-110/+188
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds5-37/+101
2020-05-15kernel/cpu_pm: Fix uninitted local in cpu_pmDouglas Anderson1-2/+2
2020-05-15docs: sysctl/kernel: document ngroups_maxStephen Kitt1-2/+2
2020-05-15scs: Add support for stack usage debuggingSami Tolvanen1-1/+29
2020-05-15scs: Add page accounting for shadow call stack allocationsSami Tolvanen1-0/+15
2020-05-15scs: Add support for Clang's Shadow Call Stack (SCS)Sami Tolvanen4-0/+77
2020-05-15bpf: Implement CAP_BPFAlexei Starovoitov14-54/+109
2020-05-15bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifierDaniel Borkmann1-32/+62
2020-05-15bpf: Add bpf_probe_read_{user, kernel}_str() to do_refine_retval_rangeDaniel Borkmann1-1/+3
2020-05-15bpf: Restrict bpf_probe_read{, str}() only to archs where they workDaniel Borkmann1-2/+4
2020-05-15rcu: constify sysrq_key_opEmil Velikov1-1/+1
2020-05-15kernel/power: constify sysrq_key_opEmil Velikov1-1/+1
2020-05-15kdb: constify sysrq_key_opEmil Velikov1-1/+1
2020-05-14xdp: Cpumap redirect use frame_sz and increase skb_tailroomJesper Dangaard Brouer1-18/+3
2020-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller11-9/+1357
2020-05-14bpf: Fix bpf_iter's task iterator logicAndrii Nakryiko1-1/+7
2020-05-14bpf: Enforce returning 0 for fentry/fexit progsYonghong Song1-0/+17
2020-05-14bpf: Fix bug in mmap() implementation for BPF array mapAndrii Nakryiko1-1/+6
2020-05-14Merge tag 'for-linus-2020-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+7
2020-05-14Merge tag 'trace-v5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2-43/+13
2020-05-14ring-buffer: Remove all BUG() callsSteven Rostedt (VMware)1-6/+6
2020-05-14ring-buffer: Don't deactivate the ring buffer on failed iterator readsSteven Rostedt (VMware)1-15/+7
2020-05-13bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song5-6/+32
2020-05-13bpf: Change func bpf_iter_unreg_target() signatureYonghong Song1-2/+2
2020-05-13bpf: net: Refactor bpf_iter target registrationYonghong Song3-42/+42
2020-05-13bpf: Add comments to interpret bpf_prog return valuesYonghong Song1-0/+6
2020-05-13rcuwait: Let rcuwait_wake_up() return whether or not a task was awokenDavidlohr Bueso1-2/+5
2020-05-13rcuwait: Fix stale wake call name in commentDavidlohr Bueso1-1/+1
2020-05-13nsproxy: attach to namespaces via pidfdsChristian Brauner1-16/+213
2020-05-12x86/ftrace: Have ftrace trampolines turn read-only at the end of system boot upSteven Rostedt (VMware)1-22/+0
2020-05-12Merge tag 'trace-v5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-2/+10
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