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
2018-03-11
bpf: allow xadd only on aligned memory
Daniel Borkmann
1
-16
/
+26
2018-03-11
bpf: add schedule points in percpu arrays management
Eric Dumazet
1
-1
/
+4
2018-03-11
bpf: fix rcu lockdep warning for lpm_trie map_free callback
Yonghong Song
1
-2
/
+1
2018-03-11
bpf: fix memory leak in lpm_trie map_free callback function
Yonghong Song
1
-4
/
+7
2018-03-11
bpf: fix mlock precharge on arraymaps
Daniel Borkmann
1
-12
/
+16
2018-03-08
timers: Forward timer base before migrating timers
Lingutla Chandrasekhar
1
-0
/
+6
2018-03-08
hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)
Anna-Maria Gleixner
1
-1
/
+6
2018-02-28
genirq/matrix: Handle CPU offlining proper
Thomas Gleixner
1
-9
/
+14
2018-02-25
kcov: detect double association with a single task
Dmitry Vyukov
1
-2
/
+2
2018-02-22
tracing: Fix parsing of globs with a wildcard at the beginning
Steven Rostedt (VMware)
1
-5
/
+4
2018-02-22
mm: Fix memory size alignment in devm_memremap_pages_release()
Jan H. Schönherr
1
-1
/
+2
2018-02-22
trace_uprobe: Display correct offset in uprobe_events
Ravi Bangoria
1
-1
/
+1
2018-02-16
rcu: Export init_rcu_head() and destroy_rcu_head() to GPL modules
Paul E. McKenney
1
-0
/
+2
2018-02-16
ftrace: Remove incorrect setting of glob search field
Steven Rostedt (VMware)
1
-1
/
+0
2018-02-16
genirq: Make legacy autoprobing work again
Thomas Gleixner
3
-5
/
+5
2018-02-16
kernel/relay.c: revert "kernel/relay.c: fix potential memory leak"
Eric Biggers
1
-1
/
+0
2018-02-16
kernel/async.c: revert "async: simplify lowest_in_progress()"
Rasmus Villemoes
1
-8
/
+12
2018-02-16
sched/rt: Up the root domain ref count when passing it around via IPIs
Steven Rostedt (VMware)
3
-2
/
+22
2018-02-16
sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()
Steven Rostedt (VMware)
1
-7
/
+8
2018-02-07
module/retpoline: Warn about missing retpoline in module
Andi Kleen
1
-0
/
+11
2018-01-28
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+3
2018-01-28
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-5
/
+11
2018-01-28
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-5
/
+42
2018-01-28
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-3
/
+5
2018-01-27
hrtimer: Reset hrtimer cpu base proper on CPU hotplug
Thomas Gleixner
1
-0
/
+3
2018-01-25
perf/core: Fix ctx::mutex deadlock
Peter Zijlstra
1
-1
/
+7
2018-01-25
perf/core: Fix another perf,trace,cpuhp lock inversion
Peter Zijlstra
1
-2
/
+24
2018-01-25
perf/core: Fix lock inversion between perf,trace,cpuhp
Peter Zijlstra
1
-2
/
+11
2018-01-24
sched/core: Fix cpu.max vs. cpuhotplug deadlock
Peter Zijlstra
2
-5
/
+11
2018-01-24
locking/lockdep: Avoid triggering hardlockup from debug_show_all_locks()
Tejun Heo
1
-0
/
+2
2018-01-24
futex: Fix OWNER_DEAD fixup
Peter Zijlstra
1
-3
/
+3
2018-01-23
tracing: Update stack trace skipping for ORC unwinder
Steven Rostedt (VMware)
3
-29
/
+67
2018-01-23
ftrace, orc, x86: Handle ftrace dynamically allocated trampolines
Steven Rostedt (VMware)
1
-12
/
+17
2018-01-21
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-6
/
+14
2018-01-19
Merge tag 'trace-v4.15-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-3
/
+16
2018-01-19
Merge branch 'for-4.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+1
2018-01-19
Merge branch 'for-4.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+13
2018-01-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-13
/
+55
2018-01-18
tracing: Fix converting enum's from the map in trace_event_eval_update()
Steven Rostedt (VMware)
1
-1
/
+15
2018-01-18
ring-buffer: Fix duplicate results in mapping context to bits in recursive lock
Steven Rostedt (VMware)
1
-2
/
+1
2018-01-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-13
/
+55
2018-01-18
irq/matrix: Spread interrupts on allocation
Thomas Gleixner
1
-6
/
+14
2018-01-17
bpf: mark dst unknown on inconsistent {s, u}bounds adjustments
Daniel Borkmann
1
-11
/
+16
2018-01-17
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-19
/
+29
2018-01-17
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
3
-23
/
+90
2018-01-17
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2018-01-16
bpf: reject stores into ctx via st and xadd
Daniel Borkmann
1
-0
/
+19
2018-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-4
/
+21
2018-01-16
Merge tag 'trace-v4.15-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-18
/
+46
2018-01-16
delayacct: Account blkio completion on the correct task
Josh Snyder
2
-19
/
+29
[next]