index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
ring-buffer: Always reset iterator to reader page
Steven Rostedt (Red Hat)
2014-09-13
1
-11
/
+6
*
ring-buffer: Up rb_iter_peek() loop count to 3
Steven Rostedt (Red Hat)
2014-09-13
1
-5
/
+7
*
nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=off
Thomas Gleixner
2014-08-06
1
-1
/
+3
*
locking/mutex: Disable optimistic spinning on some architectures
Peter Zijlstra
2014-08-06
1
-1
/
+5
*
sched: Fix possible divide by zero in avg_atom() calculation
Mateusz Guzik
2014-08-06
1
-1
/
+1
*
ring-buffer: Fix polling on trace_pipe
Martin Lau
2014-08-06
1
-2
/
+0
*
alarmtimer: Fix bug where relative alarm timers were treated as absolute
John Stultz
2014-08-06
1
-2
/
+18
*
cpuset,mempolicy: fix sleeping function called from invalid context
Gu Zheng
2014-08-06
1
-1
/
+7
*
perf: Fix race in removing an event
Peter Zijlstra
2014-07-11
1
-20
/
+25
*
tracing: Fix syscall_*regfunc() vs copy_process() race
Oleg Nesterov
2014-07-11
1
-0
/
+2
*
rtmutex: Plug slow unlock race
Thomas Gleixner
2014-07-11
1
-6
/
+109
*
rtmutex: Detect changes in the pi lock chain
Thomas Gleixner
2014-07-11
1
-15
/
+75
*
rtmutex: Handle deadlock detection smarter
Thomas Gleixner
2014-07-11
3
-5
/
+38
*
auditsc: audit_krule mask accesses need bounds checking
Andy Lutomirski
2014-07-11
1
-7
/
+18
*
ptrace: fix fork event messages across pid namespaces
Matthew Dempsky
2014-07-11
1
-3
/
+7
*
rtmutex: Fix deadlock detector for real
Thomas Gleixner
2014-07-11
1
-4
/
+28
*
genirq: Sanitize spurious interrupt detection of threaded irqs
Thomas Gleixner
2014-07-11
2
-6
/
+104
*
futex: Make lookup_pi_state more robust
Thomas Gleixner
2014-06-09
1
-28
/
+106
*
futex: Always cleanup owner tid in unlock_pi
Thomas Gleixner
2014-06-09
1
-22
/
+18
*
futex: Validate atomic acquisition in futex_lock_pi_atomic()
Thomas Gleixner
2014-06-09
1
-3
/
+11
*
futex-prevent-requeue-pi-on-same-futex.patch futex: Forbid uaddr == uaddr2 in...
Thomas Gleixner
2014-06-09
1
-0
/
+25
*
futex: Prevent attaching to kernel threads
Thomas Gleixner
2014-06-09
1
-0
/
+5
*
futex: Add another early deadlock detection check
Thomas Gleixner
2014-06-09
1
-13
/
+34
*
perf: Prevent false warning in perf_swevent_add
Jiri Olsa
2014-06-09
1
-1
/
+12
*
perf: Limit perf_event_attr::sample_period to 63 bits
Peter Zijlstra
2014-06-09
1
-0
/
+3
*
hrtimer: Set expiry time before switch_hrtimer_base()
Viresh Kumar
2014-06-09
1
-4
/
+4
*
sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri check
Steven Rostedt (Red Hat)
2014-06-09
1
-2
/
+1
*
timer: Prevent overflow in apply_slack
Jiri Bohac
2014-06-09
1
-1
/
+1
*
hrtimer: Prevent remote enqueue of leftmost timers
Leon Ma
2014-06-09
1
-0
/
+5
*
hrtimer: Prevent all reprogramming if hang detected
Stuart Hayes
2014-06-09
1
-0
/
+17
*
ftrace/module: Hardcode ftrace_module_init() call into load_module()
Steven Rostedt (Red Hat)
2014-06-09
2
-23
/
+7
*
tracepoint: Do not waste memory on mods with no tracepoints
Steven Rostedt (Red Hat)
2014-06-09
1
-0
/
+6
*
wait: fix reparent_leader() vs EXIT_DEAD->EXIT_ZOMBIE race
Oleg Nesterov
2014-04-30
1
-4
/
+11
*
audit: convert PPIDs to the inital PID namespace.
Richard Guy Briggs
2014-04-30
1
-2
/
+2
*
blktrace: fix accounting of partially completed requests
Roman Pen
2014-04-30
1
-9
/
+11
*
printk: Fix scheduling-while-atomic problem in console_cpu_notify()
Paul E. McKenney
2014-04-02
1
-1
/
+0
*
timekeeping: fix 32-bit overflow in get_monotonic_boottime
Colin Cross
2014-04-02
1
-1
/
+1
*
ftrace: Have function graph only trace based on global_ops filters
Steven Rostedt
2014-04-02
1
-1
/
+44
*
tracing: Do not add event files for modules that fail tracepoints
Steven Rostedt (Red Hat)
2014-04-02
2
-1
/
+16
*
cpuset: fix a race condition in __cpuset_node_allowed_softwall()
Li Zefan
2014-04-02
1
-1
/
+1
*
perf: Fix hotplug splat
Peter Zijlstra
2014-04-02
1
-6
/
+6
*
sched: Fix double normalization of vruntime
George McCollister
2014-04-02
1
-4
/
+4
*
genirq: Remove racy waitqueue_active check
Chuansheng Liu
2014-04-02
1
-1
/
+1
*
cgroup: update cgroup_enable_task_cg_lists() to grab siglock
Tejun Heo
2014-04-02
1
-0
/
+5
*
workqueue: ensure @task is valid across kthread_stop()
Lai Jiangshan
2014-04-02
1
-0
/
+7
*
ring-buffer: Fix first commit on sub-buffer having non-zero delta
Steven Rostedt (Red Hat)
2014-04-02
1
-0
/
+7
*
time: Fix overflow when HZ is smaller than 60
Mikulas Patocka
2014-04-02
1
-0
/
+6
*
ftrace: Fix synchronization location disabling and freeing ftrace_ops
Steven Rostedt (Red Hat)
2014-04-02
1
-11
/
+18
*
ftrace: Use schedule_on_each_cpu() as a heavy synchronize_sched()
Steven Rostedt
2014-04-02
1
-1
/
+16
*
sched/rt: Avoid updating RT entry timeout twice within one tick period
Ying Xue
2014-02-15
1
-1
/
+5
[next]