aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-01-10tracing: Use __free() in trace_probe for cleanupMasami Hiramatsu (Google)1-34/+17
2025-01-10kprobes: Remove remaining gotosMasami Hiramatsu (Google)1-32/+31
2025-01-10kprobes: Remove unneeded gotoMasami Hiramatsu (Google)1-24/+21
2025-01-10kprobes: Use guard for rcu_read_lockMasami Hiramatsu (Google)1-29/+35
2025-01-10kprobes: Use guard() for external locksMasami Hiramatsu (Google)1-118/+89
2025-01-10tracing/eprobe: Adopt guard() and scoped_guard()Masami Hiramatsu (Google)1-19/+17
2025-01-10tracing/uprobe: Adopt guard() and scoped_guard()Masami Hiramatsu (Google)1-10/+5
2025-01-10tracing/kprobe: Adopt guard() and scoped_guard()Masami Hiramatsu (Google)1-12/+6
2025-01-10kprobes: Adopt guard() and scoped_guard()Masami Hiramatsu (Google)1-116/+89
2025-01-10kprobes: Reduce preempt disable scope in check_kprobe_access_safe()Thomas Weißschuh1-12/+12
2025-01-10tracing/kprobes: Fix to free objects when failed to copy a symbolMasami Hiramatsu (Google)1-2/+4
2025-01-09sched/fair: Fix EEVDF entity placement bug causing scheduling lagPeter Zijlstra1-127/+18
2025-01-09btf: Switch module BTF attribute to sysfs_bin_attr_simple_read()Thomas Weißschuh1-13/+2
2025-01-09btf: Switch vmlinux BTF attribute to sysfs_bin_attr_simple_read()Thomas Weißschuh1-10/+2
2025-01-09sysfs: constify bin_attribute argument of sysfs_bin_attr_simple_read()Thomas Weißschuh1-1/+1
2025-01-08bpf: Remove migrate_{disable|enable} from bpf_selem_free()Hou Tao1-2/+0
2025-01-08bpf: Remove migrate_{disable|enable} from bpf_local_storage_free()Hou Tao1-5/+2
2025-01-08bpf: Remove migrate_{disable|enable} from bpf_local_storage_alloc()Hou Tao1-6/+2
2025-01-08bpf: Remove migrate_{disable|enable} from bpf_selem_alloc()Hou Tao1-2/+0
2025-01-08bpf: Remove migrate_{disable,enable} in bpf_cpumask_release()Hou Tao1-2/+0
2025-01-08bpf: Remove migrate_{disable|enable} in bpf_obj_free_fields()Hou Tao2-6/+0
2025-01-08bpf: Disable migration before calling ops->map_free()Hou Tao4-13/+11
2025-01-08bpf: Disable migration in bpf_selem_free_rcuHou Tao1-0/+3
2025-01-08bpf: Disable migration when destroying inode storageHou Tao1-4/+5
2025-01-08bpf: Remove migrate_{disable|enable} from bpf_task_storage_lock helpersHou Tao1-8/+7
2025-01-08bpf: Remove migrate_{disable|enable} from bpf_cgrp_storage_lock helpersHou Tao1-8/+7
2025-01-08bpf: Remove migrate_{disable|enable} in htab_elem_freeHou Tao1-2/+0
2025-01-08bpf: Remove migrate_{disable|enable} in ->map_for_each_callbackHou Tao2-10/+7
2025-01-08bpf: Remove migrate_{disable|enable} from LPM trieHou Tao1-16/+4
2025-01-08cgroup/cpuset: remove kernfs active breakChen Ridong1-25/+0
2025-01-08bpf: Return error for missed kprobe multi bpf program executionJiri Olsa1-1/+1
2025-01-08bpf: Move out synchronize_rcu_tasks_trace from mutex CSPu Lehui1-8/+13
2025-01-08bpf: Fix range_tree_set() error handlingSoma Nakata1-1/+5
2025-01-08rcu: Use kthread preferred affinity for RCU exp kworkersFrederic Weisbecker1-86/+19
2025-01-08treewide: Introduce kthread_run_worker[_on_cpu]()Frederic Weisbecker4-28/+11
2025-01-08kthread: Unify kthread_create_on_cpu() and kthread_create_worker_on_cpu() automatic formatFrederic Weisbecker1-24/+35
2025-01-08rcu: Use kthread preferred affinity for RCU boostFrederic Weisbecker2-17/+21
2025-01-08kthread: Implement preferred affinityFrederic Weisbecker1-7/+61
2025-01-08kthread: Default affine kthread to its preferred NUMA nodeFrederic Weisbecker1-1/+105
2025-01-08kthread: Make sure kthread hasn't started while binding itFrederic Weisbecker1-0/+7
2025-01-08sched,arm64: Handle CPU isolation on last resort fallback rq selectionFrederic Weisbecker1-1/+1
2025-01-08sched_ext: switch class when preempted by higher priority schedulerHonglei Wang1-1/+2
2025-01-08sched_ext: Replace rq_lock() to raw_spin_rq_lock() in scx_ops_bypass()Changwoo Min1-6/+6
2025-01-08sched_ext: keep running prev when prev->scx.slice != 0Henry Huang1-4/+7
2025-01-07tracing/hist: Support POLLPRI event for poll on histogramMasami Hiramatsu (Google)1-3/+26
2025-01-07tracing/hist: Add poll(POLLIN) support on hist fileMasami Hiramatsu (Google)2-3/+81
2025-01-07tracing: Fix using ret variable in tracing_set_tracer()Steven Rostedt1-2/+1
2025-01-07kernel/ksysfs.c: simplify bin_attribute definitionThomas Weißschuh1-17/+4
2025-01-06bpf: Allow bpf_for/bpf_repeat calls while holding a spinlockEmil Tsalapatis1-1/+19
2025-01-06sched_ext: Include remaining task time slice in error state dumpAndrea Righi1-2/+2