index
:
linux.git
cached
cdir_v2
cfid-fixes
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
2021-02-10
kretprobe: Avoid re-registration of the same kretprobe earlier
Wang ShaoBo
1
-0
/
+4
2021-02-10
tracing/kprobe: Fix to support kretprobe events on unloaded modules
Masami Hiramatsu
2
-13
/
+31
2021-02-10
fgraph: Initialize tracing_graph_pause at task creation
Steven Rostedt (VMware)
1
-2
/
+0
2021-02-10
bpf, preload: Fix build when $(O) points to a relative path
Quentin Monnet
1
-1
/
+4
2021-02-10
bpf, inode_storage: Put file handler if no storage was found
Pan Bian
1
-1
/
+5
2021-02-10
bpf, cgroup: Fix problematic bounds check
Loris Reiff
1
-1
/
+1
2021-02-10
bpf, cgroup: Fix optlen WARN_ON_ONCE toctou
Loris Reiff
1
-0
/
+5
2021-02-07
workqueue: Restrict affinity change to rescuer
Peter Zijlstra
1
-6
/
+3
2021-02-07
kthread: Extract KTHREAD_IS_PER_CPU
Peter Zijlstra
2
-1
/
+27
2021-02-07
locking/lockdep: Avoid noinstr warning for DEBUG_LOCKDEP
Peter Zijlstra
1
-1
/
+6
2021-02-03
PM: hibernate: flush swap writer after marking
Laurent Badel
1
-1
/
+1
2021-02-03
kernel: kexec: remove the lock operation of system_transition_mutex
Baoquan He
1
-2
/
+0
2021-01-30
printk: fix string termination for record_print_text()
John Ogness
1
-1
/
+1
2021-01-30
printk: fix buffer overflow potential for print_text()
John Ogness
1
-9
/
+27
2021-01-30
kernel/io_uring: cancel io_uring before task works
Pavel Begunkov
1
-0
/
+2
2021-01-30
futex: Handle faults correctly for PI futexes
Thomas Gleixner
1
-37
/
+20
2021-01-30
futex: Simplify fixup_pi_state_owner()
Thomas Gleixner
1
-27
/
+26
2021-01-30
futex: Use pi_state_update_owner() in put_pi_state()
Thomas Gleixner
1
-7
/
+1
2021-01-30
rtmutex: Remove unused argument from rt_mutex_proxy_unlock()
Thomas Gleixner
3
-5
/
+3
2021-01-30
futex: Provide and use pi_state_update_owner()
Thomas Gleixner
1
-33
/
+33
2021-01-30
futex: Replace pointless printk in fixup_owner()
Thomas Gleixner
1
-7
/
+3
2021-01-30
futex: Ensure the correct return value from futex_lock_pi()
Thomas Gleixner
1
-15
/
+16
2021-01-27
bpf: Local storage helpers should check nullness of owner ptr passed
KP Singh
1
-1
/
+4
2021-01-27
locking/lockdep: Cure noinstr fail
Peter Zijlstra
1
-1
/
+1
2021-01-27
printk: fix kmsg_dump_get_buffer length calulations
John Ogness
1
-2
/
+2
2021-01-27
printk: ringbuffer: fix line counting
John Ogness
1
-1
/
+1
2021-01-27
bpf: Prevent double bpf_prog_put call from bpf_tracing_prog_attach
Jiri Olsa
1
-2
/
+4
2021-01-23
bpf: Fix helper bpf_map_peek_elem_proto pointing to wrong callback
Mircea Cirjaliu
1
-1
/
+1
2021-01-23
bpf: Support PTR_TO_MEM{,_OR_NULL} register spilling
Gilad Reti
1
-0
/
+2
2021-01-23
bpf: Don't leak memory in bpf getsockopt when optlen == 0
Stanislav Fomichev
1
-2
/
+3
2021-01-23
bpf: Fix signed_{sub,add32}_overflows type handling
Daniel Borkmann
1
-3
/
+3
2021-01-19
bpf: Save correct stopping point in file seq iteration
Jonathan Lemon
1
-1
/
+2
2021-01-19
bpf: Simplify task_file_seq_get_next()
Song Liu
1
-37
/
+17
2021-01-19
rcu-tasks: Move RCU-tasks initialization to before early_initcall()
Uladzislau Rezki (Sony)
1
-4
/
+21
2021-01-19
tracing/kprobes: Do the notrace functions check without kprobes on ftrace
Masami Hiramatsu
2
-2
/
+2
2021-01-12
workqueue: Kick a worker based on the actual activation of delayed works
Yunfeng Ye
1
-3
/
+10
2021-01-09
exec: Transform exec_update_mutex into a rw_semaphore
Eric W. Biederman
4
-26
/
+26
2021-01-09
rwsem: Implement down_read_interruptible
Eric W. Biederman
1
-0
/
+26
2021-01-09
rwsem: Implement down_read_killable_nested
Eric W. Biederman
1
-0
/
+14
2021-01-09
perf: Break deadlock involving exec_update_mutex
peterz@infradead.org
1
-23
/
+23
2021-01-06
tick/sched: Remove bogus boot "safety" check
Thomas Gleixner
1
-7
/
+0
2021-01-06
module: delay kobject uevent until after module init call
Jessica Yu
1
-2
/
+3
2021-01-06
module: set MODULE_STATE_GOING state when a module fails to load
Miroslav Benes
1
-0
/
+1
2021-01-06
cgroup: Fix memory leak when parsing multiple source parameters
Qinglang Miao
1
-0
/
+2
2020-12-30
Revert: "ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS"
Steven Rostedt (VMware)
1
-4
/
+13
2020-12-30
tracing: Disable ftrace selftests when any tracer is running
Masami Hiramatsu
6
-14
/
+25
2020-12-30
fsnotify: generalize handle_inode_event()
Amir Goldstein
3
-3
/
+3
2020-12-30
cpuset: fix race between hotplug work and later CPU offline
Daniel Jordan
1
-5
/
+28
2020-12-30
mm/gup: prevent gup_fast from racing with COW during fork
Jason Gunthorpe
1
-0
/
+1
2020-12-30
bpf: Fix bpf_put_raw_tracepoint()'s use of __module_address()
Andrii Nakryiko
1
-3
/
+5
[prev]
[next]