summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpf, devmap: Exclude XDP broadcast to master deviceJussi Maki2021-08-091-9/+60
* bpf: Fix off-by-one in tail call count limitingJohan Almbladh2021-08-031-1/+1
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-07-316-18/+51
|\
| * bpf: Emit better log message if bpf_iter ctx arg btf_id == 0Yonghong Song2021-07-301-0/+5
| * bpf: Increase supported cgroup storage value sizeStanislav Fomichev2021-07-281-1/+10
| * bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau2021-07-242-1/+28
| * bpf: Remove redundant intiialization of variable stypeColin Ian King2021-07-231-1/+1
| * bpf: Fix pointer cast warningArnd Bergmann2021-07-231-1/+1
| * bpf: Add ambient BPF runtime context stored in currentAndrii Nakryiko2021-07-163-14/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-3116-147/+163
|\ \
| * \ Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-07-313-107/+76
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-07-293-107/+76
| | |\ \
| | | * | bpf: Fix leakage due to insufficient speculative store bypass mitigationDaniel Borkmann2021-07-291-55/+32
| | | * | bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2021-07-292-8/+27
| | | * | bpf: Fix pointer arithmetic mask tightening under state pruningDaniel Borkmann2021-07-161-10/+17
| | | * | bpf: Remove superfluous aux sanitation on subprog rejectionDaniel Borkmann2021-07-161-34/+0
| * | | | Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-07-271-3/+1
| |\ \ \ \
| | * | | | cgroup1: fix leaked context root causing sporadic NULL deref in LTPPaul Gortmaker2021-07-211-3/+1
| * | | | | Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-07-271-7/+13
| |\ \ \ \ \
| | * | | | | workqueue: fix UAF in pwq_unbound_release_workfn()Yang Yingliang2021-07-211-7/+13
| | |/ / / /
| * | | | | smpboot: fix duplicate and misplaced inlining directiveLinus Torvalds2021-07-251-1/+1
| * | | | | Merge tag 'timers-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-07-252-8/+10
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'timers/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner2021-07-202-8/+10
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | timers: Fix get_next_timer_interrupt() with no timers pendingNicolas Saenz Julienne2021-07-151-3/+5
| | | * | | | posix-cpu-timers: Fix rearm racing against process tickFrederic Weisbecker2021-07-151-5/+5
| * | | | | | Merge tag 'core-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-07-251-1/+1
| |\ \ \ \ \ \
| | * | | | | | smpboot: Mark idle_init() as __always_inlined to work around aggressive compi...Ingo Molnar2021-07-131-1/+1
| | | |/ / / / | | |/| | | |
| * | | | | | Merge tag 'dma-mapping-5.14-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-07-251-2/+10
| |\ \ \ \ \ \
| | * | | | | | dma-mapping: handle vmalloc addresses in dma_common_{mmap,get_sgtable}Roman Skakun2021-07-161-2/+10
| * | | | | | | Merge tag 'trace-v5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-07-237-19/+52
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | tracepoints: Update static_call before tp_funcs when adding a tracepointSteven Rostedt (VMware)2021-07-231-1/+1
| | * | | | | | ftrace: Remove redundant initialization of variable retColin Ian King2021-07-231-1/+1
| | * | | | | | ftrace: Avoid synchronize_rcu_tasks_rude() call when not necessaryNicolas Saenz Julienne2021-07-231-1/+2
| | * | | | | | tracing: Clean up alloc_synth_event()Steven Rostedt (VMware)2021-07-231-5/+3
| | * | | | | | tracing/histogram: Rename "cpu" to "common_cpu"Steven Rostedt (VMware)2021-07-232-6/+20
| | * | | | | | tracing: Synthetic event field_pos is an index not a booleanSteven Rostedt (VMware)2021-07-231-1/+1
| | * | | | | | tracing: Fix bug in rb_per_cpu_empty() that might cause deadloop.Haoran Luo2021-07-221-4/+24
| | | |_|/ / / | | |/| | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-07-237-16/+16
|\| | | | | | | |_|_|_|_|/ |/| | | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-07-221-0/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | / | | | |_|/ | | |/| |
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-07-151-0/+2
| | |\ \ \
| | | * | | bpf: Fix tail_call_reachable rejection for interpreter when jit failedDaniel Borkmann2021-07-131-0/+2
| * | | | | Merge tag 'trace-v5.14-5' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-07-171-3/+3
| |\ \ \ \ \
| | * | | | | tracing: Do not reference char * as a string in histogramsSteven Rostedt (VMware)2021-07-151-3/+3
| * | | | | | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmc...Linus Torvalds2021-07-164-12/+10
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | rcu: Fix pr_info() formats and values in show_rcu_gp_kthreads()Paul E. McKenney2021-07-071-2/+2
| | * | | | | rcu-tasks: Don't delete holdouts within trc_wait_for_one_reader()Paul E. McKenney2021-07-071-1/+0
| | * | | | | rcu-tasks: Don't delete holdouts within trc_inspect_reader()Paul E. McKenney2021-07-061-3/+2
| | * | | | | refscale: Avoid false-positive warnings in ref_scale_reader()Paul E. McKenney2021-07-061-3/+3
| | * | | | | scftorture: Avoid false-positive warnings in scftorture_invoker()Paul E. McKenney2021-07-061-3/+3
| * | | | | | Merge tag 'Wimplicit-fallthrough-clang-5.14-rc2' of git://git.kernel.org/pub/...Linus Torvalds2021-07-151-1/+1
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |