index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
uprobes: Introduce prepare_uprobe()
Oleg Nesterov
2012-10-07
1
-19
/
+41
*
uprobes: Fix handle_swbp() vs unregister() + register() race
Oleg Nesterov
2012-10-07
1
-0
/
+9
*
uprobes: Do not delete uprobe if uprobe_unregister() fails
Oleg Nesterov
2012-10-07
1
-6
/
+6
*
uprobes: Don't return success if alloc_uprobe() fails
Oleg Nesterov
2012-10-07
1
-1
/
+3
*
uprobes: Simplify is_swbp_at_addr(), remove stale comments
Oleg Nesterov
2012-09-29
1
-49
/
+24
*
uprobes: Kill set_orig_insn()->is_swbp_at_addr()
Oleg Nesterov
2012-09-29
1
-9
/
+23
*
uprobes: Introduce copy_opcode(), kill read_opcode()
Oleg Nesterov
2012-09-29
1
-44
/
+19
*
uprobes: Kill set_swbp()->is_swbp_at_addr()
Oleg Nesterov
2012-09-29
1
-11
/
+0
*
uprobes: Restrict valid_vma(false) to skip VM_SHARED vmas
Oleg Nesterov
2012-09-29
1
-9
/
+4
*
uprobes: Change valid_vma() to demand VM_MAYEXEC rather than VM_EXEC
Oleg Nesterov
2012-09-29
1
-2
/
+2
*
uprobes: Change write_opcode() to use FOLL_FORCE
Oleg Nesterov
2012-09-29
1
-1
/
+1
*
uprobes: Move clear_thread_flag(TIF_UPROBE) to uprobe_notify_resume()
Oleg Nesterov
2012-09-29
1
-0
/
+2
*
uprobes: Kill UTASK_BP_HIT state
Oleg Nesterov
2012-09-29
1
-20
/
+9
*
uprobes: Fix UPROBE_SKIP_SSTEP checks in handle_swbp()
Oleg Nesterov
2012-09-29
1
-16
/
+15
*
uprobes: Do not setup ->active_uprobe/state prematurely
Oleg Nesterov
2012-09-29
1
-6
/
+3
*
uprobes: Do not leak UTASK_BP_HIT if find_active_uprobe() fails
Oleg Nesterov
2012-09-29
1
-1
/
+4
*
trace: Move trace event enable from fs_initcall to core_initcall
Ezequiel Garcia
2012-09-24
2
-37
/
+73
*
tracing: Add an option for disabling markers
Mandeep Singh Baines
2012-09-24
2
-1
/
+6
*
Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Ingo Molnar
2012-09-19
1
-20
/
+79
|
\
|
*
uprobes: Introduce arch_uprobe_enable/disable_step()
Sebastian Andrzej Siewior
2012-09-15
1
-2
/
+12
|
*
uprobes: Teach find_active_uprobe() to clear MMF_HAS_UPROBES
Oleg Nesterov
2012-09-15
1
-0
/
+22
|
*
uprobes: Introduce MMF_RECALC_UPROBES
Oleg Nesterov
2012-09-15
1
-4
/
+35
|
*
uprobes: uprobes_treelock should not disable irqs
Oleg Nesterov
2012-09-15
1
-13
/
+8
|
*
uprobes: Don't put NULL pointer in uprobe_register()
Sebastian Andrzej Siewior
2012-09-15
1
-1
/
+2
*
|
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
2012-09-14
5
-10
/
+10
|
\
\
|
*
|
kprobes/x86: Fix to support jprobes on ftrace-based kprobe
Masami Hiramatsu
2012-09-13
1
-3
/
+0
|
*
|
trace: Stop compiling in trace_clock unconditionally
Josh Triplett
2012-09-13
3
-6
/
+7
|
*
|
tracing: Skip printing "OK" if failed to disable event
Yuanhan Liu
2012-09-13
1
-1
/
+3
*
|
|
Merge branch 'core/rcu' into perf/core
Ingo Molnar
2012-09-13
1
-5
/
+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
time: Move ktime_t overflow checking into timespec_valid_strict
John Stultz
2012-09-01
1
-5
/
+5
*
|
|
uprobes: Remove "verify" argument from set_orig_insn()
Oleg Nesterov
2012-08-28
1
-11
/
+9
*
|
|
uprobes: Fold uprobe_reset_state() into uprobe_dup_mmap()
Oleg Nesterov
2012-08-28
2
-10
/
+2
*
|
|
uprobes: Introduce MMF_HAS_UPROBES
Oleg Nesterov
2012-08-28
2
-1
/
+22
*
|
|
uprobes: Do not use -EEXIST in install_breakpoint() paths
Oleg Nesterov
2012-08-28
1
-11
/
+5
*
|
|
uprobes: Change uprobe_mmap() to ignore the errors but check fatal_signal_pen...
Oleg Nesterov
2012-08-28
1
-21
/
+6
*
|
|
uprobes: Kill dup_mmap()->uprobe_mmap(), simplify uprobe_mmap/munmap
Oleg Nesterov
2012-08-28
2
-30
/
+3
*
|
|
uprobes: Kill uprobes_state->count
Oleg Nesterov
2012-08-28
1
-36
/
+2
*
|
|
uprobes: Remove check for uprobe variable in handle_swbp()
Sebastian Andrzej Siewior
2012-08-28
1
-9
/
+7
*
|
|
uprobes: Remove redundant lock_page/unlock_page
Srikar Dronamraju
2012-08-28
1
-2
/
+0
*
|
|
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2012-08-28
14
-78
/
+142
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2012-08-23
2
-2
/
+6
|
|
\
|
|
*
Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...
Ingo Molnar
2012-08-21
1
-0
/
+4
|
|
|
\
|
|
|
*
tracing/syscalls: Fix perf syscall tracing when syscall_nr == -1
Will Deacon
2012-08-17
1
-0
/
+4
|
|
*
|
uprobes: Fix mmap_region()'s mm->mm_rb corruption if uprobe_mmap() fails
Oleg Nesterov
2012-08-21
1
-2
/
+2
|
*
|
|
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2012-08-23
1
-5
/
+32
|
|
\
\
\
|
|
*
|
|
time: Avoid making adjustments if we haven't accumulated anything
John Stultz
2012-08-22
1
-0
/
+4
|
|
*
|
|
time: Avoid potential shift overflow with large shift values
John Stultz
2012-08-22
1
-2
/
+2
|
|
*
|
|
time: Fix casting issue in timekeeping_forward_now
Andreas Schwab
2012-08-22
1
-1
/
+1
|
|
*
|
|
time: Ensure we normalize the timekeeper in tk_xtime_add
John Stultz
2012-08-22
1
-0
/
+1
|
|
*
|
|
time: Improve sanity checking of timekeeping inputs
John Stultz
2012-08-15
1
-2
/
+24
|
|
|
|
/
|
|
|
/
|
[next]