summaryrefslogtreecommitdiffstats
path: root/kernel/events
Commit message (Expand)AuthorAgeFilesLines
* perf/bpf: Don't call bpf_overflow_handler() for tracing eventsKyle Huey2024-08-131-1/+2
* Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-07-251-15/+13
|\
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-07-251-15/+13
| |\
| | * bpf, events: Use prog to emit ksymbol event for main programHou Tao2024-07-191-15/+13
* | | sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-242-3/+3
* | | Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-07-211-14/+15
|\ \ \
| * | | lib min_heap: rename min_heapify() to min_heap_sift_down()Kuan-Wei Chiu2024-06-241-1/+1
| * | | lib min_heap: add args for min_heap_callbacksKuan-Wei Chiu2024-06-241-5/+5
| * | | lib min_heap: add type safe interfaceKuan-Wei Chiu2024-06-241-5/+6
| * | | perf/core: fix several typosKuan-Wei Chiu2024-06-241-4/+4
* | | | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-212-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | mm: define __pte_leaf_size() to also take a PMD entryChristophe Leroy2024-07-121-1/+1
| * | | mm: extend rmap flags arguments for folio_add_new_anon_rmapBarry Song2024-07-031-1/+1
| |/ /
* | | Merge tag 'probes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2024-07-182-8/+68
|\ \ \ | |_|/ |/| |
| * | perf,uprobes: fix user stack traces in the presence of pending uretprobesAndrii Nakryiko2024-06-252-1/+51
| * | uprobe: Add uretprobe syscall to speed up return probeJiri Olsa2024-06-121-7/+17
| |/
* | Merge tag 'perf-core-2024-07-16' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-164-55/+85
|\ \ | |/ |/|
| * perf: Split __perf_pending_irq() out of perf_pending_irq()Sebastian Andrzej Siewior2024-07-091-7/+22
| * perf: Don't disable preemption in perf_pending_task().Sebastian Andrzej Siewior2024-07-091-6/+5
| * perf: Move swevent_htable::recursion into task_struct.Sebastian Andrzej Siewior2024-07-092-11/+4
| * perf: Shrink the size of the recursion counter.Sebastian Andrzej Siewior2024-07-093-4/+4
| * perf: Enqueue SIGTRAP always via task_work.Sebastian Andrzej Siewior2024-07-091-21/+10
| * perf: Move irq_work_queue() where the event is prepared.Sebastian Andrzej Siewior2024-07-091-5/+5
| * perf: Fix event leak upon exec and file releaseFrederic Weisbecker2024-07-091-4/+34
| * perf: Fix event leak upon exitFrederic Weisbecker2024-07-091-8/+5
| * Merge branch 'tip/x86/cpu'Peter Zijlstra2024-07-042-16/+16
| |\
| * | perf: Make rb_alloc_aux() return an error immediately if nr_pages <= 0Adrian Hunter2024-07-041-0/+3
| * | perf: Fix default aux_watermark calculationAdrian Hunter2024-07-041-1/+3
| * | perf: Prevent passing zero nr_pages to rb_alloc_aux()Adrian Hunter2024-07-041-0/+2
| * | perf: Fix perf_aux_size() for greater-than 32-bit sizeAdrian Hunter2024-07-041-1/+1
* | | perf/core: Fix missing wakeup when waiting for context referenceHaifeng Xu2024-06-051-0/+13
| |/ |/|
* | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-2/+2
|\ \
| * | mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FASTDavid Hildenbrand2024-04-251-2/+2
* | | Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2024-05-171-11/+11
|\ \ \
| * | | uprobes: reduce contention on uprobes_tree accessJonathan Haslam2024-05-011-11/+11
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-05-151-3/+3
|\ \ \ | |_|/ |/| |
| * | mm: replace set_pte_at_notify() with just set_pte_at()Paolo Bonzini2024-04-121-3/+3
| |/
* | perf/bpf: Mark perf_event_set_bpf_handler() and perf_event_free_bpf_handler()...Ingo Molnar2024-04-141-4/+4
* | perf/ring_buffer: Trigger IO signals for watermark_wakeupKyle Huey2024-04-141-0/+4
* | perf: Move perf_event_fasync() to perf_event.hKyle Huey2024-04-141-8/+0
* | perf/bpf: Change the !CONFIG_BPF_SYSCALL stubs to static inlinesIngo Molnar2024-04-121-7/+7
* | perf/bpf: Allow a BPF program to suppress all sample side effectsKyle Huey2024-04-121-2/+4
* | perf/bpf: Call BPF handler directly, not through overflow machineryKyle Huey2024-04-121-16/+11
* | perf/bpf: Create bpf_overflow_handler() stub for !CONFIG_BPF_SYSCALLKyle Huey2024-04-121-0/+6
* | perf/bpf: Reorder bpf_overflow_handler() ahead of __perf_event_overflow()Kyle Huey2024-04-121-91/+92
* | perf/core: Reduce PMU access to adjust sample freqNamhyung Kim2024-04-101-1/+2
* | perf/core: Optimize perf_adjust_freq_unthr_context()Namhyung Kim2024-04-101-26/+44
|/
* Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-141-1/+1
|\
| * mm: convert mm_counter_file() to take a folioKefeng Wang2024-02-211-1/+1
* | bpf: move sleepable flag from bpf_prog_aux to bpf_progAndrii Nakryiko2024-03-111-1/+1