summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-12-26ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddrMasami Hiramatsu (Google)
2024-12-26Documentation: probes: Update fprobe on function-graph tracerMasami Hiramatsu (Google)
2024-12-26selftests/ftrace: Add a test case for repeating register/unregister fprobeMasami Hiramatsu (Google)
2024-12-26selftests: ftrace: Remove obsolate maxactive syntax checkMasami Hiramatsu (Google)
2024-12-26tracing/fprobe: Remove nr_maxactive from fprobeMasami Hiramatsu (Google)
2024-12-26fprobe: Add fprobe_header encoding featureMasami Hiramatsu (Google)
2024-12-26fprobe: Rewrite fprobe on function-graph tracerMasami Hiramatsu (Google)
2024-12-26s390/tracing: Enable HAVE_FTRACE_GRAPH_FUNCSven Schnelle
2024-12-26ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNCMasami Hiramatsu (Google)
2024-12-26bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabledMasami Hiramatsu (Google)
2024-12-26tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGSMasami Hiramatsu (Google)
2024-12-26tracing: Add ftrace_fill_perf_regs() for perf eventMasami Hiramatsu (Google)
2024-12-26tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regsMasami Hiramatsu (Google)
2024-12-26fprobe: Use ftrace_regs in fprobe exit handlerMasami Hiramatsu (Google)
2024-12-26fprobe: Use ftrace_regs in fprobe entry handlerMasami Hiramatsu (Google)
2024-12-26fgraph: Pass ftrace_regs to retfuncMasami Hiramatsu (Google)
2024-12-26fgraph: Replace fgraph_ret_regs with ftrace_regsMasami Hiramatsu (Google)
2024-12-26fgraph: Pass ftrace_regs to entryfuncMasami Hiramatsu (Google)
2024-12-23fgraph: Get ftrace recursion lock in function_graph_enterMasami Hiramatsu (Google)
2024-12-23ftrace: Switch ftrace.c code over to use guard()Steven Rostedt
2024-12-23ftrace: Remove unneeded goto jumpsSteven Rostedt
2024-12-23ftrace: Do not disable interrupts in profilerSteven Rostedt
2024-12-23fgraph: Remove unnecessary disabling of interrupts and recursionSteven Rostedt
2024-12-22Linux 6.13-rc4v6.13-rc4Linus Torvalds
2024-12-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-12-22Merge tag 'kvm-x86-fixes-6.13-rcN' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-12-22KVM: x86: let it be known that ignore_msrs is a bad ideaPaolo Bonzini
2024-12-22KVM: VMX: don't include '<linux/find.h>' directlyWolfram Sang
2024-12-22Merge tag 'devicetree-fixes-for-6.13-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2024-12-21Merge tag 'soc-fixes-6.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-12-21Merge tag 'mm-hotfixes-stable-2024-12-21-12-09' of git://git.kernel.org/pub/s...Linus Torvalds
2024-12-21staging: gpib: Fix allyesconfig build failuresSteven Rostedt
2024-12-21Merge tag 'kbuild-fixes-v6.13-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-12-21Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-12-21Merge tag 'media/v6.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2024-12-21Merge tag 'pci-v6.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-12-21Merge tag 'pm-6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2024-12-21Merge tag 'thermal-6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-12-21Merge tag 'acpi-6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2024-12-21Merge tag '6.13-rc3-SMB3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-12-21Merge tag 'nfs-for-6.13-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2024-12-21Merge tag 'ceph-for-6.13-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds
2024-12-21modpost: distinguish same module paths from different dump filesMasahiro Yamada
2024-12-21kbuild: deb-pkg: Do not install maint scripts for arch 'um'Nicolas Schier
2024-12-21kbuild: deb-pkg: add debarch for ARCH=umMasahiro Yamada
2024-12-21kbuild: Drop support for include/asm-<arch> in headers_check.plGeert Uytterhoeven
2024-12-20selftests/bpf: Test bpf_skb_change_tail() in TC ingressCong Wang
2024-12-20selftests/bpf: Introduce socket_helpers.h for TC testsCong Wang
2024-12-20selftests/bpf: Add a BPF selftest for bpf_skb_change_tail()Cong Wang
2024-12-20bpf: Check negative offsets in __bpf_skb_min_len()Cong Wang