summaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)AuthorFilesLines
2012-05-24Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-0/+1670
2012-05-23Revert "sched, perf: Use a single callback into the scheduler"Jiri Olsa1-10/+4
2012-05-18Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo1-1/+1
2012-05-14Merge branch 'perf/uprobes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar1-10/+15
2012-05-09sched, perf: Use a single callback into the schedulerPeter Zijlstra1-4/+10
2012-05-09perf: Pass last sampling period to perf_sample_data_init()Robert Richter1-5/+4
2012-04-26perf: Use static variant of perf_event_overflow in core.cRobert Richter1-1/+1
2012-04-26perf: Fix perf_event_for_each() to use siblingMichael Ellerman1-1/+1
2012-04-14uprobes/core: Decrement uprobe count before the pages are unmappedSrikar Dronamraju1-2/+2
2012-04-14uprobes/core: Make background page replacement logic account for rss_stat cou...Srikar Dronamraju1-0/+5
2012-04-14Merge branch 'perf/core' into perf/uprobesIngo Molnar2-18/+205
2012-03-31uprobes/core: Optimize probe hits with the help of a counterSrikar Dronamraju1-8/+111
2012-03-31uprobes/core: Allocate XOL slots for uprobes useSrikar Dronamraju1-0/+215
2012-03-26Merge branch 'linus' into perf/urgentIngo Molnar1-8/+5
2012-03-24perf: Move mmap page data_head offset assertion out of headerJiri Olsa1-0/+7
2012-03-23perf: Fix mmap_page capabilities and docsPeter Zijlstra1-2/+2
2012-03-20Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-8/+5
2012-03-14uprobes/core: Handle breakpoint and singlestep exceptionsSrikar Dronamraju1-4/+319
2012-03-13Merge branch 'x86/cleanups' into perf/uprobesIngo Molnar2-7/+16
2012-03-13uprobes/core: Rename bkpt to swbpSrikar Dronamraju1-17/+17
2012-03-13uprobes/core: Make order of function parameters consistent across functionsSrikar Dronamraju1-45/+48
2012-03-13uprobes/core: Make macro names consistentSrikar Dronamraju1-9/+9
2012-03-05perf: Add callback to flush branch_stack on context switchStephane Eranian1-0/+85
2012-03-05perf: Disable PERF_SAMPLE_BRANCH_* when not supportedStephane Eranian2-0/+30
2012-03-05perf: Add generic taken branch sampling supportStephane Eranian1-0/+68
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar2-7/+16
2012-02-28perf/hwbp: Fix a possible memory leakNamhyung Kim1-2/+2
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar1-8/+8
2012-02-22uprobes: Update copyright noticesIngo Molnar1-1/+2
2012-02-22uprobes/core: Move insn to arch specific structureSrikar Dronamraju1-12/+26
2012-02-22uprobes/core: Remove uprobe_opcode_szSrikar Dronamraju1-3/+3
2012-02-22uprobes: Move to kernel/events/Ingo Molnar2-0/+1014
2012-02-07perf: Fix double start/stop in x86_pmu_start()Stephane Eranian1-5/+14
2012-02-02cgroup: remove cgroup_subsys argument from callbacksLi Zefan1-8/+5
2012-01-31Merge branch 'perf/urgent' into perf/coreIngo Molnar1-38/+66
2012-01-27Merge branch 'perf/fast' into perf/coreIngo Molnar2-13/+47
2012-01-27perf: Fix broken interrupt rate throttlingStephane Eranian1-38/+66
2012-01-21perf: Call perf_cgroup_event_time() directlyNamhyung Kim1-1/+1
2012-01-21perf: Don't call release_callchain_buffers() if allocation failsNamhyung Kim1-2/+0
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-5/+8
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2012-01-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-245/+283
2012-01-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2012-01-02misc latin1 to utf8 conversionsAl Viro2-2/+2
2011-12-21perf: Extend the mmap control page with time (TSC) fieldsPeter Zijlstra1-7/+14
2011-12-21perf, x86: Provide means for disabling userspace RDPMCPeter Zijlstra1-0/+1
2011-12-21perf: Fix mmap_page::offset computationPeter Zijlstra1-1/+1
2011-12-21perf, arch: Rework perf_event_index()Peter Zijlstra2-5/+29
2011-12-21perf: Update the mmap control page on mmap()Peter Zijlstra1-0/+2
2011-12-20Merge commit 'v3.2-rc6' into perf/coreIngo Molnar1-2/+2