aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/events
Commit message (Expand)AuthorAge
...
* | uprobes: Introduce find_active_uprobe() helperOleg Nesterov2012-06-06
* | uprobes: Change read_opcode() to use FOLL_FORCEOleg Nesterov2012-06-06
* | uprobes: Optimize is_swbp_at_addr() for current->mmOleg Nesterov2012-06-06
|/
* perf: Remove duplicate invocation on perf_event_for_eachNamhyung Kim2012-05-31
* Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-05-24
|\
| * Merge branch 'perf/uprobes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2012-05-14
| |\
| * | uprobes/core: Decrement uprobe count before the pages are unmappedSrikar Dronamraju2012-04-14
| * | uprobes/core: Make background page replacement logic account for rss_stat cou...Srikar Dronamraju2012-04-14
| * | Merge branch 'perf/core' into perf/uprobesIngo Molnar2012-04-14
| |\ \
| * | | uprobes/core: Optimize probe hits with the help of a counterSrikar Dronamraju2012-03-31
| * | | uprobes/core: Allocate XOL slots for uprobes useSrikar Dronamraju2012-03-31
| * | | uprobes/core: Handle breakpoint and singlestep exceptionsSrikar Dronamraju2012-03-14
| * | | Merge branch 'x86/cleanups' into perf/uprobesIngo Molnar2012-03-13
| |\ \ \
| * | | | uprobes/core: Rename bkpt to swbpSrikar Dronamraju2012-03-13
| * | | | uprobes/core: Make order of function parameters consistent across functionsSrikar Dronamraju2012-03-13
| * | | | uprobes/core: Make macro names consistentSrikar Dronamraju2012-03-13
| * | | | uprobes: Update copyright noticesIngo Molnar2012-02-22
| * | | | uprobes/core: Move insn to arch specific structureSrikar Dronamraju2012-02-22
| * | | | uprobes/core: Remove uprobe_opcode_szSrikar Dronamraju2012-02-22
| * | | | uprobes: Move to kernel/events/Ingo Molnar2012-02-22
* | | | | Revert "sched, perf: Use a single callback into the scheduler"Jiri Olsa2012-05-23
* | | | | Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo2012-05-18
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | perf: Fix perf_event_for_each() to use siblingMichael Ellerman2012-04-26
| | |_|/ | |/| |
* | | | sched, perf: Use a single callback into the schedulerPeter Zijlstra2012-05-09
* | | | perf: Pass last sampling period to perf_sample_data_init()Robert Richter2012-05-09
* | | | perf: Use static variant of perf_event_overflow in core.cRobert Richter2012-04-26
|/ / /
* | | Merge branch 'linus' into perf/urgentIngo Molnar2012-03-26
|\ \ \
| * \ \ Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-03-20
| |\ \ \
| | * | | cgroup: remove cgroup_subsys argument from callbacksLi Zefan2012-02-02
* | | | | perf: Move mmap page data_head offset assertion out of headerJiri Olsa2012-03-24
* | | | | perf: Fix mmap_page capabilities and docsPeter Zijlstra2012-03-23
|/ / / /
* | | | perf: Add callback to flush branch_stack on context switchStephane Eranian2012-03-05
* | | | perf: Disable PERF_SAMPLE_BRANCH_* when not supportedStephane Eranian2012-03-05
* | | | perf: Add generic taken branch sampling supportStephane Eranian2012-03-05
* | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-03-05
|\ \ \ \ | | |_|/ | |/| |
| * | | perf/hwbp: Fix a possible memory leakNamhyung Kim2012-02-28
| * | | perf: Fix double start/stop in x86_pmu_start()Stephane Eranian2012-02-07
* | | | static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar2012-02-24
| |_|/ |/| |
* | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-01-31
|\| |
| * | perf: Fix broken interrupt rate throttlingStephane Eranian2012-01-27
* | | Merge branch 'perf/fast' into perf/coreIngo Molnar2012-01-27
|\ \ \ | |/ / |/| |
| * | perf: Extend the mmap control page with time (TSC) fieldsPeter Zijlstra2011-12-21
| * | perf, x86: Provide means for disabling userspace RDPMCPeter Zijlstra2011-12-21
| * | perf: Fix mmap_page::offset computationPeter Zijlstra2011-12-21
| * | perf, arch: Rework perf_event_index()Peter Zijlstra2011-12-21
| * | perf: Update the mmap control page on mmap()Peter Zijlstra2011-12-21
* | | perf: Call perf_cgroup_event_time() directlyNamhyung Kim2012-01-21
* | | perf: Don't call release_callchain_buffers() if allocation failsNamhyung Kim2012-01-21
| |/ |/|
* | Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-01-09
|\ \
| * | cgroup: don't use subsys->can_attach_task() or ->attach_task()Tejun Heo2011-12-12