Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | bpf: Simplify freeing logic in linfo and jited_linfo | Martin KaFai Lau | 2021-03-27 | 3 | -26/+16 | |
| | * | | | | | | bpf: Add support for batched ops in LPM trie maps | Pedro Tammela | 2021-03-26 | 1 | -0/+3 | |
| | * | | | | | | bpf: Fix NULL pointer dereference in bpf_get_local_storage() helper | Yonghong Song | 2021-03-26 | 2 | -6/+14 | |
| | * | | | | | | bpf: Undo ptr_to_map_key alu sanitation for now | Daniel Borkmann | 2021-03-26 | 1 | -14/+0 | |
| * | | | | | | | sysctl: add proc_dou8vec_minmax() | Eric Dumazet | 2021-03-26 | 1 | -0/+65 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2021-03-26 | 5 | -23/+16 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | bpf: Avoid old-style declaration warnings | Arnd Bergmann | 2021-03-24 | 1 | -2/+2 | |
| | * | | | | | | bpf: Remove insn_buf[] declaration in inner block | Jianlin Lv | 2021-03-19 | 1 | -1/+0 | |
| | * | | | | | | bpf, devmap: Move drop error path to devmap for XDP_REDIRECT | Lorenzo Bianconi | 2021-03-18 | 1 | -18/+12 | |
| | * | | | | | | bpf: Make symbol 'bpf_task_storage_busy' static | Wei Yongjun | 2021-03-16 | 1 | -1/+1 | |
| | * | | | | | | kernel/bpf/: Fix misspellings using codespell tool | Liu xuzhi | 2021-03-16 | 1 | -1/+1 | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2021-03-25 | 28 | -221/+557 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2021-03-10 | 15 | -140/+669 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | bpf, xdp: Restructure redirect actions | Björn Töpel | 2021-03-10 | 2 | -2/+0 | |
| | * | | | | | | | bpf, xdp: Make bpf_redirect_map() a map operation | Björn Töpel | 2021-03-10 | 3 | -5/+32 | |
| | * | | | | | | | bpf: Add BTF_KIND_FLOAT support | Ilya Leoshkevich | 2021-03-05 | 1 | -2/+81 | |
| | * | | | | | | | bpf: Add arraymap support for bpf_for_each_map_elem() helper | Yonghong Song | 2021-02-26 | 1 | -0/+40 | |
| | * | | | | | | | bpf: Add hashtab support for bpf_for_each_map_elem() helper | Yonghong Song | 2021-02-26 | 2 | -0/+92 | |
| | * | | | | | | | bpf: Add bpf_for_each_map_elem() helper | Yonghong Song | 2021-02-26 | 4 | -13/+215 | |
| | * | | | | | | | bpf: Change return value of verifier function add_subprog() | Yonghong Song | 2021-02-26 | 1 | -2/+2 | |
| | * | | | | | | | bpf: Refactor check_func_call() to allow callback function | Yonghong Song | 2021-02-26 | 1 | -17/+43 | |
| | * | | | | | | | bpf: Factor out verbose_invalid_scalar() | Yonghong Song | 2021-02-26 | 1 | -11/+19 | |
| | * | | | | | | | bpf: Factor out visit_func_call_insn() in check_cfg() | Yonghong Song | 2021-02-26 | 1 | -12/+23 | |
| | * | | | | | | | bpf: Rename fixup_bpf_calls and add some comments | Brendan Jackman | 2021-02-26 | 1 | -7/+9 | |
| | * | | | | | | | bpf: Use MAX_BPF_FUNC_REG_ARGS macro | Dmitrii Banshchikov | 2021-02-26 | 2 | -12/+15 | |
| | * | | | | | | | bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete] | Song Liu | 2021-02-26 | 3 | -10/+62 | |
| | * | | | | | | | bpf: Enable task local storage for tracing programs | Song Liu | 2021-02-26 | 6 | -49/+38 | |
* | | | | | | | | | Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2021-04-29 | 2 | -161/+89 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'locking/core' into x86/mm, to resolve conflict | Ingo Molnar | 2021-03-06 | 3 | -19/+277 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | smp: Micro-optimize smp_call_function_many_cond() | Peter Zijlstra | 2021-03-06 | 1 | -1/+1 | |
| * | | | | | | | | | | smp: Inline on_each_cpu_cond() and on_each_cpu() | Nadav Amit | 2021-03-06 | 2 | -93/+1 | |
| * | | | | | | | | | | smp: Run functions concurrently in smp_call_function_many_cond() | Nadav Amit | 2021-03-06 | 1 | -68/+88 | |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2021-04-29 | 2 | -1/+15 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | fanotify: configurable limits via sysfs | Amir Goldstein | 2021-03-16 | 2 | -1/+15 | |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds | 2021-04-29 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | quota: wire up quotactl_path | Sascha Hauer | 2021-03-17 | 1 | -0/+1 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge tag 'for-5.13/io_uring-2021-04-27' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-04-28 | 2 | -8/+30 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | kernel: always initialize task->pf_io_worker to NULL | Stefan Metzmacher | 2021-04-25 | 1 | -0/+1 | |
| * | | | | | | | | | | task_work: add helper for more targeted task_work canceling | Jens Axboe | 2021-04-12 | 1 | -7/+28 | |
| * | | | | | | | | | | kernel: allow fork with TIF_NOTIFY_SIGNAL pending | Jens Axboe | 2021-04-12 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2021-04-28 | 29 | -854/+1059 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | cpumask/hotplug: Fix cpu_dying() state tracking | Peter Zijlstra | 2021-04-21 | 1 | -5/+11 | |
| * | | | | | | | | | | | kthread: Fix PF_KTHREAD vs to_kthread() race | Peter Zijlstra | 2021-04-21 | 3 | -8/+29 | |
| * | | | | | | | | | | | sched/debug: Fix cgroup_path[] serialization | Waiman Long | 2021-04-21 | 1 | -13/+29 | |
| * | | | | | | | | | | | sched,psi: Handle potential task count underflow bugs more gracefully | Charan Teja Reddy | 2021-04-21 | 1 | -2/+3 | |
| * | | | | | | | | | | | sched: Warn on long periods of pending need_resched | Paul Turner | 2021-04-21 | 4 | -1/+94 | |
| * | | | | | | | | | | | sched/fair: Move update_nohz_stats() to the CONFIG_NO_HZ_COMMON block to simp... | YueHaibing | 2021-04-20 | 1 | -22/+18 | |
| * | | | | | | | | | | | Merge tag 'v5.12-rc8' into sched/core, to pick up fixes | Ingo Molnar | 2021-04-20 | 36 | -295/+805 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | sched/debug: Rename the sched_debug parameter to sched_verbose | Peter Zijlstra | 2021-04-17 | 3 | -9/+9 | |
| * | | | | | | | | | | | sched,fair: Alternative sched_slice() | Peter Zijlstra | 2021-04-16 | 2 | -1/+14 |