summaryrefslogtreecommitdiffstats
path: root/kernel/events
AgeCommit message (Expand)Author
2017-10-12bpf: one perf event close won't free bpf program attached by another perf eventYonghong Song
2017-09-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-08-31mm, uprobes: fix multiple free of ->uprobes_state.xol_areaEric Biggers
2017-08-29perf/ftrace: Fix double traces of perf on ftrace:functionZhou Chengming
2017-08-29perf/core: Fix potential double-fetch bugMeng Xu
2017-08-25perf/core: Fix group {cpu,task} validationMark Rutland
2017-08-10perf/core: Fix time on IOC_ENABLEPeter Zijlstra
2017-08-10perf/x86: Fix RDPMC vs. mm_struct trackingPeter Zijlstra
2017-07-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-07-21perf/core: Fix locking for children siblings group readJiri Olsa
2017-07-20perf/core: Fix scheduling regression of pinned groupsAlexander Shishkin
2017-07-11Revert "perf/core: Drop kernel samples even though :u is specified"Ingo Molnar
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-07-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-07-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-21perf/aux: Correct return code of rb_alloc_aux() if !has_aux(ev)Hendrik Brueckner
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-08perf/core: Remove unused perf_cgroup_event_cgrp_time() functionMatthias Kaehlcke
2017-06-08perf/core: Correct event creation with PERF_FORMAT_GROUPPeter Zijlstra
2017-06-08Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2017-06-08perf/core: Drop kernel samples even though :u is specifiedJin Yao
2017-06-04perf, bpf: Add BPF support to all perf_event typesAlexei Starovoitov
2017-06-03perf/core: Don't release cred_guard_mutex if not takenAlexander Levin
2017-05-26perf/tracing/cpuhotplug: Fix locking orderThomas Gleixner
2017-05-23perf/core: Fix error handling in perf_event_alloc()Dan Carpenter
2017-05-23perf/core: Remove some dead codeDan Carpenter
2017-05-10perf/callchain: Force USER_DS when invoking perf_callchain_user()Will Deacon
2017-03-28Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2017-03-16perf/core: Better explain the inherit magicPeter Zijlstra
2017-03-16perf/core: Simplify perf_event_free_task()Peter Zijlstra
2017-03-16perf/core: Fix event inheritance on fork()Peter Zijlstra
2017-03-16perf/core: Fix use-after-free in perf_release()Peter Zijlstra
2017-03-16perf/core: Add a flag for partial AUX recordsAlexander Shishkin
2017-03-16perf/core: Keep AUX flags in the output handleWill Deacon
2017-03-16Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar
2017-03-13perf: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-02-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-02-27Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2017-02-27mm: use mmget_not_zero() helperVegard Nossum
2017-02-24mm, uprobes: convert __replace_page() to use page_vma_mapped_walk()Kirill A. Shutemov
2017-02-24uprobes: split THPs before trying to replace themKirill A. Shutemov
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-24perf/core: Fix the perf_cpu_time_max_percent checkTan Xiaojun