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
*
tracing, perf: Implement BPF programs attached to uprobes
Wang Nan
2015-08-06
3
-3
/
+8
*
perf/x86/intel/pt: Do not force sync packets on every schedule-in
Alexander Shishkin
2015-08-04
1
-2
/
+0
*
perf/x86/hw_breakpoints: Disallow kernel breakpoints unless kprobe-safe
Andy Lutomirski
2015-08-04
1
-1
/
+1
*
uprobes: Fix the waitqueue_active() check in xol_free_insn_slot()
Oleg Nesterov
2015-07-31
1
-0
/
+1
*
uprobes: Use vm_special_mapping to name the XOL vma
Oleg Nesterov
2015-07-31
1
-10
/
+20
*
uprobes: Fix the usage of install_special_mapping()
Oleg Nesterov
2015-07-31
1
-8
/
+9
*
uprobes/x86: Make arch_uretprobe_is_alive(RP_CHECK_CALL) more clever
Oleg Nesterov
2015-07-31
1
-7
/
+7
*
uprobes: Add the "enum rp_check ctx" arg to arch_uretprobe_is_alive()
Oleg Nesterov
2015-07-31
1
-3
/
+6
*
uprobes: Change prepare_uretprobe() to (try to) flush the dead frames
Oleg Nesterov
2015-07-31
1
-0
/
+13
*
uprobes: Change handle_trampoline() to flush the frames invalidated by longjmp()
Oleg Nesterov
2015-07-31
1
-11
/
+18
*
uprobes/x86: Reimplement arch_uretprobe_is_alive()
Oleg Nesterov
2015-07-31
1
-0
/
+1
*
uprobes: Export 'struct return_instance', introduce arch_uretprobe_is_alive()
Oleg Nesterov
2015-07-31
1
-9
/
+5
*
uprobes: Change handle_trampoline() to find the next chain beforehand
Oleg Nesterov
2015-07-31
1
-11
/
+16
*
uprobes: Change prepare_uretprobe() to use uprobe_warn()
Oleg Nesterov
2015-07-31
1
-7
/
+3
*
uprobes: Send SIGILL if handle_trampoline() fails
Oleg Nesterov
2015-07-31
1
-11
/
+10
*
uprobes: Introduce free_ret_instance()
Oleg Nesterov
2015-07-31
1
-14
/
+13
*
uprobes: Introduce get_uprobe()
Oleg Nesterov
2015-07-31
1
-19
/
+20
*
Merge branch 'perf/urgent' into perf/core, to merge fixes before pulling more...
Ingo Molnar
2015-07-31
3
-23
/
+39
|
\
|
*
perf: Fix running time accounting
Peter Zijlstra
2015-07-27
1
-2
/
+2
|
*
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-07-26
1
-3
/
+3
|
|
\
|
|
*
mm: Fix bugs in region_is_ram()
Toshi Kani
2015-07-22
1
-3
/
+3
|
*
|
Merge tag 'trace-v4.2-rc2-fix3' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2015-07-25
1
-18
/
+34
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
ftrace: Fix breakage of set_ftrace_pid
Steven Rostedt (Red Hat)
2015-07-24
1
-18
/
+34
*
|
|
perf: Add PERF_RECORD_SWITCH to indicate context switches
Adrian Hunter
2015-07-23
1
-0
/
+103
|
/
/
*
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-07-18
1
-1
/
+6
|
\
\
|
*
|
x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...
Ingo Molnar
2015-07-18
1
-6
/
+5
|
*
|
x86/fpu, sched: Dynamically allocate 'struct fpu'
Dave Hansen
2015-07-18
1
-1
/
+7
*
|
|
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2015-07-18
2
-1
/
+1
|
\
\
\
|
*
|
|
tick: Move the export of tick_broadcast_oneshot_control to the proper place
Thomas Gleixner
2015-07-14
2
-1
/
+1
*
|
|
|
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2015-07-18
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
sched/fair: Test list head instead of list entry in throttle_cfs_rq()
Cong Wang
2015-07-06
1
-1
/
+1
*
|
|
|
|
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-07-18
2
-14
/
+13
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
genirq: Prevent resend to interrupts marked IRQ_NESTED_THREAD
Thomas Gleixner
2015-07-17
1
-5
/
+13
|
*
|
|
|
genirq: Revert sparse irq locking around __cpu_up() and move it to x86 for now
Thomas Gleixner
2015-07-15
1
-9
/
+0
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge tag 'trace-v4.2-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2015-07-15
2
-7
/
+11
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
tracing: Have branch tracer use recursive field of task struct
Steven Rostedt (Red Hat)
2015-07-08
2
-7
/
+11
|
|
/
*
|
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2015-07-12
4
-70
/
+148
|
\
\
|
*
|
tick/broadcast: Prevent NULL pointer dereference
Thomas Gleixner
2015-07-11
1
-8
/
+10
|
*
|
tick/broadcast: Handle spurious interrupts gracefully
Thomas Gleixner
2015-07-07
1
-0
/
+7
|
*
|
tick/broadcast: Check for hrtimer broadcast active early
Thomas Gleixner
2015-07-07
1
-10
/
+26
|
*
|
tick/broadcast: Return busy when IPI is pending
Thomas Gleixner
2015-07-07
1
-3
/
+7
|
*
|
tick/broadcast: Return busy if periodic mode and hrtimer broadcast
Thomas Gleixner
2015-07-07
1
-1
/
+5
|
*
|
tick/broadcast: Move the check for periodic mode inside state handling
Thomas Gleixner
2015-07-07
1
-14
/
+8
|
*
|
tick/broadcast: Prevent deep idle if no broadcast device available
Thomas Gleixner
2015-07-07
1
-0
/
+7
|
*
|
tick/broadcast: Make idle check independent from mode and config
Thomas Gleixner
2015-07-07
3
-15
/
+42
|
*
|
tick/broadcast: Sanity check the shutdown of the local clock_event
Thomas Gleixner
2015-07-07
1
-7
/
+16
|
*
|
tick/broadcast: Prevent hrtimer recursion
Thomas Gleixner
2015-07-07
1
-1
/
+15
|
*
|
clockevents: Allow set-state callbacks to be optional
Viresh Kumar
2015-07-07
1
-15
/
+9
|
|
/
*
|
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-07-12
2
-5
/
+21
|
\
\
|
*
|
hotplug: Prevent alloc/free of irq descriptors during cpu up/down
Thomas Gleixner
2015-07-08
2
-5
/
+21
|
|
/
[next]