index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
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
2025-03-13
acct: perform last write from workqueue
Christian Brauner
1
-50
/
+70
2025-03-13
kernel/acct.c: use dedicated helper to access rlimit values
Yang Yang
1
-1
/
+1
2025-03-13
kernel/acct.c: use #elif instead of #end and #elif
Hui Su
1
-5
/
+2
2025-03-13
sched/core: Prevent rescheduling when interrupts are disabled
Thomas Gleixner
1
-1
/
+1
2025-03-13
perf/core: Fix low freq setting via IOC_PERIOD
Kan Liang
1
-8
/
+9
2025-03-13
ftrace: Avoid potential division by zero in function_stat_show()
Nikolay Kuratov
1
-15
/
+12
2025-03-13
acct: block access to kernel internal filesystems
Christian Brauner
1
-0
/
+14
2025-03-13
bpf: skip non exist keys in generic_map_lookup_batch
Yan Zhai
1
-13
/
+5
2025-03-13
kdb: Do not assume write() callback available
John Ogness
1
-0
/
+2
2025-03-13
clocksource: Use migrate_disable() to avoid calling get_random_u32() in atomi...
Waiman Long
1
-2
/
+4
2025-03-13
clocksource: Use pr_info() for "Checking clocksource synchronization" message
Waiman Long
1
-1
/
+2
2025-03-13
clocksource: Replace cpumask_weight() with cpumask_empty()
Yury Norov
1
-1
/
+1
2025-03-13
clocksource: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
1
-3
/
+3
2025-03-13
clocksource: Limit number of CPUs checked for clock synchronization
Paul E. McKenney
1
-2
/
+72
2025-03-13
printk: Fix signed integer overflow when defining LOG_BUF_LEN_MAX
Kuan-Wei Chiu
1
-1
/
+1
2025-03-13
sched: Don't try to catch up excess steal time.
Suleiman Souhlal
1
-2
/
+4
2025-03-13
PM: hibernate: Add error handling for syscore_suspend()
Wentao Liang
1
-1
/
+6
2025-03-13
padata: avoid UAF for reorder_work
Chen Ridong
1
-1
/
+9
2025-03-13
padata: add pd get/put refcnt helper
Chen Ridong
1
-7
/
+20
2025-03-13
padata: fix UAF in padata_reorder
Chen Ridong
1
-0
/
+6
2025-03-13
bpf: Send signals asynchronously if !preemptible
Puranjay Mohan
1
-1
/
+1
2025-03-13
padata: fix sysfs store callback check
Thomas Weißschuh
1
-1
/
+1
2025-03-13
cpufreq: schedutil: Fix superfluous updates caused by need_freq_update
Sultan Alsawaf (unemployed)
1
-2
/
+2
2025-03-13
cpufreq: schedutil: Simplify sugov_update_next_freq()
Rafael J. Wysocki
1
-5
/
+3
2025-03-13
genirq: Make handle_enforce_irqctx() unconditionally available
Thomas Gleixner
1
-6
/
+3
2025-02-01
hrtimers: Handle CPU state correctly on hotplug
Koichiro Den
2
-2
/
+11
2025-02-01
kheaders: Ignore silly-rename files
David Howells
1
-0
/
+1
2025-01-09
bpf: fix potential error return
Anton Protopopov
1
-1
/
+5
2025-01-09
tracing: Prevent bad count for tracing_cpumask_write
Lizhi Xu
1
-0
/
+3
2025-01-09
kernel: Initialize cpumask before parsing
Tetsuo Handa
3
-4
/
+4
2025-01-09
bpf: Check validity of link->type in bpf_link_show_fdinfo()
Hou Tao
1
-4
/
+9
2025-01-09
tracing/kprobe: Make trace_kprobe's module callback called after jump_label u...
Masami Hiramatsu (Google)
1
-1
/
+1
2024-12-19
x86/static-call: provide a way to do very early static-call updates
Juergen Gross
1
-1
/
+1
2024-12-19
tracing/kprobes: Skip symbol counting logic for module symbols in create_loca...
Nikolay Kuratov
1
-1
/
+1
2024-12-19
bpf: sync_linked_regs() must preserve subreg_def
Eduard Zingerman
1
-1
/
+4
2024-12-14
sched/core: Prevent wakeup of ksoftirqd during idle load balance
K Prateek Nayak
1
-1
/
+1
2024-12-14
sched/fair: Check idle_cpu() before need_resched() to detect ilb CPU turning ...
K Prateek Nayak
1
-1
/
+1
2024-12-14
sched/fair: Add NOHZ balancer flag for nohz.next_balance updates
Valentin Schneider
2
-11
/
+21
2024-12-14
sched/fair: Trigger the update of blocked load on newly idle cpu
Vincent Guittot
4
-4
/
+35
2024-12-14
sched/fair: Merge for each idle cpu loop of ILB
Vincent Guittot
1
-25
/
+7
2024-12-14
sched/fair: Remove unused parameter of update_nohz_stats
Vincent Guittot
1
-3
/
+3
2024-12-14
sched/fair: Remove update of blocked load from newidle_balance
Vincent Guittot
1
-28
/
+5
2024-12-14
sched/core: Remove the unnecessary need_resched() check in nohz_csd_func()
K Prateek Nayak
1
-1
/
+1
2024-12-14
tracing: Use atomic64_inc_return() in trace_clock_counter()
Uros Bizjak
1
-1
/
+1
2024-12-14
dma-debug: fix a possible deadlock on radix_lock
Levi Yun
1
-2
/
+6
2024-12-14
kcsan: Turn report_filterlist_lock into a raw_spinlock
Marco Elver
1
-38
/
+36
2024-12-14
bpf: fix OOB devmap writes when deleting elements
Maciej Fijalkowski
1
-3
/
+3
2024-12-14
tracing: Fix cmp_entries_dup() to respect sort() comparison rules
Kuan-Wei Chiu
1
-5
/
+1
2024-12-14
bpf: Fix exact match conditions in trie_get_next_key()
Hou Tao
1
-2
/
+2
2024-12-14
bpf: Handle BPF_EXIST and BPF_NOEXIST for LPM trie
Hou Tao
1
-3
/
+20
[next]