index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-06-19
perf evsel: Make some methods private
Arnaldo Carvalho de Melo
2
-8
/
+3
2012-06-19
perf tools: Remove unused evsel parameter from machine__resolve_callchain
Jiri Olsa
6
-12
/
+11
2012-06-19
perf evsel: Reconstruct raw event with modifiers from perf_event_attr
Arnaldo Carvalho de Melo
1
-1
/
+7
2012-06-19
perf tools: Remove __event_name
Arnaldo Carvalho de Melo
2
-56
/
+6
2012-06-19
perf tools: Don't access evsel->name directly
Arnaldo Carvalho de Melo
2
-3
/
+3
2012-06-19
perf script: Replace __event_name uses with perf_evsel__name
Arnaldo Carvalho de Melo
1
-18
/
+20
2012-06-19
perf tools: Move all users of event_name to perf_evsel__name
Arnaldo Carvalho de Melo
15
-55
/
+40
2012-06-19
perf evsel: Handle all event types in perf_evsel__name
Arnaldo Carvalho de Melo
2
-31
/
+14
2012-06-19
perf tools: Reconstruct sw event with modifiers from perf_event_attr
Arnaldo Carvalho de Melo
3
-16
/
+34
2012-06-19
perf tools: Reconstruct hw cache event with modifiers from perf_event_attr
Arnaldo Carvalho de Melo
3
-101
/
+134
2012-06-19
perf evsel: Carve out event modifier formatting
Arnaldo Carvalho de Melo
1
-6
/
+11
2012-06-19
perf hists browser: Implement printing snapshots to files
Arnaldo Carvalho de Melo
1
-0
/
+195
2012-06-19
perf lib: Introduce rtrim
Arnaldo Carvalho de Melo
2
-0
/
+24
2012-06-19
perf ui/gtk: Use struct perf_error_ops
Namhyung Kim
2
-0
/
+91
2012-06-19
perf ui/gtk: Add GTK info_bar widget to browser window
Namhyung Kim
4
-0
/
+61
2012-06-19
perf ui/gtk: Add GTK statusbar widget to browser window
Namhyung Kim
2
-1
/
+27
2012-06-19
perf ui/gtk: Introduce struct perf_gtk_context
Namhyung Kim
3
-1
/
+47
2012-06-19
perf ui: Introduce struct perf_error_ops
Namhyung Kim
8
-226
/
+357
2012-06-19
perf tools: Add sort by src line/number
Arnaldo Carvalho de Melo
5
-2
/
+54
2012-06-18
perf/x86: Lowercase uncore PMU event names
Peter Zijlstra
1
-35
/
+16
2012-06-18
perf/tool: Add automated test for pure terms parsing
Jiri Olsa
1
-5
/
+117
2012-06-18
perf/tool: Add PMU event alias support
Zheng Yan
4
-1
/
+188
2012-06-18
perf/tool: Add support to reuse event grammar to parse out terms
Jiri Olsa
4
-3
/
+55
2012-06-18
perf/tool: Make the event parser re-entrant
Zheng Yan
4
-64
/
+98
2012-06-18
perf/tool: Use data struct for arg passing in event parse function
Jiri Olsa
3
-26
/
+50
2012-06-18
perf/x86: Add Intel Nehalem and Sandy Bridge-EP uncore support
Yan, Zheng
3
-0
/
+581
2012-06-18
perf: Add generic PCI uncore PMU device support
Yan, Zheng
2
-5
/
+236
2012-06-18
perf/x86: Add Intel Nehalem and Sandy Bridge uncore PMU support
Yan, Zheng
2
-0
/
+245
2012-06-18
perf/x86: Add generic Intel uncore PMU support
Yan, Zheng
3
-1
/
+1085
2012-06-18
perf: Introduce perf_pmu_migrate_context()
Yan, Zheng
2
-0
/
+38
2012-06-18
perf: Allow the PMU driver to choose the CPU on which to install events
Yan, Zheng
1
-4
/
+4
2012-06-18
perf: Avoid race between cpu hotplug and installing event
Yan, Zheng
1
-0
/
+5
2012-06-18
perf: Export perf_assign_events()
Yan, Zheng
2
-3
/
+5
2012-06-18
perf: Use css_tryget() to avoid propping up css refcount
Salman Qazi
1
-3
/
+7
2012-06-18
perf/x86/amd: Fix RDPMC index calculation for AMD family 15h
Robert Richter
1
-1
/
+1
2012-06-16
uprobes: Remove the unnecessary initialization in add_utask()
Oleg Nesterov
1
-1
/
+0
2012-06-16
uprobes: __copy_insn() needs "loff_t offset"
Oleg Nesterov
1
-6
/
+6
2012-06-16
uprobes: Don't use loff_t for the valid virtual address
Oleg Nesterov
1
-17
/
+9
2012-06-16
uprobes: Simplify the usage of uprobe->pending_list
Oleg Nesterov
1
-8
/
+4
2012-06-16
uprobes: Move BUG_ON(UPROBE_SWBP_INSN_SIZE) from write_opcode() to install_br...
Oleg Nesterov
1
-6
/
+5
2012-06-16
uprobes: No need to re-check vma_address() in write_opcode()
Oleg Nesterov
1
-5
/
+0
2012-06-16
uprobes: Copy_insn() should not return -ENOMEM if __copy_insn() fails
Oleg Nesterov
1
-4
/
+4
2012-06-16
uprobes: Copy_insn() shouldn't depend on mm/vma/vaddr
Oleg Nesterov
1
-9
/
+6
2012-06-16
uprobes: Document uprobe_register() vs uprobe_mmap() race
Peter Zijlstra
1
-3
/
+28
2012-06-16
uprobes: Change build_map_info() to try kmalloc(GFP_NOWAIT) first
Oleg Nesterov
1
-0
/
+10
2012-06-16
uprobes: Rework register_for_each_vma() to make it O(n)
Oleg Nesterov
1
-113
/
+86
2012-06-16
uprobes: Install_breakpoint() should fail if is_swbp_insn() == T
Oleg Nesterov
1
-1
/
+1
2012-06-16
uprobes: Write_opcode()->__replace_page() can race with try_to_unmap()
Oleg Nesterov
1
-28
/
+13
2012-06-16
uprobes: __copy_insn() should ensure a_ops->readpage != NULL
Oleg Nesterov
1
-0
/
+3
2012-06-16
uprobes: Valid_vma() should reject VM_HUGETLB
Oleg Nesterov
1
-1
/
+2
[next]