summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-134-8/+22
|\
| * lockdep: allow instrumenting lockdep.c with KMSANAlexander Potapenko2022-12-111-1/+0
| * Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-12-091-1/+0
| |\
| | * memcg: fix possible use-after-free in memcg_write_event_control()Tejun Heo2022-12-091-1/+0
| * | percpu_counter: add percpu_counter_sum_all interfaceShakeel Butt2022-11-301-0/+5
| * | mm: convert mm's rss stats into percpu_counterShakeel Butt2022-11-301-1/+15
| * | Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-11-301-0/+2
| |\|
| * | swap: add a limit for readahead page-cluster valueKairui Song2022-11-081-0/+1
| * | memory: move hotplug memory notifier priority to same file for easy sortingLiu Shixin2022-11-081-1/+1
| * | cgroup/cpuset: use hotplug_memory_notifier() directlyLiu Shixin2022-11-081-6/+1
* | | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-1327-1623/+4459
|\ \ \
| * \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-12-128-299/+605
| |\ \ \
| | * | | bpf: use check_ids() for active_lock comparisonEduard Zingerman2022-12-101-3/+13
| | * | | bpf: states_equal() must build idmap for all function framesEduard Zingerman2022-12-101-1/+2
| | * | | bpf: regsafe() must not skip check_ids()Eduard Zingerman2022-12-101-21/+8
| | * | | bpf: Use memmove for bpf_dynptr_{read,write}Kumar Kartikeya Dwivedi2022-12-081-2/+10
| | * | | bpf: Move PTR_TO_STACK alignment check to process_dynptr_funcKumar Kartikeya Dwivedi2022-12-081-5/+8
| | * | | bpf: Rework check_func_arg_reg_offKumar Kartikeya Dwivedi2022-12-081-25/+38
| | * | | bpf: Rework process_dynptr_funcKumar Kartikeya Dwivedi2022-12-082-67/+178
| | * | | bpf: Propagate errors from process_* checks in check_func_argKumar Kartikeya Dwivedi2022-12-081-10/+15
| | * | | bpf: Refactor ARG_PTR_TO_DYNPTR checks into process_dynptr_funcKumar Kartikeya Dwivedi2022-12-081-64/+70
| | * | | bpf: Skip rcu_barrier() if rcu_trace_implies_rcu_gp() is trueHou Tao2022-12-081-1/+9
| | * | | bpf: Reuse freed element in free_by_rcu during allocationHou Tao2022-12-081-3/+18
| | * | | bpf: Fix comment error in fixup_kfunc_call functionYang Jihong2022-12-081-1/+1
| | * | | bpf: Do not zero-extend kfunc return valuesBjörn Töpel2022-12-081-0/+4
| | * | | bpf/docs: Document struct cgroup * kfuncsDavid Vernet2022-12-071-1/+1
| | * | | bpf/docs: Document struct task_struct * kfuncsDavid Vernet2022-12-071-1/+1
| | * | | bpf: Remove unused insn_cnt argument from visit_[func_call_]insn()Andrii Nakryiko2022-12-071-6/+5
| | * | | Merge "do not rely on ALLOW_ERROR_INJECTION for fmod_ret" into bpf-nextAlexei Starovoitov2022-12-072-7/+40
| | |\ \ \
| | | * | | bpf: do not rely on ALLOW_ERROR_INJECTION for fmod_retBenjamin Tissoires2022-12-072-7/+40
| | * | | | bpf: remove unnecessary prune and jump pointsAndrii Nakryiko2022-12-061-24/+10
| | * | | | bpf: mostly decouple jump history management from is_state_visited()Andrii Nakryiko2022-12-061-23/+26
| | * | | | bpf: decouple prune and jump pointsAndrii Nakryiko2022-12-061-14/+43
| | * | | | bpf: Loosen alloc obj test in verifier's reg_btf_recordDave Marchevsky2022-12-061-1/+6
| | * | | | bpf: Don't use rcu_users to refcount in task kfuncsDavid Vernet2022-12-061-28/+48
| | * | | | bpf: Enable sleeptable support for cgrp local storageYonghong Song2022-12-041-1/+2
| | * | | | bpf: Do not mark certain LSM hook arguments as trustedYonghong Song2022-12-042-0/+18
| | * | | | bpf: Handle MEM_RCU type properlyYonghong Song2022-12-042-13/+46
| | * | | | bpf: Fix release_on_unlock release logic for multiple refsDave Marchevsky2022-12-011-1/+1
| | * | | | bpf: Fix a compilation failure with clang lto buildYonghong Song2022-11-303-7/+4
| | * | | | bpf: Tighten ptr_to_btf_id checks.Alexei Starovoitov2022-11-301-3/+14
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-083-20/+28
| |\ \ \ \ \
| * | | | | | jump_label: Prevent key->enabled int overflowDmitry Safonov2022-12-011-12/+44
| * | | | | | Merge branch 'locking/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Jakub Kicinski2022-12-011-6/+2
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-2922-115/+263
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Daniel Borkmann says:Jakub Kicinski2022-11-2814-577/+2401
| |\ \ \ \ \ \ \
| | * | | | | | | bpf: Don't mark arguments to fentry/fexit programs as trusted.Alexei Starovoitov2022-11-242-6/+13
| | * | | | | | | bpf: Add kfunc bpf_rcu_read_lock/unlock()Yonghong Song2022-11-243-29/+148
| | * | | | | | | bpf: Introduce might_sleep field in bpf_func_protoYonghong Song2022-11-244-4/+13
| | * | | | | | | bpf: Add bpf_task_from_pid() kfuncDavid Vernet2022-11-231-1/+20