| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'perf/core' into perf/urgent, to pick up the latest fixes | Ingo Molnar | 2014-06-14 | 1 | -4/+33 |
|\ |
|
| * | Revert "perf: Disable PERF_RECORD_MMAP2 support" | Don Zickus | 2014-06-09 | 1 | -4/+0 |
| * | perf: Pass protection and flags bits through mmap2 interface | Peter Zijlstra | 2014-06-09 | 1 | -0/+33 |
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-06-12 | 2 | -35/+60 |
|\ \
| |/ |
|
| * | perf: Differentiate exec() and non-exec() comm events | Adrian Hunter | 2014-06-06 | 1 | -2/+2 |
| * | Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare... | Ingo Molnar | 2014-06-06 | 1 | -73/+80 |
| |\ |
|
| | * | perf: Fix perf_event_comm() vs. exec() assumption | Peter Zijlstra | 2014-06-06 | 1 | -12/+16 |
| * | | uprobes: Teach copy_insn() to support tmpfs | Oleg Nesterov | 2014-06-05 | 1 | -5/+10 |
| * | | uprobes: Shift ->readpage check from __copy_insn() to uprobe_register() | Oleg Nesterov | 2014-06-05 | 1 | -3/+3 |
| * | | perf: Disable sampled events if no PMU interrupt | Vince Weaver | 2014-06-05 | 1 | -0/+7 |
| * | | perf: Fix use after free in perf_remove_from_context() | Peter Zijlstra | 2014-06-05 | 1 | -2/+2 |
| * | | Merge branch 'perf/uprobes' into perf/core | Ingo Molnar | 2014-06-05 | 1 | -13/+22 |
| |\ \ |
|
| | * | | uprobes/x86: Fix the wrong ->si_addr when xol triggers a trap | Oleg Nesterov | 2014-05-14 | 1 | -0/+10 |
| | * | | uprobes: Add mem_cgroup_charge_anon() into uprobe_write_opcode() | Oleg Nesterov | 2014-05-14 | 1 | -12/+11 |
| | * | | uprobes: Refuse to insert a probe into MAP_SHARED vma | Oleg Nesterov | 2014-04-30 | 1 | -1/+1 |
* | | | | Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 2014-06-09 | 1 | -1/+2 |
|\ \ \ \ |
|
| * | | | | cgroup: rename css_tryget*() to css_tryget_online*() | Tejun Heo | 2014-05-13 | 1 | -1/+2 |
* | | | | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into next | Linus Torvalds | 2014-06-05 | 1 | -8/+17 |
|\ \ \ \ \ |
|
| * | | | | | ARM: 8043/1: uprobes need icache flush after xol write | Victor Kamensky | 2014-05-25 | 1 | -8/+17 |
| |/ / / / |
|
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-06-03 | 2 | -69/+79 |
|\ \ \ \ \
| | |/ / /
| |/| | /
| |_|_|/
|/| | | |
|
| * | | | perf/events/core: Drop unused variable after cleanup | Borislav Petkov | 2014-05-19 | 1 | -1/+1 |
| * | | | perf: Simplify perf_event_exit_task_context() | Peter Zijlstra | 2014-05-07 | 1 | -16/+1 |
| * | | | perf: Rework free paths | Peter Zijlstra | 2014-05-07 | 1 | -26/+40 |
| * | | | perf: Validate locking assumption | Peter Zijlstra | 2014-05-07 | 1 | -0/+2 |
| * | | | perf: Always destroy groups on exit | Peter Zijlstra | 2014-05-07 | 1 | -1/+1 |
| * | | | perf: Ensure consistent inherit state in groups | Peter Zijlstra | 2014-05-07 | 1 | -3/+10 |
| * | | | Merge branch 'perf/urgent' into perf/core, to avoid conflicts | Ingo Molnar | 2014-05-07 | 1 | -21/+28 |
| |\ \ \
| | |_|/
| |/| | |
|
| * | | | perf: Allow building PMU drivers as modules | Yan, Zheng | 2014-04-18 | 1 | -0/+15 |
| * | | | uprobes/x86: Send SIGILL if arch_uprobe_post_xol() fails | Oleg Nesterov | 2014-04-17 | 1 | -1/+7 |
| * | | | uprobes: Kill UPROBE_SKIP_SSTEP and can_skip_sstep() | Oleg Nesterov | 2014-04-17 | 1 | -21/+2 |
| | |/
| |/| |
|
* | | | perf: Fix a race between ring_buffer_detach() and ring_buffer_attach() | Peter Zijlstra | 2014-05-19 | 1 | -60/+49 |
* | | | perf: Prevent false warning in perf_swevent_add | Jiri Olsa | 2014-05-19 | 1 | -1/+12 |
* | | | perf: Limit perf_event_attr::sample_period to 63 bits | Peter Zijlstra | 2014-05-19 | 1 | -0/+3 |
| |/
|/| |
|
* | | perf: Fix perf_event_init_context() | Peter Zijlstra | 2014-05-07 | 1 | -0/+2 |
* | | perf: Fix race in removing an event | Peter Zijlstra | 2014-05-07 | 1 | -21/+26 |
|/ |
|
* | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 2014-04-05 | 1 | -0/+9 |
|\ |
|
| * | uprobes: allow ignoring of probe hits | David A. Long | 2014-03-18 | 1 | -0/+9 |
* | | Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 2014-04-03 | 1 | -21/+4 |
|\ \ |
|
| * | | cgroup: drop @skip_css from cgroup_taskset_for_each() | Tejun Heo | 2014-02-13 | 1 | -1/+1 |
| * | | cgroup: improve css_from_dir() into css_tryget_from_dir() | Tejun Heo | 2014-02-11 | 1 | -16/+1 |
| * | | cgroup: clean up cgroup_subsys names and initialization | Tejun Heo | 2014-02-08 | 1 | -5/+3 |
* | | | perf: Optimize group_sched_in() | Peter Zijlstra | 2014-02-27 | 1 | -1/+1 |
* | | | perf: Remove redundant PMU assignment | Mark Rutland | 2014-02-27 | 1 | -2/+0 |
* | | | perf: Fix prototype of find_pmu_context() | Mark Rutland | 2014-02-27 | 1 | -1/+1 |
* | | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2014-02-27 | 1 | -6/+6 |
|\ \ \
| | |/
| |/| |
|
| * | | perf: Fix hotplug splat | Peter Zijlstra | 2014-02-27 | 1 | -6/+6 |
| |/ |
|
* | | perf/x86: Warn to early_printk() in case irq_work is too slow | Peter Zijlstra | 2014-02-21 | 1 | -2/+7 |
* | | perf/x86: Push the duration-logging printk() to IRQ context | Peter Zijlstra | 2014-02-09 | 1 | -7/+21 |
|/ |
|
* | Merge tag 'trace-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2014-01-22 | 1 | -0/+4 |
|\ |
|
| * | uprobes: Allocate ->utask before handler_chain() for tracing handlers | Oleg Nesterov | 2014-01-02 | 1 | -0/+4 |