summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-1514-110/+188
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-05-155-37/+101
| |\
| | * bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifierDaniel Borkmann2020-05-151-32/+62
| | * bpf: Add bpf_probe_read_{user, kernel}_str() to do_refine_retval_rangeDaniel Borkmann2020-05-151-1/+3
| | * bpf: Restrict bpf_probe_read{, str}() only to archs where they workDaniel Borkmann2020-05-151-2/+4
| | * bpf: Enforce returning 0 for fentry/fexit progsYonghong Song2020-05-141-0/+17
| | * bpf: Fix bug in mmap() implementation for BPF array mapAndrii Nakryiko2020-05-141-1/+6
| | * umh: fix memory leak on execve failureVincent Minet2020-05-091-0/+6
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-05-091-1/+3
| | |\
| | | * bpf: Fix error return code in map_lookup_and_delete_elem()Wei Yongjun2020-04-301-1/+3
| * | | Merge tag 'for-linus-2020-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-05-141-6/+7
| |\ \ \
| | * | | fork: prevent accidental access to clone3 featuresChristian Brauner2020-05-081-6/+7
| | |/ /
| * | | Merge tag 'trace-v5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-05-142-43/+13
| |\ \ \
| | * | | ring-buffer: Remove all BUG() callsSteven Rostedt (VMware)2020-05-141-6/+6
| | * | | ring-buffer: Don't deactivate the ring buffer on failed iterator readsSteven Rostedt (VMware)2020-05-141-15/+7
| | * | | x86/ftrace: Have ftrace trampolines turn read-only at the end of system boot upSteven Rostedt (VMware)2020-05-131-22/+0
| * | | | Merge tag 'trace-v5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-05-121-2/+10
| |\| | |
| | * | | tracing: Wait for preempt irq delay thread to executeSteven Rostedt (VMware)2020-05-111-2/+10
| * | | | Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds2020-05-091-1/+0
| * | | | Merge tag 'driver-core-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-05-081-0/+5
| |\ \ \ \
| | * | | | coredump: fix crash when umh is disabledLuis Chamberlain2020-04-281-0/+5
| | | |_|/ | | |/| |
| * | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-05-081-2/+2
| |\ \ \ \
| | * | | | kernel/kcov.c: fix typos in kcov_remote_start documentationMaciej Grochowski2020-05-081-2/+2
| | | |_|/ | | |/| |
| * | | | Merge tag 'trace-v5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-05-084-20/+54
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | tracing: Make tracing_snapshot_instance_cond() staticZou Wei2020-05-071-1/+2
| | * | tracing: Add a vmalloc_sync_mappings() for safe measureSteven Rostedt (VMware)2020-05-071-0/+13
| | * | tracing: Wait for preempt irq delay thread to finishSteven Rostedt (VMware)2020-05-071-6/+24
| | * | tracing/kprobes: Reject new event if loc is NULLMasami Hiramatsu2020-05-061-0/+6
| | * | tracing/boottime: Fix kprobe event API usageMasami Hiramatsu2020-05-061-12/+8
| | * | tracing/kprobes: Fix a double initialization typoMasami Hiramatsu2020-05-061-1/+1
| | |/
* | | bpf: Implement CAP_BPFAlexei Starovoitov2020-05-1514-54/+109
* | | xdp: Cpumap redirect use frame_sz and increase skb_tailroomJesper Dangaard Brouer2020-05-151-18/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-1511-9/+1357
|\ \ \
| * | | bpf: Fix bpf_iter's task iterator logicAndrii Nakryiko2020-05-151-1/+7
| * | | bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song2020-05-135-6/+32
| * | | bpf: Change func bpf_iter_unreg_target() signatureYonghong Song2020-05-131-2/+2
| * | | bpf: net: Refactor bpf_iter target registrationYonghong Song2020-05-133-42/+42
| * | | bpf: Add comments to interpret bpf_prog return valuesYonghong Song2020-05-131-0/+6
| * | | bpf, libbpf: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-111-1/+1
| * | | bpf: Support variable length array in tracing programsYonghong Song2020-05-101-0/+37
| * | | bpf: Handle spilled PTR_TO_BTF_ID properly when checking stack_boundaryYonghong Song2020-05-101-0/+5
| * | | bpf: Add bpf_seq_printf and bpf_seq_write helpersYonghong Song2020-05-101-0/+214
| * | | bpf: Add PTR_TO_BTF_ID_OR_NULL supportYonghong Song2020-05-102-5/+16
| * | | bpf: Add task and task/file iterator targetsYonghong Song2020-05-102-1/+334
| * | | bpf: Add bpf_map iteratorYonghong Song2020-05-103-1/+117
| * | | bpf: Implement common macros/helpers for target iteratorsYonghong Song2020-05-101-5/+80
| * | | bpf: Create file bpf iteratorYonghong Song2020-05-102-2/+20
| * | | bpf: Create anonymous bpf iteratorYonghong Song2020-05-102-0/+155
| * | | bpf: Implement bpf_seq_read() for bpf iteratorYonghong Song2020-05-101-0/+123
| * | | bpf: Support bpf tracing/iter programs for BPF_LINK_UPDATEYonghong Song2020-05-101-0/+31