summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-08-3114-189/+433
|\
| * bpf: Fix bpf-next builds without CONFIG_BPF_EVENTSDaniel Xu2021-08-262-2/+2
| * bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockoptMartin KaFai Lau2021-08-261-1/+21
| * bpf: Add bpf_task_pt_regs() helperDaniel Xu2021-08-252-0/+22
| * bpf: Extend bpf_base_func_proto helpers with bpf_get_current_task_btf()Daniel Xu2021-08-252-1/+4
| * bpf: Consolidate task_struct BTF_ID declarationsDaniel Xu2021-08-254-15/+10
| * bpf: Fix possible out of bound write in narrow load handlingAndrey Ignatov2021-08-241-0/+4
| * bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enumDave Marchevsky2021-08-241-63/+93
| * bpf: Add support for {set|get} socket options from setsockopt BPFPrankur Gupta2021-08-201-0/+8
| * bpf: Use kvmalloc for map keys in syscallsStanislav Fomichev2021-08-201-17/+17
| * bpf: Use kvmalloc for map values in syscallStanislav Fomichev2021-08-201-17/+11
| * bpf: Fix NULL event->prog pointer access in bpf_overflow_handlerYonghong Song2021-08-191-1/+4
| * bpf: Undo off-by-one in interpreter tail call count limitDaniel Borkmann2021-08-191-1/+1
| * bpf: Remove redundant initialization of variable allowColin Ian King2021-08-171-1/+1
| * bpf: Add bpf_get_attach_cookie() BPF helper to access bpf_cookie valueAndrii Nakryiko2021-08-171-1/+34
| * bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko2021-08-174-22/+38
| * bpf: Implement minimal BPF perf linkAndrii Nakryiko2021-08-172-13/+102
| * bpf: Refactor perf_event_set_bpf_prog() to use struct bpf_prog inputAndrii Nakryiko2021-08-171-33/+28
| * bpf: Refactor BPF_PROG_RUN_ARRAY family of macros into functionsAndrii Nakryiko2021-08-172-17/+17
| * bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko2021-08-177-15/+15
| * bpf: Support "%c" in bpf_bprintf_prepare().Kuniyuki Iwashima2021-08-151-0/+14
| * bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_CGROUP_SOCKOPTStanislav Fomichev2021-08-141-0/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-273-12/+16
|\ \
| * \ Merge tag 'net-5.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-08-261-2/+6
| |\ \
| | * | bpf: Fix ringbuf helper function compatibilityDaniel Borkmann2021-08-231-2/+6
| * | | Merge branch 'for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2021-08-252-10/+10
| |\ \ \ | | |/ / | |/| |
| | * | ucounts: Increase ucounts reference counter before the security hookAlexey Gladkov2021-08-231-6/+6
| | * | ucounts: Fix regression preventing increasing of rlimits in init_user_nsEric W. Biederman2021-08-231-4/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-2012-53/+116
|\| | | | |_|/ |/| |
| * | Merge tag 'net-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-08-192-6/+17
| |\ \
| | * \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-08-192-6/+17
| | |\ \
| | | * | bpf: Clear zext_dst of dead insnsIlya Leoshkevich2021-08-131-0/+1
| | | * | bpf: Add rcu_read_lock in bpf_get_current_[ancestor_]cgroup_id() helpersYonghong Song2021-08-111-6/+16
| * | | | Merge tag 'cfi-v5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2021-08-181-4/+4
| |\ \ \ \
| | * | | | cfi: Use rcu_read_{un}lock_sched_notraceElliot Berman2021-08-111-4/+4
| * | | | | Merge tag 'trace-v5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-08-172-35/+15
| |\ \ \ \ \
| | * | | | | tracing: Apply trace filters on all output channelsPingfan Liu2021-08-162-35/+15
| * | | | | | Merge tag 'trace-v5.14-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-08-163-1/+62
| |\| | | | |
| | * | | | | tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event nameSteven Rostedt (VMware)2021-08-121-0/+2
| | * | | | | tracing: define needed config DYNAMIC_FTRACE_WITH_ARGSLukas Bulwahn2021-08-121-0/+5
| | * | | | | trace/osnoise: Print a stop tracing messageDaniel Bristot de Oliveira2021-08-121-1/+5
| | * | | | | trace/timerlat: Add a header with PREEMPT_RT additional fieldsDaniel Bristot de Oliveira2021-08-121-0/+19
| | * | | | | trace/osnoise: Add a header with PREEMPT_RT additional fieldsDaniel Bristot de Oliveira2021-08-121-0/+31
| * | | | | | Merge tag 'irq-urgent-2021-08-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-08-153-6/+17
| |\ \ \ \ \ \
| | * | | | | | genirq/msi: Ensure deactivation on teardownBixuan Cui2021-08-101-5/+8
| | * | | | | | genirq/timings: Prevent potential array overflow in __irq_timings_store()Ben Dai2021-08-101-0/+5
| | * | | | | | genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUPThomas Gleixner2021-08-101-1/+4
| | | |/ / / / | | |/| | | |
| * | | | | | Merge tag 'locking_urgent_for_v5.14_rc6' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-08-151-1/+1
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | locking/rtmutex: Use the correct rtmutex debugging config optionZhen Lei2021-08-101-1/+1
| | |/ / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-1311-108/+246
|\| | | | |