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-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
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/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-16
watch_queue: Make comment about setting ->defunct more accurate
David Howells
1
-1
/
+1
2022-03-16
watch_queue: Fix lack of barrier/sync/lock between post and read
David Howells
1
-1
/
+1
2022-03-16
watch_queue: Free the alloc bitmap when the watch_queue is torn down
David Howells
1
-0
/
+1
2022-03-16
watch_queue: Fix the alloc bitmap size to reflect notes allocated
David Howells
1
-1
/
+2
2022-03-16
watch_queue: Fix to always request a pow-of-2 pipe ring size
David Howells
1
-1
/
+1
2022-03-16
watch_queue: Fix to release page in ->release()
David Howells
1
-0
/
+1
2022-03-16
watch_queue: Fix filter limit check
David Howells
1
-2
/
+2
2022-03-16
swiotlb: rework "fix info leak with DMA_FROM_DEVICE"
Halil Pasic
1
-8
/
+15
2022-03-16
tracing/osnoise: Do not unregister events twice
Daniel Bristot de Oliveira
1
-0
/
+11
2022-03-16
tracing/osnoise: Force quiescent states while tracing
Nicolas Saenz Julienne
1
-0
/
+20
2022-03-16
tracing: Fix selftest config check for function graph start up test
Christophe Leroy
1
-4
/
+2
2022-03-16
tracing/osnoise: Make osnoise_main to sleep for microseconds
Daniel Bristot de Oliveira
1
-21
/
+32
2022-03-16
tracing: Ensure trace buffer is at least 4096 bytes large
Sven Schnelle
1
-4
/
+6
2022-03-16
swiotlb: fix info leak with DMA_FROM_DEVICE
Halil Pasic
1
-1
/
+2
[next]