summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-06-07Merge tag 'sched-urgent-2026-06-07' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-06-07Merge tag 'locking-urgent-2026-06-07' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-06-07Merge tag 'regulator-fix-v7.1-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-06-07rhashtable: Fix rhashtable_next_key() build warningsMykyta Yatsenko
2026-06-07Merge branch 'bpf-tracing_multi-link'Alexei Starovoitov
2026-06-07selftests/bpf: Add tracing multi attach rollback testsJiri Olsa
2026-06-07selftests/bpf: Add tracing multi attach benchmark testJiri Olsa
2026-06-07selftests/bpf: Add tracing multi verifier fails testJiri Olsa
2026-06-07selftests/bpf: Add tracing multi attach fails testJiri Olsa
2026-06-07selftests/bpf: Add tracing multi session testJiri Olsa
2026-06-07selftests/bpf: Add tracing multi cookies testJiri Olsa
2026-06-07selftests/bpf: Add tracing multi intersect testsJiri Olsa
2026-06-07selftests/bpf: Add tracing multi skel/pattern/ids module attach testsJiri Olsa
2026-06-07selftests/bpf: Add tracing multi skel/pattern/ids attach testsJiri Olsa
2026-06-07libbpf: Add support to create tracing multi linkJiri Olsa
2026-06-07libbpf: Add btf_type_is_traceable_func functionJiri Olsa
2026-06-07libbpf: Add bpf_link_create support for tracing_multi linkJiri Olsa
2026-06-07libbpf: Add bpf_object_cleanup_btf functionJiri Olsa
2026-06-07bpf: Add support for tracing_multi link fdinfoJiri Olsa
2026-06-07bpf: Add support for tracing_multi link sessionJiri Olsa
2026-06-07bpf: Add support for tracing_multi link cookiesJiri Olsa
2026-06-07bpf: Add support for tracing multi linkJiri Olsa
2026-06-07bpf: Add bpf_trampoline_multi_attach/detach functionsJiri Olsa
2026-06-07bpf: Move sleepable verification code to btf_id_allow_sleepableJiri Olsa
2026-06-07bpf: Add multi tracing attach typesJiri Olsa
2026-06-07bpf: Factor fsession link to use struct bpf_tramp_nodeJiri Olsa
2026-06-07bpf: Add struct bpf_tramp_node objectJiri Olsa
2026-06-07bpf: Add bpf_trampoline_add/remove_prog functionsJiri Olsa
2026-06-07bpf: Move trampoline image setup into bpf_trampoline_ops callbacksJiri Olsa
2026-06-07bpf: Add struct bpf_trampoline_ops objectJiri Olsa
2026-06-07bpf: Use mutex lock pool for bpf trampolinesJiri Olsa
2026-06-07ftrace: Add add_ftrace_hash_entry functionJiri Olsa
2026-06-07ftrace: Add ftrace_hash_remove functionJiri Olsa
2026-06-07ftrace: Add ftrace_hash_count functionJiri Olsa
2026-06-07fbdev: vesafb: fix memory leak in vesafb_probe()Abdun Nihaal
2026-06-07fbdev: efifb: fix memory leak in efifb_probe()Abdun Nihaal
2026-06-07fbdev: uvesafb: fix potential memory leak in uvesafb_probe()Abdun Nihaal
2026-06-07fbdev: tridentfb: fix potential memory leak in trident_pci_probe()Abdun Nihaal
2026-06-07fbdev: tdfxfb: fix potential memory leak in tdfxfb_probe()Abdun Nihaal
2026-06-07fbdev: s3fb: fix potential memory leak in s3_pci_probe()Abdun Nihaal
2026-06-07fbdev: nvidia: fix potential memory leak in nvidiafb_probe()Abdun Nihaal
2026-06-07fbdev: i740fb: fix potential memory leak in i740fb_probe()Abdun Nihaal
2026-06-07fbdev: carminefb: fix potential memory leak in alloc_carmine_fb()Abdun Nihaal
2026-06-07fbdev: radeon: fix potential memory leak in radeonfb_pci_register()Abdun Nihaal
2026-06-07fbdev: metronomefb: fix potential memory leak in metronomefb_probe()Abdun Nihaal
2026-06-07fbdev: broadsheetfb: fix potential memory leak in broadsheetfb_probe()Abdun Nihaal
2026-06-07fbdev: hecubafb: fix potential memory leak in hecubafb_probe()Abdun Nihaal
2026-06-07fbdev: atmel_lcdfb: Use of_device_get_match_data()Rosen Penev
2026-06-07fbdev: imxfb: Use of_device_get_match_data()Rosen Penev
2026-06-07fbcon: Use correct type for vc_resize() return valueJiacheng Yu