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
2014-01-09
mm: fix TLB flush race between migration, and change_protection_range
Rik van Riel
1
-0
/
+1
2014-01-09
sched: fix the theoretical signal_wake_up() vs schedule() race
Oleg Nesterov
1
-1
/
+13
2014-01-09
libata, freezer: avoid block device removal while system is frozen
Tejun Heo
1
-0
/
+6
2014-01-09
sched/rt: Fix rq's cpupri leak while enqueue/dequeue child RT entities
Kirill Tkhai
1
-0
/
+14
2014-01-09
sched: numa: skip inaccessible VMAs
Mel Gorman
1
-0
/
+7
2014-01-09
ftrace: Initialize the ftrace profiler for each possible cpu
Miao Xie
1
-1
/
+1
2013-12-20
sched: Avoid throttle_cfs_rq() racing with period_timer stopping
Ben Segall
2
-0
/
+10
2013-12-20
futex: fix handling of read-only-mapped hugepages
Linus Torvalds
1
-1
/
+1
2013-12-20
PCI: Disable Bus Master only on kexec reboot
Khalid Aziz
1
-0
/
+4
2013-12-11
irq: Enable all irqs unconditionally in irq_resume
Laxman Dewangan
1
-1
/
+1
2013-12-11
time: Fix 1ns/tick drift w/ GENERIC_TIME_VSYSCALL_OLD
Martin Schwidefsky
1
-1
/
+1
2013-12-08
ntp: Make periodic RTC update more reliable
Miroslav Lichvar
1
-1
/
+2
2013-12-08
clockevents: Prefer CPU local devices over global devices
Stephen Boyd
1
-2
/
+7
2013-12-08
clockevents: Split out selection logic
Thomas Gleixner
2
-38
/
+56
2013-12-08
clockevents: Add module refcount
Thomas Gleixner
3
-0
/
+8
2013-12-08
clockevents: Get rid of the notifier chain
Thomas Gleixner
4
-63
/
+14
2013-12-04
cgroup: use a dedicated workqueue for cgroup destruction
Tejun Heo
1
-2
/
+26
2013-12-04
cpuset: Fix memory allocator deadlock
Peter Zijlstra
1
-2
/
+6
2013-12-04
workqueue: fix ordered workqueues in NUMA setups
Tejun Heo
1
-2
/
+22
2013-12-04
ftrace: Fix function graph with loading of modules
Steven Rostedt (Red Hat)
1
-29
/
+35
2013-12-04
audit: log the audit_names record type
Jeff Layton
1
-0
/
+20
2013-12-04
audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_...
Jeff Layton
2
-3
/
+10
2013-12-04
audit: fix info leak in AUDIT_GET requests
Mathias Krause
1
-0
/
+1
2013-12-04
audit: use nlmsg_len() to get message payload length
Mathias Krause
1
-2
/
+2
2013-12-04
audit: printk USER_AVC messages when audit isn't enabled
Tyler Hicks
1
-1
/
+1
2013-12-04
PM / hibernate: Avoid overflow in hibernate_preallocate_memory()
Aaron Lu
1
-1
/
+5
2013-12-04
alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't exist
KOSAKI Motohiro
1
-2
/
+2
2013-11-29
exec/ptrace: fix get_dumpable() incorrect tests
Kees Cook
1
-1
/
+2
2013-11-29
perf/ftrace: Fix paranoid level for enabling function tracer
Steven Rostedt
1
-1
/
+1
2013-11-29
sched, idle: Fix the idle polling state logic
Peter Zijlstra
1
-5
/
+4
2013-11-20
perf: Fix perf ring buffer memory ordering
Peter Zijlstra
1
-4
/
+27
2013-11-20
tracing: Fix potential out-of-bounds in trace_get_user()
Steven Rostedt
1
-1
/
+4
2013-11-13
clockevents: Sanitize ticks to nsec conversion
Thomas Gleixner
1
-15
/
+50
2013-11-13
cgroup: fix to break the while loop in cgroup_attach_task() correctly
Anjana V Kumar
1
-3
/
+3
2013-10-13
irq: Force hardirq exit's softirq processing on its own stack
Frederic Weisbecker
1
-3
/
+12
2013-10-01
audit: fix endless wait in audit_log_start()
Konstantin Khlebnikov
1
-2
/
+3
2013-10-01
sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...
Daisuke Nishimura
1
-5
/
+9
2013-10-01
sched/cputime: Do not scale when utime == 0
Stanislaw Gruszka
1
-8
/
+11
2013-10-01
timekeeping: Fix HRTICK related deadlock from ntp lock changes
John Stultz
2
-4
/
+4
2013-09-26
pidns: fix vfork() after unshare(CLONE_NEWPID)
Oleg Nesterov
1
-3
/
+4
2013-09-26
pidns: Fix hang in zap_pid_ns_processes by sending a potentially extra wakeup
Eric W. Biederman
1
-0
/
+1
2013-09-26
uprobes: Fix utask->depth accounting in handle_trampoline()
Oleg Nesterov
1
-3
/
+1
2013-09-07
workqueue: cond_resched() after processing each work item
Tejun Heo
1
-0
/
+9
2013-09-07
timer_list: correct the iterator for timer_list
Nathan Zimmer
1
-17
/
+24
2013-08-29
ftrace: Check module functions being traced on reload
Steven Rostedt (Red Hat)
1
-9
/
+62
2013-08-29
tracing/uprobes: Fail to unregister if probe event files are in use
Steven Rostedt (Red Hat)
1
-13
/
+38
2013-08-29
tracing/kprobes: Fail to unregister if probe event files are in use
Steven Rostedt (Red Hat)
1
-6
/
+15
2013-08-29
tracing: trace_remove_event_call() should fail if call/file is in use
Oleg Nesterov
1
-2
/
+33
2013-08-29
tracing: Change remove_event_file_dir() to clear "d_subdirs"->i_private
Oleg Nesterov
1
-32
/
+15
2013-08-29
tracing: Introduce remove_event_file_dir()
Oleg Nesterov
1
-24
/
+23
[next]