| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-02-01 | 3 | -621/+620 |
|\ |
|
| * | perf: Remove/simplify lockdep annotation | Peter Zijlstra | 2016-01-29 | 1 | -21/+1 |
| * | perf: Synchronously clean up child events | Peter Zijlstra | 2016-01-29 | 1 | -90/+84 |
| * | perf: Untangle 'owner' confusion | Peter Zijlstra | 2016-01-29 | 1 | -2/+12 |
| * | perf: Add flags argument to perf_remove_from_context() | Peter Zijlstra | 2016-01-29 | 1 | -11/+12 |
| * | perf: Clean up sync_child_event() | Peter Zijlstra | 2016-01-29 | 1 | -42/+39 |
| * | perf: Robustify event->owner usage and SMP ordering | Peter Zijlstra | 2016-01-29 | 1 | -10/+10 |
| * | perf: Fix STATE_EXIT usage | Peter Zijlstra | 2016-01-29 | 1 | -2/+4 |
| * | perf: Update locking order | Peter Zijlstra | 2016-01-29 | 1 | -1/+1 |
| * | perf: Remove __free_event() | Peter Zijlstra | 2016-01-29 | 1 | -25/+20 |
| * | perf/bpf: Convert perf_event_array to use struct file | Alexei Starovoitov | 2016-01-29 | 1 | -11/+10 |
| * | perf: Fix NULL deref | Peter Zijlstra | 2016-01-29 | 1 | -2/+2 |
| * | perf: Fix race in perf_event_exit_task_context() | Peter Zijlstra | 2016-01-28 | 1 | -21/+29 |
| * | perf: Fix orphan hole | Peter Zijlstra | 2016-01-28 | 1 | -2/+2 |
| * | perf: Synchronously free aux pages in case of allocation failure | Alexander Shishkin | 2016-01-21 | 1 | -20/+20 |
| * | perf: Fix perf_event_exit_task() race | Peter Zijlstra | 2016-01-21 | 1 | -66/+85 |
| * | perf: Add more assertions | Peter Zijlstra | 2016-01-21 | 1 | -0/+9 |
| * | perf: Collapse and fix event_function_call() users | Peter Zijlstra | 2016-01-21 | 2 | -200/+167 |
| * | perf: Specialize perf_event_exit_task() | Peter Zijlstra | 2016-01-21 | 1 | -7/+11 |
| * | perf: Fix task context scheduling | Peter Zijlstra | 2016-01-21 | 1 | -64/+91 |
| * | perf: Make ctx->is_active and cpuctx->task_ctx consistent | Peter Zijlstra | 2016-01-21 | 1 | -7/+14 |
| * | perf: Optimize perf_sched_events() usage | Peter Zijlstra | 2016-01-21 | 1 | -6/+16 |
| * | perf: Simplify/fix perf_event_enable() event scheduling | Peter Zijlstra | 2016-01-21 | 1 | -26/+5 |
| * | perf: Use task_ctx_sched_out() | Peter Zijlstra | 2016-01-21 | 1 | -2/+1 |
| * | perf: Fix perf_enable_on_exec() event scheduling | Peter Zijlstra | 2016-01-21 | 1 | -20/+27 |
| * | perf: Remove stale comment | Peter Zijlstra | 2016-01-21 | 1 | -7/+0 |
| * | perf: Fix cgroup scheduling in perf_enable_on_exec() | Peter Zijlstra | 2016-01-21 | 1 | -24/+7 |
| * | perf: Fix cgroup event scheduling | Peter Zijlstra | 2016-01-21 | 1 | -7/+10 |
| * | perf: Add lockdep assertions | Peter Zijlstra | 2016-01-21 | 1 | -2/+8 |
* | | wrappers for ->i_mutex access | Al Viro | 2016-01-23 | 1 | -2/+2 |
* | | ptrace: use fsuid, fsgid, effective creds for fs access checks | Jann Horn | 2016-01-21 | 1 | -1/+1 |
* | | memcg: adjust to support new THP refcounting | Kirill A. Shutemov | 2016-01-16 | 1 | -3/+4 |
* | | rmap: add argument to charge compound page | Kirill A. Shutemov | 2016-01-16 | 1 | -2/+2 |
* | | mm, shmem: add internal shmem resident memory accounting | Jerome Marchand | 2016-01-15 | 1 | -1/+1 |
|/ |
|
* | perf/core: Collapse more IPI loops | Peter Zijlstra | 2016-01-06 | 1 | -73/+33 |
* | Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n... | Ingo Molnar | 2016-01-06 | 1 | -29/+6 |
|\ |
|
| * | perf: Fix race in swevent hash | Peter Zijlstra | 2016-01-06 | 1 | -19/+1 |
| * | perf: Fix race in perf_event_exec() | Peter Zijlstra | 2016-01-06 | 1 | -10/+5 |
* | | Merge tag 'v4.4-rc5' into perf/core, to pick up fixes | Ingo Molnar | 2015-12-14 | 1 | -3/+3 |
|\ \ |
|
| * \ | Merge branch 'for-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2015-12-08 | 1 | -3/+3 |
| |\ \
| | |/
| |/| |
|
| | * | cgroup: fix handling of multi-destination migration from subtree_control enab... | Tejun Heo | 2015-12-03 | 1 | -3/+3 |
* | | | perf/core: Collapse common IPI pattern | Peter Zijlstra | 2015-12-06 | 1 | -104/+76 |
|/ / |
|
* | | perf: Do not send exit event twice | Jiri Olsa | 2015-12-06 | 1 | -11/+31 |
* | | perf: Fix PERF_EVENT_IOC_PERIOD deadlock | Peter Zijlstra | 2015-12-04 | 1 | -1/+8 |
* | | treewide: Remove old email address | Peter Zijlstra | 2015-11-23 | 4 | -4/+4 |
* | | perf/core: Robustify the perf_cgroup_from_task() RCU checks | Stephane Eranian | 2015-11-23 | 1 | -7/+13 |
* | | perf/core: Fix RCU problem with cgroup context switching code | Stephane Eranian | 2015-11-23 | 1 | -3/+8 |
|/ |
|
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2015-11-15 | 1 | -8/+13 |
|\ |
|
| * | perf: Fix inherited events vs. tracepoint filters | Peter Zijlstra | 2015-11-09 | 1 | -0/+4 |
| * | perf: Disable IRQs across RCU RS CS that acquires scheduler lock | Paul E. McKenney | 2015-11-09 | 1 | -8/+9 |