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
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
2020-12-30
genirq/irqdomain: Don't try to free an interrupt that has no mapping
Marc Zyngier
1
-2
/
+9
2020-12-30
rcu/tree: Defer kvfree_rcu() allocation to a clean context
Uladzislau Rezki (Sony)
1
-43
/
+66
2020-12-30
rcu,ftrace: Fix ftrace recursion
Peter Zijlstra
1
-1
/
+4
2020-12-30
rcu: Allow rcu_irq_enter_check_tick() from NMI
Peter Zijlstra
1
-2
/
+2
2020-12-30
sched: Reenable interrupts in do_sched_yield()
Thomas Gleixner
1
-5
/
+1
2020-12-30
sched/deadline: Fix sched_dl_global_validate()
Peng Liu
2
-26
/
+21
2020-12-13
Merge tag 'x86-urgent-2020-12-13' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-18
/
+59
2020-12-11
bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpers
Andrii Nakryiko
2
-4
/
+4
2020-12-11
elfcore: fix building with clang
Arnd Bergmann
2
-27
/
+0
2020-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-5
/
+5
2020-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-5
/
+5
2020-12-10
bpf: Fix propagation of 32-bit signed bounds from 64-bit bounds.
Alexei Starovoitov
1
-5
/
+5
2020-12-09
membarrier: Execute SYNC_CORE on the calling thread
Andy Lutomirski
1
-18
/
+33
2020-12-09
membarrier: Explicitly sync remote cores when SYNC_CORE is requested
Andy Lutomirski
1
-0
/
+18
2020-12-09
membarrier: Add an actual barrier before rseq_preempt()
Andy Lutomirski
1
-0
/
+8
2020-12-07
Merge tag 'trace-v5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-5
/
+8
2020-12-06
Merge tag 'irq-urgent-2020-12-06' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-5
/
+8
2020-12-05
Merge tag 'powerpc-5.10-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-1
/
+5
2020-12-04
tracing: Fix userstacktrace option for instances
Steven Rostedt (VMware)
1
-5
/
+8
2020-12-01
Merge tag 'trace-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-15
/
+33
2020-11-30
ring-buffer: Always check to put back before stamp when crossing pages
Steven Rostedt (VMware)
1
-8
/
+6
2020-11-30
ftrace: Fix DYNAMIC_FTRACE_WITH_DIRECT_CALLS dependency
Naveen N. Rao
1
-1
/
+1
2020-11-30
ftrace: Fix updating FTRACE_FL_TRAMP
Naveen N. Rao
1
-1
/
+21
2020-11-30
tracing: Fix alignment of static buffer
Minchan Kim
1
-1
/
+1
2020-11-30
tracing: Remove WARN_ON in start_thread()
Vasily Averin
1
-1
/
+1
2020-11-30
ring-buffer: Set the right timestamp in the slow path of __rb_reserve_next()
Andrea Righi
1
-3
/
+3
2020-11-30
ring-buffer: Update write stamp with the correct ts
Steven Rostedt (VMware)
1
-1
/
+1
2020-11-30
genirq/irqdomain: Add an irq_create_mapping_affinity() function
Laurent Vivier
1
-5
/
+8
2020-11-29
Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+27
2020-11-27
Merge tag 'printk-for-5.10-rc6-fixup' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-4
/
+2
2020-11-27
Merge branch 'for-5.10-pr_cont-fixup' into for-linus
Petr Mladek
1
-2
/
+2
[next]