index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-10
tracing: Use __free() in trace_probe for cleanup
Masami Hiramatsu (Google)
1
-34
/
+17
2025-01-10
kprobes: Remove remaining gotos
Masami Hiramatsu (Google)
1
-32
/
+31
2025-01-10
kprobes: Remove unneeded goto
Masami Hiramatsu (Google)
1
-24
/
+21
2025-01-10
kprobes: Use guard for rcu_read_lock
Masami Hiramatsu (Google)
1
-29
/
+35
2025-01-10
kprobes: Use guard() for external locks
Masami Hiramatsu (Google)
1
-118
/
+89
2025-01-10
tracing/eprobe: Adopt guard() and scoped_guard()
Masami Hiramatsu (Google)
1
-19
/
+17
2025-01-10
tracing/uprobe: Adopt guard() and scoped_guard()
Masami Hiramatsu (Google)
1
-10
/
+5
2025-01-10
tracing/kprobe: Adopt guard() and scoped_guard()
Masami Hiramatsu (Google)
1
-12
/
+6
2025-01-10
kprobes: Adopt guard() and scoped_guard()
Masami Hiramatsu (Google)
1
-116
/
+89
2025-01-10
kprobes: Reduce preempt disable scope in check_kprobe_access_safe()
Thomas Weißschuh
1
-12
/
+12
2025-01-10
tracing/kprobes: Fix to free objects when failed to copy a symbol
Masami Hiramatsu (Google)
1
-2
/
+4
2025-01-09
sched/fair: Fix EEVDF entity placement bug causing scheduling lag
Peter Zijlstra
1
-127
/
+18
2025-01-09
btf: Switch module BTF attribute to sysfs_bin_attr_simple_read()
Thomas Weißschuh
1
-13
/
+2
2025-01-09
btf: Switch vmlinux BTF attribute to sysfs_bin_attr_simple_read()
Thomas Weißschuh
1
-10
/
+2
2025-01-09
sysfs: constify bin_attribute argument of sysfs_bin_attr_simple_read()
Thomas Weißschuh
1
-1
/
+1
2025-01-08
bpf: Remove migrate_{disable|enable} from bpf_selem_free()
Hou Tao
1
-2
/
+0
2025-01-08
bpf: Remove migrate_{disable|enable} from bpf_local_storage_free()
Hou Tao
1
-5
/
+2
2025-01-08
bpf: Remove migrate_{disable|enable} from bpf_local_storage_alloc()
Hou Tao
1
-6
/
+2
2025-01-08
bpf: Remove migrate_{disable|enable} from bpf_selem_alloc()
Hou Tao
1
-2
/
+0
2025-01-08
bpf: Remove migrate_{disable,enable} in bpf_cpumask_release()
Hou Tao
1
-2
/
+0
2025-01-08
bpf: Remove migrate_{disable|enable} in bpf_obj_free_fields()
Hou Tao
2
-6
/
+0
2025-01-08
bpf: Disable migration before calling ops->map_free()
Hou Tao
4
-13
/
+11
2025-01-08
bpf: Disable migration in bpf_selem_free_rcu
Hou Tao
1
-0
/
+3
2025-01-08
bpf: Disable migration when destroying inode storage
Hou Tao
1
-4
/
+5
2025-01-08
bpf: Remove migrate_{disable|enable} from bpf_task_storage_lock helpers
Hou Tao
1
-8
/
+7
2025-01-08
bpf: Remove migrate_{disable|enable} from bpf_cgrp_storage_lock helpers
Hou Tao
1
-8
/
+7
2025-01-08
bpf: Remove migrate_{disable|enable} in htab_elem_free
Hou Tao
1
-2
/
+0
2025-01-08
bpf: Remove migrate_{disable|enable} in ->map_for_each_callback
Hou Tao
2
-10
/
+7
2025-01-08
bpf: Remove migrate_{disable|enable} from LPM trie
Hou Tao
1
-16
/
+4
2025-01-08
cgroup/cpuset: remove kernfs active break
Chen Ridong
1
-25
/
+0
2025-01-08
bpf: Return error for missed kprobe multi bpf program execution
Jiri Olsa
1
-1
/
+1
2025-01-08
bpf: Move out synchronize_rcu_tasks_trace from mutex CS
Pu Lehui
1
-8
/
+13
2025-01-08
bpf: Fix range_tree_set() error handling
Soma Nakata
1
-1
/
+5
2025-01-08
rcu: Use kthread preferred affinity for RCU exp kworkers
Frederic Weisbecker
1
-86
/
+19
2025-01-08
treewide: Introduce kthread_run_worker[_on_cpu]()
Frederic Weisbecker
4
-28
/
+11
2025-01-08
kthread: Unify kthread_create_on_cpu() and kthread_create_worker_on_cpu() automatic format
Frederic Weisbecker
1
-24
/
+35
2025-01-08
rcu: Use kthread preferred affinity for RCU boost
Frederic Weisbecker
2
-17
/
+21
2025-01-08
kthread: Implement preferred affinity
Frederic Weisbecker
1
-7
/
+61
2025-01-08
kthread: Default affine kthread to its preferred NUMA node
Frederic Weisbecker
1
-1
/
+105
2025-01-08
kthread: Make sure kthread hasn't started while binding it
Frederic Weisbecker
1
-0
/
+7
2025-01-08
sched,arm64: Handle CPU isolation on last resort fallback rq selection
Frederic Weisbecker
1
-1
/
+1
2025-01-08
sched_ext: switch class when preempted by higher priority scheduler
Honglei Wang
1
-1
/
+2
2025-01-08
sched_ext: Replace rq_lock() to raw_spin_rq_lock() in scx_ops_bypass()
Changwoo Min
1
-6
/
+6
2025-01-08
sched_ext: keep running prev when prev->scx.slice != 0
Henry Huang
1
-4
/
+7
2025-01-07
tracing/hist: Support POLLPRI event for poll on histogram
Masami Hiramatsu (Google)
1
-3
/
+26
2025-01-07
tracing/hist: Add poll(POLLIN) support on hist file
Masami Hiramatsu (Google)
2
-3
/
+81
2025-01-07
tracing: Fix using ret variable in tracing_set_tracer()
Steven Rostedt
1
-2
/
+1
2025-01-07
kernel/ksysfs.c: simplify bin_attribute definition
Thomas Weißschuh
1
-17
/
+4
2025-01-06
bpf: Allow bpf_for/bpf_repeat calls while holding a spinlock
Emil Tsalapatis
1
-1
/
+19
2025-01-06
sched_ext: Include remaining task time slice in error state dump
Andrea Righi
1
-2
/
+2
[prev]
[next]