summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2026-06-07fbdev: Consistently define pci_device_ids using named initializersUwe Kleine-König
2026-06-07fbdev: matroxfb/ssd1307fb: Use named initializers for struct i2c_device_idUwe Kleine-König
2026-06-07Merge tag 'input-for-v7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-06-07KVM: arm64: Fix block mapping validity check in stage-1 walkerWei-Lin Chang
2026-06-07KVM: arm64: Set a Linux errno on SMCCC error in kvm_call_hyp_nvhe()Vincent Donnefort
2026-06-07KVM: arm64: Roll back partial shares on kvm_share_hyp() failuretabba@google.com
2026-06-07KVM: arm64: Avoid host/hyp share desync on unshare hypercall failuretabba@google.com
2026-06-07KVM: arm64: Free hyp-share tracking node when share hypercall failstabba@google.com
2026-06-07KVM: arm64: Flush HCR_EL2.VSE to deliver SErrors to pKVM gueststabba@google.com
2026-06-07KVM: arm64: Bound used_lrs when flushing the pKVM hyp vCPUHyunwoo Kim
2026-06-07KVM: arm64: Clear __hyp_running_vcpu when flushing the pKVM hyp vCPUHyunwoo Kim
2026-06-07riscv: also select ARCH_KEEP_MEMBLOCK if kexec is selectedHan Gao
2026-06-07net/mlx5: Add sd_group_size bits for SD managementShay Drory
2026-06-07net/mlx5: Update IFC allowed_list_size field bitsDragos Tatulea
2026-06-07ALSA: es18xx: check control allocation before private data setupRuoyu Wang
2026-06-07filelock: fix break_lease() stub signature for CONFIG_FILE_LOCKING=nChristian Brauner
2026-06-07netfilter: nf_conntrack: use get_unaligned_be32() in tcp_sack()Rosen Penev
2026-06-07netfilter: flowtable: avoid num_encaps underflow on bridge VLAN untagDavid Carlier
2026-06-07bpf: Reject sleepable BPF_LSM_CGROUP programs at load timeDavid Windsor
2026-06-07riscv: alternative: Also patch the CFI vDSOThomas Weißschuh
2026-06-07riscv: alternative: Pass vDSO start as parameter to apply_vdso_alternatives()Thomas Weißschuh
2026-06-07riscv: alternative: Use IS_ENABLED() over ifdeffery for apply_vdso_alternativ...Thomas Weißschuh
2026-06-07riscv: vdso: Always declare vdso_start symbolsThomas Weißschuh
2026-06-07Merge branch 'for-linus' into for-nextTakashi Iwai
2026-06-07ALSA: seq: Clear variable event pointer on readKyle Zeng