summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-08-21Merge tag 'sched_ext-for-6.17-rc2-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-08-21uprobes: Remove redundant __GFP_NOWARNQianfeng Rong
2025-08-21seccomp: passthrough uprobe systemcall without filteringJiri Olsa
2025-08-21uprobes/x86: Add support to optimize uprobesJiri Olsa
2025-08-21uprobes/x86: Add uprobe syscall to speed up uprobeJiri Olsa
2025-08-21uprobes/x86: Add mapping for optimized uprobe trampolinesJiri Olsa
2025-08-21uprobes: Add do_ref_ctr argument to uprobe_write functionJiri Olsa
2025-08-21uprobes: Add is_register argument to uprobe_write and uprobe_write_opcodeJiri Olsa
2025-08-21uprobes: Add nbytes argument to uprobe_writeJiri Olsa
2025-08-21uprobes: Add uprobe_write functionJiri Olsa
2025-08-21uprobes: Make copy_from_page globalJiri Olsa
2025-08-21uprobes: Rename arch_uretprobe_trampoline functionJiri Olsa
2025-08-21uprobes: Remove breakpoint in unapply_uprobe under mmap_write_lockJiri Olsa
2025-08-20Merge tag 'probes-fixes-v6.17-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-08-20tracing: fprobe-event: Sanitize wildcard for fprobe event nameMasami Hiramatsu (Google)
2025-08-20trace/fgraph: Fix the warning caused by missing unregister notifierYe Weihua
2025-08-20ring-buffer: Remove redundant semicolonsLiao Yuanhong
2025-08-20tracing: Limit access to parser->buffer when trace_get_user failedPu Lehui
2025-08-19kho: warn if KHO is disabled due to an errorPasha Tatashin
2025-08-19kho: mm: don't allow deferred struct page with KHOPasha Tatashin
2025-08-19kho: init new_physxa->phys_bits to fix lockdepPasha Tatashin
2025-08-19Merge tag 'vfs-6.17-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-08-19signal: Fix memory leak for PIDFD_SELF* sentinelsAdrian Huang (Lenovo)
2025-08-19pid: change bacct_add_tsk() to use task_ppid_nr_ns()Oleg Nesterov
2025-08-19pid: make __task_pid_nr_ns(ns => NULL) safe for zombie callersOleg Nesterov
2025-08-19pid: Add a judgment for ns null in pid_nr_nsgaoxiang17
2025-08-19kcsan: test: Replace deprecated strcpy() with strscpy()Thorsten Blum
2025-08-18Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/master'Martin KaFai Lau
2025-08-18Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/net'Martin KaFai Lau
2025-08-18bpf: Enable read/write access to skb metadata through a dynptrJakub Sitnicki
2025-08-18bpf: Add dynptr type for skb metadataJakub Sitnicki
2025-08-18bpf: Add a verbose message when the BTF limit is reachedAnton Protopopov
2025-08-18bpf: Replace get_next_cpu() with cpumask_next_wrap()Fushuai Wang
2025-08-17Merge tag 'locking_urgent_for_v6.17_rc2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-08-16params: Replace deprecated strcpy() with strscpy() and memcpy()Thorsten Blum
2025-08-15bpf: Remove migrate_disable in kprobe_multi_link_prog_runTao Chen
2025-08-15perf: Convert mmap() refcounts to refcount_tThomas Gleixner
2025-08-15perf: Identify the 0->1 transition for event::mmap_countPeter Zijlstra
2025-08-15perf: Use scoped_guard() for mmap_mutex in perf_mmap()Peter Zijlstra
2025-08-15perf: Split out the RB allocationPeter Zijlstra
2025-08-15perf: Make RB allocation branch self sufficientPeter Zijlstra
2025-08-15perf: Split out the AUX buffer allocationPeter Zijlstra
2025-08-15perf: Reflow to get rid of aux_success labelPeter Zijlstra
2025-08-15perf: Use guard() for aux_mutex in perf_mmap()Peter Zijlstra
2025-08-15perf: Remove redundant aux_unlock labelPeter Zijlstra
2025-08-15perf: Move common code into both rb and aux branchesPeter Zijlstra
2025-08-15perf: Merge consecutive conditionals in perf_mmap()Peter Zijlstra
2025-08-15perf: Move perf_mmap_calc_limits() into both rb and aux branchesPeter Zijlstra
2025-08-15perf: Split out VM accountingThomas Gleixner
2025-08-15perf: Split out mlock limit handlingThomas Gleixner