summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | bpf: Simplify freeing logic in linfo and jited_linfoMartin KaFai Lau2021-03-273-26/+16
| | * | | | | | bpf: Add support for batched ops in LPM trie mapsPedro Tammela2021-03-261-0/+3
| | * | | | | | bpf: Fix NULL pointer dereference in bpf_get_local_storage() helperYonghong Song2021-03-262-6/+14
| | * | | | | | bpf: Undo ptr_to_map_key alu sanitation for nowDaniel Borkmann2021-03-261-14/+0
| * | | | | | | sysctl: add proc_dou8vec_minmax()Eric Dumazet2021-03-261-0/+65
| |/ / / / / /
| * | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-03-265-23/+16
| |\ \ \ \ \ \
| | * | | | | | bpf: Avoid old-style declaration warningsArnd Bergmann2021-03-241-2/+2
| | * | | | | | bpf: Remove insn_buf[] declaration in inner blockJianlin Lv2021-03-191-1/+0
| | * | | | | | bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi2021-03-181-18/+12
| | * | | | | | bpf: Make symbol 'bpf_task_storage_busy' staticWei Yongjun2021-03-161-1/+1
| | * | | | | | kernel/bpf/: Fix misspellings using codespell toolLiu xuzhi2021-03-161-1/+1
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-2528-221/+557
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-03-1015-140/+669
| |\ \ \ \ \ \ \
| | * | | | | | | bpf, xdp: Restructure redirect actionsBjörn Töpel2021-03-102-2/+0
| | * | | | | | | bpf, xdp: Make bpf_redirect_map() a map operationBjörn Töpel2021-03-103-5/+32
| | * | | | | | | bpf: Add BTF_KIND_FLOAT supportIlya Leoshkevich2021-03-051-2/+81
| | * | | | | | | bpf: Add arraymap support for bpf_for_each_map_elem() helperYonghong Song2021-02-261-0/+40
| | * | | | | | | bpf: Add hashtab support for bpf_for_each_map_elem() helperYonghong Song2021-02-262-0/+92
| | * | | | | | | bpf: Add bpf_for_each_map_elem() helperYonghong Song2021-02-264-13/+215
| | * | | | | | | bpf: Change return value of verifier function add_subprog()Yonghong Song2021-02-261-2/+2
| | * | | | | | | bpf: Refactor check_func_call() to allow callback functionYonghong Song2021-02-261-17/+43
| | * | | | | | | bpf: Factor out verbose_invalid_scalar()Yonghong Song2021-02-261-11/+19
| | * | | | | | | bpf: Factor out visit_func_call_insn() in check_cfg()Yonghong Song2021-02-261-12/+23
| | * | | | | | | bpf: Rename fixup_bpf_calls and add some commentsBrendan Jackman2021-02-261-7/+9
| | * | | | | | | bpf: Use MAX_BPF_FUNC_REG_ARGS macroDmitrii Banshchikov2021-02-262-12/+15
| | * | | | | | | bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete]Song Liu2021-02-263-10/+62
| | * | | | | | | bpf: Enable task local storage for tracing programsSong Liu2021-02-266-49/+38
* | | | | | | | | Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-04-292-161/+89
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'locking/core' into x86/mm, to resolve conflictIngo Molnar2021-03-063-19/+277
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | smp: Micro-optimize smp_call_function_many_cond()Peter Zijlstra2021-03-061-1/+1
| * | | | | | | | | | smp: Inline on_each_cpu_cond() and on_each_cpu()Nadav Amit2021-03-062-93/+1
| * | | | | | | | | | smp: Run functions concurrently in smp_call_function_many_cond()Nadav Amit2021-03-061-68/+88
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-292-1/+15
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fanotify: configurable limits via sysfsAmir Goldstein2021-03-162-1/+15
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2021-04-291-0/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | quota: wire up quotactl_pathSascha Hauer2021-03-171-0/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'for-5.13/io_uring-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-282-8/+30
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | kernel: always initialize task->pf_io_worker to NULLStefan Metzmacher2021-04-251-0/+1
| * | | | | | | | | | task_work: add helper for more targeted task_work cancelingJens Axboe2021-04-121-7/+28
| * | | | | | | | | | kernel: allow fork with TIF_NOTIFY_SIGNAL pendingJens Axboe2021-04-121-1/+1
* | | | | | | | | | | Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-04-2829-854/+1059
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | cpumask/hotplug: Fix cpu_dying() state trackingPeter Zijlstra2021-04-211-5/+11
| * | | | | | | | | | | kthread: Fix PF_KTHREAD vs to_kthread() racePeter Zijlstra2021-04-213-8/+29
| * | | | | | | | | | | sched/debug: Fix cgroup_path[] serializationWaiman Long2021-04-211-13/+29
| * | | | | | | | | | | sched,psi: Handle potential task count underflow bugs more gracefullyCharan Teja Reddy2021-04-211-2/+3
| * | | | | | | | | | | sched: Warn on long periods of pending need_reschedPaul Turner2021-04-214-1/+94
| * | | | | | | | | | | sched/fair: Move update_nohz_stats() to the CONFIG_NO_HZ_COMMON block to simp...YueHaibing2021-04-201-22/+18
| * | | | | | | | | | | Merge tag 'v5.12-rc8' into sched/core, to pick up fixesIngo Molnar2021-04-2036-295/+805
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | |
| * | | | | | | | | | | sched/debug: Rename the sched_debug parameter to sched_verbosePeter Zijlstra2021-04-173-9/+9
| * | | | | | | | | | | sched,fair: Alternative sched_slice()Peter Zijlstra2021-04-162-1/+14