aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-22refscale: Use kcalloc() instead of kzalloc()Qianfeng Rong1-1/+1
2025-08-22rcutorture: Use kcalloc() instead of kzalloc()Qianfeng Rong1-2/+2
2025-08-22Merge tag 'mm-hotfixes-stable-2025-08-21-18-17' of git://git.kernel.org/pub/s...Linus Torvalds2-4/+26
2025-08-22padata: Reset next CPU when reorder sequence wraps aroundXiao Liang1-1/+5
2025-08-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-2/+26
2025-08-21Merge tag 'cgroup-for-6.17-rc2-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-6/+8
2025-08-21Merge tag 'sched_ext-for-6.17-rc2-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+4
2025-08-21uprobes: Remove redundant __GFP_NOWARNQianfeng Rong1-1/+1
2025-08-21seccomp: passthrough uprobe systemcall without filteringJiri Olsa1-7/+25
2025-08-21uprobes/x86: Add support to optimize uprobesJiri Olsa1-4/+12
2025-08-21uprobes/x86: Add uprobe syscall to speed up uprobeJiri Olsa2-0/+18
2025-08-21uprobes/x86: Add mapping for optimized uprobe trampolinesJiri Olsa2-0/+11
2025-08-21uprobes: Add do_ref_ctr argument to uprobe_write functionJiri Olsa1-4/+4
2025-08-21uprobes: Add is_register argument to uprobe_write and uprobe_write_opcodeJiri Olsa1-10/+11
2025-08-21uprobes: Add nbytes argument to uprobe_writeJiri Olsa1-12/+14
2025-08-21uprobes: Add uprobe_write functionJiri Olsa1-4/+10
2025-08-21uprobes: Make copy_from_page globalJiri Olsa1-5/+5
2025-08-21uprobes: Rename arch_uretprobe_trampoline functionJiri Olsa1-2/+2
2025-08-21uprobes: Remove breakpoint in unapply_uprobe under mmap_write_lockJiri Olsa1-3/+3
2025-08-20Merge tag 'probes-fixes-v6.17-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-08-20tracing: fprobe-event: Sanitize wildcard for fprobe event nameMasami Hiramatsu (Google)1-1/+1
2025-08-20trace/fgraph: Fix the warning caused by missing unregister notifierYe Weihua1-0/+1
2025-08-20ring-buffer: Remove redundant semicolonsLiao Yuanhong1-1/+1
2025-08-20tracing: Limit access to parser->buffer when trace_get_user failedPu Lehui2-7/+19
2025-08-19kho: warn if KHO is disabled due to an errorPasha Tatashin1-0/+1
2025-08-19kho: mm: don't allow deferred struct page with KHOPasha Tatashin1-0/+1
2025-08-19kho: init new_physxa->phys_bits to fix lockdepPasha Tatashin1-4/+24
2025-08-19Merge tag 'vfs-6.17-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+5
2025-08-19signal: Fix memory leak for PIDFD_SELF* sentinelsAdrian Huang (Lenovo)1-1/+5
2025-08-19pid: change bacct_add_tsk() to use task_ppid_nr_ns()Oleg Nesterov1-2/+1
2025-08-19pid: make __task_pid_nr_ns(ns => NULL) safe for zombie callersOleg Nesterov1-1/+2
2025-08-19pid: Add a judgment for ns null in pid_nr_nsgaoxiang171-1/+1
2025-08-19kcsan: test: Replace deprecated strcpy() with strscpy()Thorsten Blum1-2/+2
2025-08-18Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/master'Martin KaFai Lau3-2/+26
2025-08-18Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/net'Martin KaFai Lau3-2/+26
2025-08-18bpf: Enable read/write access to skb metadata through a dynptrJakub Sitnicki1-3/+7
2025-08-18bpf: Add dynptr type for skb metadataJakub Sitnicki3-2/+22
2025-08-18bpf: Add a verbose message when the BTF limit is reachedAnton Protopopov1-1/+4
2025-08-18bpf: Replace get_next_cpu() with cpumask_next_wrap()Fushuai Wang1-9/+1
2025-08-17Merge tag 'locking_urgent_for_v6.17_rc2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-4/+8
2025-08-16params: Replace deprecated strcpy() with strscpy() and memcpy()Thorsten Blum1-3/+4
2025-08-15bpf: Remove migrate_disable in kprobe_multi_link_prog_runTao Chen1-2/+7
2025-08-15perf: Convert mmap() refcounts to refcount_tThomas Gleixner3-23/+23
2025-08-15perf: Identify the 0->1 transition for event::mmap_countPeter Zijlstra1-1/+1
2025-08-15perf: Use scoped_guard() for mmap_mutex in perf_mmap()Peter Zijlstra1-21/+14
2025-08-15perf: Split out the RB allocationPeter Zijlstra1-72/+73
2025-08-15perf: Make RB allocation branch self sufficientPeter Zijlstra1-5/+1
2025-08-15perf: Split out the AUX buffer allocationPeter Zijlstra1-67/+77
2025-08-15perf: Reflow to get rid of aux_success labelPeter Zijlstra1-19/+18
2025-08-15perf: Use guard() for aux_mutex in perf_mmap()Peter Zijlstra1-5/+1