aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/failed-syscalls-by-pid.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-31bpf: Fix oob access in cgroup local storageDaniel Borkmann2-0/+16
2025-07-31bpf: Move cgroup iterator helpers to bpf.hDaniel Borkmann2-13/+14
2025-07-31bpf: Move bpf map owner out of common structDaniel Borkmann3-35/+49
2025-07-31bpf: Add cookie object to bpf mapsDaniel Borkmann2-0/+7
2025-07-29compiler_types: Provide __no_kstack_erase to disable coverage only on ClangKees Cook4-2/+9
2025-07-29fortify: Fix incorrect reporting of read buffer sizeKees Cook1-1/+1
2025-07-29kstack_erase: Fix missed export of renamed KSTACK_ERASE_CFLAGSKees Cook1-1/+1
2025-07-29ring-buffer: Make the const read-only 'type' staticColin Ian King1-1/+1
2025-07-29Documentation: KVM: Use unordered list for pre-init VGIC registersOliver Upton1-5/+2
2025-07-29jfs: fix metapage reference count leak in dbAllocCtlZheng Yu1-1/+3
2025-07-29ktest.pl: Add new PATCHCHECK_SKIP option to skip testing individual commitsSteven Rostedt2-0/+35
2025-07-29tracing: fprobe: Fix infinite recursion using preempt_*_notrace()Masami Hiramatsu (Google)1-2/+2
2025-07-28selftests/bpf: Migrate fexit_noreturns case into tracing_failure test suiteKaFai Wan4-38/+39
2025-07-28selftests/bpf: Add selftest for attaching tracing programs to functions in deny listKaFai Wan2-0/+39
2025-07-28bpf: Add log for attaching tracing programs to functions in deny listKaFai Wan1-0/+2
2025-07-28bpf: Show precise rejected function when attaching fexit/fmod_ret to __noreturn functionsKaFai Wan2-2/+3
2025-07-28ipe: use SHA-256 library API instead of crypto_shash APIEric Biggers2-28/+6
2025-07-28dt-bindings: Correct indentation and style in DTS exampleKrzysztof Kozlowski19-354/+354
2025-07-28staging: media: atomisp: Fix stack buffer overflow in gmin_get_var_int()Kees Cook1-4/+5
2025-07-29tracing: trace_fprobe: Fix typo of the semicolonMasami Hiramatsu (Google)1-1/+1
2025-07-28block: change blk_get_meta_cap() stub return -ENOIOCTLCMDKlara Modin1-1/+1
2025-07-28fuse: remove page alignment check for writeback lenJoanne Koong1-2/+0
2025-07-28rv: Add opid per-cpu monitorGabriele Monaco9-0/+399
2025-07-28rv: Add nrp and sssw per-task monitorsGabriele Monaco15-0/+728
2025-07-28rv: Replace tss and sncid monitors with more complete stsGabriele Monaco18-410/+385
2025-07-28sched: Adapt sched tracepoints for RV task modelGabriele Monaco8-18/+34
2025-07-28rv: Retry when da monitor detects race conditionsGabriele Monaco4-54/+85
2025-07-28rv: Adjust monitor dependenciesGabriele Monaco4-4/+4
2025-07-28rv: Use strings in da monitors tracepointsGabriele Monaco1-38/+38
2025-07-28rv: Remove trailing whitespace from tracepoint stringGabriele Monaco1-4/+4
2025-07-28rv: Add da_handle_start_run_event_ to per-task monitorsGabriele Monaco1-0/+24
2025-07-28bpf: Fix various typos in verifier.c commentsSuchit Karunakaran1-5/+5
2025-07-28bpf: Add third round of bounds deductionPaul Chaignon2-1/+2
2025-07-28selftests/bpf: Test invariants on JSLT crossing signPaul Chaignon1-1/+1
2025-07-28selftests/bpf: Test cross-sign 64bits range refinementPaul Chaignon1-0/+118
2025-07-28selftests/bpf: Update reg_bound range refinement logicPaul Chaignon1-0/+14
2025-07-28bpf: Improve bounds when s64 crosses sign boundaryPaul Chaignon1-0/+52
2025-07-28RISC-V: KVM: Avoid re-acquiring memslot in kvm_riscv_gstage_map()Quan Zhou1-2/+3
2025-07-28RISC-V: KVM: Use find_vma_intersection() to search for intersecting VMAsQuan Zhou1-2/+3
2025-07-28RISC-V: perf/kvm: Add reporting of interrupt eventsQuan Zhou3-38/+60
2025-07-28RISC-V: KVM: Enable ring-based dirty memory trackingQuan Zhou4-3/+19
2025-07-28RISC-V: KVM: Fix inclusion of Smnpm in the guest ISA bitmapSamuel Holland1-30/+53
2025-07-28RISC-V: KVM: Delegate illegal instruction fault to VS modeXu Lu1-0/+1
2025-07-28RISC-V: KVM: Pass VMID as parameter to kvm_riscv_hfence_xyz() APIsAnup Patel5-50/+73
2025-07-28RISC-V: KVM: Factor-out g-stage page table managementAnup Patel10-432/+530
2025-07-28RISC-V: KVM: Add vmid field to struct kvm_riscv_hfenceAnup Patel2-14/+17
2025-07-28RISC-V: KVM: Introduce struct kvm_gstage_mappingAnup Patel3-27/+43
2025-07-28RISC-V: KVM: Factor-out MMU related declarations into separate headersAnup Patel12-98/+143
2025-07-28RISC-V: KVM: Use ncsr_xyz() in kvm_riscv_vcpu_trap_redirect()Anup Patel1-6/+7
2025-07-28RISC-V: KVM: Implement kvm_arch_flush_remote_tlbs_range()Anup Patel3-1/+11