aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/events (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-17Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-9/+4
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-21/+10
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+4
2017-11-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-271/+199
2017-11-11bpf: Revert bpf_overrid_function() helper changes.David S. Miller1-7/+0
2017-11-11bpf: add a bpf_override_function helperJosef Bacik1-0/+7
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2017-11-08perf/core: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker1-6/+6
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar3-2/+6
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar3-2/+6
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+2
2017-11-03Merge branch 'linus' into perf/urgent, to pick up dependent commitsIngo Molnar2-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-30perf/cgroup: Fix perf cgroup hierarchy supportTejun Heo1-2/+4
2017-10-27perf/core: Rewrite event timekeepingPeter Zijlstra1-256/+129
2017-10-27perf/core: Fix perf_event_read()Peter Zijlstra1-16/+39
2017-10-27perf/core: Remove wrong barrierPeter Zijlstra1-5/+0
2017-10-27perf/core: Rename 'enum perf_event_active_state'Peter Zijlstra1-1/+1
2017-10-27perf/core: Make sure to update ctx time before using itPeter Zijlstra1-2/+10
2017-10-27perf/core: Fix __perf_read_group_add() lockingPeter Zijlstra1-2/+2
2017-10-27perf/core: Update ctx time before detaching eventsPeter Zijlstra1-0/+1
2017-10-27perf/core: Fix perf_event_read_value() lockingPeter Zijlstra1-2/+14
2017-10-27perf/bpf: Extend the perf_event_read_local() interface, a.k.a. "bpf: perf event change needed for subsequent bpf helpers"Yonghong Song1-2/+13
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland2-4/+4
2017-10-25bpf: permit multiple bpf attachments for a single perf eventYonghong Song1-18/+8
2017-10-25bpf: use the same condition in perf event set/free bpf handlerYonghong Song1-3/+3
2017-10-24locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon1-2/+2
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+9
2017-10-20Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-1/+9
2017-10-18perf/core: Export AUX buffer helpers to modulesWill Deacon1-0/+4
2017-10-16perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:function")Peter Zijlstra1-9/+4
2017-10-10perf/core: Fix cgroup time when scheduling descendantsleilei.lin1-1/+1
2017-10-10perf/core: Avoid freeing static PMU contexts when PMU is unregisteredWill Deacon1-0/+8
2017-10-07bpf: perf event change needed for subsequent bpf helpersYonghong Song1-2/+13
2017-09-29perf/core: Explain perf_sched_mutexAlexander Shishkin1-0/+5
2017-09-29perf/aux: Only update ->aux_wakeup in non-overwrite modeAlexander Shishkin1-5/+15
2017-09-20bpf: one perf event close won't free bpf program attached by another perf eventYonghong Song1-1/+2
2017-09-06Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-0/+1
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+6
2017-09-04Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-13/+1
2017-09-04Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-30/+92
2017-09-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+11
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-22/+19
2017-08-31mm, uprobes: fix multiple free of ->uprobes_state.xol_areaEric Biggers1-2/+0
2017-08-29perf/core, x86: Add PERF_SAMPLE_PHYS_ADDRKan Liang1-0/+46
2017-08-29perf/core, pt, bts: Get rid of itrace_startedAlexander Shishkin1-1/+6
2017-08-29Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-4/+11
2017-08-29perf/ftrace: Fix double traces of perf on ftrace:functionZhou Chengming1-4/+9
2017-08-29perf/core: Fix potential double-fetch bugMeng Xu1-0/+2
2017-08-25tracing, perf: Adjust code layout in get_recursion_context()Jesper Dangaard Brouer1-1/+1