summaryrefslogtreecommitdiffstats
path: root/kernel/events
Commit message (Expand)AuthorAgeFilesLines
* perf/core: Add sanity check to deal with pinned event failureReinette Chatre2018-09-281-0/+6
* perf/core: Force USER_DS when recording user stack dataYabin Cui2018-09-101-0/+4
* Merge tag 'perf-urgent-for-mingo-4.19-20180903' of git://git.kernel.org/pub/s...Ingo Molnar2018-09-092-15/+9
|\
| * perf/hw_breakpoint: Simplify breakpoint enable in perf_event_modify_breakpointJiri Olsa2018-08-301-8/+3
| * perf/hw_breakpoint: Enable breakpoint in modify_user_hw_breakpointJiri Olsa2018-08-301-4/+2
| * perf/hw_breakpoint: Remove superfluous bp->attr.disabled = 0Jiri Olsa2018-08-301-3/+2
| * perf/hw_breakpoint: Modify breakpoint even if the new attr has disabled setJiri Olsa2018-08-301-4/+6
* | treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann2018-08-231-1/+1
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-211-1/+1
|\ \
| * | pid: Implement PIDTYPE_TGIDEric W. Biederman2018-07-211-1/+1
* | | Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-08-201-37/+41
|\ \ \
| * | | Uprobe: Additional argument arch_uprobe to uprobe_write_opcode()Ravi Bangoria2018-08-131-4/+5
| * | | Uprobes: Simplify uprobe_register() bodyRavi Bangoria2018-08-131-33/+36
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-08-141-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | arm64: perf: Add cap_user_time aarch64Michael O'Farrell2018-07-311-2/+2
| |/ /
* | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-07-251-3/+9
|\ \ \
| * | | perf/core: Fix crash when using HW tracing kernel filtersMathieu Poirier2018-07-251-0/+4
| * | | perf/x86/intel: Fix unwind errors from PEBS entries (mk-II)Peter Zijlstra2018-07-251-2/+4
| |/ /
| * | perf/core: Move inline keyword at the beginning of declarationMathieu Malaterre2018-06-271-1/+1
* | | perf, tools: Use correct articles in commentsTobias Tefke2018-07-162-11/+11
* | | perf/hw_breakpoint: Clean up and consolidate modify_user_hw_breakpoint_check()Frederic Weisbecker2018-06-261-19/+25
* | | perf/hw_breakpoint: Pass new breakpoint type to modify_breakpoint_slot()Frederic Weisbecker2018-06-261-5/+5
* | | perf/hw_breakpoint: Remove default hw_breakpoint_arch_parse()Frederic Weisbecker2018-06-261-17/+0
* | | perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspa...Frederic Weisbecker2018-06-261-1/+1
* | | perf/hw_breakpoint: Split attribute parse and commitFrederic Weisbecker2018-06-261-16/+41
* | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2018-06-261-3/+3
|\| |
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-241-3/+3
| |\ \ | | |/ | |/|
| | * perf/core: Move the inline keyword at the beginning of the function declarationMathieu Malaterre2018-06-221-3/+3
* | | perf/core: Change perf_mmap_fault() return type to 'vm_fault_t'Souptick Joarder2018-06-211-2/+2
|/ /
* | treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-121-1/+2
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-061-0/+8
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-241-0/+8
| |\
| | * perf/core: add perf_get_event() to return perf_event given a struct fileYonghong Song2018-05-241-0/+8
* | | perf/core: Wire up compat PERF_EVENT_IOC_QUERY_BPF, PERF_EVENT_IOC_MODIFY_ATT...Eugene Syromiatnikov2018-05-251-0/+2
* | | perf/core: Fix bad use of igrab()Song Liu2018-05-251-12/+9
* | | perf/core: Fix group scheduling with mixed hw and sw eventsSong Liu2018-05-251-10/+11
|/ /
* / perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]Peter Zijlstra2018-05-051-2/+5
|/
* Merge tag 'trace-v4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-05-021-4/+3
|\
| * tracing: Remove igrab() iput() call from uprobes.cSong Liu2018-04-261-4/+3
* | perf: Remove superfluous allocation error checkJiri Olsa2018-04-171-8/+2
* | perf: Fix sample_max_stack maximum checkJiri Olsa2018-04-171-9/+12
* | perf: Return proper values for user stack errorsJiri Olsa2018-04-171-2/+2
* | perf/core: Store context switch out type in PERF_RECORD_SWITCH[_CPU_WIDE]Alexey Budankov2018-04-171-0/+4
|/
* perf/core: Need CAP_SYS_ADMIN to create k/uprobe with perf_event_open()Song Liu2018-04-121-0/+8
* perf/core: Fix use-after-free in uprobe_perf_close()Prashant Bhole2018-04-091-0/+6
* perf/x86/pt, coresight: Clean up address filter structureAlexander Shishkin2018-03-291-8/+18
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2018-03-291-13/+6
|\
| * perf/hwbp: Simplify the perf-hwbp code, fix documentationLinus Torvalds2018-03-281-23/+7
* | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-03-241-5/+16
|\|