- 79c9ce5 perf/core: Fix perf_event_open() vs. execve() race by Peter Zijlstra · 9 years ago
- b303e7c perf/core: Make sysctl_perf_cpu_time_max_percent conform to documentation by Peter Zijlstra · 9 years ago
- 4a2d057 Merge branch 'PAGE_CACHE_SIZE-removal' by Linus Torvalds · 9 years ago
- 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
- 4c3b73c Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 201c2f8 perf/core: Don't leak event in the syscall error path by Alexander Shishkin · 9 years ago
- 8fdc653 perf/core: Fix time tracking bug with multiplexing by Peter Zijlstra · 9 years ago
- 3fa2fe2 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 1dcaac1 perf/core: Document some hotplug bits by Peter Zijlstra · 9 years ago
- 8184059 perf/core: Fix Undefined behaviour in rb_alloc() by Peter Zijlstra · 9 years ago
- 91a612e perf/core: Fix dynamic interrupt throttle by Peter Zijlstra · 9 years ago
- 1e02cd4 perf/core: Fix the unthrottle logic by Peter Zijlstra · 9 years ago
- 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
- ba33ea8 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- e23604e Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 810813c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
- 1f25184 Merge branch 'timers/core-v9' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/nohz by Ingo Molnar · 9 years ago
- 927a557 perf/core: Fix perf_sched_count derailment by Alexander Shishkin · 9 years ago
- ec87e1c Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fix by Ingo Molnar · 9 years ago
- 555e0c1 perf: Migrate perf to use new tick dependency mask model by Frederic Weisbecker · 10 years ago
- 675965b perf: Export perf_event_sysfs_show() by Thomas Gleixner · 9 years ago
- 0a73489 Merge tag 'v4.5-rc6' into perf/core, to pick up fixes by Ingo Molnar · 9 years ago
- 869ae76 uprobes: __create_xol_area() must nullify xol_mapping.fault by Oleg Nesterov · 9 years ago
- 0da4cf3 perf: Robustify task_function_call() by Peter Zijlstra · 9 years ago
- a096309 perf: Fix scaling vs. perf_install_in_context() by Peter Zijlstra · 9 years ago
- bd2afa4 perf: Fix scaling vs. perf_event_enable() by Peter Zijlstra · 9 years ago
- 7fce250 perf: Fix scaling vs. perf_event_enable_on_exec() by Peter Zijlstra · 9 years ago
- 3cbaa59 perf: Fix ctx time tracking by introducing EVENT_TIME by Peter Zijlstra · 9 years ago
- 28a967c perf: Cure event->pending_disable race by Peter Zijlstra · 9 years ago
- 9107c89 perf: Fix race between event install and jump_labels by Peter Zijlstra · 9 years ago
- a69b0ca perf: Fix cloning by Peter Zijlstra · 9 years ago
- 6f932e5 perf: Only update context time when active by Peter Zijlstra · 9 years ago
- a4f4bb6 perf: Allow perf_release() with !event->ctx by Peter Zijlstra · 9 years ago
- 1300562 perf: Do not double free by Peter Zijlstra · 9 years ago
- 84c4e62 perf: Close install vs. exit race by Peter Zijlstra · 9 years ago
- b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
- 568b329 perf: generalize perf_callchain by Alexei Starovoitov · 9 years ago
- 3b364d7 perf/core: Remove unused arguments from a bunch of functions by Thomas Gleixner · 9 years ago
- 059fcd8 perf/core: Plug potential memory leak in CPU_UP_PREPARE by Thomas Gleixner · 9 years ago
- 27ca923 perf/core: Remove the bogus and dangerous CPU_DOWN_FAILED hotplug state by Thomas Gleixner · 9 years ago
- b4f75d4 perf/core: Remove bogus UP_CANCELED hotplug state by Thomas Gleixner · 9 years ago
- 1e98779 mm/gup: Introduce get_user_pages_remote() by Dave Hansen · 9 years ago
- 29d14f0 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 5fa7c8e perf: Remove/simplify lockdep annotation by Peter Zijlstra · 9 years ago
- c6e5b73 perf: Synchronously clean up child events by Peter Zijlstra · 9 years ago
- 60beda8 perf: Untangle 'owner' confusion by Peter Zijlstra · 9 years ago
- 45a0e07 perf: Add flags argument to perf_remove_from_context() by Peter Zijlstra · 9 years ago
- 8ba289b perf: Clean up sync_child_event() by Peter Zijlstra · 9 years ago
- f47c02c perf: Robustify event->owner usage and SMP ordering by Peter Zijlstra · 9 years ago
- 6e801e01 perf: Fix STATE_EXIT usage by Peter Zijlstra · 9 years ago
- 07c4a77 perf: Update locking order by Peter Zijlstra · 9 years ago
- a0733e6 perf: Remove __free_event() by Peter Zijlstra · 9 years ago
- e03e7ee perf/bpf: Convert perf_event_array to use struct file by Alexei Starovoitov · 9 years ago
- 828b6f0 perf: Fix NULL deref by Peter Zijlstra · 9 years ago
- 6a3351b perf: Fix race in perf_event_exit_task_context() by Peter Zijlstra · 9 years ago
- 78cd2c7 perf: Fix orphan hole by Peter Zijlstra · 9 years ago
- 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
- 45c815f perf: Synchronously free aux pages in case of allocation failure by Alexander Shishkin · 9 years ago
- 63b6da3 perf: Fix perf_event_exit_task() race by Peter Zijlstra · 9 years ago
- c97f473 perf: Add more assertions by Peter Zijlstra · 9 years ago
- fae3fde perf: Collapse and fix event_function_call() users by Peter Zijlstra · 9 years ago
- 32132a3 perf: Specialize perf_event_exit_task() by Peter Zijlstra · 9 years ago
- 39a4364 perf: Fix task context scheduling by Peter Zijlstra · 9 years ago
- 63e30d3 perf: Make ctx->is_active and cpuctx->task_ctx consistent by Peter Zijlstra · 9 years ago
- 25432ae perf: Optimize perf_sched_events() usage by Peter Zijlstra · 9 years ago
- aee7dbc perf: Simplify/fix perf_event_enable() event scheduling by Peter Zijlstra · 9 years ago
- 8833d0e perf: Use task_ctx_sched_out() by Peter Zijlstra · 9 years ago
- 3e34950 perf: Fix perf_enable_on_exec() event scheduling by Peter Zijlstra · 9 years ago
- 5947f65 perf: Remove stale comment by Peter Zijlstra · 9 years ago
- 70a0165 perf: Fix cgroup scheduling in perf_enable_on_exec() by Peter Zijlstra · 9 years ago
- 7e41d17 perf: Fix cgroup event scheduling by Peter Zijlstra · 9 years ago
- c994d61 perf: Add lockdep assertions by Peter Zijlstra · 9 years ago
- caaee62 ptrace: use fsuid, fsgid, effective creds for fs access checks by Jann Horn · 9 years ago
- f627c2f memcg: adjust to support new THP refcounting by Kirill A. Shutemov · 9 years ago
- d281ee6 rmap: add argument to charge compound page by Kirill A. Shutemov · 9 years ago
- eca56ff mm, shmem: add internal shmem resident memory accounting by Jerome Marchand · 9 years ago
- 7b64801 perf/core: Collapse more IPI loops by Peter Zijlstra · 9 years ago
- 9cc96b0 Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
- 12ca6ad perf: Fix race in swevent hash by Peter Zijlstra · 9 years ago
- c127449 perf: Fix race in perf_event_exec() by Peter Zijlstra · 9 years ago
- 057032e Merge tag 'v4.4-rc5' into perf/core, to pick up fixes by Ingo Molnar · 9 years ago
- 5406812 Merge branch 'for-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
- 0017960 perf/core: Collapse common IPI pattern by Peter Zijlstra · 9 years ago
- 4e93ad6 perf: Do not send exit event twice by Jiri Olsa · 9 years ago
- 642c2d67 perf: Fix PERF_EVENT_IOC_PERIOD deadlock by Peter Zijlstra · 9 years ago
- 1f7dd3e5 cgroup: fix handling of multi-destination migration from subtree_control enabling by Tejun Heo · 9 years ago
- 90eec10 treewide: Remove old email address by Peter Zijlstra · 9 years ago
- 614e4c4 perf/core: Robustify the perf_cgroup_from_task() RCU checks by Stephane Eranian · 9 years ago
- ddaaf4e perf/core: Fix RCU problem with cgroup context switching code by Stephane Eranian · 9 years ago
- 0ca9b67 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- b71b437 perf: Fix inherited events vs. tracepoint filters by Peter Zijlstra · 9 years ago
- 2fd5907 perf: Disable IRQs across RCU RS CS that acquires scheduler lock by Paul E. McKenney · 9 years ago
- 69234ac Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
- b0f85fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
- b02ac6b Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 105ff3c atomic: remove all traces of READ_ONCE_CTRL() and atomic*_read_ctrl() by Linus Torvalds · 9 years ago
- fa128e6 perf: pad raw data samples automatically by Alexei Starovoitov · 9 years ago
- 2e91fa7 cgroup: keep zombies associated with their original cgroups by Tejun Heo · 9 years ago
- 18ab2cd perf/core, perf/x86: Change needlessly global functions and a variable to static by Geliang Tang · 9 years ago