summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-243-17/+53
|\
| * Merge tag 'sched-urgent-2020-05-24' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-05-242-14/+39
| |\
| | * sched/fair: Fix unthrottle_cfs_rq() for leaf_cfs_rq listVincent Guittot2020-05-191-12/+30
| | * sched/debug: Fix requested task uclamp values shown in procfsPavankumar Kondeti2020-05-191-2/+2
| | * sched/fair: Fix enqueue_task_fair() warning some morePhil Auld2020-05-191-0/+7
| * | bpf: Prevent mmap()'ing read-only maps as writableAndrii Nakryiko2020-05-201-3/+14
| |/
* | bpf: Verifier track null pointer branch_taken with JNE and JEQJohn Fastabend2020-05-211-3/+33
* | xsk: Move xskmap.c to net/xdp/Björn Töpel2020-05-212-268/+0
* | bpf: Add get{peer, sock}name attach types for sock_addrDaniel Borkmann2020-05-192-1/+17
* | bpf: Fix check_return_code to only allow [0,1] in trace_iter progsDaniel Borkmann2020-05-161-1/+2
* | 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-081-0/+6
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-05-081-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-121-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-071-2/+2
| | | |_|/ | | |/| |
| * | | | Merge tag 'trace-v5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-05-074-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-141-18/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-1411-9/+1357
|\ \ \
| * | | bpf: Fix bpf_iter's task iterator logicAndrii Nakryiko2020-05-141-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-091-0/+37