summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* uprobes: Add mem_cgroup_charge_anon() into uprobe_write_opcode()Oleg Nesterov2014-05-141-12/+11
* Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2014-05-055-201/+200
|\
| * uprobes: Refuse to insert a probe into MAP_SHARED vmaOleg Nesterov2014-04-301-1/+1
| * uprobes/tracing: Fix uprobe_perf_open() on uprobe_apply() failureOleg Nesterov2014-04-301-5/+9
| * uprobes/tracing: Make uprobe_perf_close() visible to uprobe_perf_open()Oleg Nesterov2014-04-301-18/+18
| * uprobes/x86: Simplify riprel_{pre,post}_xol() and make them similarOleg Nesterov2014-04-301-16/+14
| * uprobes/x86: Kill the "autask" arg of riprel_pre_xol()Oleg Nesterov2014-04-301-9/+9
| * uprobes/x86: Rename *riprel* helpers to make the naming consistentOleg Nesterov2014-04-301-13/+11
| * uprobes/x86: Cleanup the usage of UPROBE_FIX_IP/UPROBE_FIX_CALLOleg Nesterov2014-04-301-16/+11
| * uprobes/x86: Kill adjust_ret_addr(), simplify UPROBE_FIX_CALL logicOleg Nesterov2014-04-302-21/+4
| * uprobes/x86: Introduce push_ret_address()Oleg Nesterov2014-04-301-3/+12
| * uprobes/x86: Cleanup the usage of arch_uprobe->def.fixups, make it u8Oleg Nesterov2014-04-302-8/+8
| * uprobes/x86: Move default_xol_ops's data into arch_uprobe->defOleg Nesterov2014-04-302-27/+28
| * uprobes/x86: Move UPROBE_FIX_SETF logic from arch_uprobe_post_xol() to defaul...Oleg Nesterov2014-04-301-8/+12
| * uprobes/x86: Don't use arch_uprobe_abort_xol() in arch_uprobe_post_xol()Oleg Nesterov2014-04-301-8/+9
| * uprobes/x86: Introduce uprobe_xol_ops->abort() and default_abort_op()Oleg Nesterov2014-04-301-3/+11
| * uprobes/x86: Don't change the task's state if ->pre_xol() failsOleg Nesterov2014-04-301-2/+6
| * uprobes/x86: Fix is_64bit_mm() with CONFIG_X86_X32Oleg Nesterov2014-04-302-4/+5
| * uprobes/x86: Make good_insns_* depend on CONFIG_X86_*Oleg Nesterov2014-04-301-24/+32
| * uprobes/x86: Shift "insn_complete" from branch_setup_xol_ops() to uprobe_init...Oleg Nesterov2014-04-301-9/+4
| * uprobes/x86: Add is_64bit_mm(), kill validate_insn_bits()Oleg Nesterov2014-04-301-11/+9
| * uprobes/x86: Add uprobe_init_insn(), kill validate_insn_{32,64}bits()Oleg Nesterov2014-04-301-32/+13
| * uprobes/x86: Refuse to attach uprobe to "word-sized" branch insnsDenys Vlasenko2014-04-301-0/+11
* | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2014-05-0110-51/+380
|\ \
| * | perf tools ARM64: Wire up perf_regs and unwind supportJean Pihet2014-04-295-1/+264
| * | perf tools: Move u64_swap unionBorislav Petkov2014-04-292-5/+5
| * | perf tests: Add a test of kvm-390: trace eventAlexander Yarygin2014-04-291-0/+7
| * | perf tests: Add numeric identifier to evlist_testAlexander Yarygin2014-04-291-45/+90
| * | perf tools: Parse tracepoints with '-' in system nameAlexander Yarygin2014-04-291-0/+12
| * | perf tools: Handle EINTR error for readn/writenNamhyung Kim2014-04-291-0/+2
| |/
* | Merge branch 'perf/urgent' into perf/core, to resolve conflictIngo Molnar2014-05-017-20/+52
|\ \ | |/ |/|
| * Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2014-05-017-20/+52
| |\
| | * perf tests x86: Fix stack map lookup in dwarf unwind testJiri Olsa2014-04-301-1/+1
| | * perf x86: Fix perf to use non-executable stack, againMathias Krause2014-04-302-1/+11
| | * perf tools: Remove extra '/' character in events file pathXia Kaixu2014-04-301-2/+2
| | * perf machine: Search for modules in %s/lib/modules/%sRichard Yao2014-04-301-4/+12
| | * perf tests: Add static build make testJiri Olsa2014-04-301-0/+2
| | * perf tools: Fix bfd dependency libraries detectionJiri Olsa2014-04-301-11/+23
| | * perf tools: Use LDFLAGS instead of ALL_LDFLAGSJiri Olsa2014-04-301-1/+1
| |/
* | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2014-04-2918-155/+948
|\ \
| * | perf tests: Add map groups sharing with thread object testJiri Olsa2014-04-284-0/+96
| * | perf tools: Share map_groups among threads of the same groupJiri Olsa2014-04-283-13/+47
| * | perf tools: Reference count map_groups objectsArnaldo Carvalho de Melo2014-04-283-1/+17
| * | perf tools: Allocate thread map_groups's dynamicallyArnaldo Carvalho de Melo2014-04-287-10/+35
| * | perf tests: Add thread maps lookup automated testsJiri Olsa2014-04-285-0/+245
| * | perf tests: Add a test case for hists filteringNamhyung Kim2014-04-284-0/+321
| * | perf tests: Factor out fake_setup_machine()Namhyung Kim2014-04-284-139/+195
|/ /
* | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2014-04-256-103/+171
|\ \
| * | perf hists/tui: Count callchain rows separatelyNamhyung Kim2014-04-241-20/+43
| * | perf top/tui: Update nr_entries properly after a filter is appliedNamhyung Kim2014-04-242-4/+22
OpenPOWER on IntegriCloud