index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-10
kernel/sched: Fix util_est accounting for DELAY_DEQUEUE
Dietmar Eggemann
1
-7
/
+9
2024-09-10
kthread: Fix task state in kthread worker if being frozen
Chen Yu
1
-1
/
+9
2024-09-10
sched/pelt: Use rq_clock_task() for hw_pressure
Chen Yu
1
-1
/
+2
2024-09-10
sched/fair: Move effective_cpu_util() and effective_cpu_util() in fair.c
Vincent Guittot
2
-101
/
+99
2024-09-10
sched/core: Introduce SM_IDLE and an idle re-entry fast-path in __schedule()
Peter Zijlstra
1
-19
/
+26
2024-09-10
dma-mapping: add tracing for dma-mapping API calls
Sean Anderson
1
-1
/
+23
2024-09-09
user_namespace: use kmemdup_array() instead of kmemdup() for multiple allocation
Jinjie Ruan
1
-3
/
+2
2024-09-09
sched_ext: Implement scx_bpf_dispatch[_vtime]_from_dsq()
Tejun Heo
1
-3
/
+229
2024-09-09
sched_ext: Compact struct bpf_iter_scx_dsq_kern
Tejun Heo
1
-11
/
+12
2024-09-09
sched_ext: Replace consume_local_task() with move_local_task_to_local_dsq()
Tejun Heo
1
-16
/
+26
2024-09-09
sched_ext: Move consume_local_task() upward
Tejun Heo
1
-17
/
+14
2024-09-09
sched_ext: Move sanity check and dsq_mod_nr() into task_unlink_from_dsq()
Tejun Heo
1
-4
/
+3
2024-09-09
sched_ext: Reorder args for consume_local/remote_task()
Tejun Heo
1
-7
/
+7
2024-09-09
sched_ext: Restructure dispatch_to_local_dsq()
Tejun Heo
1
-50
/
+46
2024-09-09
sched_ext: Fix processs_ddsp_deferred_locals() by unifying DTL_INVALID handling
Tejun Heo
1
-31
/
+10
2024-09-09
sched_ext: Make find_dsq_for_dispatch() handle SCX_DSQ_LOCAL_ON
Tejun Heo
1
-50
/
+40
2024-09-09
sched_ext: Refactor consume_remote_task()
Tejun Heo
1
-69
/
+76
2024-09-09
sched_ext: Rename scx_kfunc_set_sleepable to unlocked and relocate
Tejun Heo
1
-33
/
+33
2024-09-09
cgroup: clarify css sibling linkage is protected by cgroup_mutex or RCU
Kinsey Ho
1
-7
/
+9
2024-09-09
uprobes: use vm_special_mapping close() functionality
Sven Schnelle
2
-20
/
+17
2024-09-09
sched_ext: Add missing static to scx_dump_data
Tejun Heo
1
-1
/
+1
2024-09-09
bpf: Fix error message on kfunc arg type mismatch
Maxim Mikityanskiy
1
-1
/
+2
2024-09-09
tracing: Drop unused helper function to fix the build
Andy Shevchenko
1
-4
/
+0
2024-09-09
tracing/osnoise: Fix build when timerlat is not enabled
Steven Rostedt
1
-5
/
+5
2024-09-09
printk: Export match_devname_and_update_preferred_console()
Yu Liao
1
-0
/
+1
2024-09-08
treewide: Fix wrong singular form of jiffies in comments
Anna-Maria Behnsen
5
-11
/
+11
2024-09-08
cpu: Use already existing usleep_range()
Anna-Maria Behnsen
1
-1
/
+1
2024-09-08
timers: Rename next_expiry_recalc() to be unique
Anna-Maria Behnsen
1
-3
/
+3
2024-09-09
Merge branches 'context_tracking.15.08.24a', 'csd.lock.15.08.24a', 'nocb.09.0...
Neeraj Upadhyay
16
-473
/
+692
2024-09-09
rcu: Defer printing stall-warning backtrace when holding rcu_node lock
Paul E. McKenney
1
-0
/
+2
2024-09-09
rcu/nocb: Remove superfluous memory barrier after bypass enqueue
Frederic Weisbecker
1
-1
/
+1
2024-09-09
rcu/nocb: Conditionally wake up rcuo if not already waiting on GP
Frederic Weisbecker
1
-4
/
+1
2024-09-09
rcu/nocb: Fix RT throttling hrtimer armed from offline CPU
Frederic Weisbecker
1
-1
/
+4
2024-09-09
rcu/nocb: Simplify (de-)offloading state machine
Frederic Weisbecker
3
-84
/
+67
2024-09-08
Merge tag 'perf_urgent_for_v6.11_rc7' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-8
/
+16
2024-09-08
genirq: Use cpumask_intersects()
Costa Shulyupin
2
-3
/
+3
2024-09-06
sched_ext: Add missing static to scx_has_op[]
Tejun Heo
1
-1
/
+1
2024-09-06
sched_ext: Temporarily work around pick_task_scx() being called without balan...
Tejun Heo
1
-1
/
+16
2024-09-06
genirq/cpuhotplug: Use cpumask_intersects()
Costa Shulyupin
1
-2
/
+2
2024-09-05
Merge tag 'bpf-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Linus Torvalds
1
-2
/
+4
2024-09-05
bpf: allow kfuncs within tracepoint and perf event programs
JP Kobryn
1
-0
/
+2
2024-09-05
bpf: change int cmd argument in __sys_bpf into typed enum bpf_cmd
Andrii Nakryiko
1
-1
/
+1
2024-09-05
Merge tag 'trace-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-34
/
+72
2024-09-05
bpf: use type_may_be_null() helper for nullable-param check
Shung-Hsi Yu
1
-5
/
+0
2024-09-05
bpf: Fix uprobe multi pid filter check
Jiri Olsa
1
-1
/
+1
2024-09-05
tracing/timerlat: Add interface_lock around clearing of kthread in stop_kthre...
Steven Rostedt
1
-7
/
+6
2024-09-05
tracing/timerlat: Only clear timer if a kthread exists
Steven Rostedt
1
-6
/
+13
2024-09-05
tracing/osnoise: Use a cpumask to know what threads are kthreads
Steven Rostedt
1
-3
/
+15
2024-09-05
uprobes: perform lockless SRCU-protected uprobes_tree lookup
Andrii Nakryiko
1
-6
/
+24
2024-09-05
perf/uprobe: split uprobe_unregister()
Peter Zijlstra
3
-8
/
+24
[prev]
[next]