index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
events
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-28
Merge tag 'perf-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+2
2023-04-14
perf/core: Fix hardlockup failure caused by perf throttle
Yang Jihong
1
-2
/
+2
2023-04-05
perf/core: Fix the same task check in perf_event_set_output
Kan Liang
1
-1
/
+1
2023-04-05
perf: Optimize perf_pmu_migrate_context()
Peter Zijlstra
1
-5
/
+7
2023-03-15
perf: Fix check before add_event_to_groups() in perf_group_detach()
Budimir Markovic
1
-1
/
+1
2023-03-15
perf: fix perf_event_context->time
Song Liu
1
-1
/
+1
2023-03-15
perf/core: Fix perf_output_begin parameter is incorrectly invoked in perf_eve...
Yang Jihong
1
-1
/
+1
2023-02-24
Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+1
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2023-02-20
Merge tag 'perf-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-95
/
+112
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-1
/
+1
2023-02-06
Merge 6.2-rc7 into char-misc-next
Greg Kroah-Hartman
1
-22
/
+17
2023-01-31
perf: Fix perf_event_pmu_context serialization
James Clark
1
-22
/
+17
2023-01-19
kernel: events: Export perf_report_aux_output_id()
Mike Leach
1
-0
/
+1
2023-01-18
perf/core: Call perf_prepare_sample() before running BPF
Namhyung Kim
1
-7
/
+1
2023-01-18
perf/core: Introduce perf_prepare_header()
Namhyung Kim
1
-14
/
+24
2023-01-18
perf/core: Do not pass header for sample ID init
Namhyung Kim
1
-7
/
+7
2023-01-18
perf/core: Set data->sample_flags in perf_prepare_sample()
Namhyung Kim
1
-20
/
+65
2023-01-18
perf/core: Add perf_sample_save_brstack() helper
Namhyung Kim
1
-11
/
+5
2023-01-18
perf/core: Add perf_sample_save_raw_data() helper
Namhyung Kim
1
-26
/
+5
2023-01-18
perf/core: Add perf_sample_save_callchain() helper
Namhyung Kim
1
-10
/
+2
2023-01-18
perf/core: Save the dynamic parts of sample data size
Namhyung Kim
1
-7
/
+10
2022-12-27
perf/core: Call LSM hook after copying perf_event_attr
Namhyung Kim
1
-3
/
+3
2022-12-27
perf: Fix use-after-free in error path
Peter Zijlstra
1
-1
/
+3
2022-12-27
perf/core: Fix cgroup events tracking
Chengming Zhou
1
-32
/
+10
2022-12-27
perf core: Return error pointer if inherit_event() fails to find pmu_ctx
Ravi Bangoria
1
-1
/
+1
2022-12-17
Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2022-12-15
mm/gup: Fix the lockless PMD access
Peter Zijlstra
1
-1
/
+1
2022-12-12
Merge tag 'perf-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1013
/
+1087
2022-12-04
Merge tag 'perf_urgent_for_v6.1_rc8' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-4
/
+13
2022-11-29
Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-1
/
+1
2022-11-29
perf: Fix perf_pending_task() UaF
Peter Zijlstra
1
-4
/
+13
2022-11-24
perf/core: Don't allow grouping events from different hw pmus
Ravi Bangoria
1
-9
/
+15
2022-11-24
perf: Fix function pointer case
Peter Zijlstra
1
-2
/
+6
2022-11-24
perf: Consider OS filter fail
Peter Zijlstra
1
-2
/
+22
2022-11-24
perf: Fixup SIGTRAP and sample_flags interaction
Peter Zijlstra
1
-1
/
+4
2022-11-15
perf: Fix possible memleak in pmu_dev_alloc()
Chen Zhongjin
1
-3
/
+5
2022-11-15
perf: Fix IS_ERR() vs NULL check in inherit_event()
Gaosheng Cui
1
-1
/
+1
2022-11-15
perf: Remove unused pointer task_ctx
Colin Ian King
1
-2
/
+0
2022-11-15
bpf, perf: Use subprog name when reporting subprog ksymbol
Hou Tao
1
-1
/
+1
2022-11-08
perf: Improve missing SIGTRAP checking
Marco Elver
1
-6
/
+19
2022-10-27
perf: Optimize perf_tp_event()
Ravi Bangoria
1
-55
/
+79
2022-10-27
perf: Rewrite core context handling
Peter Zijlstra
1
-958
/
+998
2022-10-27
perf: Fix missing raw data on tracepoint events
James Clark
1
-0
/
+1
2022-10-17
perf: Fix missing SIGTRAPs
Peter Zijlstra
1
-38
/
+113
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+2
2022-10-10
Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-29
/
+59
2022-10-04
perf: Fix pmu_filter_match()
Peter Zijlstra
1
-3
/
+9
2022-09-29
perf/x86/amd: Support PERF_SAMPLE_PHY_ADDR
Ravi Bangoria
1
-1
/
+2
2022-09-27
perf, hw_breakpoint: Fix use-after-free if perf_event_open() fails
Marco Elver
1
-3
/
+1
[next]