summaryrefslogtreecommitdiffstats
path: root/kernel/events
Commit message (Expand)AuthorAgeFilesLines
* memcg: adjust to support new THP refcountingKirill A. Shutemov2016-01-151-3/+4
* rmap: add argument to charge compound pageKirill A. Shutemov2016-01-151-2/+2
* mm, shmem: add internal shmem resident memory accountingJerome Marchand2016-01-141-1/+1
* perf/core: Collapse more IPI loopsPeter Zijlstra2016-01-061-73/+33
* Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...Ingo Molnar2016-01-061-29/+6
|\
| * perf: Fix race in swevent hashPeter Zijlstra2016-01-061-19/+1
| * perf: Fix race in perf_event_exec()Peter Zijlstra2016-01-061-10/+5
* | Merge tag 'v4.4-rc5' into perf/core, to pick up fixesIngo Molnar2015-12-141-3/+3
|\ \
| * \ Merge branch 'for-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-12-081-3/+3
| |\ \ | | |/ | |/|
| | * cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo2015-12-031-3/+3
* | | perf/core: Collapse common IPI patternPeter Zijlstra2015-12-061-104/+76
|/ /
* | perf: Do not send exit event twiceJiri Olsa2015-12-061-11/+31
* | perf: Fix PERF_EVENT_IOC_PERIOD deadlockPeter Zijlstra2015-12-041-1/+8
* | treewide: Remove old email addressPeter Zijlstra2015-11-234-4/+4
* | perf/core: Robustify the perf_cgroup_from_task() RCU checksStephane Eranian2015-11-231-7/+13
* | perf/core: Fix RCU problem with cgroup context switching codeStephane Eranian2015-11-231-3/+8
|/
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-11-151-8/+13
|\
| * perf: Fix inherited events vs. tracepoint filtersPeter Zijlstra2015-11-091-0/+4
| * perf: Disable IRQs across RCU RS CS that acquires scheduler lockPaul E. McKenney2015-11-091-8/+9
* | Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-11-051-8/+0
|\ \
| * | cgroup: keep zombies associated with their original cgroupsTejun Heo2015-10-151-16/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-11-041-5/+10
|\ \ \ | |_|/ |/| |
| * | perf: pad raw data samples automaticallyAlexei Starovoitov2015-10-221-5/+10
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-11-031-59/+165
|\ \ \
| * | | perf/core, perf/x86: Change needlessly global functions and a variable to staticGeliang Tang2015-09-281-4/+4
| * | | Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...Ingo Molnar2015-09-181-33/+81
| |\ \ \ | | |/ /
| * | | perf/core: Define PERF_PMU_TXN_READ interfaceSukadev Bhattiprolu2015-09-131-5/+19
| * | | perf/core: Add return value for perf_event_read()Sukadev Bhattiprolu2015-09-131-11/+34
| * | | perf/core: Invert perf_read_group() loopsPeter Zijlstra2015-09-131-30/+55
| * | | perf/core: Add group reads to perf_event_read()Peter Zijlstra2015-09-131-7/+32
| * | | perf/core: Rename perf_event_read_{one,group}, perf_read_hwPeter Zijlstra (Intel)2015-09-131-7/+7
| * | | perf/core: Split perf_event_read() and perf_event_count()Sukadev Bhattiprolu2015-09-131-6/+8
| * | | perf/core: Add a 'flags' parameter to the PMU transactional interfacesSukadev Bhattiprolu2015-09-131-3/+28
| * | | perf/core: Delete PF_EXITING checks from perf_cgroup_exit() callbackKirill Tkhai2015-09-131-8/+0
| | |/ | |/|
* | | atomic: remove all traces of READ_ONCE_CTRL() and atomic*_read_ctrl()Linus Torvalds2015-11-031-1/+1
| |/ |/|
* | perf: Fix races in computing the header sizesPeter Zijlstra2015-09-181-6/+9
* | perf: Fix u16 overflowsPeter Zijlstra2015-09-181-10/+40
* | perf: Restructure perf syscall point of no returnPeter Zijlstra2015-09-181-17/+32
|/
* kexec: split kexec_load syscall from kexec core codeDave Young2015-09-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-09-031-0/+78
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-212-28/+73
| |\
| * | perf: add the necessary core perf APIs when accessing events counters in eBPF...Kaixu Xia2015-08-091-0/+78
* | | perf/ring-buffer: Clarify the use of page::private for high-order AUX allocat...Alexander Shishkin2015-08-121-1/+4
* | | Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...Ingo Molnar2015-08-122-26/+71
|\ \ \ | | |/ | |/|
| * | perf: Fix PERF_EVENT_IOC_PERIOD migration racePeter Zijlstra2015-08-121-20/+55
| * | perf: Fix double-free of the AUX bufferBen Hutchings2015-08-121-4/+6
| * | perf: Fix fasync handling on inherited eventsPeter Zijlstra2015-08-041-2/+10
* | | tracing, perf: Implement BPF programs attached to uprobesWang Nan2015-08-061-2/+2
* | | perf/x86/intel/pt: Do not force sync packets on every schedule-inAlexander Shishkin2015-08-041-2/+0
* | | uprobes: Fix the waitqueue_active() check in xol_free_insn_slot()Oleg Nesterov2015-07-311-0/+1
OpenPOWER on IntegriCloud