summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-05-20perf build: Pre-generate BPF skeleton tooling during umbrella prepare phaseIan Rogers
2026-05-20perf build: Encapsulate vmlinux.h and bpftool in bpf_skel.makIan Rogers
2026-05-20perf build: Move BPF skeleton generation out of Makefile.perfIan Rogers
2026-05-20perf build: Remove empty archheaders targetIan Rogers
2026-05-20perf build: Decouple pmu-events from prepare umbrella targetIan Rogers
2026-05-20perf trace beauty: Make beauty generated C code standalone .o filesIan Rogers
2026-05-20perf lock contention: Fix SIGCHLD vs pause() race in __cmd_contention()Swapnil Sapkal
2026-05-20perf sched stats: Fix SIGCHLD vs pause() race in schedstat_live()Swapnil Sapkal
2026-05-20perf sched stats: Fix SIGCHLD vs pause() race in schedstat_record()Swapnil Sapkal
2026-05-20intel_idle: Drop C-states redundant when PC6 is disabledArtem Bityutskiy
2026-05-20intel_idle: Introduce a helper for checking PC6Artem Bityutskiy
2026-05-20intel_idle: Add constants for MSR_PKG_CST_CONFIG_CONTROLArtem Bityutskiy
2026-05-20Bluetooth: fix UAF in l2cap_sock_cleanup_listen() vs l2cap_conn_del()Safa Karakuş
2026-05-20Bluetooth: hci_uart: fix UAFs and race conditions in close and init pathsMingyu Wang
2026-05-20Bluetooth: MGMT: validate Add Extended Advertising Data lengthMichael Bommarito
2026-05-20Bluetooth: btmtk: fix urb->setup_packet leak in error pathsJiajia Liu
2026-05-20Bluetooth: ISO: drop ISO_END frames received without prior ISO_STARTDavid Carlier
2026-05-20Bluetooth: btintel_pcie: Fix incorrect MAC access programmingKiran K
2026-05-20Bluetooth: hci_sync: Fix not setting mask for HCI_EVT_LE_ALL_REMOTE_FEATURES_...Luiz Augusto von Dentz
2026-05-20Bluetooth: bnep: Fix UAF read of dev->nameJann Horn
2026-05-20tracing/osnoise: Dump stack on timerlat uret threshold eventCrystal Wood
2026-05-20PM: hibernate: call preallocate_image() after freeze prepareMatthew Leach
2026-05-20tracing: Avoid NULL return from hist_field_name() on truncationDavid Carlier
2026-05-20rbd: eliminate a race in lock_dwork draining on unmapIlya Dryomov
2026-05-20Merge tag 'zx29-plat-for-7.2' of https://gitlab.com/stefandoesinger/zx297520-...Arnd Bergmann
2026-05-20Merge tag 'amd-pstate-v7.1-2026-05-14' of ssh://gitolite.kernel.org/pub/scm/l...Rafael J. Wysocki
2026-05-20cgroup: rstat: relax NMI guard after switch to try_cmpxchgCunlong Li
2026-05-20perf evsel: Add bounds checking to trace point raw data accessorsIan Rogers
2026-05-20perf timechart: Bounds check CPUIan Rogers
2026-05-20perf sched: Bounds check CPU in sched switch eventsIan Rogers
2026-05-20perf kmem: Add bounds checks to tracepoint read valuesIan Rogers
2026-05-20perf synthetic-events: Bound check when synthesizing mmap2 and build_id eventsIan Rogers
2026-05-20perf kmem: Fix memory leaks on error path and when skippingIan Rogers
2026-05-20perf timechart: Fix memory leaksIan Rogers
2026-05-20perf lock: Avoid segv if event is missing a callchainIan Rogers
2026-05-20perf lock: Constify trace_lock_handler variablesIan Rogers
2026-05-20perf evsel: Don't pass evsel with sampleIan Rogers
2026-05-20perf s390-sample-raw: Don't pass evsel or its PMU with sampleIan Rogers
2026-05-20perf script: Don't pass evsel with sampleIan Rogers
2026-05-20perf evlist: Try to avoid computing evsel from sampleIan Rogers
2026-05-20perf trace: Don't pass evsel with sampleIan Rogers
2026-05-20perf timechart: Don't pass evsel with sampleIan Rogers
2026-05-20perf sched: Don't pass evsel with sampleIan Rogers
2026-05-20perf kwork: Don't pass evsel with sampleIan Rogers
2026-05-20perf kmem: Don't pass evsel with sampleIan Rogers
2026-05-20perf inject: Don't pass evsel with sampleIan Rogers
2026-05-20perf annotate: Don't pass evsel to add_sampleIan Rogers
2026-05-20perf report: Directly use sample->evsel to avoid computing from sample->idIan Rogers
2026-05-20perf hist: Remove evsel from struct hist_entry_iterIan Rogers
2026-05-20perf db-export: Remove evsel from struct export_sampleIan Rogers