summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-01-10kheaders: rename the 'cpio_dir' variable to 'tmpdir'Masahiro Yamada
2025-01-10kheaders: avoid unnecessary process forks of grepMasahiro Yamada
2025-01-10kheaders: exclude include/generated/utsversion.h from kheaders_data.tar.xzMasahiro Yamada
2025-01-10uprobes: Fix race in uprobe_free_utaskJiri Olsa
2025-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-01-10tracing/kprobes: Simplify __trace_kprobe_create() by removing gotosMasami Hiramatsu (Google)
2025-01-10tracing: Use __free() for kprobe events to cleanupMasami Hiramatsu (Google)
2025-01-10tracing: Use __free() in trace_probe for cleanupMasami Hiramatsu (Google)
2025-01-10kprobes: Remove remaining gotosMasami Hiramatsu (Google)
2025-01-10kprobes: Remove unneeded gotoMasami Hiramatsu (Google)
2025-01-10kprobes: Use guard for rcu_read_lockMasami Hiramatsu (Google)
2025-01-10kprobes: Use guard() for external locksMasami Hiramatsu (Google)
2025-01-10tracing/eprobe: Adopt guard() and scoped_guard()Masami Hiramatsu (Google)
2025-01-10tracing/uprobe: Adopt guard() and scoped_guard()Masami Hiramatsu (Google)
2025-01-10tracing/kprobe: Adopt guard() and scoped_guard()Masami Hiramatsu (Google)
2025-01-10kprobes: Adopt guard() and scoped_guard()Masami Hiramatsu (Google)
2025-01-10kprobes: Reduce preempt disable scope in check_kprobe_access_safe()Thomas Weißschuh
2025-01-10tracing/kprobes: Fix to free objects when failed to copy a symbolMasami Hiramatsu (Google)
2025-01-09sched/fair: Fix EEVDF entity placement bug causing scheduling lagPeter Zijlstra
2025-01-09btf: Switch module BTF attribute to sysfs_bin_attr_simple_read()Thomas Weißschuh
2025-01-09btf: Switch vmlinux BTF attribute to sysfs_bin_attr_simple_read()Thomas Weißschuh
2025-01-09sysfs: constify bin_attribute argument of sysfs_bin_attr_simple_read()Thomas Weißschuh
2025-01-08bpf: Remove migrate_{disable|enable} from bpf_selem_free()Hou Tao
2025-01-08bpf: Remove migrate_{disable|enable} from bpf_local_storage_free()Hou Tao
2025-01-08bpf: Remove migrate_{disable|enable} from bpf_local_storage_alloc()Hou Tao
2025-01-08bpf: Remove migrate_{disable|enable} from bpf_selem_alloc()Hou Tao
2025-01-08bpf: Remove migrate_{disable,enable} in bpf_cpumask_release()Hou Tao
2025-01-08bpf: Remove migrate_{disable|enable} in bpf_obj_free_fields()Hou Tao
2025-01-08bpf: Disable migration before calling ops->map_free()Hou Tao
2025-01-08bpf: Disable migration in bpf_selem_free_rcuHou Tao
2025-01-08bpf: Disable migration when destroying inode storageHou Tao
2025-01-08bpf: Remove migrate_{disable|enable} from bpf_task_storage_lock helpersHou Tao
2025-01-08bpf: Remove migrate_{disable|enable} from bpf_cgrp_storage_lock helpersHou Tao
2025-01-08bpf: Remove migrate_{disable|enable} in htab_elem_freeHou Tao
2025-01-08bpf: Remove migrate_{disable|enable} in ->map_for_each_callbackHou Tao
2025-01-08bpf: Remove migrate_{disable|enable} from LPM trieHou Tao
2025-01-08cgroup/cpuset: remove kernfs active breakChen Ridong
2025-01-08bpf: Return error for missed kprobe multi bpf program executionJiri Olsa
2025-01-08bpf: Move out synchronize_rcu_tasks_trace from mutex CSPu Lehui
2025-01-08bpf: Fix range_tree_set() error handlingSoma Nakata
2025-01-08rcu: Use kthread preferred affinity for RCU exp kworkersFrederic Weisbecker
2025-01-08treewide: Introduce kthread_run_worker[_on_cpu]()Frederic Weisbecker
2025-01-08kthread: Unify kthread_create_on_cpu() and kthread_create_worker_on_cpu() aut...Frederic Weisbecker
2025-01-08rcu: Use kthread preferred affinity for RCU boostFrederic Weisbecker
2025-01-08kthread: Implement preferred affinityFrederic Weisbecker
2025-01-08kthread: Default affine kthread to its preferred NUMA nodeFrederic Weisbecker
2025-01-08kthread: Make sure kthread hasn't started while binding itFrederic Weisbecker
2025-01-08sched,arm64: Handle CPU isolation on last resort fallback rq selectionFrederic Weisbecker
2025-01-08sched_ext: switch class when preempted by higher priority schedulerHonglei Wang
2025-01-08sched_ext: Replace rq_lock() to raw_spin_rq_lock() in scx_ops_bypass()Changwoo Min