| Commit message (Expand) | Author | Age | Files | Lines |
* | perf: Extend PERF_TYPE_HARDWARE and PERF_TYPE_HW_CACHE | Kan Liang | 2021-04-19 | 1 | -3/+16 |
* | perf: Add support for SIGTRAP on perf events | Marco Elver | 2021-04-16 | 1 | -1/+48 |
* | perf: Add support for event removal on exec | Marco Elver | 2021-04-16 | 1 | -8/+62 |
* | perf: Support only inheriting events if cloned with CLONE_THREAD | Marco Elver | 2021-04-16 | 1 | -7/+14 |
* | perf: Apply PERF_EVENT_IOC_MODIFY_ATTRIBUTES to children | Marco Elver | 2021-04-16 | 1 | -1/+21 |
* | perf: Rework perf_event_exit_event() | Peter Zijlstra | 2021-04-16 | 1 | -63/+79 |
* | perf: Cap allocation order at aux_watermark | Alexander Shishkin | 2021-04-16 | 1 | -16/+18 |
* | perf/core: Fix unconditional security_locked_down() call | Ondrej Mosnacek | 2021-03-16 | 1 | -6/+6 |
* | perf core: Allocate perf_event in the target node memory | Namhyung Kim | 2021-03-16 | 1 | -1/+4 |
* | perf core: Add a kmem_cache for struct perf_event | Namhyung Kim | 2021-03-16 | 1 | -3/+6 |
* | perf core: Allocate perf_buffer in the target node memory | Namhyung Kim | 2021-03-16 | 1 | -3/+6 |
* | perf/core: Flush PMU internal buffers for per-CPU events | Kan Liang | 2021-03-06 | 1 | -4/+38 |
* | kernel: delete repeated words in comments | Randy Dunlap | 2021-02-26 | 2 | -5/+5 |
* | Merge tag 'perf-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2021-02-21 | 1 | -4/+7 |
|\ |
|
| * | perf/core: Add PERF_SAMPLE_WEIGHT_STRUCT | Kan Liang | 2021-02-01 | 1 | -4/+7 |
* | | Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2021-02-21 | 2 | -146/+129 |
|\ \ |
|
| * | | uprobes: (Re)add missing get_uprobe() in __find_uprobe() | Sven Schnelle | 2021-02-17 | 1 | -1/+1 |
| * | | rbtree, uprobes: Use rbtree helpers | Peter Zijlstra | 2021-02-17 | 1 | -41/+39 |
| * | | rbtree, perf: Use new rbtree helpers | Peter Zijlstra | 2021-02-17 | 1 | -105/+90 |
| |/ |
|
* | | perf: Add build id data in mmap2 event | Jiri Olsa | 2021-01-14 | 1 | -4/+28 |
|/ |
|
* | Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2020-12-15 | 1 | -6/+6 |
|\ |
|
| * | exec: Transform exec_update_mutex into a rw_semaphore | Eric W. Biederman | 2020-12-10 | 1 | -6/+6 |
* | | Merge tag 'perf-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2020-12-14 | 1 | -24/+136 |
|\ \ |
|
| * | | perf: Break deadlock involving exec_update_mutex | peterz@infradead.org | 2020-12-09 | 1 | -23/+23 |
| * | | perf/core: Fix arch_perf_get_page_size() | Peter Zijlstra | 2020-12-03 | 1 | -65/+38 |
| * | | Merge remote-tracking branch 'origin/master' into perf/core | Peter Zijlstra | 2020-11-26 | 4 | -63/+53 |
| |\ \
| | |/ |
|
| * | | perf,mm: Handle non-page-table-aligned hugetlbfs | Peter Zijlstra | 2020-10-29 | 1 | -6/+33 |
| * | | perf/core: Add support for PERF_SAMPLE_CODE_PAGE_SIZE | Stephane Eranian | 2020-10-29 | 1 | -1/+10 |
| * | | perf/core: Add PERF_SAMPLE_DATA_PAGE_SIZE | Kan Liang | 2020-10-29 | 1 | -0/+103 |
* | | | Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-12-14 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | Merge branch 'core/urgent' into core/entry | Thomas Gleixner | 2020-11-04 | 2 | -52/+80 |
| |\ \ |
|
| * | | | signal: Add task_sigpending() helper | Jens Axboe | 2020-10-29 | 1 | -1/+1 |
* | | | | perf: Tweak perf_event_attr::exclusive semantics | Peter Zijlstra | 2020-11-09 | 1 | -1/+1 |
* | | | | perf: Fix event multiplexing for exclusive groups | Peter Zijlstra | 2020-11-09 | 1 | -1/+1 |
* | | | | perf: Simplify group_sched_in() | Peter Zijlstra | 2020-11-09 | 1 | -7/+3 |
* | | | | perf: Simplify group_sched_out() | Peter Zijlstra | 2020-11-09 | 1 | -3/+0 |
* | | | | perf/arch: Remove perf_sample_data::regs_user_copy | Peter Zijlstra | 2020-11-09 | 1 | -5/+3 |
* | | | | perf: Optimize get_recursion_context() | Peter Zijlstra | 2020-11-09 | 1 | -10/+6 |
* | | | | perf: Fix get_recursion_context() | Peter Zijlstra | 2020-11-09 | 1 | -1/+1 |
* | | | | perf: Reduce stack usage of perf_output_begin() | Peter Zijlstra | 2020-11-09 | 2 | -24/+28 |
* | | | | perf/core: Fix a memory leak in perf_event_parse_addr_filter() | kiyin(尹亮) | 2020-11-07 | 1 | -7/+5 |
| |/ /
|/| | |
|
* | | | task_work: cleanup notification modes | Jens Axboe | 2020-10-17 | 1 | -1/+1 |
* | | | Merge tag 'perf-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2020-10-12 | 1 | -47/+74 |
|\ \ \
| | |/
| |/| |
|
| * | | perf/core: Fix race in the perf_mmap_close() function | Jiri Olsa | 2020-10-12 | 1 | -3/+4 |
| * | | perf/core: Pull pmu::sched_task() into perf_event_context_sched_out() | Kan Liang | 2020-09-10 | 1 | -30/+17 |
| * | | perf/core: Pull pmu::sched_task() into perf_event_context_sched_in() | Kan Liang | 2020-09-10 | 1 | -20/+31 |
| * | | perf/core: Add a new PERF_EV_CAP_SIBLING event capability | Kan Liang | 2020-08-18 | 1 | -5/+33 |
| |/ |
|
* | | perf: Fix task_function_call() error handling | Kajol Jain | 2020-10-09 | 1 | -2/+3 |
* | | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-23 | 1 | -1/+1 |
* | | uprobes: __replace_page() avoid BUG in munlock_vma_page() | Hugh Dickins | 2020-08-21 | 1 | -1/+1 |
|/ |
|