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-10-13
perf/core: Add sanity check to deal with pinned event failure
Reinette Chatre
1
-0
/
+6
2018-10-10
sched/topology: Set correct NUMA topology type
Srikar Dronamraju
1
-4
/
+1
2018-10-10
bpf: 32-bit RSH verification must truncate input before the ALU op
Jann Horn
1
-1
/
+9
2018-10-10
bpf: avoid misuse of psock when TCP_ULP_BPF collides with another ULP
John Fastabend
1
-1
/
+11
2018-10-10
bpf: sockmap, decrement copied count correctly in redirect error case
John Fastabend
1
-23
/
+22
2018-10-10
bpf, sockmap: fix psock refcount leak in bpf_tcp_recvmsg
Daniel Borkmann
1
-3
/
+2
2018-10-10
bpf, sockmap: fix potential use after free in bpf_tcp_close
Daniel Borkmann
1
-1
/
+1
2018-10-03
bpf: sockmap: write_space events need to be passed to TCP handler
John Fastabend
1
-0
/
+3
2018-10-03
bpf, sockmap: fix sock hash count in alloc_sock_hash_elem
Daniel Borkmann
1
-1
/
+3
2018-10-03
bpf, sockmap: fix sock_hash_alloc and reject zero-sized keys
Daniel Borkmann
1
-1
/
+3
2018-10-03
module: exclude SHN_UNDEF symbols from kallsyms api
Jessica Yu
1
-1
/
+5
2018-10-03
perf/hw_breakpoint: Split attribute parse and commit
Frederic Weisbecker
1
-16
/
+41
2018-10-03
posix-timers: Sanitize overrun handling
Thomas Gleixner
2
-12
/
+21
2018-10-03
posix-timers: Make forward callback return s64
Thomas Gleixner
3
-6
/
+6
2018-10-03
alarmtimer: Prevent overflow for relative nanosleep
Thomas Gleixner
1
-1
/
+2
2018-09-29
sched/fair: Fix vruntime_normalized() for remote non-migration wakeup
Steve Muckle
1
-1
/
+2
2018-09-29
bpf/verifier: disallow pointer subtraction
Alexei Starovoitov
1
-1
/
+1
2018-09-29
fork: report pid exhaustion correctly
KJ Tsanaktsidis
1
-1
/
+1
2018-09-29
ring-buffer: Allow for rescheduling when removing pages
Vaibhav Nagarnaik
1
-0
/
+2
2018-09-26
rcutorture: Use monotonic timestamp for stall detection
Arnd Bergmann
1
-2
/
+3
2018-09-26
sched/fair: Fix util_avg of new tasks for asymmetric systems
Quentin Perret
1
-4
/
+6
2018-09-26
sched/core: Use smp_mb() in wake_woken_function()
Andrea Parri
1
-26
/
+21
2018-09-26
bpf: fix rcu annotations in compute_effective_progs()
Roman Gushchin
1
-4
/
+3
2018-09-26
audit: fix use-after-free in audit_add_watch
Ronny Chevalier
1
-1
/
+11
2018-09-26
perf/core: Force USER_DS when recording user stack data
Yabin Cui
1
-0
/
+4
2018-09-19
clocksource: Revert "Remove kthread"
Peter Zijlstra
1
-10
/
+30
2018-09-19
timers: Clear timer_base::must_forward_clk with timer_base::lock held
Gaurav Kohli
1
-13
/
+16
2018-09-19
cpu/hotplug: Prevent state corruption on error rollback
Thomas Gleixner
1
-2
/
+3
2018-09-19
cpu/hotplug: Adjust misplaced smb() in cpuhp_thread_fun()
Neeraj Upadhyay
1
-3
/
+3
2018-09-15
mm: respect arch_dup_mmap() return value
Nadav Amit
1
-2
/
+1
2018-09-15
bpf: fix bpffs non-array map seq_show issue
Yonghong Song
1
-3
/
+5
2018-09-15
bpf, sockmap: fix leakage of smap_psock_map_entry
Daniel Borkmann
1
-2
/
+7
2018-09-15
bpf, sockmap: fix sock_map_ctx_update_elem race with exist/noexist
Daniel Borkmann
1
-49
/
+57
2018-09-15
bpf, sockmap: fix map elem deletion race with smap_stop_sock
Daniel Borkmann
1
-1
/
+4
2018-09-15
workqueue: re-add lockdep dependencies for flushing
Johannes Berg
1
-0
/
+8
2018-09-15
workqueue: skip lockdep wq dependency in cancel_work_sync()
Johannes Berg
1
-15
/
+22
2018-09-15
fork: don't copy inconsistent signal handler state to child
Jann Horn
1
-0
/
+2
2018-09-09
mm, dev_pagemap: Do not clear ->mapping on final put
Dan Williams
1
-1
/
+0
2018-09-09
userns: move user access out of the mutex
Jann Horn
1
-14
/
+10
2018-09-09
sys: don't hold uts_sem while accessing userspace memory
Jann Horn
2
-66
/
+70
2018-09-09
PM / sleep: wakeup: Fix build error caused by missing SRCU support
zhangyi (F)
1
-0
/
+1
2018-09-09
sched: idle: Avoid retaining the tick when it has been stopped
Rafael J. Wysocki
1
-1
/
+1
2018-09-09
uprobes: Use synchronize_rcu() not synchronize_sched()
Steven Rostedt (VMware)
1
-1
/
+1
2018-09-09
livepatch: Validate module/old func name length
Kamalesh Babulal
1
-0
/
+6
2018-09-09
printk/tracing: Do not trace printk_nmi_enter()
Steven Rostedt (VMware)
1
-2
/
+2
2018-09-09
tracing/blktrace: Fix to allow setting same value
Steven Rostedt (VMware)
1
-0
/
+4
2018-09-09
tracing: Do not call start/stop() functions when tracing_on does not change
Steven Rostedt (VMware)
1
-1
/
+3
2018-09-09
rcu: Make expedited GPs handle CPU 0 being offline
Boqun Feng
1
-1
/
+8
2018-09-05
watchdog: Mark watchdog touch functions as notrace
Vincent Whitchurch
3
-4
/
+4
2018-09-05
kprobes: Make list and blacklist root user read only
Masami Hiramatsu
1
-2
/
+2
[next]