summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-08-26perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead of current->mm =...Steven Rostedt
2025-08-26perf: Have get_perf_callchain() return NULL if crosstask and user are setJosh Poimboeuf
2025-08-26perf: Remove get_perf_callchain() init_nr argumentJosh Poimboeuf
2025-08-25bpf: use rcu_read_lock_dont_migrate() for trampoline.cMenglong Dong
2025-08-25bpf: use rcu_read_lock_dont_migrate() for bpf_prog_run_array_cg()Menglong Dong
2025-08-25bpf: use rcu_read_lock_dont_migrate() for bpf_task_storage_free()Menglong Dong
2025-08-25bpf: use rcu_read_lock_dont_migrate() for bpf_iter_run_prog()Menglong Dong
2025-08-25bpf: use rcu_read_lock_dont_migrate() for bpf_inode_storage_free()Menglong Dong
2025-08-25bpf: use rcu_read_lock_dont_migrate() for bpf_cgrp_storage_free()Menglong Dong
2025-08-25cpuset: add helpers for cpus read and cpuset_mutex locksChen Ridong
2025-08-25cpuset: separate tmpmasks and cpuset allocation logicChen Ridong
2025-08-25cpuset: decouple tmpmasks and cpumasks freeing in cgroupChen Ridong
2025-08-25cgroup: Fix 64-bit division in cgroup.stat.localTiffany Yang
2025-08-25rculist: move list_for_each_rcu() to where it belongsAndy Shevchenko
2025-08-24Merge tag 'perf_urgent_for_v6.17_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-08-24Merge tag 'modules-6.17-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-08-24genirq/devres: Add error handling in devm_request_*_irq()Pan Chuang
2025-08-23genirq: Add irq_chip_(startup/shutdown)_parent()Inochi Amaoto
2025-08-23genirq: Remove GENERIC_IRQ_LEGACYSebastian Andrzej Siewior
2025-08-23Merge tag 'trace-v6.17-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-08-22ftrace: Also allocate and copy hash for reading of filter filesSteven Rostedt
2025-08-22ftrace: Fix potential warning in trace_printk_seq during ftrace_dumpTengda Wu
2025-08-22fgraph: Copy args in intermediate storage with entrySteven Rostedt
2025-08-22bpf: Remove preempt_disable in bpf_try_get_buffersTao Chen
2025-08-22bpf: Use sha1() instead of sha1_transform() in bpf_prog_calc_tag()Eric Biggers
2025-08-22cgroup: cgroup.stat.local time accountingTiffany Yang
2025-08-22cgroup/psi: Set of->priv to NULL upon file releaseChen Ridong
2025-08-22cgroup: split cgroup_destroy_wq into 3 workqueuesChen Ridong
2025-08-22bpf: Use tnums for JEQ/JNE is_branch_taken logicPaul Chaignon
2025-08-22refscale: Use kcalloc() instead of kzalloc()Qianfeng Rong
2025-08-22rcutorture: Use kcalloc() instead of kzalloc()Qianfeng Rong
2025-08-22Merge tag 'mm-hotfixes-stable-2025-08-21-18-17' of git://git.kernel.org/pub/s...Linus Torvalds
2025-08-22padata: Reset next CPU when reorder sequence wraps aroundXiao Liang
2025-08-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-08-21Merge tag 'cgroup-for-6.17-rc2-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
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)