index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-04-21
7
-68
/
+216
|
\
|
*
Merge tag 'net-6.3-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2023-04-20
1
-0
/
+15
|
|
\
|
|
*
bpf: Fix incorrect verifier pruning due to missing register precision taints
Daniel Borkmann
2023-04-19
1
-0
/
+15
|
*
|
Merge tag 'mm-hotfixes-stable-2023-04-19-16-36' of git://git.kernel.org/pub/s...
Linus Torvalds
2023-04-20
2
-29
/
+41
|
|
\
\
|
|
*
|
mm: fix memory leak on mm_init error handling
Mathieu Desnoyers
2023-04-18
1
-0
/
+1
|
|
*
|
kernel/sys.c: fix and improve control flow in __sys_setres[ug]id()
Ondrej Mosnacek
2023-04-18
1
-29
/
+40
|
*
|
|
Merge tag 'sched_urgent_for_v6.3_rc7' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2023-04-16
1
-0
/
+10
|
|
\
\
\
|
|
*
|
|
sched/fair: Fix imbalance overflow
Vincent Guittot
2023-04-12
1
-0
/
+10
|
*
|
|
|
Merge tag 'cgroup-for-6.3-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2023-04-14
3
-39
/
+150
|
|
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
cgroup/cpuset: Make cpuset_attach_task() skip subpartitions CPUs for top_cpuset
Waiman Long
2023-04-12
1
-1
/
+2
|
|
*
|
|
cgroup/cpuset: Add cpuset_can_fork() and cpuset_cancel_fork() methods
Waiman Long
2023-04-12
1
-11
/
+86
|
|
*
|
|
cgroup/cpuset: Make cpuset_fork() handle CLONE_INTO_CGROUP properly
Waiman Long
2023-04-12
1
-20
/
+42
|
|
*
|
|
cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()
Waiman Long
2023-04-12
1
-1
/
+5
|
|
*
|
|
cgroup,freezer: hold cpu_hotplug_lock before freezer_mutex
Tetsuo Handa
2023-04-12
1
-2
/
+5
|
|
*
|
|
cgroup/cpuset: Fix partition root's cpuset.cpus update bug
Waiman Long
2023-03-29
1
-2
/
+10
|
|
*
|
|
cgroup: fix display of forceidle time at root
Josh Don
2023-03-17
1
-3
/
+1
*
|
|
|
|
Daniel Borkmann says:
Jakub Kicinski
2023-04-14
29
-792
/
+2271
|
\
\
\
\
\
|
*
|
|
|
|
bpf: Remove bpf_cgroup_kptr_get() kfunc
David Vernet
2023-04-12
1
-32
/
+0
|
*
|
|
|
|
bpf: Make bpf_cgroup_acquire() KF_RCU | KF_RET_NULL
David Vernet
2023-04-12
1
-3
/
+2
|
*
|
|
|
|
bpf: Handle NULL in bpf_local_storage_free.
Alexei Starovoitov
2023-04-12
1
-0
/
+3
|
*
|
|
|
|
bpf/btf: Fix is_int_ptr()
Feng Zhou
2023-04-11
1
-6
/
+2
|
*
|
|
|
|
bpf: Relax log_buf NULL conditions when log_level>0 is requested
Andrii Nakryiko
2023-04-11
1
-17
/
+25
|
*
|
|
|
|
bpf: Simplify internal verifier log interface
Andrii Nakryiko
2023-04-11
3
-65
/
+87
|
*
|
|
|
|
bpf: Add log_true_size output field to return necessary log buffer size
Andrii Nakryiko
2023-04-11
3
-23
/
+33
|
*
|
|
|
|
bpf: Keep track of total log content size in both fixed and rolling modes
Andrii Nakryiko
2023-04-11
1
-21
/
+46
|
*
|
|
|
|
bpf: Simplify logging-related error conditions handling
Andrii Nakryiko
2023-04-11
3
-6
/
+6
|
*
|
|
|
|
bpf: Avoid incorrect -EFAULT error in BPF_LOG_KERNEL mode
Andrii Nakryiko
2023-04-11
1
-1
/
+1
|
*
|
|
|
|
bpf: Fix missing -EFAULT return on user log buf error in btf_parse()
Andrii Nakryiko
2023-04-11
1
-0
/
+4
|
*
|
|
|
|
bpf: Ignore verifier log reset in BPF_LOG_KERNEL mode
Andrii Nakryiko
2023-04-11
1
-1
/
+1
|
*
|
|
|
|
bpf: Switch BPF verifier log to be a rotating log by default
Andrii Nakryiko
2023-04-11
3
-19
/
+201
|
*
|
|
|
|
bpf: Remove minimum size restrictions on verifier log buffer
Andrii Nakryiko
2023-04-11
1
-1
/
+1
|
*
|
|
|
|
bpf: Split off basic BPF verifier log into separate file
Andrii Nakryiko
2023-04-11
3
-70
/
+87
|
*
|
|
|
|
bpf: ensure all memory is initialized in bpf_get_current_comm
Barret Rhoden
2023-04-07
1
-1
/
+1
|
*
|
|
|
|
bpf: Improve handling of pattern '<const> <cond_op> <non_const>' in verifier
Yonghong Song
2023-04-07
1
-0
/
+12
|
*
|
|
|
|
bpf: Improve verifier JEQ/JNE insn branch taken checking
Yonghong Song
2023-04-07
1
-0
/
+8
|
*
|
|
|
|
kallsyms: Disable preemption for find_kallsyms_symbol_value
Jiri Olsa
2023-04-05
1
-3
/
+13
|
*
|
|
|
|
bpf: Undo strict enforcement for walking untagged fields.
Alexei Starovoitov
2023-04-05
1
-3
/
+8
|
*
|
|
|
|
bpf: Allowlist few fields similar to __rcu tag.
Alexei Starovoitov
2023-04-05
1
-2
/
+37
|
*
|
|
|
|
bpf: Refactor NULL-ness check in check_reg_type().
Alexei Starovoitov
2023-04-05
1
-4
/
+8
|
*
|
|
|
|
bpf: Teach verifier that certain helpers accept NULL pointer.
Alexei Starovoitov
2023-04-05
3
-8
/
+8
|
*
|
|
|
|
bpf: Refactor btf_nested_type_is_trusted().
Alexei Starovoitov
2023-04-05
2
-38
/
+29
|
*
|
|
|
|
bpf: Remove unused arguments from btf_struct_access().
Alexei Starovoitov
2023-04-05
1
-2
/
+2
|
*
|
|
|
|
bpf: Invoke btf_struct_access() callback only for writes.
Alexei Starovoitov
2023-04-05
1
-1
/
+1
|
*
|
|
|
|
bpf: Fix struct_meta lookup for bpf_obj_free_fields kfunc call
Dave Marchevsky
2023-04-03
1
-5
/
+9
|
*
|
|
|
|
bpf: compute hashes in bloom filter similar to hashmap
Anton Protopopov
2023-04-02
1
-15
/
+2
|
*
|
|
|
|
bpf: optimize hashmap lookups when key_size is divisible by 4
Anton Protopopov
2023-04-02
1
-0
/
+2
|
*
|
|
|
|
bpf: Remove now-defunct task kfuncs
David Vernet
2023-04-01
1
-69
/
+0
|
*
|
|
|
|
bpf: Make struct task_struct an RCU-safe type
David Vernet
2023-04-01
2
-4
/
+8
|
*
|
|
|
|
bpf: Handle PTR_MAYBE_NULL case in PTR_TO_BTF_ID helper call arg
David Vernet
2023-03-30
1
-0
/
+4
|
*
|
|
|
|
bpf: Use bpf_mem_cache_alloc/free for bpf_local_storage
Martin KaFai Lau
2023-03-26
1
-15
/
+115
[next]