summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* uprobes: Introduce prepare_uprobe()Oleg Nesterov2012-10-071-19/+41
* uprobes: Fix handle_swbp() vs unregister() + register() raceOleg Nesterov2012-10-071-0/+9
* uprobes: Do not delete uprobe if uprobe_unregister() failsOleg Nesterov2012-10-071-6/+6
* uprobes: Don't return success if alloc_uprobe() failsOleg Nesterov2012-10-071-1/+3
* uprobes: Simplify is_swbp_at_addr(), remove stale commentsOleg Nesterov2012-09-291-49/+24
* uprobes: Kill set_orig_insn()->is_swbp_at_addr()Oleg Nesterov2012-09-291-9/+23
* uprobes: Introduce copy_opcode(), kill read_opcode()Oleg Nesterov2012-09-291-44/+19
* uprobes: Kill set_swbp()->is_swbp_at_addr()Oleg Nesterov2012-09-291-11/+0
* uprobes: Restrict valid_vma(false) to skip VM_SHARED vmasOleg Nesterov2012-09-291-9/+4
* uprobes: Change valid_vma() to demand VM_MAYEXEC rather than VM_EXECOleg Nesterov2012-09-291-2/+2
* uprobes: Change write_opcode() to use FOLL_FORCEOleg Nesterov2012-09-291-1/+1
* uprobes: Move clear_thread_flag(TIF_UPROBE) to uprobe_notify_resume()Oleg Nesterov2012-09-291-0/+2
* uprobes: Kill UTASK_BP_HIT stateOleg Nesterov2012-09-291-20/+9
* uprobes: Fix UPROBE_SKIP_SSTEP checks in handle_swbp()Oleg Nesterov2012-09-291-16/+15
* uprobes: Do not setup ->active_uprobe/state prematurelyOleg Nesterov2012-09-291-6/+3
* uprobes: Do not leak UTASK_BP_HIT if find_active_uprobe() failsOleg Nesterov2012-09-291-1/+4
* trace: Move trace event enable from fs_initcall to core_initcallEzequiel Garcia2012-09-242-37/+73
* tracing: Add an option for disabling markersMandeep Singh Baines2012-09-242-1/+6
* Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2012-09-191-20/+79
|\
| * uprobes: Introduce arch_uprobe_enable/disable_step()Sebastian Andrzej Siewior2012-09-151-2/+12
| * uprobes: Teach find_active_uprobe() to clear MMF_HAS_UPROBESOleg Nesterov2012-09-151-0/+22
| * uprobes: Introduce MMF_RECALC_UPROBESOleg Nesterov2012-09-151-4/+35
| * uprobes: uprobes_treelock should not disable irqsOleg Nesterov2012-09-151-13/+8
| * uprobes: Don't put NULL pointer in uprobe_register()Sebastian Andrzej Siewior2012-09-151-1/+2
* | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-09-145-10/+10
|\ \
| * | kprobes/x86: Fix to support jprobes on ftrace-based kprobeMasami Hiramatsu2012-09-131-3/+0
| * | trace: Stop compiling in trace_clock unconditionallyJosh Triplett2012-09-133-6/+7
| * | tracing: Skip printing "OK" if failed to disable eventYuanhan Liu2012-09-131-1/+3
* | | Merge branch 'core/rcu' into perf/coreIngo Molnar2012-09-131-5/+5
|\ \ \ | |_|/ |/| |
| * | time: Move ktime_t overflow checking into timespec_valid_strictJohn Stultz2012-09-011-5/+5
* | | uprobes: Remove "verify" argument from set_orig_insn()Oleg Nesterov2012-08-281-11/+9
* | | uprobes: Fold uprobe_reset_state() into uprobe_dup_mmap()Oleg Nesterov2012-08-282-10/+2
* | | uprobes: Introduce MMF_HAS_UPROBESOleg Nesterov2012-08-282-1/+22
* | | uprobes: Do not use -EEXIST in install_breakpoint() pathsOleg Nesterov2012-08-281-11/+5
* | | uprobes: Change uprobe_mmap() to ignore the errors but check fatal_signal_pen...Oleg Nesterov2012-08-281-21/+6
* | | uprobes: Kill dup_mmap()->uprobe_mmap(), simplify uprobe_mmap/munmapOleg Nesterov2012-08-282-30/+3
* | | uprobes: Kill uprobes_state->countOleg Nesterov2012-08-281-36/+2
* | | uprobes: Remove check for uprobe variable in handle_swbp()Sebastian Andrzej Siewior2012-08-281-9/+7
* | | uprobes: Remove redundant lock_page/unlock_pageSrikar Dronamraju2012-08-281-2/+0
* | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-08-2814-78/+142
|\ \ \ | |/ / | | / | |/ |/|
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-08-232-2/+6
| |\
| | * Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-08-211-0/+4
| | |\
| | | * tracing/syscalls: Fix perf syscall tracing when syscall_nr == -1Will Deacon2012-08-171-0/+4
| | * | uprobes: Fix mmap_region()'s mm->mm_rb corruption if uprobe_mmap() failsOleg Nesterov2012-08-211-2/+2
| * | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2012-08-231-5/+32
| |\ \ \
| | * | | time: Avoid making adjustments if we haven't accumulated anythingJohn Stultz2012-08-221-0/+4
| | * | | time: Avoid potential shift overflow with large shift valuesJohn Stultz2012-08-221-2/+2
| | * | | time: Fix casting issue in timekeeping_forward_nowAndreas Schwab2012-08-221-1/+1
| | * | | time: Ensure we normalize the timekeeper in tk_xtime_addJohn Stultz2012-08-221-0/+1
| | * | | time: Improve sanity checking of timekeeping inputsJohn Stultz2012-08-151-2/+24
| | | |/ | | |/|
OpenPOWER on IntegriCloud