summaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)Author
2024-09-30uprobes: fix kernel info leak via "[uprobes]" vmaOleg Nesterov
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-22perf: Fix topology_sibling_cpumask check warning on ARMKan Liang
2024-09-21Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-09-18Merge tag 'perf-core-2024-09-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-09-17uprobes: turn xol_area->pages[2] into xol_area->pageOleg Nesterov
2024-09-17uprobes: introduce the global struct vm_special_mapping xol_mappingOleg Nesterov
2024-09-17Revert "uprobes: use vm_special_mapping close() functionality"Oleg Nesterov
2024-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2024-09-11lib/buildid: rename build_id_parse() into build_id_parse_nofault()Andrii Nakryiko
2024-09-10perf: Add PERF_EV_CAP_READ_SCOPEKan Liang
2024-09-10perf: Generic hotplug support for a PMU with a scopeKan Liang
2024-09-09uprobes: use vm_special_mapping close() functionalitySven Schnelle
2024-09-05uprobes: perform lockless SRCU-protected uprobes_tree lookupAndrii Nakryiko
2024-09-05perf/uprobe: split uprobe_unregister()Peter Zijlstra
2024-09-05uprobes: travers uprobe's consumer list locklessly under SRCU protectionAndrii Nakryiko
2024-09-05uprobes: get rid of enum uprobe_filter_ctx in uprobe filter callbacksAndrii Nakryiko
2024-09-05uprobes: protected uprobe lifetime with SRCUAndrii Nakryiko
2024-09-05uprobes: revamp uprobe refcounting and lifetime managementAndrii Nakryiko
2024-09-05perf/core: Fix small negative period being ignoredLuo Gengkun
2024-09-05Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2024-09-04perf/aux: Fix AUX buffer serializationPeter Zijlstra
2024-09-03uprobes: Use kzalloc to allocate xol areaSven Schnelle
2024-08-30drivers/perf: arm_spe: Use perf_allow_kernel() for permissionsJames Clark
2024-08-14perf: Really fix event_function_call() lockingNamhyung Kim
2024-08-13perf/bpf: Don't call bpf_overflow_handler() for tracing eventsKyle Huey
2024-08-12struct fd: representation changeAl Viro
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro
2024-08-08perf: Optimize __pmu_ctx_sched_out()Peter Zijlstra
2024-08-08perf: Add context time freezePeter Zijlstra
2024-08-08perf: Fix event_function_call() lockingPeter Zijlstra
2024-08-08perf: Extract a few helpersPeter Zijlstra
2024-08-08perf: Optimize context reschedule for single PMU casesPeter Zijlstra
2024-08-02uprobes: shift put_uprobe() from delete_uprobe() to uprobe_unregister()Oleg Nesterov
2024-08-02uprobes: fold __uprobe_unregister() into uprobe_unregister()Oleg Nesterov
2024-08-02uprobes: change uprobe_register() to use uprobe_unregister() instead of __upr...Oleg Nesterov
2024-08-02uprobes: make uprobe_register() return struct uprobe *Oleg Nesterov
2024-08-02uprobes: kill uprobe_register_refctr()Oleg Nesterov
2024-08-02uprobes: simplify error handling for alloc_uprobe()Andrii Nakryiko
2024-08-02uprobes: is_trap_at_addr: don't use get_user_pages_remote()Oleg Nesterov
2024-08-02uprobes: document the usage of mm->mmap_lockOleg Nesterov
2024-08-02perf,x86: avoid missing caller address in stack traces captured in uprobeAndrii Nakryiko
2024-08-02perf: Support PERF_SAMPLE_READ with inheritBen Gainey
2024-08-02perf: Rename perf_event_context.nr_pending to nr_no_switch_fast.Ben Gainey
2024-07-25Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-07-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-07-21Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds