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
2024-08-08
perf: Add context time freeze
Peter Zijlstra
1
-42
/
+86
2024-08-08
perf: Fix event_function_call() locking
Peter Zijlstra
1
-4
/
+5
2024-08-08
perf: Extract a few helpers
Peter Zijlstra
1
-17
/
+22
2024-08-08
perf: Optimize context reschedule for single PMU cases
Peter Zijlstra
1
-76
/
+88
2024-08-07
padata: Fix possible divide-by-0 panic in padata_mt_helper()
Waiman Long
1
-0
/
+7
2024-08-07
kcov: properly check for softirq context
Andrey Konovalov
1
-3
/
+12
2024-08-07
ring-buffer: Remove unused function ring_buffer_nr_pages()
Jianhui Zhou
1
-12
/
+0
2024-08-07
tracing: Fix overflow in get_free_elt()
Tze-nan Wu
1
-3
/
+3
2024-08-07
function_graph: Fix the ret_stack used by ftrace_graph_ret_addr()
Petr Pavlu
1
-1
/
+1
2024-08-07
tracing: Use refcount for trace_event_file reference counter
Steven Rostedt
1
-4
/
+4
2024-08-07
tracing: Have format file honor EVENT_FILE_FL_FREED
Steven Rostedt
5
-19
/
+49
2024-08-07
bpf: Move bpf_get_file_xattr to fs/bpf_fs_kfuncs.c
Song Liu
1
-68
/
+0
2024-08-07
sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()
Qais Yousef
7
-12
/
+12
2024-08-07
sched/rt: Clean up usage of rt_task()
Qais Yousef
7
-12
/
+12
2024-08-07
genirq/irqdesc: Honor caller provided affinity in alloc_desc()
Shay Drory
1
-0
/
+1
2024-08-07
lockdep: Fix lockdep_set_notrack_class() for CONFIG_LOCK_STAT
Kent Overstreet
1
-0
/
+6
2024-08-07
sched/debug: Fix fair_server_period_max value
Dan Carpenter
1
-1
/
+1
2024-08-07
sched/fair: Make balance_fair() test sched_fair_runnable() instead of rq->nr_running
Tejun Heo
1
-1
/
+1
2024-08-06
workqueue: add cmdline parameter workqueue.panic_on_stall
Sangmoon Kim
1
-0
/
+16
2024-08-06
sched_ext: Make task_can_run_on_remote_rq() use common task_allowed_on_cpu()
Tejun Heo
3
-7
/
+36
2024-08-06
sched_ext: Improve comment on idle_sched_class exception in scx_task_iter_next_locked()
Tejun Heo
1
-2
/
+23
2024-08-06
sched_ext: Simplify UP support by enabling sched_class->balance() in UP
Tejun Heo
3
-44
/
+3
2024-08-06
sched_ext: Use update_curr_common() in update_curr_scx()
Tejun Heo
1
-10
/
+4
2024-08-06
sched_ext: Add scx_enabled() test to @start_class promotion in put_prev_task_balance()
Tejun Heo
1
-1
/
+1
2024-08-06
sched_ext: Simplify scx_can_stop_tick() invocation in sched_can_stop_tick()
Tejun Heo
1
-2
/
+2
2024-08-06
locking/lockdep: Simplify character output in seq_line()
Markus Elfring
1
-1
/
+1
2024-08-06
lockdep: fix deadlock issue between lockdep and rcu
Zhiguo Niu
1
-16
/
+32
2024-08-06
lockdep: Use str_plural() to fix Coccinelle warning
Thorsten Blum
1
-1
/
+1
2024-08-06
dma-debug: avoid deadlock between dma debug vs printk and netconsole
Rik van Riel
1
-1
/
+4
2024-08-05
workqueue: Correct declaration of cpu_pwq in struct workqueue_struct
Uros Bizjak
1
-1
/
+1
2024-08-05
workqueue: Fix spruious data race in __flush_work()
Tejun Heo
1
-20
/
+25
2024-08-05
workqueue: Remove incorrect "WARN_ON_ONCE(!list_empty(&worker->entry));" from dying worker
Lai Jiangshan
1
-1
/
+0
2024-08-05
workqueue: Fix UBSAN 'subtraction overflow' error in shift_and_mask()
Will Deacon
1
-1
/
+1
2024-08-05
binfmt_elf, coredump: Log the reason of the failed core dumps
Roman Kisel
1
-1
/
+20
2024-08-05
cgroup/cpuset: Check for partition roots with overlapping CPUs
Waiman Long
1
-15
/
+17
2024-08-05
Merge branch 'cgroup/for-6.11-fixes' into cgroup/for-6.12
Tejun Heo
1
-17
/
+21
2024-08-05
cgroup/cpuset: Eliminate unncessary sched domains rebuilds in hotplug
Waiman Long
1
-16
/
+17
2024-08-05
cgroup/cpuset: Clear effective_xcpus on cpus_allowed clearing only if cpus.exclusive not set
Waiman Long
1
-1
/
+2
2024-08-05
cgroup/cpuset: fix panic caused by partcmd_update
Chen Ridong
1
-0
/
+2
2024-08-05
cgroup/pids: Remove unreachable paths of pids_{can,cancel}_fork
Xiu Jianfeng
1
-12
/
+2
2024-08-05
lockdep: suggest the fix for "lockdep bfs error:-1" on print_bfs_bug
Luis Claudio R. Goncalves
1
-0
/
+3
2024-08-05
timekeeping: Fix bogus clock_was_set() invocation in do_adjtimex()
Thomas Gleixner
1
-1
/
+1
2024-08-05
ntp: Safeguard against time_constant overflow
Justin Stitt
1
-3
/
+2
2024-08-05
ntp: Clamp maxerror and esterror to operating range
Justin Stitt
1
-2
/
+2
2024-08-05
kprobes: Fix to check symbol prefixes correctly
Masami Hiramatsu (Google)
1
-2
/
+2
2024-08-04
profiling: remove profile=sleep support
Tetsuo Handa
2
-20
/
+1
2024-08-04
Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into for-6.12
Tejun Heo
10
-281
/
+879
2024-08-04
Merge tag 'timers-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-2
/
+3
2024-08-04
Merge tag 'sched-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-21
/
+53
2024-08-04
Merge tag 'locking-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-3
/
+3
[prev]
[next]