summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-217-68/+216
|\
| * Merge tag 'net-6.3-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-04-201-0/+15
| |\
| | * bpf: Fix incorrect verifier pruning due to missing register precision taintsDaniel Borkmann2023-04-191-0/+15
| * | Merge tag 'mm-hotfixes-stable-2023-04-19-16-36' of git://git.kernel.org/pub/s...Linus Torvalds2023-04-202-29/+41
| |\ \
| | * | mm: fix memory leak on mm_init error handlingMathieu Desnoyers2023-04-181-0/+1
| | * | kernel/sys.c: fix and improve control flow in __sys_setres[ug]id()Ondrej Mosnacek2023-04-181-29/+40
| * | | Merge tag 'sched_urgent_for_v6.3_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-04-161-0/+10
| |\ \ \
| | * | | sched/fair: Fix imbalance overflowVincent Guittot2023-04-121-0/+10
| * | | | Merge tag 'cgroup-for-6.3-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-04-143-39/+150
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | cgroup/cpuset: Make cpuset_attach_task() skip subpartitions CPUs for top_cpusetWaiman Long2023-04-121-1/+2
| | * | | cgroup/cpuset: Add cpuset_can_fork() and cpuset_cancel_fork() methodsWaiman Long2023-04-121-11/+86
| | * | | cgroup/cpuset: Make cpuset_fork() handle CLONE_INTO_CGROUP properlyWaiman Long2023-04-121-20/+42
| | * | | cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()Waiman Long2023-04-121-1/+5
| | * | | cgroup,freezer: hold cpu_hotplug_lock before freezer_mutexTetsuo Handa2023-04-121-2/+5
| | * | | cgroup/cpuset: Fix partition root's cpuset.cpus update bugWaiman Long2023-03-291-2/+10
| | * | | cgroup: fix display of forceidle time at rootJosh Don2023-03-171-3/+1
* | | | | Daniel Borkmann says:Jakub Kicinski2023-04-1429-792/+2271
|\ \ \ \ \
| * | | | | bpf: Remove bpf_cgroup_kptr_get() kfuncDavid Vernet2023-04-121-32/+0
| * | | | | bpf: Make bpf_cgroup_acquire() KF_RCU | KF_RET_NULLDavid Vernet2023-04-121-3/+2
| * | | | | bpf: Handle NULL in bpf_local_storage_free.Alexei Starovoitov2023-04-121-0/+3
| * | | | | bpf/btf: Fix is_int_ptr()Feng Zhou2023-04-111-6/+2
| * | | | | bpf: Relax log_buf NULL conditions when log_level>0 is requestedAndrii Nakryiko2023-04-111-17/+25
| * | | | | bpf: Simplify internal verifier log interfaceAndrii Nakryiko2023-04-113-65/+87
| * | | | | bpf: Add log_true_size output field to return necessary log buffer sizeAndrii Nakryiko2023-04-113-23/+33
| * | | | | bpf: Keep track of total log content size in both fixed and rolling modesAndrii Nakryiko2023-04-111-21/+46
| * | | | | bpf: Simplify logging-related error conditions handlingAndrii Nakryiko2023-04-113-6/+6
| * | | | | bpf: Avoid incorrect -EFAULT error in BPF_LOG_KERNEL modeAndrii Nakryiko2023-04-111-1/+1
| * | | | | bpf: Fix missing -EFAULT return on user log buf error in btf_parse()Andrii Nakryiko2023-04-111-0/+4
| * | | | | bpf: Ignore verifier log reset in BPF_LOG_KERNEL modeAndrii Nakryiko2023-04-111-1/+1
| * | | | | bpf: Switch BPF verifier log to be a rotating log by defaultAndrii Nakryiko2023-04-113-19/+201
| * | | | | bpf: Remove minimum size restrictions on verifier log bufferAndrii Nakryiko2023-04-111-1/+1
| * | | | | bpf: Split off basic BPF verifier log into separate fileAndrii Nakryiko2023-04-113-70/+87
| * | | | | bpf: ensure all memory is initialized in bpf_get_current_commBarret Rhoden2023-04-071-1/+1
| * | | | | bpf: Improve handling of pattern '<const> <cond_op> <non_const>' in verifierYonghong Song2023-04-071-0/+12
| * | | | | bpf: Improve verifier JEQ/JNE insn branch taken checkingYonghong Song2023-04-071-0/+8
| * | | | | kallsyms: Disable preemption for find_kallsyms_symbol_valueJiri Olsa2023-04-051-3/+13
| * | | | | bpf: Undo strict enforcement for walking untagged fields.Alexei Starovoitov2023-04-051-3/+8
| * | | | | bpf: Allowlist few fields similar to __rcu tag.Alexei Starovoitov2023-04-051-2/+37
| * | | | | bpf: Refactor NULL-ness check in check_reg_type().Alexei Starovoitov2023-04-051-4/+8
| * | | | | bpf: Teach verifier that certain helpers accept NULL pointer.Alexei Starovoitov2023-04-053-8/+8
| * | | | | bpf: Refactor btf_nested_type_is_trusted().Alexei Starovoitov2023-04-052-38/+29
| * | | | | bpf: Remove unused arguments from btf_struct_access().Alexei Starovoitov2023-04-051-2/+2
| * | | | | bpf: Invoke btf_struct_access() callback only for writes.Alexei Starovoitov2023-04-051-1/+1
| * | | | | bpf: Fix struct_meta lookup for bpf_obj_free_fields kfunc callDave Marchevsky2023-04-031-5/+9
| * | | | | bpf: compute hashes in bloom filter similar to hashmapAnton Protopopov2023-04-021-15/+2
| * | | | | bpf: optimize hashmap lookups when key_size is divisible by 4Anton Protopopov2023-04-021-0/+2
| * | | | | bpf: Remove now-defunct task kfuncsDavid Vernet2023-04-011-69/+0
| * | | | | bpf: Make struct task_struct an RCU-safe typeDavid Vernet2023-04-012-4/+8
| * | | | | bpf: Handle PTR_MAYBE_NULL case in PTR_TO_BTF_ID helper call argDavid Vernet2023-03-301-0/+4
| * | | | | bpf: Use bpf_mem_cache_alloc/free for bpf_local_storageMartin KaFai Lau2023-03-261-15/+115