aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts/gdb/linux/interrupts.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-18selftests/bpf: Add selftest for attaching fexit to __noreturn functionsYafang Shao2-0/+24
2025-03-18bpf: Reject attaching fexit/fmod_ret to __noreturn functionsYafang Shao1-0/+32
2025-03-18bpf: Only fails the busy counter check in bpf_cgrp_storage_get if it creates storageMartin KaFai Lau1-5/+6
2025-03-18bpf: Make perf_event_read_output accessible in all program types.Emil Tsalapatis4-0/+14
2025-03-17bpftool: Using the right format specifiersJiayuan Chen12-32/+33
2025-03-17bpftool: Add -Wformat-signedness flag to detect format errorsJiayuan Chen1-1/+6
2025-03-17selftests/bpf: Test freplace from user namespaceMykyta Yatsenko3-4/+112
2025-03-17libbpf: Pass BPF token from find_prog_btf_id to BPF_BTF_GET_FD_BY_IDMykyta Yatsenko5-9/+23
2025-03-17bpf: Return prog btf_id without capable checkMykyta Yatsenko1-2/+2
2025-03-17bpf: BPF token support for BPF_BTF_GET_FD_BY_IDMykyta Yatsenko3-2/+23
2025-03-15bpf, x86: Fix objtool warning for timed may_gotoKumar Kartikeya Dwivedi1-3/+14
2025-03-15bpf: Check map->record at the beginning of check_and_free_fields()Hou Tao1-0/+3
2025-03-15selftests/bpf: Fix sockopt selftest failure on powerpcSaket Kumar Bhaskar1-0/+4
2025-03-15selftests/bpf: Fix string read in strncmp benchmarkViktor Malik1-1/+4
2025-03-15selftests/bpf: Fix arena_spin_lock compilation on PowerPCKumar Kartikeya Dwivedi2-3/+24
2025-03-15bpf: preload: Add MODULE_DESCRIPTIONArnd Bergmann1-0/+1
2025-03-15bpf: bpftool: Setting error code in do_loader()Sewon Nam1-0/+1
2025-03-15selftests/bpf: Convert comma to semicolonChen Ni1-2/+2
2025-03-15selftests/bpf: Add a kernel flag test for LSM bpf hookBlaise Boscaccy2-0/+71
2025-03-15selftests/bpf: Fix selection of static vs. dynamic LLVMAnton Protopopov1-1/+1
2025-03-15security: Propagate caller information in bpf hooksBlaise Boscaccy12-33/+37
2025-03-15selftests: bpf: fix duplicate selftests in cpumask_success.Emil Tsalapatis2-2/+1
2025-03-15bpf: fix missing kdoc string fields in cpumask.cEmil Tsalapatis1-0/+20
2025-03-15selftests/bpf: Fix cap_enable_effective() return codeFeng Yang4-9/+10
2025-03-15selftests/bpf: lwt_seg6local: Move test to test_progsBastien Curutchet (eBPF Foundation)3-152/+176
2025-03-15selftests: bpf: add bpf_cpumask_populate selftestsEmil Tsalapatis4-0/+161
2025-03-15selftests/bpf: Fix dangling stdout seen by traffic monitor threadAmery Hung1-17/+22
2025-03-15selftests/bpf: lwt_seg6local: Remove unused routesBastien Curutchet (eBPF Foundation)1-5/+0
2025-03-15bpf: add kfunc for populating cpumask bitsEmil Tsalapatis1-0/+33
2025-03-15selftests/bpf: Allow assigning traffic monitor print functionAmery Hung2-19/+59
2025-03-15selftests/bpf: Clean up call sites of stdio_restore()Amery Hung1-11/+6
2025-03-15selftests/bpf: Move test_lwt_ip_encap to test_progsBastien Curutchet (eBPF Foundation)3-478/+541
2025-03-15bpf, docs: Fix broken link to renamed bpf_iter_task_vmas.cT.J. Mercier1-1/+1
2025-03-15selftests/bpf: Add tests for arena spin lockKumar Kartikeya Dwivedi2-0/+159
2025-03-15selftests/bpf: Introduce arena spin lockKumar Kartikeya Dwivedi2-0/+652
2025-03-15selftests/bpf: Introduce cond_break_labelKumar Kartikeya Dwivedi1-6/+9
2025-03-15bpf: correct use/def for may_goto instructionEduard Zingerman2-3/+4
2025-03-15selftests/bpf: test cases for compute_live_registers()Eduard Zingerman6-14/+455
2025-03-15bpf: use register liveness information for func_states_equalEduard Zingerman1-4/+10
2025-03-15selftests/bpf: Add selftests for load-acquire and store-release instructionsPeilin Ye6-3/+698
2025-03-15bpf: simple DFA-based live registers analysisEduard Zingerman3-7/+330
2025-03-15bpf, x86: Support load-acquire and store-release instructionsPeilin Ye1-17/+82
2025-03-15bpf: get_call_summary() utility functionEduard Zingerman1-64/+57
2025-03-15bpf, arm64: Support load-acquire and store-release instructionsPeilin Ye2-6/+104
2025-03-15bpf: jmp_offset() and verbose_insn() utility functionsEduard Zingerman1-17/+23
2025-03-15arm64: insn: Add load-acquire and store-release instructionsPeilin Ye2-0/+37
2025-03-15arm64: insn: Add BIT(23) to {load,store}_ex's maskPeilin Ye1-2/+2
2025-03-15bpf: Introduce load-acquire and store-release instructionsPeilin Ye10-13/+166
2025-03-15bpf, x86: Add x86 JIT support for timed may_gotoKumar Kartikeya Dwivedi5-13/+130
2025-03-15selftests/bpf: Add tests for bpf_object__prepareMykyta Yatsenko2-0/+127