summaryrefslogtreecommitdiffstats
path: root/kernel/events
Commit message (Expand)AuthorAgeFilesLines
* perf: Remove duplicate invocation on perf_event_for_eachNamhyung Kim2012-05-311-1/+0
* Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-05-242-0/+1670
|\
| * Merge branch 'perf/uprobes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2012-05-141-10/+15
| |\
| * | uprobes/core: Decrement uprobe count before the pages are unmappedSrikar Dronamraju2012-04-141-2/+2
| * | uprobes/core: Make background page replacement logic account for rss_stat cou...Srikar Dronamraju2012-04-141-0/+5
| * | Merge branch 'perf/core' into perf/uprobesIngo Molnar2012-04-142-18/+205
| |\ \
| * | | uprobes/core: Optimize probe hits with the help of a counterSrikar Dronamraju2012-03-311-8/+111
| * | | uprobes/core: Allocate XOL slots for uprobes useSrikar Dronamraju2012-03-311-0/+215
| * | | uprobes/core: Handle breakpoint and singlestep exceptionsSrikar Dronamraju2012-03-141-4/+319
| * | | Merge branch 'x86/cleanups' into perf/uprobesIngo Molnar2012-03-132-7/+16
| |\ \ \
| * | | | uprobes/core: Rename bkpt to swbpSrikar Dronamraju2012-03-131-17/+17
| * | | | uprobes/core: Make order of function parameters consistent across functionsSrikar Dronamraju2012-03-131-45/+48
| * | | | uprobes/core: Make macro names consistentSrikar Dronamraju2012-03-131-9/+9
| * | | | uprobes: Update copyright noticesIngo Molnar2012-02-221-1/+2
| * | | | uprobes/core: Move insn to arch specific structureSrikar Dronamraju2012-02-221-12/+26
| * | | | uprobes/core: Remove uprobe_opcode_szSrikar Dronamraju2012-02-221-3/+3
| * | | | uprobes: Move to kernel/events/Ingo Molnar2012-02-222-0/+1014
* | | | | Revert "sched, perf: Use a single callback into the scheduler"Jiri Olsa2012-05-231-10/+4
* | | | | Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo2012-05-181-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | perf: Fix perf_event_for_each() to use siblingMichael Ellerman2012-04-261-1/+1
| | |_|/ | |/| |
* | | | sched, perf: Use a single callback into the schedulerPeter Zijlstra2012-05-091-4/+10
* | | | perf: Pass last sampling period to perf_sample_data_init()Robert Richter2012-05-091-5/+4
* | | | perf: Use static variant of perf_event_overflow in core.cRobert Richter2012-04-261-1/+1
|/ / /
* | | Merge branch 'linus' into perf/urgentIngo Molnar2012-03-261-8/+5
|\ \ \
| * \ \ Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-03-201-8/+5
| |\ \ \
| | * | | cgroup: remove cgroup_subsys argument from callbacksLi Zefan2012-02-021-8/+5
* | | | | perf: Move mmap page data_head offset assertion out of headerJiri Olsa2012-03-241-0/+7
* | | | | perf: Fix mmap_page capabilities and docsPeter Zijlstra2012-03-231-2/+2
|/ / / /
* | | | perf: Add callback to flush branch_stack on context switchStephane Eranian2012-03-051-0/+85
* | | | perf: Disable PERF_SAMPLE_BRANCH_* when not supportedStephane Eranian2012-03-052-0/+30
* | | | perf: Add generic taken branch sampling supportStephane Eranian2012-03-051-0/+68
* | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-03-052-7/+16
|\ \ \ \ | | |_|/ | |/| |
| * | | perf/hwbp: Fix a possible memory leakNamhyung Kim2012-02-281-2/+2
| * | | perf: Fix double start/stop in x86_pmu_start()Stephane Eranian2012-02-071-5/+14
* | | | static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar2012-02-241-8/+8
| |_|/ |/| |
* | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-01-311-38/+66
|\| |
| * | perf: Fix broken interrupt rate throttlingStephane Eranian2012-01-271-38/+66
* | | Merge branch 'perf/fast' into perf/coreIngo Molnar2012-01-272-13/+47
|\ \ \ | |/ / |/| |
| * | perf: Extend the mmap control page with time (TSC) fieldsPeter Zijlstra2011-12-211-7/+14
| * | perf, x86: Provide means for disabling userspace RDPMCPeter Zijlstra2011-12-211-0/+1
| * | perf: Fix mmap_page::offset computationPeter Zijlstra2011-12-211-1/+1
| * | perf, arch: Rework perf_event_index()Peter Zijlstra2011-12-212-5/+29
| * | perf: Update the mmap control page on mmap()Peter Zijlstra2011-12-211-0/+2
* | | perf: Call perf_cgroup_event_time() directlyNamhyung Kim2012-01-211-1/+1
* | | perf: Don't call release_callchain_buffers() if allocation failsNamhyung Kim2012-01-211-2/+0
| |/ |/|
* | Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-01-091-5/+8
|\ \
| * | cgroup: don't use subsys->can_attach_task() or ->attach_task()Tejun Heo2011-12-121-5/+8
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-082-2/+2
|\ \ \
| * | | misc latin1 to utf8 conversionsAl Viro2012-01-022-2/+2
| |/ /
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-01-064-245/+283
|\ \ \ | | |/ | |/|