summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | uprobes/tracing: Fully initialize uprobe_trace_consumer before uprobe_register()Oleg Nesterov2013-02-081-6/+7
| | * | | uprobes/tracing: Fix dentry/mount leak in create_trace_uprobe()Oleg Nesterov2013-02-081-4/+6
| | * | | uprobes: Add exports for module useJosh Stone2013-02-082-0/+9
| | * | | uprobes: Kill the bogus IS_ERR_VALUE(xol_vaddr) checkOleg Nesterov2013-02-081-2/+1
| | * | | uprobes: Do not allocate current->utask unnecessaryOleg Nesterov2013-02-081-10/+6
| | * | | uprobes: Fix utask->xol_vaddr leak in pre_ssout()Oleg Nesterov2013-02-081-1/+8
| | * | | uprobes: Do not play with utask in xol_get_insn_slot()Oleg Nesterov2013-02-081-16/+21
| | * | | uprobes: Turn add_utask() into get_utask()Oleg Nesterov2013-02-081-18/+9
| | * | | uprobes: Fold xol_alloc_area() into get_xol_area()Oleg Nesterov2013-02-081-22/+16
| | * | | uprobes: Move alloc_page() from xol_add_vma() to xol_alloc_area()Oleg Nesterov2013-02-081-19/+13
| | * | | uprobes: Change handle_swbp() to expose bp_vaddr to handler_chain()Oleg Nesterov2013-02-083-11/+9
| | * | | uprobes/x86: Change __skip_sstep() to actually skip the whole insnOleg Nesterov2013-02-081-1/+4
| | * | | uprobes: Teach handler_chain() to filter out the probed taskOleg Nesterov2013-02-082-10/+51
| | * | | uprobes: Reintroduce uprobe_consumer->filter()Oleg Nesterov2013-02-082-7/+20
| | * | | uprobes: Rationalize the usage of filter_chain()Oleg Nesterov2013-02-081-23/+21
| | * | | uprobes: Kill uprobes_mutex[], separate alloc_uprobe() and __uprobe_register()Oleg Nesterov2013-02-081-36/+15
| | * | | uprobes: Introduce uprobe_is_active()Oleg Nesterov2013-02-081-0/+8
| | * | | uprobes: Kill uprobe_events, use RB_EMPTY_ROOT() insteadOleg Nesterov2013-02-081-12/+7
| | * | | uprobes: Kill uprobe->copy_mutexOleg Nesterov2013-02-081-4/+3
| | * | | uprobes: Kill UPROBE_RUN_HANDLER flagOleg Nesterov2013-02-081-18/+5
| | * | | uprobes: Change filter_chain() to iterate ->consumers listOleg Nesterov2013-02-081-8/+13
| | * | | uprobes: Introduce uprobe->register_rwsemOleg Nesterov2013-02-081-2/+8
| | * | | uprobes: _register() should always do register_for_each_vma(true)Oleg Nesterov2013-02-081-18/+13
| | * | | uprobes: _unregister() should always do register_for_each_vma(false)Oleg Nesterov2013-02-081-14/+14
| | * | | uprobes: Introduce filter_chain()Oleg Nesterov2013-02-081-5/+19
| | * | | uprobes: Kill uprobe_consumer->filter()Oleg Nesterov2013-02-083-10/+2
| | * | | uprobes: Kill the pointless inode/uc checks in register/unregisterOleg Nesterov2013-02-081-6/+1
| | * | | uprobes: Move __set_bit(UPROBE_SKIP_SSTEP) into alloc_uprobe()Oleg Nesterov2013-02-081-3/+2
| |/ / /
| * | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2013-02-0627-128/+611
| |\ \ \
| | * | | perf python: Link with sysfs.oArnaldo Carvalho de Melo2013-02-061-0/+1
| | * | | perf evlist: Pass the event_group info via perf_attr_detailsArnaldo Carvalho de Melo2013-02-063-3/+4
| | * | | perf tools: Fix calloc argument orderingPaul Gortmaker2013-02-062-3/+3
| | * | | perf tests: Adding automated parsing tests for group :GH modifiersJiri Olsa2013-02-061-1/+177
| | * | | perf tools: Fix perf_evsel::exclude_GH handlingJiri Olsa2013-02-061-8/+0
| | * | | perf perl scripts: Fix SIGALRM and pipe read race for rwtopJiri Olsa2013-02-061-1/+5
| | * | | perf hists browser: Add support to display whole group data for raw columnsJiri Olsa2013-02-061-27/+26
| | * | | perf stat: Add per processor socket count aggregationStephane Eranian2013-02-062-12/+123
| | * | | perf tools: Add cpu_map processor socket level functionsStephane Eranian2013-02-062-0/+63
| | * | | perf evlist: Make event_copy local to mmapsDavid Ahern2013-02-063-29/+30
| | * | | perf sort: Check return value of strdup()Namhyung Kim2013-02-061-0/+5
| | * | | perf sort: Make setup_sorting returns an error codeNamhyung Kim2013-02-067-10/+18
| | * | | perf sort: Drop ip_[lr] arguments from _sort__sym_cmp()Namhyung Kim2013-02-061-17/+6
| | * | | perf tools: Check for flex and bison before continuing buildingBorislav Petkov2013-02-061-3/+10
| | * | | perf evlist: Fix set event list leaderStephane Eranian2013-02-061-2/+1
| | * | | perf report: Enable the runtime switching of perf data fileFeng Tang2013-02-061-11/+27
| | * | | perf hists browser: Add option for runtime switching perf data fileFeng Tang2013-02-062-1/+112
| |/ / /
| * | | perf/x86: Allow for architecture specific RDPMC indexesJacob Shin2013-02-063-1/+13
| * | | perf/x86: Move MSR address offset calculation to architecture specific filesJacob Shin2013-02-062-16/+47
| * | | perf/x86/amd: Use proper naming scheme for AMD bit field definitionsJacob Shin2013-02-062-6/+6
| * | | perf/x86/amd: Generalize northbridge constraints code for family 15hRobert Richter2013-02-061-18/+25
OpenPOWER on IntegriCloud