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
2022-04-27
perf/core: Fix perf_mmap fail when CONFIG_PERF_USE_VMALLOC enabled
Zhipeng Xie
3
-6
/
+6
2022-04-27
sched/pelt: Fix attach_entity_load_avg() corner case
kuyo chang
1
-5
/
+5
2022-04-27
irq_work: use kasan_record_aux_stack_noalloc() record callstack
Zqiang
1
-1
/
+1
2022-04-20
cpu/hotplug: Remove the 'cpu' member of cpuhp_cpu_state
Steven Price
1
-18
/
+18
2022-04-20
dma-direct: avoid redundant memory sync for swiotlb
Chao Gao
1
-1
/
+2
2022-04-20
timers: Fix warning condition in __run_timers()
Anna-Maria Behnsen
1
-4
/
+7
2022-04-20
smp: Fix offline cpu check in flush_smp_call_function_queue()
Nadav Amit
1
-1
/
+1
2022-04-20
tick/nohz: Use WARN_ON_ONCE() to prevent console saturation
Paul Gortmaker
1
-1
/
+1
2022-04-20
genirq/affinity: Consider that CPUs on nodes can be unbalanced
Rei Yamamoto
1
-2
/
+3
2022-04-13
static_call: Don't make __static_call_return0 static
Christophe Leroy
3
-542
/
+546
2022-04-13
sched: Teach the forced-newidle balancer about CPU affinity limitation.
Sebastian Andrzej Siewior
1
-1
/
+1
2022-04-13
sched/core: Fix forceidle balancing
Peter Zijlstra
3
-11
/
+10
2022-04-13
perf/core: Inherit event_caps
Namhyung Kim
1
-0
/
+3
2022-04-08
bpf: Adjust BPF stack helper functions to accommodate skip > 0
Namhyung Kim
1
-32
/
+24
2022-04-08
tracing: Have type enum modifications copy the strings
Steven Rostedt (Google)
1
-1
/
+61
2022-04-08
Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""
Linus Torvalds
1
-4
/
+8
2022-04-08
watch_queue: Free the page array when watch_queue is dismantled
Eric Dumazet
1
-0
/
+1
2022-04-08
tracing: Have TRACE_DEFINE_ENUM affect trace event types as well
Steven Rostedt (Google)
1
-0
/
+28
2022-04-08
locking/lockdep: Iterate lock_classes directly when reading lockdep files
Waiman Long
3
-15
/
+56
2022-04-08
rcu: Mark writes to the rcu_segcblist structure's ->flags field
Paul E. McKenney
1
-2
/
+2
2022-04-08
rcu: Kill rnp->ofl_seq and use only rcu_state.ofl_lock for exclusion
David Woodhouse
2
-38
/
+37
2022-04-08
kdb: Fix the putarea helper function
Daniel Thompson
1
-1
/
+1
2022-04-08
dma-debug: fix return value of __setup handlers
Randy Dunlap
1
-2
/
+2
2022-04-08
kernel/resource: fix kfree() of bootmem memory again
Miaohe Lin
1
-33
/
+8
2022-04-08
livepatch: Fix build failure on 32 bits processors
Christophe Leroy
1
-2
/
+2
2022-04-08
bpf: Fix a btf decl_tag bug when tagging a function
Yonghong Song
1
-8
/
+21
2022-04-08
bpf: Fix UAF due to race between btf_try_get_module and load_module
Kumar Kartikeya Dwivedi
1
-2
/
+24
2022-04-08
printk: fix return value of printk.devkmsg __setup handler
Randy Dunlap
1
-2
/
+4
2022-04-08
sched/rt: Plug rt_mutex_setprio() vs push_rt_task() race
Valentin Schneider
2
-16
/
+28
2022-04-08
sched/cpuacct: Fix charge percpu cpuusage
Chengming Zhou
1
-1
/
+2
2022-04-08
sched/fair: Improve consistency of allowed NUMA balance calculations
Mel Gorman
1
-8
/
+10
2022-04-08
perf/core: Fix address filter parser for multiple filters
Adrian Hunter
1
-0
/
+3
2022-04-08
rseq: Remove broken uapi field layout on 32-bit little endian
Mathieu Desnoyers
1
-4
/
+4
2022-04-08
sched/uclamp: Fix iowait boost escaping uclamp restriction
Qais Yousef
1
-0
/
+1
2022-04-08
sched/sugov: Ignore 'busy' filter when rq is capped by uclamp_max
Qais Yousef
2
-84
/
+107
2022-04-08
sched/core: Export pelt_thermal_tp
Qais Yousef
1
-0
/
+1
2022-04-08
sched/debug: Remove mpol_get/put and task_lock/unlock from sched_show_numa
Bharata B Rao
1
-10
/
+0
2022-04-08
watch_queue: Actually free the watch
David Howells
1
-0
/
+1
2022-04-08
watch_queue: Fix NULL dereference in error cleanup
David Howells
1
-1
/
+1
2022-04-08
PM: suspend: fix return value of __setup handler
Randy Dunlap
1
-4
/
+4
2022-04-08
PM: hibernate: fix __setup handler error handling
Randy Dunlap
1
-1
/
+1
2022-04-08
audit: log AUDIT_TIME_* records only from rules
Richard Guy Briggs
2
-20
/
+71
2022-04-08
tracing: Have trace event string test handle zero length strings
Steven Rostedt (Google)
1
-2
/
+7
2022-04-08
ptrace: Check PTRACE_O_SUSPEND_SECCOMP permission on PTRACE_SEIZE
Jann Horn
1
-15
/
+32
2022-04-08
locking/lockdep: Avoid potential access of invalid memory in lock_class
Waiman Long
1
-9
/
+15
2022-04-08
Revert "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""
Linus Torvalds
1
-15
/
+8
2022-03-28
rcu: Don't deboost before reporting expedited quiescent state
Paul E. McKenney
1
-4
/
+4
2022-03-17
configs/debug: restore DEBUG_INFO=y for overriding
Qian Cai
1
-0
/
+1
2022-03-11
Merge branch 'davidh' (fixes from David Howells)
Linus Torvalds
1
-11
/
+11
2022-03-11
watch_queue: Make comment about setting ->defunct more accurate
David Howells
1
-1
/
+1
[next]