summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-12-26tracing/fprobe: Remove nr_maxactive from fprobeMasami Hiramatsu (Google)1-2/+0
2024-12-26fprobe: Add fprobe_header encoding featureMasami Hiramatsu (Google)1-0/+46
2024-12-26fprobe: Rewrite fprobe on function-graph tracerMasami Hiramatsu (Google)1-15/+43
2024-12-26tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGSMasami Hiramatsu (Google)1-0/+17
2024-12-26tracing: Add ftrace_fill_perf_regs() for perf eventMasami Hiramatsu (Google)1-0/+31
2024-12-26tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regsMasami Hiramatsu (Google)1-0/+17
2024-12-26fprobe: Use ftrace_regs in fprobe exit handlerMasami Hiramatsu (Google)2-1/+7
2024-12-26fprobe: Use ftrace_regs in fprobe entry handlerMasami Hiramatsu (Google)1-1/+1
2024-12-26fgraph: Pass ftrace_regs to retfuncMasami Hiramatsu (Google)1-1/+2
2024-12-26fgraph: Replace fgraph_ret_regs with ftrace_regsMasami Hiramatsu (Google)2-3/+11
2024-12-26fgraph: Pass ftrace_regs to entryfuncMasami Hiramatsu (Google)1-4/+13
2024-12-22Merge tag 'mm-hotfixes-stable-2024-12-21-12-09' of git://git.kernel.org/pub/s...Linus Torvalds6-16/+52
2024-12-21Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-5/+16
2024-12-21Merge tag 'thermal-6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2024-12-21Merge tag 'io_uring-6.13-20241220' of git://git.kernel.dk/linuxLinus Torvalds2-4/+2
2024-12-20tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirectionZijian Zhang1-3/+8
2024-12-20tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()Cong Wang1-2/+8
2024-12-19alloc_tag: fix set_codetag_empty() when !CONFIG_MEM_ALLOC_PROFILING_DEBUGSuren Baghdasaryan1-1/+6
2024-12-19mm/codetag: clear tags before swapDavid Wang1-1/+1
2024-12-19mm/vmstat: fix a W=1 clang compiler warningBart Van Assche1-1/+1
2024-12-19mm: convert partially_mapped set/clear operations to be atomicUsama Arif1-10/+2
2024-12-19mm: use clear_user_(high)page() for arch with special user folio handlingZi Yan2-1/+25
2024-12-19mm: introduce cpu_icache_is_aliasing() across all architecturesZi Yan1-0/+6
2024-12-19mm: add RCU annotation to pte_offset_map(_lock)Petr Malat1-2/+11
2024-12-19io_uring: Fix registered ring file refcount leakJann Horn1-3/+1
2024-12-18Merge tag 'trace-v6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+5
2024-12-18Merge tag 'hyperv-fixes-signed-20241217' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-0/+3
2024-12-18x86/static-call: fix 32-bit buildJuergen Gross1-1/+6
2024-12-17Merge tag 'hardening-v6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+13
2024-12-17tracing: Check "%s" dereference via the field and not the TP_printk formatSteven Rostedt1-1/+5
2024-12-17Merge tag 'xsa465+xsa466-6.13-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-11/+27
2024-12-17io_uring: make ctx->timeout_lock a raw spinlockJens Axboe1-1/+1
2024-12-17fortify: Hide run-time copy size from value range trackingKees Cook1-1/+13
2024-12-16thermal/thresholds: Fix uapi header macros leading to a compilation errorDaniel Lezcano1-2/+2
2024-12-16Merge tag 'soc-fixes-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds1-5/+8
2024-12-16Merge tag 'arc-6.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds3-2/+2
2024-12-15Merge tag 'sched_urgent_for_v6.13_rc3-p2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+7
2024-12-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds3-15/+8
2024-12-14bpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_NULL"Kumar Kartikeya Dwivedi1-6/+0
2024-12-14Merge tag 'block-6.13-20241213' of git://git.kernel.dk/linuxLinus Torvalds2-3/+4
2024-12-13Merge tag 'sound-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-6/+0
2024-12-13Merge tag 'ffa-fix-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann1-5/+8
2024-12-13sched/dlserver: Fix dlserver double enqueueVineeth Pillai (Google)1-0/+7
2024-12-13x86/static-call: provide a way to do very early static-call updatesJuergen Gross2-11/+27
2024-12-12Merge tag 'net-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds10-59/+89
2024-12-12block: Make bio_iov_bvec_set() accept pointer to const iov_iterJohn Garry1-1/+1
2024-12-12Merge tag 'for-net-2024-12-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2-47/+71
2024-12-12Bluetooth: SCO: Add support for 16 bits transparent voice settingFrédéric Danis1-0/+1
2024-12-12Bluetooth: hci_core: Fix sleeping function called from invalid contextLuiz Augusto von Dentz1-38/+70
2024-12-12Merge tag 'asoc-fix-v6.12-rc2' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai23-49/+67