aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* x86/traps: Shift fill_trap_info() from DO_ERROR_INFO() to do_error_trap()Oleg Nesterov2014-05-14
* x86/traps: Introduce fill_trap_info(), simplify DO_ERROR_INFO()Oleg Nesterov2014-05-14
* x86/traps: Introduce do_error_trap()Oleg Nesterov2014-05-14
* x86/traps: Use SEND_SIG_PRIV instead of force_sig()Oleg Nesterov2014-05-14
* x86/traps: Make math_error() staticOleg Nesterov2014-05-14
* uprobes/x86: Fix scratch register selection for rip-relative fixupsDenys Vlasenko2014-05-14
* uprobes/x86: Simplify rip-relative handlingDenys Vlasenko2014-05-14
* uprobes: Add mem_cgroup_charge_anon() into uprobe_write_opcode()Oleg Nesterov2014-05-14
* Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2014-05-05
|\
| * uprobes: Refuse to insert a probe into MAP_SHARED vmaOleg Nesterov2014-04-30
| * uprobes/tracing: Fix uprobe_perf_open() on uprobe_apply() failureOleg Nesterov2014-04-30
| * uprobes/tracing: Make uprobe_perf_close() visible to uprobe_perf_open()Oleg Nesterov2014-04-30
| * uprobes/x86: Simplify riprel_{pre,post}_xol() and make them similarOleg Nesterov2014-04-30
| * uprobes/x86: Kill the "autask" arg of riprel_pre_xol()Oleg Nesterov2014-04-30
| * uprobes/x86: Rename *riprel* helpers to make the naming consistentOleg Nesterov2014-04-30
| * uprobes/x86: Cleanup the usage of UPROBE_FIX_IP/UPROBE_FIX_CALLOleg Nesterov2014-04-30
| * uprobes/x86: Kill adjust_ret_addr(), simplify UPROBE_FIX_CALL logicOleg Nesterov2014-04-30
| * uprobes/x86: Introduce push_ret_address()Oleg Nesterov2014-04-30
| * uprobes/x86: Cleanup the usage of arch_uprobe->def.fixups, make it u8Oleg Nesterov2014-04-30
| * uprobes/x86: Move default_xol_ops's data into arch_uprobe->defOleg Nesterov2014-04-30
| * uprobes/x86: Move UPROBE_FIX_SETF logic from arch_uprobe_post_xol() to defaul...Oleg Nesterov2014-04-30
| * uprobes/x86: Don't use arch_uprobe_abort_xol() in arch_uprobe_post_xol()Oleg Nesterov2014-04-30
| * uprobes/x86: Introduce uprobe_xol_ops->abort() and default_abort_op()Oleg Nesterov2014-04-30
| * uprobes/x86: Don't change the task's state if ->pre_xol() failsOleg Nesterov2014-04-30
| * uprobes/x86: Fix is_64bit_mm() with CONFIG_X86_X32Oleg Nesterov2014-04-30
| * uprobes/x86: Make good_insns_* depend on CONFIG_X86_*Oleg Nesterov2014-04-30
| * uprobes/x86: Shift "insn_complete" from branch_setup_xol_ops() to uprobe_init...Oleg Nesterov2014-04-30
| * uprobes/x86: Add is_64bit_mm(), kill validate_insn_bits()Oleg Nesterov2014-04-30
| * uprobes/x86: Add uprobe_init_insn(), kill validate_insn_{32,64}bits()Oleg Nesterov2014-04-30
| * uprobes/x86: Refuse to attach uprobe to "word-sized" branch insnsDenys Vlasenko2014-04-30
* | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2014-05-01
|\ \
| * | perf tools ARM64: Wire up perf_regs and unwind supportJean Pihet2014-04-29
| * | perf tools: Move u64_swap unionBorislav Petkov2014-04-29
| * | perf tests: Add a test of kvm-390: trace eventAlexander Yarygin2014-04-29
| * | perf tests: Add numeric identifier to evlist_testAlexander Yarygin2014-04-29
| * | perf tools: Parse tracepoints with '-' in system nameAlexander Yarygin2014-04-29
| * | perf tools: Handle EINTR error for readn/writenNamhyung Kim2014-04-29
| |/
* | Merge branch 'perf/urgent' into perf/core, to resolve conflictIngo Molnar2014-05-01
|\ \ | |/ |/|
| * Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2014-05-01
| |\
| | * perf tests x86: Fix stack map lookup in dwarf unwind testJiri Olsa2014-04-30
| | * perf x86: Fix perf to use non-executable stack, againMathias Krause2014-04-30
| | * perf tools: Remove extra '/' character in events file pathXia Kaixu2014-04-30
| | * perf machine: Search for modules in %s/lib/modules/%sRichard Yao2014-04-30
| | * perf tests: Add static build make testJiri Olsa2014-04-30
| | * perf tools: Fix bfd dependency libraries detectionJiri Olsa2014-04-30
| | * perf tools: Use LDFLAGS instead of ALL_LDFLAGSJiri Olsa2014-04-30
| |/
* | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2014-04-29
|\ \
| * | perf tests: Add map groups sharing with thread object testJiri Olsa2014-04-28
| * | perf tools: Share map_groups among threads of the same groupJiri Olsa2014-04-28
| * | perf tools: Reference count map_groups objectsArnaldo Carvalho de Melo2014-04-28