summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-02-208-178/+795
|\
| * bpf: Fix global subprog context argument resolution logicAndrii Nakryiko2023-02-171-2/+11
| * bpf: Zeroing allocated object from slab in bpf memory allocatorHou Tao2023-02-152-3/+3
| * bpf: BPF_ST with variable offset should preserve STACK_ZERO marksEduard Zingerman2023-02-151-1/+3
| * bpf: track immediate values written to stack by BPF_ST instructionEduard Zingerman2023-02-151-2/+16
| * bpf: Special verifier handling for bpf_rbtree_{remove, first}Dave Marchevsky2023-02-132-12/+55
| * bpf: Add callback validation to kfunc verifier logicDave Marchevsky2023-02-131-5/+129
| * bpf: Add support for bpf_rb_root and bpf_rb_node in kfunc argsDave Marchevsky2023-02-131-35/+203
| * bpf: Add bpf_rbtree_{add,remove,first} kfuncsDave Marchevsky2023-02-132-1/+67
| * bpf: Add basic bpf_rb_{root,node} supportDave Marchevsky2023-02-134-66/+169
| * bpf: Migrate release_on_unlock logic to non-owning ref semanticsDave Marchevsky2023-02-131-49/+119
| * bpf: allow to disable bpf prog memory accountingYafang Shao2023-02-101-6/+7
| * bpf: allow to disable bpf map memory accountingYafang Shao2023-02-102-3/+5
| * bpf: use bpf_map_kvcalloc in bpf_local_storageYafang Shao2023-02-102-2/+17
* | sched/topology: fix KASAN warning in hop_cmp()Yury Norov2023-02-201-3/+8
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2023-02-174-12/+36
|\ \ | |/ |/|
| * Merge tag 'trace-v6.2-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-151-1/+1
| |\
| | * tracing: Make trace_define_field_ext() staticSteven Rostedt (Google)2023-02-121-1/+1
| * | Merge tag 'trace-v6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-02-123-10/+33
| |\|
| | * tracing: Fix TASK_COMM_LEN in trace event format fileYafang Shao2023-02-123-10/+33
| * | Merge tag 'locking-urgent-2023-02-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-02-111-2/+3
| |\ \
| | * | rtmutex: Ensure that the top waiter is always woken upWander Lairson Costa2023-02-061-2/+3
* | | | Daniel Borkmann says:Jakub Kicinski2023-02-1014-85/+530
|\ \ \ \
| * | | | bpf: devmap: check XDP features in __xdp_enqueue routineLorenzo Bianconi2023-02-021-3/+13
| * | | | bpf: Drop always true do_idr_lock parameter to bpf_map_free_idTobias Klauser2023-02-022-18/+7
| * | | | bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet2023-02-025-56/+57
| * | | | bpf: btf: Add BTF_FMODEL_SIGNED_ARG flagIlya Leoshkevich2023-01-281-1/+15
| * | | | bpf: iterators: Split iterators.lskel.h into little- and big- endian versionsIlya Leoshkevich2023-01-285-7/+435
| * | | | bpf: Build-time assert that cpumask offset is zeroDavid Vernet2023-01-281-0/+3
* | | | | net: skbuff: drop the word head from skb cacheJakub Kicinski2023-02-101-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-094-35/+54
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge tag 'trace-v6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-02-071-3/+0
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | tracing: Fix poll() and select() do not work on per_cpu trace_pipe and trace_...Shiju Jose2023-02-021-3/+0
| * | | | cpuset: Call set_cpus_allowed_ptr() with appropriate mask for taskWill Deacon2023-02-061-7/+11
| * | | | cgroup/cpuset: Don't filter offline CPUs in cpuset_cpus_allowed() for top cpu...Waiman Long2023-02-061-2/+25
| | |_|/ | |/| |
| * | | Merge tag 'char-misc-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-051-1/+1
| |\ \ \
| | * | | kernel/irq/irqdomain.c: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-031-1/+1
| * | | | Merge tag 'perf_urgent_for_v6.2_rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-02-051-22/+17
| |\ \ \ \
| | * | | | perf: Fix perf_event_pmu_context serializationJames Clark2023-01-311-22/+17
* | | | | | sched/topology: Introduce sched_numa_hop_mask()Valentin Schneider2023-02-071-0/+33
* | | | | | sched: add sched_numa_find_nth_cpu()Yury Norov2023-02-071-0/+57
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-0217-30/+70
|\| | | | | | |_|_|_|/ |/| | | |
| * | | | Merge tag 'net-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-02-025-12/+23
| |\ \ \ \
| | * \ \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-01-275-12/+23
| | |\ \ \ \
| | | * | | | bpf: Fix the kernel crash caused by bpf_setsockopt().Kui-Feng Lee2023-01-261-1/+0
| | | * | | | bpf: Add missing btf_put to register_btf_id_dtor_kfuncsJiri Olsa2023-01-201-2/+2
| | | * | | | bpf: Fix to preserve reg parent/live fields when copying range infoEduard Zingerman2023-01-191-7/+18
| | | * | | | bpf: Fix a possible task gone issue with bpf_send_signal[_thread]() helpersYonghong Song2023-01-181-1/+2
| | | * | | | bpf: Fix off-by-one error in bpf_mem_cache_idx()Hou Tao2023-01-181-1/+1
| * | | | | | cgroup/cpuset: Fix wrong check in update_parent_subparts_cpumask()Waiman Long2023-01-311-1/+2
| | |_|/ / / | |/| | | |